summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Expand)Author
2006-05-05move ast_carefulwrite from manager.c to utils.c so that cli.c andRussell Bryant
2006-05-03 Correct call parking behavior when there is no courtesytone specified. #6306...BJ Weschke
2006-05-01Merged revisions 24019 via svnmerge from Tilghman Lesher
2006-04-30remove macro defined that is no longer neededKevin P. Fleming
2006-04-29a bunch of conversion to ast_channel_*lock (issue #7058)Russell Bryant
2006-04-29- convert lists to use linked list macrosRussell Bryant
2006-04-29- don't create duplicate log messagesRussell Bryant
2006-04-29add reload() (bug 9981)Luigi Rizzo
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-21move wait_and_stream to ast_wait_and_stream() because equivalentLuigi Rizzo
2006-04-21more strncpy/ast_copy_string replacement.Luigi Rizzo
2006-04-21more strncpy/ast_copy_string replacementLuigi Rizzo
2006-04-21comment a possible memory leakLuigi Rizzo
2006-04-21merge some common code into a functionLuigi Rizzo
2006-04-21more NULL "" equivalence in cid fields.Luigi Rizzo
2006-04-21more NULL / "" equivalence for CID fields.Luigi Rizzo
2006-04-18update res_odbc to support pooled connectionsRussell Bryant
2006-04-18simplify the flow of builtin_atxfer().Luigi Rizzo
2006-04-17Merged revisions 20966 via svnmerge from Tilghman Lesher
2006-04-17- Doxygen formattingOlle Johansson
2006-04-16preparation for reduction of the nesting of a large functionLuigi Rizzo
2006-04-16more usages of stream_and_waitLuigi Rizzo
2006-04-16more usages of function 'finishup()'Luigi Rizzo
2006-04-16one more instance of stream_and_wait, and remove an extraLuigi Rizzo
2006-04-16more replaceemnt of dup code with functions.Luigi Rizzo
2006-04-16localize several variables, and simplify the last part of park_exec()Luigi Rizzo
2006-04-16more formatting cleanup including removal of a useless checkLuigi Rizzo
2006-04-16rename a variable same as used in a very similar function,Luigi Rizzo
2006-04-16s/pu->chan/chan in a few places;Luigi Rizzo
2006-04-16put some common code into functions (still more instances to be replaced)Luigi Rizzo
2006-04-16properly reindent a large block.Luigi Rizzo
2006-04-16more readability fixes - localize some variables and invertLuigi Rizzo
2006-04-16introduce a function to set context, extension and priorityLuigi Rizzo
2006-04-16minor readability fixes in preparation for more work on this file:Luigi Rizzo
2006-04-15We are shaking up trunk tonight! allow data dir to be specified (issue #6967 ...Joshua Colp
2006-04-15- normalize for() loops to navigate through variables,Luigi Rizzo
2006-04-14- remove some unnecessary casts and braces; Luigi Rizzo
2006-04-14constification and code simplificationsLuigi Rizzo
2006-04-14partial fix of the module API to use the new method.Luigi Rizzo
2006-04-14fix another svn merge bugLuigi Rizzo
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-13Updates to speech recognition API and dialplan utilities. Moved to using dial...Joshua Colp
2006-04-11normalize code in preparation to module changesLuigi Rizzo
2006-04-10Presenting a revised data stores and oh my, a generic speech recognition API!...Joshua Colp
2006-04-10Merged revisions 18866 via svnmerge from BJ Weschke
2006-04-10remove a couple more unnecessary "out of memory" error messagesRussell Bryant
2006-04-10use ast_*alloc and don't create duplicated error messages.Russell Bryant
2006-04-10Instead of using strncpy, use ast_copy_string. Also, in the case of copying aRussell Bryant
2006-04-10run the module through indent to fix the formatting issues that violate theRussell Bryant
2006-04-10add back braces that were removed in a recent commit that leave a bunch ofRussell Bryant