aboutsummaryrefslogtreecommitdiffstats
path: root/cdr
AgeCommit message (Expand)AuthorFilesLines
2008-04-09If the [csv] section does not exist in cdr.conf, then an unload/load sequencetilghman1-1/+11
2008-03-25Make file access in cdr_custom similar to cdr_csv.qwell1-9/+10
2007-12-17fix some copy-and-paste leftoverskpfleming1-2/+2
2007-12-17In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,kpfleming1-2/+8
2007-11-29Properly escape cdr->src and cdr->dst and ensure we use thread-safe escapingtilghman1-11/+16
2007-11-07In response to 10578, I just ran 1.4 thru valgrind; some of the config leakag...murf1-2/+4
2007-09-13Fix a crash that could occur in cdr_csv when mutliple threads tried to close ...qwell1-10/+18
2007-08-05Portability fix for devmode compiling (closes bug #10382)tilghman1-1/+2
2007-07-27(closes issue #10310)file1-2/+2
2007-07-26Two consecutive calls to PQfinish could occur, meaning free gets called on th...mmichelson1-2/+3
2007-06-21Merged revisions 70804 via svnmerge from murf1-4/+6
2007-06-20Fix some potential memory leaks in cdr_pgsql.qwell1-1/+4
2007-06-20Fix a stupid mistake in my last cdr_pgsql race condition fixqwell1-1/+1
2007-06-20Fix a race condition in cdr_pgsql that can occur when reloading the module.qwell1-1/+5
2007-06-18To prevent 92138749238754 more reports of "I have unixodbc installed, butrussell1-0/+1
2007-06-14use ast_localtime() in every place localtime_r() was being usedkpfleming7-13/+13
2007-06-12Fix a memory leak pointed out by prashant_jois in #asterisk-bugs. PQclear() wasrussell1-6/+7
2007-05-02a)In chan_zap, set the clid, src fields in channel_alloc call. b)in the chann...murf1-3/+5
2007-03-29Merged revisions 59301 via svnmerge from tilghman1-4/+0
2007-01-10Reverse some logic in cdr_manager, which made it fail to load if the config f...qwell1-1/+1
2006-11-13Merged revisions 47583 via svnmerge from file1-2/+2
2006-10-25apparently developers are still not aware that they should be use ast_copy_st...kpfleming1-2/+2
2006-10-23Merged revisions 45927 via svnmerge from file1-1/+2
2006-09-21Merged revisions 43409 via svnmerge from tilghman1-3/+7
2006-09-20One last forgotten constified filetilghman1-1/+1
2006-09-20resolve compiler warnings from constificationrussell1-1/+1
2006-09-20Magical eightball says warnings be gone.file1-1/+1
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman2-2/+2
2006-08-31fix some breakage, MOG DID IT!!!russell1-1/+1
2006-08-31everything that loads a config that needs a config file to runmogorman7-13/+22
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...kpfleming1-4/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming9-134/+69
2006-07-15more Makefile cleanup and consistency stuffkpfleming1-1/+4
2006-07-06move rules file to prepare for generic rules filekpfleming1-1/+1
2006-07-05update dependency information to match new names for dependencieskpfleming1-1/+1
2006-06-29move FreeTDS version check into configure scriptkpfleming1-12/+0
2006-06-25use new (separate) dependencies file from menuselectkpfleming1-0/+1
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming1-71/+3
2006-06-22- convert the 'uninstall' target to use separate targets to process eachrussell1-1/+1
2006-06-22- specify that 'depend' is a .PHONY targetrussell1-1/+1
2006-06-22- specify that 'all' is a .PHONY targetrussell1-1/+1
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsrussell1-0/+2
2006-06-19don't blow up in the sub Makefiles if menuselect.makeopts is not present. Thisrussell1-1/+3
2006-06-16remove "depend" from the "all" targets in sub Makefiles. The main Makefilerussell1-1/+1
2006-06-09there is no reason to define our own 'maximum path length' when the POSIX hea...kpfleming3-4/+4
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming8-34/+32
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsrussell1-0/+2
2006-06-05use module names, not file names, in menuselectkpfleming1-1/+3
2006-06-01change a warning message to a debug messagerussell1-1/+3
2006-05-30remove a bunch of duplicated log messages. There is a warning that getsrussell1-63/+23