use arg parsing macros for WaitExten and Background (issue #6185)
[asterisk/asterisk.git] / pbx.c
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)
2005-08-19 Russell Bryantfix execiftime and include some code cleanup while...
2005-08-15 Josh RobersonFix misspelling of "Launching" in pbx.c (Bug #<4964)
2005-07-19 Russell Bryantformatting fixes (bug #4736)
2005-07-15 Russell BryantAllow manager originate to specifiy more than one varia...
2005-07-15 Kevin P. Flemingphase two of string portability stuff:
2005-07-15 Kevin P. Flemingensure that channels that are busy/congested are marked...
2005-07-12 Kevin P. Flemingadd 'exit context' and 'only stop on match' options...
2005-07-10 Russell Bryantdefine an AST_MAX_CONTEXT for use instead of AST_MAX_EX...
2005-07-08 Kevin P. Flemingqueue device state changes and handle them serially...
2005-06-20 Kevin P. Fleminguse ast_build_string() to build strings into buffers...
2005-06-06 Kevin P. Flemingmore file version tags
2005-06-06 Kevin P. Flemingremove experimental module version tags
2005-06-06 Kevin P. Flemingmore efficient (and understandable) ast_channel_walk_lo...
2005-06-05 Kevin P. Flemingmore ast_copy_string() conversion
2005-06-05 Kevin P. Flemingdon't try to copy NULL appdata (bug #4422)
2005-06-05 Kevin P. Flemingmake ast_waitstream_* return value compatible with...
2005-06-03 Kevin P. Fleminguse ast_cli_register_multiple() for pbx CLI commands
2005-06-03 Kevin P. Flemingallow ast_add_extension2 to accept a NULL destructor...
2005-06-03 Kevin P. Flemingsupport configurable batch posting of CDRs (off by...
2005-05-26 Russell Bryantfix return value for ExecIfTime when time is outside...
2005-05-18 Mark SpencerAdd optional call limit
2005-05-15 Kevin P. Flemingrename SetVar application to Set, deprecate SetVar
2005-05-15 Kevin P. Flemingadd dialplan functions for Caller ID, language and...
2005-05-14 Russell Bryantclarify docs on ImportVar (that's for you, mog :p)
2005-05-08 Mark SpencerFix formatting of functions (bug #4196, with mods)
2005-05-08 Mark SpencerFix double unlock of hintlock (bug #4205)
2005-05-05 Anthony Minessale IIexpose function execution routines and warn about tryin...
2005-05-05 Kevin P. Flemingmajor re-work of dialplan functions, including:
next