aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-16/+11
2006-05-10document special character interpretation.rizzo1-0/+31
2006-05-10indentation fixesrizzo1-8/+8
2006-05-10prevent a warning for uninitialized variable.rizzo1-0/+1
2006-05-09implement the new sorting algorithm for extensions,rizzo1-13/+130
2006-05-09various doxygen fixeskpfleming1-2/+2
2006-05-09remove duplicate atof() invokationrizzo1-4/+4
2006-05-09normalize code, remove some useless castsrizzo1-14/+12
2006-05-09change some log_warning into log_debug rizzo1-3/+3
2006-05-09large rewrite of the extension matching code,rizzo1-563/+513
2006-05-09misc fixupsrizzo1-6/+6
2006-05-09remove trailing whitespacerizzo1-198/+198
2006-05-09more code simplifications.rizzo1-29/+14
2006-05-09simplify matchcid()rizzo1-9/+18
2006-05-09more small simplificationsrizzo1-5/+6
2006-05-08another function restructuredrizzo1-43/+27
2006-05-08more code restructuringrizzo1-26/+24
2006-05-08remove some common code in parsing function callsrizzo1-36/+29
2006-05-08more code restructuringrizzo1-52/+45
2006-05-08restructure a function reducing nesting depth.rizzo1-157/+142
2006-05-08fix indentation of a large block.rizzo1-74/+73
2006-05-08minor code restructuring in preparation for more work.rizzo1-11/+20
2006-05-08localize some variablesrizzo1-6/+7
2006-05-08document th way extensions are sortedrizzo1-7/+27
2006-05-08 - convert the lists of switches to use the linked list macrosrussell1-146/+72
2006-05-08remove an XXX commentrussell1-1/+1
2006-05-05constify the argument to pbx_checkconditionrussell1-1/+1
2006-05-02staticize the list heads from my recent conversions to list macrosrussell1-2/+2
2006-05-01- convert the list of dialplan function to the list macrosrussell1-81/+43
2006-05-01convert the applications list to the list macrosrussell1-80/+52
2006-04-29a bunch of conversion to ast_channel_*lock (issue #7058)russell1-17/+17
2006-04-21simplify pbx_builtin_execiftimerizzo1-28/+22
2006-04-21simplify a functionrizzo1-27/+16
2006-04-21minor cleanuprizzo1-9/+6
2006-04-21one more client for find_context_locked()rizzo1-20/+6
2006-04-21localize a variable, and make a minor code rearrangement.rizzo1-4/+6
2006-04-19one more client for find_context_locked(),rizzo1-33/+18
2006-04-19use a function, set_ext_pri(), to assign extension and priority.rizzo1-24/+26
2006-04-19replace repeated code to walk contexts with a function,rizzo1-109/+69
2006-04-18doh! don't double-increment the bracket count for embedded referenceskpfleming1-1/+0
2006-04-18don't ignore left-curly-braces when searching for the end of a variable/funct...kpfleming1-1/+3
2006-04-18simplify logic in various functions, remove unnecessary variablesrizzo1-60/+31
2006-04-16simplify a couple of functions.rizzo1-22/+10
2006-04-14misc. code cleanuprizzo1-19/+9
2006-04-14constify a couple of function argumentsrizzo1-2/+2
2006-04-10remove support for BYEXTENSION (which nobody even knows about anymore)kpfleming1-4/+1
2006-04-06minor formatting changes againrizzo1-34/+30
2006-04-05Merged revisions 17702 via svnmerge from file1-4/+10
2006-03-31Merged revisions 16742 via svnmerge from kpfleming1-6/+21
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentrizzo1-40/+22