aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_forkcdr.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-22(closes issue #12910)murf1-3/+3
2008-06-12Arkadia tried to warn me, but the code added to ast_cdr_busy, _failed, and _n...murf1-1/+1
2008-06-12(closes issue #10668)murf1-6/+77
2008-05-29(closes issue #10668)murf1-9/+91
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-18/+7
2006-08-14fix a typo and a very minor formatting changenorth1-3/+2
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-13/+7
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-3/+0
2005-12-30update doxygen docs to specify authorsrussell1-0/+4
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-16issue #5763kpfleming1-4/+10
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-2/+2
2005-11-07use correct arguments to ast_cdr_reset from my changes earlier todayrussell1-1/+8
2005-11-06issue #5605russell1-0/+1
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-1/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell1-1/+6
2005-09-15more license/copyright header updates (thanks Ian!)kpfleming1-5/+17
2005-07-25use CDR API calls instead of re-implementing them (bug #4726)kpfleming1-20/+13
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-1/+1
2005-06-06the last round of file version tagskpfleming1-4/+9
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-6/+6
2005-03-25Fix fork CDR seggy (bug #3855)markster1-1/+2
2005-02-23Merge anthm's CDR updates (bug #3595)markster1-5/+15
2005-02-16Fix misspellings of separate (bug #3607)markster1-1/+1
2005-01-10More flagification, courtesy drumkilla (bug #3280)markster1-1/+1
2004-11-19Minor Fix to disposition on clone routineanthm1-0/+1
2004-10-23Help leanup (bug #2677)markster1-2/+3
2004-09-24add app_forkcdranthm1-0/+89