misc. code cleanup
[asterisk/asterisk.git] / pbx.c
2006-04-14 Luigi Rizzomisc. code cleanup
2006-04-14 Luigi Rizzoconstify a couple of function arguments
2006-04-10 Kevin P. Flemingremove support for BYEXTENSION (which nobody even knows...
2006-04-06 Luigi Rizzominor formatting changes again
2006-04-05 Joshua ColpMerged revisions 17702 via svnmerge from
2006-03-31 Kevin P. FlemingMerged revisions 16742 via svnmerge from
2006-03-30 Luigi Rizzoas discussed with Mark a few weeks ago, the 'newstack...
2006-03-29 Russell Bryantconvert calloc and malloc+memset to ast_calloc and...
2006-03-29 Tilghman LesherMerged revisions 16192 via svnmerge from
2006-03-29 Luigi Rizzoanother batch of cli simplifications.
2006-03-29 Tilghman LesherMerged revisions 16082 via svnmerge from
2006-03-28 Kevin P. Fleminglet's format that output sanely instead :-(
2006-03-28 Kevin P. Flemingmake 'show hints' CLI command show context name for...
2006-03-27 Matt O'GormanJanitor work converting !ast_strlen_zero(a)?a:b
2006-03-23 Kevin P. Flemingensure global variables lock is held during 'show globa...
2006-03-23 Kevin P. Flemingcorrect typo
2006-03-23 Luigi RizzoReplace ast_say_* functionn with function pointers...
2006-03-22 Joshua ColpIssue #6780 - ast_pbx_outgoing_cdr_failed description...
2006-03-21 Tilghman LesherBug 6745 - Fix for ranges that wrap around the ends
2006-03-17 Russell Bryantmove the definition of the mappings between extension...
2006-03-14 Russell Bryantadd an option to cdr.conf that enables ending CDRs...
2006-03-12 Russell Bryantadd locking to protect the list of global dialplan...
2006-03-07 Matt O'Gormanadded show globals and set global from oej's patch
2006-02-15 Russell BryantFix the retrieval of the new SYSTEMNAME variable. ...
2006-02-14 Kevin P. Flemingadd 'systemname' option to prefix channel unique IDs...
2006-02-12 Kevin P. Flemingmajor dialplan functions update
2006-02-11 Russell BryantMerged revisions 9581 via svnmerge from
2006-02-01 Kevin P. Fleminguse string fields for some stuff in ast_channel
2006-01-25 Russell Bryantuse arg parsing macros for WaitExten and Background...
2006-01-22 Russell Bryantprevent writing outside of the provided workspace when...
2006-01-21 Russell Bryantconst-ify some fields in the ast_exten and ast_include...
2006-01-21 Russell Bryanton this pass, only remove duplicate log messages
2006-01-21 Russell Bryantfinish reverting my pass through the tree to remove...
2006-01-21 Russell Bryantremove some useless checks after calls to ast_strdupa
2006-01-18 Russell Bryantconstify arguments in more places where strings should...
2006-01-17 Kevin P. Flemingremove some more deprecated (pre-1.2) stuff
2006-01-13 BJ Weschke Another patch against this code (the right one now...
2006-01-13 BJ Weschke Range should be inclusive, not exclusive, of the end...
2006-01-12 Mark SpencerRemove unnecessary (but unexecutable) unlocks, cleanup...
2006-01-12 Mark SpencerMerge rizzo's range optimizations (bug #6101)
2006-01-11 Russell Bryantfix locking bug - lock instead of unlock (see commit...
2006-01-09 Tilghman LesherBug 6099 - cleanup of parse_variable_name and pbx_retri...
2006-01-04 Kevin P. Flemingadd memory-pool based string field management for struc...
2006-01-03 Kevin P. Flemingupdate copyright headers for files changed this year
2006-01-01 Russell Bryantclean up some loops and replace some duplicate code...
2005-12-30 Russell Bryantupdate doxygen docs to specify authors
2005-12-27 Russell Bryantminor cleanups for another cli completion function ...
2005-12-27 Russell Bryantavoid duplicate strlen calls for the command completion...
2005-12-26 Russell Bryant- normalize some loops
2005-12-26 Tilghman LesherBug 6057 - Deprecate builtins that have been replaced...
2005-12-24 Russell Bryantminor cleanups ...
2005-12-23 Tilghman LesherAlphabetize the functions list
2005-12-13 Kevin P. FlemingMerged revisions 7448-7449,7451,7453 via svnmerge from
2005-12-08 Kevin P. FlemingMerged revisions 7386 via svnmerge from
2005-12-07 Kevin P. FlemingMerged revisions 7382 via svnmerge from
2005-12-07 Russell BryantThis is the first round of removing applications that...
2005-12-05 Russell Bryantadd support for 'show functions like <text>' (issue...
2005-12-03 Tilghman LesherBug 5858 - Make the chanvars.c functions return a ...
2005-12-02 Kevin P. FlemingMerged revisions 7265-7266,7268-7275 via svnmerge from
2005-11-29 Kevin P. Flemingremove extraneous svn:executable properties
2005-11-25 Mark SpencerFix hint case sensitivity (bug #5856)
2005-11-21 Russell Bryantissue #5805
2005-11-14 Russell Bryantfinish merging doxygen updates from issue #5605
2005-11-11 Kevin P. Flemingissue #5673
2005-11-09 Russell Bryantclean up descriptions for built-in applications
2005-11-09 Kevin P. Flemingissue #5664
2005-11-08 Kevin P. Flemingissue #2720
2005-11-08 Kevin P. Flemingissue #5569 minus lock.h changes
2005-11-08 Kevin P. Flemingissue #5583
2005-11-06 Russell BryantConvert some built-in applications to use new args...
2005-11-03 Kevin P. Flemingmajor update to arg/option parsing APIs and documentation
2005-10-31 Kevin P. Flemingfix various bugs related to list handling of channel...
2005-10-26 Russell Bryantclean up a lot of doxygen errors and warnings (issue...
2005-10-26 Russell Bryantchange ast_strlen_zero to also check for the string...
2005-10-26 Russell Bryantmore doxygenification (issue #5513)
2005-10-26 Mark SpencerAllow limitation by loadavg not just calls (should...
2005-10-24 Russell BryantDoxygen documentation update from oej (issue #5505)
2005-10-18 Mark SpencerThe amazing disappearing and reappearing patch... ...
2005-10-18 Mark SpencerSetting variables should NOT overwrite prefixed (sorry...
2005-10-18 Mark SpencerBe sure to not consider prefix on variable updates...
2005-10-18 Mark SpencerFix truth of strings
2005-10-13 Kevin P. Fleminguse English states in 'show hints' CLI command
2005-10-04 Mark SpencerIf you're hanging up channels, be sure we clean it...
2005-09-29 Kevin P. Flemingre-factor variable/function name parsing, and add subst...
2005-09-26 Kevin P. Flemingone more oops (when global variables need substitutions)
2005-09-26 Kevin P. Flemingoops
2005-09-26 Kevin P. Flemingminor code and stack space optimizations
2005-09-26 Kevin P. Flemingminor optimizations
2005-09-24 Mark SpencerDon't crash on recursive show extension foo@bar...
2005-09-16 Russell Bryantclean up singular vs. plural output for the 'show dialp...
2005-09-14 Kevin P. Flemingupdate MANY more files with proper copyright/license...
2005-09-14 Kevin P. Flemingslightly clear argument processing
2005-09-13 Kevin P. Flemingcheck call limit in ast_pbx_start(), instead of waiting...
2005-09-07 Kevin P. Flemingremove useless buffer initializations (issue #5134)
2005-09-02 Kevin P. Flemingremove unused header and old comment
2005-09-01 Kevin P. Flemingdon't unlock a channel we didn't lock
2005-08-29 Kevin P. Flemingmassive upgrade to SUBSCRIBE, device state and messagin...
2005-08-29 Kevin P. Flemingdon't make expression evaluator allocate a memory buffe...
2005-08-27 Kevin P. Flemingpreserve hint watchers and laststate across 'extensions...
2005-08-22 Kevin P. Flemingadd count to 'show functions' CLI command (issue #4991)
next