summaryrefslogtreecommitdiff
path: root/pbx.c
AgeCommit message (Expand)Author
2006-01-04add memory-pool based string field management for structuresKevin P. Fleming
2006-01-03update copyright headers for files changed this yearKevin P. Fleming
2006-01-01clean up some loops and replace some duplicate code with a for loop (issue #6...Russell Bryant
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-27minor cleanups for another cli completion function ...Russell Bryant
2005-12-27avoid duplicate strlen calls for the command completion functions forRussell Bryant
2005-12-26- normalize some loopsRussell Bryant
2005-12-26Bug 6057 - Deprecate builtins that have been replaced by functionsTilghman Lesher
2005-12-24minor cleanups ...Russell Bryant
2005-12-23Alphabetize the functions listTilghman Lesher
2005-12-13Merged revisions 7448-7449,7451,7453 via svnmerge from Kevin P. Fleming
2005-12-08Merged revisions 7386 via svnmerge from Kevin P. Fleming
2005-12-07Merged revisions 7382 via svnmerge from Kevin P. Fleming
2005-12-07This is the first round of removing applications that were marked as deprecatedRussell Bryant
2005-12-05add support for 'show functions like <text>' (issue #5923)Russell Bryant
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'Tilghman Lesher
2005-12-02Merged revisions 7265-7266,7268-7275 via svnmerge from Kevin P. Fleming
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-25Fix hint case sensitivity (bug #5856)Mark Spencer
2005-11-21issue #5805Russell Bryant
2005-11-14finish merging doxygen updates from issue #5605Russell Bryant
2005-11-11issue #5673Kevin P. Fleming
2005-11-09clean up descriptions for built-in applicationsRussell Bryant
2005-11-09issue #5664Kevin P. Fleming
2005-11-08issue #2720Kevin P. Fleming
2005-11-08issue #5569 minus lock.h changesKevin P. Fleming
2005-11-08issue #5583Kevin P. Fleming
2005-11-06Convert some built-in applications to use new args parsing macros.Russell Bryant
2005-11-03major update to arg/option parsing APIs and documentationKevin P. Fleming
2005-10-31fix various bugs related to list handling of channel variables (issue #5548)Kevin P. Fleming
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)Russell Bryant
2005-10-26change ast_strlen_zero to also check for the string to be definedRussell Bryant
2005-10-26more doxygenification (issue #5513)Russell Bryant
2005-10-26Allow limitation by loadavg not just calls (should be BSD friendly)...Mark Spencer
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-18The amazing disappearing and reappearing patch... This time with documentati...Mark Spencer
2005-10-18Setting variables should NOT overwrite prefixed (sorry! revert of 5444)Mark Spencer
2005-10-18Be sure to not consider prefix on variable updates (bug #5444)Mark Spencer
2005-10-18Fix truth of stringsMark Spencer
2005-10-13use English states in 'show hints' CLI commandKevin P. Fleming
2005-10-04If you're hanging up channels, be sure we clean it up...Mark Spencer
2005-09-29re-factor variable/function name parsing, and add substring support to functi...Kevin P. Fleming
2005-09-26one more oops (when global variables need substitutions)Kevin P. Fleming
2005-09-26oopsKevin P. Fleming
2005-09-26minor code and stack space optimizationsKevin P. Fleming
2005-09-26minor optimizationsKevin P. Fleming
2005-09-24Don't crash on recursive show extension foo@bar...Mark Spencer
2005-09-16clean up singular vs. plural output for the 'show dialplan' CLI commandRussell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-14slightly clear argument processingKevin P. Fleming