summaryrefslogtreecommitdiff
path: root/cdr/cdr_sqlite.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2013-10-27Prevent CDR backends from unregistering while billing data is in flightMatthew Jordan
2012-09-21Doxygen Updates - janitor workAndrew Latham
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-01-05Merged revisions 300575 via svnmerge from Paul Belanger
2010-12-16Merged revisions 298394 via svnmerge from Tilghman Lesher
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-06-08Add High Resolution Times to CDRs for AsteriskBradley Latus
2010-02-26formatting tweaks and constificationRussell Bryant
2010-02-26trivial formatting tweak (working on reducing diff against trunk for cdr-q)Russell Bryant
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2008-11-20Begin on a crusade to end trailing whitespace!Terry Wilson
2008-09-03Move some duplicated code into a separate function.Sean Bright
2007-11-20Make trunk build againTilghman Lesher
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-06-14Merged revisions 69392 via svnmerge from Kevin P. Fleming
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-03-13Merge changes from team/russell/sqlite:Russell Bryant
2007-02-24Creating new doxygen macro "\extref" to create page that lists Olle Johansson
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...Steve Murphy
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-17more module loader related fixesKevin P. Fleming
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-03-14add header to fix building with -Werror (issue #6718)Russell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-06issue #5605Russell Bryant
2005-10-26more doxygenification (issue #5513)Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-06-06fix version tag macro callsKevin P. Fleming
2005-06-06another round of version tag updates, along with 'show version files' pattern...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-03-11fix compilation issue (bug #3752)Russell Bryant
2005-01-21update copyright headers for 2005Russell Bryant
2004-08-01Fix double comma typo in sql_create_table (bug #2196)Mark Spencer
2004-07-14Merge remaining audit patch (save dlfcn.c)Mark Spencer
2004-07-08Add SQLite CDR support (bug #1986)Mark Spencer