summaryrefslogtreecommitdiff
path: root/res/res_config_sqlite3.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-12-20Fix Common Typo's.Corey Farrell
2017-05-25Sqlite3: make busy_timeout configurable.Martin Tomec
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2017-02-21realtime: Centralize some common realtime backend codeSean Bright
2017-02-21Merge "realtime: Fix LIKE escaping in SQL backends"zuul
2017-02-20Merge "res_config_sqlite3: Properly create missing columns when necessary"zuul
2017-02-18res_config_sqlite3: Fix crash when loading with invalid configSean Bright
2017-02-16realtime: Fix LIKE escaping in SQL backendsSean Bright
2017-02-16res_config_sqlite3: Properly create missing columns when necessarySean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-02-22res_config_sqlite3: Fix crashes when reading peers from sqlite3 tablesChristof Lauber
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
2014-06-16We have faced situation when using CDR and CEL by sqlite3 modules. With syste...Igor Goncharovskiy
2013-04-27Add support for a realtime sorcery module.Joshua Colp
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-01Doxygen CleanupAndrew Latham
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2011-09-11Add SQLite 3 realtime supportTerry Wilson