summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Expand)Author
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
2006-04-09Issue 6917 - some cleanups for res_config_pgsql.c (mithraen)Olle Johansson
2006-04-08a few cleanups from the last commitKevin 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-08fix bug in smdi config parsing (issue #6908)Russell Bryant
2006-04-07Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c Olle Johansson
2006-04-06normalize repeated instances of code as follows:Luigi Rizzo
2006-04-06use the new module interface for this module, but make itLuigi Rizzo
2006-04-06Issue #6893 - Compiler warnings for PostgreSQL ARA driverOlle Johansson