aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_dundi.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-27When deleting a task from the scheduler, ignoring the return value couldtilghman1-24/+9
2008-01-11Fix up setting the EID on BSD based systems.russell1-7/+5
2008-01-02pbx_dundi only needs a rdlock on the contexts list.russell1-1/+1
2007-10-22Fix tab completion for dundi show peer.file1-1/+3
2007-10-15Ensure the buffer passed to ast_canmatch_extension() is properly initialized sorussell1-2/+2
2007-09-27remove a todo item that has been completedrussell1-2/+0
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell1-12/+10
2007-09-18When copying the contents from the wildcard peer, do a deep copy instead ofrussell1-1/+31
2007-09-11The sample dundi.conf claims support for a wildcard peer entry - [*], but therussell1-3/+34
2007-09-11(closes issue #10577)file1-0/+5
2007-08-28revert unintentional changes in rev 81226russell1-5/+0
2007-08-28Add Russian tones. (closes issue #7953, hanabana)russell1-0/+5
2007-08-27Add a \todo to note that this module leaks most of the memory it allocates onrussell1-0/+1
2007-08-27explicity define a variable as a booleanrussell1-1/+2
2007-07-18(closes issue #10224)file1-6/+7
2007-07-09Few minor thread synchronization tweaks. (issue #10124 reported by gzero)file1-4/+13
2007-06-27Make unloading of pbx_dundi actually work.file1-2/+15
2007-01-31Merged revisions 53045 via svnmerge from russell1-0/+6
2006-10-04update thread creation code a bitkpfleming1-2/+2
2006-09-18merge qwell's CLI verbification workkpfleming1-74/+63
2006-08-31everything that loads a config that needs a config file to runmogorman1-1/+2
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-21/+12
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forrussell1-22/+17
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-2/+1
2006-05-07- use ast_calloc instead of malloc+memsetrussell1-11/+6
2006-05-02staticize the list heads from my recent conversions to list macrosrussell1-5/+5
2006-05-01- convert permission lists to use list macrosrussell1-68/+48
2006-05-01conver the lists of dundi packets to use the list macrosrussell1-48/+27
2006-05-01- convert the dundi precache list to use the list macrosrussell1-46/+37
2006-04-30- convert the lists of dundi_transactions to the list macrosrussell1-109/+73
2006-04-30remove unneeded define - it is already in asterisk.hrussell1-3/+0
2006-04-30convert the dundi_request list to use the list macrosrussell1-36/+18
2006-04-30convert existing comments to doxygen formatrussell1-34/+34
2006-04-30fix indentation for this functionrussell1-56/+56
2006-04-30immediately handle ast_strdupa result so that one more level of indentationrussell1-3/+4
2006-04-30fix the indentation of a large blockrussell1-43/+43
2006-04-30handle a memory allocation failure immediately so the following large blockrussell1-7/+4
2006-04-30- convert the list of dundi mappings to use the list macrosrussell1-60/+35
2006-04-30change a list traversal to use a for looprussell1-2/+1
2006-04-30fix the indentation of a large block of coderussell1-121/+121
2006-04-30immediately handle a memory allocation failure so the rest of the functionrussell1-5/+4
2006-04-30- convert some comments to doxygen formatrussell1-140/+118
2006-04-29add a small optimization for deleting all the members of a listrussell1-3/+1
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-0/+5
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-17/+10
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...tilghman1-2/+2
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentrizzo1-2/+2
2006-03-28- remove an unnecessary cast and recomputation of (timeout - now);rizzo1-20/+13