Don't include logger.h in asterisk.h by default as it is causing problems building
[asterisk/asterisk.git] / res / res_config_sqlite.c
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: