summaryrefslogtreecommitdiff
path: root/pbx
AgeCommit message (Expand)Author
2006-05-25Add Archive option to call files and add documentation on them. (issue #5426 ...Joshua Colp
2006-05-23on a clean, we have to clean out the ael directory tooRussell Bryant
2006-05-19Make the new behavior where the timestamp is checked on the call file beforeRussell Bryant
2006-05-19only delete call files if the timestamp on the file is not in the future, soRussell Bryant
2006-05-10change macro into a function, remove unused code.Luigi Rizzo
2006-05-10start cleanup indentation etc.Luigi Rizzo
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-09various doxygen fixesKevin P. Fleming
2006-05-08 use pid_t instead of long for pid variables. #7099 (casper)BJ Weschke
2006-05-07- use ast_calloc instead of malloc+memsetRussell Bryant
2006-05-03more simplificationsLuigi Rizzo
2006-05-03consistent rule for goto...Luigi Rizzo
2006-05-03remove another useless nonterminalLuigi Rizzo
2006-05-03remove a useless nonterminalLuigi Rizzo
2006-05-03more simplificationsLuigi Rizzo
2006-05-03remove more shift-reduce conflictsLuigi Rizzo
2006-05-03remove a redundant ruleLuigi Rizzo
2006-05-03reduce shift/reduce warningsLuigi Rizzo
2006-05-03simplify case_statementsLuigi Rizzo
2006-05-03switch statement in one placeLuigi Rizzo
2006-05-03common syntax for context nameLuigi Rizzo
2006-05-02another instance of context nameLuigi Rizzo
2006-05-02fix a bug previously introduced in the handling of timespec.Luigi Rizzo
2006-05-02simplify case statementsLuigi Rizzo
2006-05-02one more instance of assignmentLuigi Rizzo
2006-05-02global_statement is really an assignment statementLuigi Rizzo
2006-05-02expressions used in if, while, switch are all of the same kindLuigi Rizzo
2006-05-02macro statements can be emptyLuigi Rizzo
2006-05-02empty arglists are validLuigi Rizzo
2006-05-02rename the rule for context names properlyLuigi Rizzo
2006-05-02simplify handling of 'include' listsLuigi Rizzo
2006-05-02... and use a single rule for timespecLuigi Rizzo
2006-05-02use a single rule to parse timeranges hh:mm-hh:mmLuigi Rizzo
2006-05-02if/ifTime/random statements are all the same thingLuigi Rizzo
2006-05-02includedname is just a regular word_or_default name,Luigi Rizzo
2006-05-02remove useless 'extern' declarationLuigi Rizzo
2006-05-02remove some unneeded local variables.Luigi Rizzo
2006-05-02more usage of nword(). I think the references to sourceLuigi Rizzo
2006-05-02more simplifications involving linku1Luigi Rizzo
2006-05-02correct linku1() to handle the case tail = NULL correctly.Luigi Rizzo
2006-05-02staticize the list heads from my recent conversions to list macrosRussell Bryant
2006-05-02The build of aelparse was still broken in some cases, so instead of having to Russell Bryant
2006-05-01Bug 7062 - Rename ael2 CLI commands to aelTilghman Lesher
2006-05-01- convert permission lists to use list macrosRussell Bryant
2006-05-01conver the lists of dundi packets to use the list macrosRussell Bryant
2006-05-01- convert the dundi precache list to use the list macrosRussell Bryant
2006-05-01more simplificationsLuigi Rizzo
2006-05-01always trim the trailing ';'Luigi Rizzo
2006-05-01comment usage of contextsLuigi Rizzo
2006-05-01fix dereferencing freed memoryLuigi Rizzo