summaryrefslogtreecommitdiff
path: root/main/db.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-12-20Fix Common Typo's.Corey Farrell
2017-12-10astdb: Improve prefix searches in astdbSean Bright
2017-11-06Fix ast_(v)asprintf() malloc failure usage conditions.Richard Mudgett
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-01-12Revert -r430452 It needs to be redone for the next major AMI version change i...Richard Mudgett
2015-01-09AMI: Remove no longer used parameter from astman_send_listack().Richard Mudgett
2015-01-09AMI: Make AMI actions that generate event lists consistent.Richard Mudgett
2014-07-24core/db: Revert Patch Added In Attempt To Improve I/O PerformanceMichael L. Young
2014-07-22core/db: Improve I/O When Updating RowsMichael L. Young
2014-06-16We have faced situation when using CDR and CEL by sqlite3 modules. With syste...Igor Goncharovskiy
2014-03-14Remove an extra ast_cond_wait() that slipped through the patch.Mark Michelson
2014-03-14Prevent delayed astdb syncs.Mark Michelson
2013-12-19astdb: crash in sqlite3 during shutdownScott Griepentrog
2013-08-16Doxygen comment tweaks.Richard Mudgett
2012-11-04Properly finalize prepared SQLite3 statements to prevent memory leakMatthew Jordan
2012-10-04Fix DBDelTree error codes for AMI, CLI and AGIDavid M. Lee
2012-10-02Fix a variety of ref counting issuesMatthew Jordan
2012-10-01app_queue: Support persisting and loading of long member lists.Sean Bright
2012-10-01Use ast_copy_string instead of strncpy to guarantee a NUL terminated string.Sean Bright
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-03-20Allow AMI action callback to be reentrant.Richard Mudgett
2012-01-16Sort the output of 'database showkey' as well.Sean Bright
2012-01-16Sort the output of 'database show' by key.Sean Bright
2012-01-09Fix shutdown handling of sqlite3 astdb.Walter Doekes
2011-12-07Add ASTSBINDIR to the list of configurable pathsTerry Wilson
2011-11-19Update the documentation to better clarify how the existing commands work.Tilghman Lesher
2011-11-18Fix a change in behavior in 'database show' from 1.8.Tilghman Lesher
2011-10-10Return error when no rows are deleted for AMI DBDelTreeTerry Wilson
2011-10-10Merged revisions 340222 via svnmerge from Terry Wilson
2011-07-07Use older functions out of deference to older distrosTerry Wilson
2011-07-06Replace Berkeley DB with SQLite 3Terry Wilson
2011-06-10Merged revisions 322981 via svnmerge from Terry Wilson
2010-09-13Merged revisions 286112 via svnmerge from Russell Bryant
2010-06-11Add DBGetComplete event after a DBGetResponse.Tilghman Lesher
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-05-22Implement a new element in AstXML for AMI actions documentation.Eliel C. Sardanons
2009-03-17Merged revisions 182449 via svnmerge from Tilghman Lesher
2009-01-06Merged revisions 167299 via svnmerge from Mark Michelson
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-01-10Several manager changes:Tilghman Lesher
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.Luigi Rizzo
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-20move internal function declarations to include/asterisk/_private.hLuigi Rizzo
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-11-05remove a cygwin-specific function remap that does not work.Luigi Rizzo