aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_sqlite.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-1/+5
2010-06-08Add High Resolution Times to CDRs for Asterisksnuffy1-2/+27
2010-02-26formatting tweaks and constificationrussell1-1/+1
2010-02-26trivial formatting tweak (working on reducing diff against trunk for cdr-q)russell1-2/+2
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-4/+4
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-1/+1
2008-11-20Begin on a crusade to end trailing whitespace!twilson1-4/+4
2008-09-03Move some duplicated code into a separate function.seanbright1-9/+11
2007-11-20Make trunk build againtilghman1-0/+1
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-11/+7
2007-06-14Merged revisions 69392 via svnmerge from kpfleming1-3/+3
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-3/+3
2007-03-13Merge changes from team/russell/sqlite:russell1-0/+5
2007-02-24Creating new doxygen macro "\extref" to create page that lists oej1-0/+1
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...murf1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-21/+4
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-5/+4
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-10/+7
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-03-14add header to fix building with -Werror (issue #6718)russell1-0/+1
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-3/+10
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+16
2005-06-06fix version tag macro callskpfleming1-1/+1
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming1-6/+8
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-6/+6
2005-03-11fix compilation issue (bug #3752)russell1-1/+1
2005-01-21update copyright headers for 2005russell1-1/+1
2004-08-01Fix double comma typo in sql_create_table (bug #2196)markster1-1/+1
2004-07-14Merge remaining audit patch (save dlfcn.c)markster1-1/+1
2004-07-08Add SQLite CDR support (bug #1986)markster1-0/+212