summaryrefslogtreecommitdiff
path: root/pbx
AgeCommit message (Expand)Author
2006-04-27remove duplicated codeLuigi Rizzo
2006-04-27staticize c_prevword()Luigi Rizzo
2006-04-27more indentation fixesLuigi Rizzo
2006-04-27use asprintf instead of mallocLuigi Rizzo
2006-04-27more formatting cleanupLuigi Rizzo
2006-04-27more indentation fixesLuigi Rizzo
2006-04-27more formatting cleanupLuigi Rizzo
2006-04-27cleanup formatting to emphsize common code blocksLuigi Rizzo
2006-04-27move similar blocks close to each other to make similaritiesLuigi Rizzo
2006-04-27normalize and simplify the code for keeping track of line and column number.Luigi Rizzo
2006-04-27define some flex constants for character sets.Luigi Rizzo
2006-04-27uncomment some functions in the flex code that were actuallyLuigi Rizzo
2006-04-26use \t to indicate a tab, and fix indentation forLuigi Rizzo
2006-04-26remove common blocks of code with a macro (waiting for a betterLuigi Rizzo
2006-04-26staticize some variablesLuigi Rizzo
2006-04-26comment behaviour of pbcwhere in preparation for its useLuigi Rizzo
2006-04-26include/asterisk/ael_structs.h:Luigi Rizzo
2006-04-26whitespace-only change:Luigi Rizzo
2006-04-26whitespace-only change:Luigi Rizzo
2006-04-25don't rely on default search paths for finding local include filesKevin P. Fleming
2006-04-25wrong path in include file.Luigi Rizzo
2006-04-25fix variable declaration in the middle of a blockLuigi Rizzo
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now n...Kevin P. Fleming
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-11Merged revisions 19345 via svnmerge from Kevin P. Fleming
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-06whitespace and formatting fix postponed from last commit:Luigi Rizzo
2006-04-06split pbx_load_module so we can reduce the indentation depth.Luigi Rizzo
2006-04-06use FREE instead of free as pointer to the destructor function.Luigi Rizzo
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...Tilghman Lesher
2006-03-31fix formattingLuigi Rizzo
2006-03-31minor code simplifications - no need to use temporaryLuigi Rizzo
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentLuigi Rizzo
2006-03-29Whitespace fix forgotten by someone who added a note about needing to fix thi...Olle Johansson
2006-03-28as reported in mantis #6066, fix a bunch of cli bugs andLuigi Rizzo
2006-03-28Merged revisions 15658 via svnmerge from Russell Bryant
2006-03-28- remove an unnecessary cast and recomputation of (timeout - now);Luigi Rizzo
2006-02-24Reverting revision 10998 that was accidentaly committed to trunk. My apologies.Olle Johansson
2006-02-24Update to trunkOlle Johansson
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...Kevin P. Fleming
2006-02-23Fix a few compile warnings (turned errors) and disable -Werror on the Mark Spencer
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2006-02-13remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADDRussell Bryant
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...Kevin P. Fleming
2006-02-12major dialplan functions updateKevin P. Fleming
2006-02-11Merged revisions 9609 via svnmerge from Russell Bryant
2006-02-11Merged revisions 9581 via svnmerge from Russell Bryant
2006-02-11use auto-build for pbx modulesKevin P. Fleming
2006-02-01Allows for user to uninstall asterisk binariesMatt O'Gorman