summaryrefslogtreecommitdiff
path: root/pbx.c
AgeCommit message (Expand)Author
2006-05-09misc fixupsLuigi Rizzo
2006-05-09remove trailing whitespaceLuigi Rizzo
2006-05-09more code simplifications.Luigi Rizzo
2006-05-09simplify matchcid()Luigi Rizzo
2006-05-09more small simplificationsLuigi Rizzo
2006-05-08another function restructuredLuigi Rizzo
2006-05-08more code restructuringLuigi Rizzo
2006-05-08remove some common code in parsing function callsLuigi Rizzo
2006-05-08more code restructuringLuigi Rizzo
2006-05-08restructure a function reducing nesting depth.Luigi Rizzo
2006-05-08fix indentation of a large block.Luigi Rizzo
2006-05-08minor code restructuring in preparation for more work.Luigi Rizzo
2006-05-08localize some variablesLuigi Rizzo
2006-05-08document th way extensions are sortedLuigi Rizzo
2006-05-08 - convert the lists of switches to use the linked list macrosRussell Bryant
2006-05-08remove an XXX commentRussell Bryant
2006-05-05constify the argument to pbx_checkconditionRussell Bryant
2006-05-02staticize the list heads from my recent conversions to list macrosRussell Bryant
2006-05-01- convert the list of dialplan function to the list macrosRussell Bryant
2006-05-01convert the applications list to the list macrosRussell Bryant
2006-04-29a bunch of conversion to ast_channel_*lock (issue #7058)Russell Bryant
2006-04-21simplify pbx_builtin_execiftimeLuigi Rizzo
2006-04-21simplify a functionLuigi Rizzo
2006-04-21minor cleanupLuigi Rizzo
2006-04-21one more client for find_context_locked()Luigi Rizzo
2006-04-21localize a variable, and make a minor code rearrangement.Luigi Rizzo
2006-04-19one more client for find_context_locked(),Luigi Rizzo
2006-04-19use a function, set_ext_pri(), to assign extension and priority.Luigi Rizzo
2006-04-19replace repeated code to walk contexts with a function,Luigi Rizzo
2006-04-18doh! don't double-increment the bracket count for embedded referencesKevin P. Fleming
2006-04-18don't ignore left-curly-braces when searching for the end of a variable/funct...Kevin P. Fleming
2006-04-18simplify logic in various functions, remove unnecessary variablesLuigi Rizzo
2006-04-16simplify a couple of functions.Luigi Rizzo
2006-04-14misc. code cleanupLuigi Rizzo
2006-04-14constify a couple of function argumentsLuigi Rizzo
2006-04-10remove support for BYEXTENSION (which nobody even knows about anymore)Kevin P. Fleming
2006-04-06minor formatting changes againLuigi Rizzo
2006-04-05Merged revisions 17702 via svnmerge from Joshua Colp
2006-03-31Merged revisions 16742 via svnmerge from Kevin P. Fleming
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentLuigi Rizzo
2006-03-29convert calloc and malloc+memset to ast_calloc and remove duplicate error mes...Russell Bryant
2006-03-29Merged revisions 16192 via svnmerge from Tilghman Lesher
2006-03-29another batch of cli simplifications.Luigi Rizzo
2006-03-29Merged revisions 16082 via svnmerge from Tilghman Lesher
2006-03-28let's format that output sanely instead :-(Kevin P. Fleming
2006-03-28make 'show hints' CLI command show context name for each hintKevin P. Fleming
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bMatt O'Gorman
2006-03-23ensure global variables lock is held during 'show globals' CLI commandKevin P. Fleming
2006-03-23correct typoKevin P. Fleming
2006-03-23Replace ast_say_* functionn with function pointers, so that modulesLuigi Rizzo