aboutsummaryrefslogtreecommitdiffstats
path: root/cdr
AgeCommit message (Expand)AuthorFilesLines
2007-11-29Properly escape src and dst fields (Fixes AST-2007-026)tilghman1-11/+16
2007-06-21it was pointed out that the cdr_custom config load could get a lock, and unde...murf1-4/+6
2007-03-29Issue 9415 - No point to getting a diagnostic field if we aren't doing anythi...tilghman1-1/+0
2006-11-16Look for the header file specifically in all cases, not just the existence of...file1-1/+1
2006-11-13Initialize global pointers for connection and result to NULL. (issue #8356 re...file1-2/+2
2006-10-23Don't leak memory mmmk?file1-1/+2
2006-09-21TDS 0.64 updatestilghman2-8/+16
2006-05-01eliminate compiler warningkpfleming1-0/+1
2006-04-30allow top-level OPTIMIZE setting to affect builds in these subdirectories tookpfleming1-1/+1
2006-04-19Bug 6553 - plug memory leaks when ODBC connection is downtilghman1-20/+18
2006-03-01Bug 6615 - Fix 64bit conversion errors by using a long inttilghman4-10/+10
2006-02-08Leave it to RH/CentOS to put the freetds headers in a completely nonstandard ...tilghman1-3/+3
2005-12-26Remove copy of code in libc, preferring code in utils.c (public domain code)tilghman1-115/+1
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming8-0/+0
2005-11-29remove CVS ignore lists, set SVN ignore listskpfleming1-1/+0
2005-11-14fix bsd compile issue (bug #5731)markster1-1/+2
2005-11-10issue #5693kpfleming2-16/+14
2005-11-06issue #5605russell7-0/+7
2005-11-01issue #4678kpfleming1-5/+10
2005-10-29Merge TDS cdr fixes (bug #5517, with slight mods)markster2-7/+27
2005-10-26more doxygenification (issue #5513)russell7-15/+48
2005-10-22fix reload problem - unload_module was not setting connected to 0 (issue #5498)russell1-0/+1
2005-09-15more license/copyright header updates (thanks Ian!)kpfleming3-7/+33
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming5-27/+79
2005-09-08more Cygwin portability (issue #4678)kpfleming1-0/+7
2005-08-30fix cdr_pgsql build on Debian testing (issue #5064)kpfleming1-1/+6
2005-08-30clean up, use make functions instead of subshells, remove unused stuffkpfleming1-28/+47
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming2-2/+2
2005-07-14clarify commentrussell1-1/+2
2005-07-11remove complex malloc-avoidance (bug #4601)kpfleming2-159/+75
2005-06-20move tools used during build into build_tools subdirectorykpfleming1-3/+3
2005-06-06fix version tag macro callskpfleming2-2/+2
2005-06-06more file version tagskpfleming5-5/+5
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming7-36/+60
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming3-3/+0
2005-06-06let ODBC username/password default to the ones in odbc.ini (bug #4470)kpfleming1-8/+7
2005-06-03support configurable batch posting of CDRs (off by default) (bug #3883)kpfleming1-1/+1
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming2-3/+3
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming7-52/+52
2005-04-07Fix issue with global load_module symbol... hint: NEVER call "load_module();"markster1-4/+14
2005-04-06ensure that successful configuration results in the module staying loaded (bu...kpfleming1-0/+1
2005-04-01ensure that failure to register the cdr_custom backend results in a module lo...kpfleming1-1/+1
2005-04-01Add CDR custom config warnings (Borga borga!) :)markster1-0/+7
2005-03-31unconfigured cdr_custom should not be fatalanthm1-1/+1
2005-03-31Fix load of cdr_custommarkster1-3/+2
2005-03-31Fix custom CDR error (thanks kpfleming)markster1-4/+3
2005-03-27Fix cross compiling (bug #3868)markster1-18/+18
2005-03-25remove channel_pvt.hrussell1-1/+0
2005-03-24Add custom CDR (bug #3595)markster2-1/+158
2005-03-11fix compilation issue (bug #3752)russell1-1/+1