aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_pgsql.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-20Merged revisions 253536-253538,253540 via svnmerge from russell1-3/+3
2009-08-10AST-2009-005tilghman1-3/+3
2008-12-15Merged revisions 164349 via svnmerge from tilghman1-1/+9
2008-08-24Merged revisions 139707 via svnmerge from tilghman1-1/+17
2008-06-29Merged revisions 126274 via svnmerge from seanbright1-4/+4
2008-05-10Merged revisions 115596 via svnmerge from tilghman1-0/+3
2008-04-15Merged revisions 114152 via svnmerge from tilghman1-1/+1
2008-04-11Merged revisions 114090 via svnmerge from tilghman1-3/+26
2008-02-25Permit additional CDR columns to be saved in Postgres. Note that thesetilghman1-49/+220
2007-12-06Merged revisions 90166,90736,90753 via svnmerge from tilghman1-11/+16
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-1/+0
2007-11-17more removal of duplicate #include linesrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-09-20Fix memory leaks in pbx_dundi, cdr_pgsql, and the configuration file parser.file1-7/+23
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-36/+30
2007-07-27Merged revisions 77540 via svnmerge from file1-2/+2
2007-07-26Merged revisions 77318 via svnmerge from mmichelson1-2/+3
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-3/+3
2007-06-20Merged revisions 70612 via svnmerge from qwell1-1/+4
2007-06-20Merged revisions 70560 via svnmerge from qwell1-1/+1
2007-06-20Merged revisions 70554 via svnmerge from qwell1-1/+5
2007-06-14Merged revisions 69392 via svnmerge from kpfleming1-1/+1
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-13/+10
2007-06-12Merged revisions 69016 via svnmerge from russell1-6/+7
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-6/+6
2007-02-24Creating new doxygen macro "\extref" to create page that lists oej1-0/+1
2006-11-13Merged revisions 47584 via svnmerge from file1-2/+2
2006-09-20Magical eightball says warnings be gone.file1-1/+1
2006-08-31everything that loads a config that needs a config file to runmogorman1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-16/+9
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-5/+4
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-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-0/+4
2006-04-17more module loader related fixeskpfleming1-16/+7
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-03-01Merged revisions 11503 via svnmerge from tilghman1-1/+1
2006-01-24- Adding whitespace that I found unused outside oej1-11/+16
2006-01-24Declaring conn and result static to avoid collission with realtime driver (is...oej1-3/+3
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-06issue #5605russell1-0/+1
2005-10-26more doxygenification (issue #5513)russell1-2/+7
2005-09-15more license/copyright header updates (thanks Ian!)kpfleming1-0/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+14
2005-07-11remove complex malloc-avoidance (bug #4601)kpfleming1-104/+50
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming1-8/+12
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming1-1/+1