aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2006-05-10use the channel lock wrappers (issue #7128)russell1-12/+12
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell7-63/+49
2006-05-09various doxygen fixeskpfleming1-3/+3
2006-05-09remove a check of the result of ast_mutex_lockrussell1-14/+7
2006-05-08Incorrect log statement when playing transfer sounds (issue #7008 reported an...file1-2/+2
2006-05-05move ast_carefulwrite from manager.c to utils.c so that cli.c andrussell1-1/+0
2006-05-03 Correct call parking behavior when there is no courtesytone specified. #6306...bweschke1-1/+4
2006-05-01Merged revisions 24019 via svnmerge from tilghman1-0/+4
2006-04-30remove macro defined that is no longer neededkpfleming1-6/+0
2006-04-29a bunch of conversion to ast_channel_*lock (issue #7058)russell4-20/+20
2006-04-29- convert lists to use linked list macrosrussell1-93/+74
2006-04-29- don't create duplicate log messagesrussell1-18/+16
2006-04-29add reload() (bug 9981)rizzo1-1/+1
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