aboutsummaryrefslogtreecommitdiffstats
path: root/cdr
AgeCommit message (Expand)AuthorFilesLines
2006-10-25Merged revisions 46200 via svnmerge from kpfleming1-2/+2
2006-10-23Merged revisions 45928 via svnmerge from file1-1/+2
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman3-10/+21
2006-09-21Merged revisions 43410 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
2006-05-20Add support for logging CDR recrods to a radius server (issue #6639, phsultan)russell2-0/+325
2006-05-20remove an unused variable, and default the user to asterisk if not specifiedrussell1-5/+3
2006-05-20various fixes regarding coding guidelines issuesrussell1-48/+24
2006-05-20if a hostname is not specified, connect over a unix socket instead ofrussell1-5/+6
2006-04-30Merged revisions 23673 via svnmerge from kpfleming1-1/+1
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming5-75/+39
2006-04-24Fix CDR builds when includes are in freetds directory off includemarkster1-0/+5
2006-04-19Merged revisions 21597 via svnmerge from tilghman1-20/+18
2006-04-17more module loader related fixeskpfleming3-43/+22
2006-04-14Compatibility fixes for loader changestilghman1-16/+7
2006-04-14This rather large commit changes the way modules are loaded. rizzo3-30/+22
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming7-14/+14
2006-03-23remove duplicate CFLAGS and SOLINK definitions that arerizzo1-5/+0
2006-03-14add header to fix building with -Werror (issue #6718)russell1-0/+1
2006-03-08allows the table field to be configurable formogorman1-1/+11
2006-03-02 cdr_csv logging parameters in cdr.confmogorman1-8/+70
2006-03-01Merged revisions 11503 via svnmerge from tilghman4-10/+10
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...kpfleming1-2/+5
2006-02-11use auto-build for cdr moduleskpfleming1-33/+25
2006-02-08Merged revisions 9233 via svnmerge from tilghman1-3/+3