aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming8-109/+72
2006-04-21move wait_and_stream to ast_wait_and_stream() because equivalentrizzo1-32/+12
2006-04-21more strncpy/ast_copy_string replacement.rizzo1-14/+6
2006-04-21more strncpy/ast_copy_string replacementrizzo1-15/+8
2006-04-21comment a possible memory leakrizzo1-0/+1
2006-04-21merge some common code into a functionrizzo1-18/+15
2006-04-21more NULL "" equivalence in cid fields.rizzo1-4/+4
2006-04-21more NULL / "" equivalence for CID fields.rizzo1-26/+26
2006-04-18update res_odbc to support pooled connectionsrussell2-376/+510
2006-04-18simplify the flow of builtin_atxfer().rizzo1-111/+106
2006-04-17Merged revisions 20966 via svnmerge from tilghman1-0/+21
2006-04-17- Doxygen formattingoej1-25/+34
2006-04-16preparation for reduction of the nesting of a large functionrizzo1-21/+26
2006-04-16more usages of stream_and_waitrizzo1-28/+12
2006-04-16more usages of function 'finishup()'rizzo1-24/+18
2006-04-16one more instance of stream_and_wait, and remove an extrarizzo1-9/+2
2006-04-16more replaceemnt of dup code with functions.rizzo1-51/+23
2006-04-16localize several variables, and simplify the last part of park_exec()rizzo1-58/+46
2006-04-16more formatting cleanup including removal of a useless checkrizzo1-7/+6
2006-04-16rename a variable same as used in a very similar function,rizzo1-10/+10
2006-04-16s/pu->chan/chan in a few places;rizzo1-37/+31
2006-04-16put some common code into functions (still more instances to be replaced)rizzo1-54/+69
2006-04-16properly reindent a large block.rizzo1-49/+48
2006-04-16more readability fixes - localize some variables and invertrizzo1-19/+25
2006-04-16introduce a function to set context, extension and priorityrizzo1-7/+11
2006-04-16minor readability fixes in preparation for more work on this file:rizzo1-32/+24
2006-04-15We are shaking up trunk tonight! allow data dir to be specified (issue #6967 ...file1-0/+1
2006-04-15- normalize for() loops to navigate through variables,rizzo1-27/+23
2006-04-14- remove some unnecessary casts and braces; rizzo1-64/+36
2006-04-14constification and code simplificationsrizzo1-5/+5
2006-04-14partial fix of the module API to use the new method.rizzo1-10/+15
2006-04-14fix another svn merge bugrizzo1-4/+0
2006-04-14This rather large commit changes the way modules are loaded. rizzo14-211/+119
2006-04-13Updates to speech recognition API and dialplan utilities. Moved to using dial...file1-1/+31
2006-04-11normalize code in preparation to module changesrizzo6-23/+16
2006-04-10Presenting a revised data stores and oh my, a generic speech recognition API!...file1-0/+346
2006-04-10Merged revisions 18866 via svnmerge from bweschke1-1/+1
2006-04-10remove a couple more unnecessary "out of memory" error messagesrussell1-7/+2
2006-04-10use ast_*alloc and don't create duplicated error messages.russell1-43/+25
2006-04-10Instead of using strncpy, use ast_copy_string. Also, in the case of copying arussell1-9/+9
2006-04-10run the module through indent to fix the formatting issues that violate therussell1-353/+398
2006-04-10add back braces that were removed in a recent commit that leave a bunch ofrussell1-1/+2
2006-04-09Issue 6917 - some cleanups for res_config_pgsql.c (mithraen)oej1-14/+9
2006-04-08a few cleanups from the last commitkpfleming9-18/+18
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming13-26/+26
2006-04-08fix bug in smdi config parsing (issue #6908)russell1-1/+0
2006-04-07Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c oej1-660/+894
2006-04-06normalize repeated instances of code as follows:rizzo1-80/+27
2006-04-06use the new module interface for this module, but make itrizzo1-5/+9
2006-04-06Issue #6893 - Compiler warnings for PostgreSQL ARA driveroej1-8/+3