res_config_sqlite: Check for CDR unregistration failures
[asterisk/asterisk.git] / res / res_config_sqlite.c
2013-12-08 Matthew Jordanres_config_sqlite: Check for CDR unregistration failures
2013-06-17 Matthew JordanUpdate Asterisk's CDRs for the new bridging framework
2013-04-27 Joshua ColpUpdate res_config_sqlite to use the ast_variable lists.
2012-10-14 Andrew LathamDoxygen Updates - Title update
2012-10-01 Andrew LathamDoxygen Cleanup
2012-09-22 Andrew LathamDoxygen Updates Janitor Work
2012-08-21 Mark MichelsonFix misuses of asprintf throughout the code.
2012-04-06 Kinsey MooreAdd missing newlines to CLI logging
2011-11-03 Walter DoekesFix sqlite config driver segfault and broken queries
2011-10-13 Terry WilsonDon't skip the query field on a realtime multi query
2011-07-14 Leif MadsenMerged revisions 328247 via svnmerge from
2011-05-05 Russell BryantMerged revisions 317474 via svnmerge from
2010-07-20 Tilghman LesherAdd load priority order, such that preload becomes...
2010-06-08 Leif MadsenFix some doxygen warnings.
2010-06-08 Tilghman LesherRelease list lock before returning on error.
2009-08-10 Tilghman LesherAST-2009-005
2009-03-18 Kevin P. Fleminga few more namespace updates... res_ael_share still...
2009-02-05 Tilghman LesherChange the first field, or we don't get the necessary...
2008-12-13 Tilghman LesherMerge ast_str_opaque branch (discontinue usage of ast_s...
2008-12-05 Eliel C. SardanonsJanitor, use ARRAY_LEN() when possible.
2008-11-29 Kevin P. Flemingwe can now build with -Wformat=2, which found a couple...
2008-11-02 Kevin P. Flemingbring over all the fixes for the warnings found by...
2008-10-14 Tilghman LesherMerge realtime_update2 branch, which adds a new realtim...
2008-10-10 Sean BrightDon't include logger.h in asterisk.h by default as...
2008-09-12 Tilghman LesherCreate a new config file status, CONFIG_STATUS_FILEINVA...
2008-07-31 Tilghman LesherSwitch command order, to meet with current specs
2008-07-31 Tilghman LesherTwo errors:
2008-07-30 Tilghman LesherAdd adaptive capabilities to the sqlite realtime driver
2008-07-19 Michiel van Baakfix a couple of comments in sqlite resource driver.
2008-07-17 Tilghman LesherFix memory leaks
2008-07-17 Tilghman LesherFix memory leak.
2008-07-16 Mark MichelsonDon't try to dereference the dbfile pointer if
2008-03-31 Joshua ColpInitialize all these here tmp pointers at declaration...
2008-03-11 Tilghman LesherAn offhand comment from Russell made me realize that...
2007-12-21 Mark MichelsonStore dates using local time instead of UTC
2007-11-21 Luigi Rizzoremove a bunch of useless #include "options.h"
2007-11-19 Luigi Rizzoinclude "logger.h" and errno.h from asterisk.h - usage...
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-11-14 Tilghman LesherOne more typo in config.c; and missed conversions due...
2007-11-12 Jason ParkerDoxygen fixes.
2007-10-25 Steve Murphycloses issue #11045 - each file needs to define ASTERIS...
2007-10-22 Jason ParkerSwitch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFIN...
2007-10-19 Jason ParkerConvert NEW_CLI to AST_CLI.
2007-10-19 Jason ParkerMore changes to NEW_CLI.
2007-09-17 Russell BryantAdd support for #include, var_metric, and cat_metric...
2007-09-13 Russell BryantVarious code and documentation cleanups for res_config_...
2007-09-05 Jason ParkerDoxygen cleanups/fixes.
2007-08-29 Steve MurphyThis code was in team/murf/bug8684-trunk; it should...
2007-08-17 Tilghman Lesherstore and destroy implementations for sqlite (closes...
2007-08-16 Tilghman LesherDon't reload a configuration file if nothing has changed.
2007-07-23 Russell Bryant(closes issue #10271)
2007-06-14 Russell BryantAdd a massive set of changes for converting to use...
2007-06-08 Jason ParkerFix incorrect logic for param count.
2007-06-07 Russell BryantFix a bunch of doxygen errors and document more things
2007-06-06 Tilghman LesherIssue 9869 - replace malloc and memset with ast_calloc...
2007-06-01 Jason ParkerDocumentation fixes for res_config_sqlite.
2007-05-30 Tilghman LesherIssue 9477 - Improve menuselect labels
2007-03-13 Russell BryantMerge changes from team/russell/sqlite: