aboutsummaryrefslogtreecommitdiff
path: root/src/legacy.c
Commit message (Expand)AuthorAge
* Increase the default SQLITE_MAX_SCHEMA_RETRY to 50. Make sure that macrodrh2013-04-06
* Continuing improvements to error reporting and the sqlite3_log() routine.drh2010-02-23
* Manually copy over the rebustness fixes from the apple-osx branch.drh2010-01-20
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Enhancement to (6844). If sqlite3_exec() is to return SQLITE_NOMEM because it...danielk19772009-08-07
* Cause sqlite3_exec() to return SQLITE_NOMEM if it cannot allocate memory todrh2009-07-03
* Minor changes to the sqlite3_exec() implementation in legacy.cdrh2009-05-05
* Fix a couple of fairly obscure cases where an assert() could fail following a...danielk19772009-03-19
* When not compiling for an EBCDIC system, use built-in alternatives to the tolowedanielk19772009-01-20
* Never use strlen(). Use our own internal sqlite3Strlen30() which isdrh2008-12-10
* Additional coverage testing. Fix a segfault following OOM indrh2008-08-02
* Implement the "lookaside" memory allocation cache. Use of this cache makesdrh2008-07-28
* Continuing work on the new memory allocation subsystem.drh2008-06-15
* Changes to the error handling policies of sqlite3_exec() to make themdrh2008-05-20
* Improvements to API documentation. The sqlite3_exec() function nowdrh2008-05-19
* Defer allocating memory space to hold the array of column values anddrh2008-03-21
* Where possible, avoid freeing buffers allocated for vdbe memory cells in case...danielk19772008-02-13
* Modifications to the malloc failure tests to test transient and persistent fa...danielk19772007-08-29
* The malloc.test script now passes all tests with no errors. (CVS 4271)drh2007-08-22
* Remove unnecessary #includes of "os.h". New mutex implementations. (CVS 4255)drh2007-08-21
* Half-way through a major refactoring of the memory allocation.drh2007-08-16
* Eliminate all uses of sprintf() and strcpy(). These were not beingdrh2007-05-04
* Fix a bug in the sqlite3_changes() function reported on the mailing list. (CV...drh2007-04-25
* Add support for extended result codes - additional result informationdrh2006-09-15
* Publish APIs sqlite3_malloc() and sqlite3_realloc() that use the OS-layerdrh2006-06-26
* Code changes resulting from Coverity analysis.drh2006-03-06
* Work around buggy malloc() implementations that cause problems on malloc(0).drh2006-01-23
* Change sqlite3MallocClearFailed() calls to sqlite3ApiExit(), a better API. (C...danielk19772006-01-18
* Automatically deallocate thread-specific data when it is no longerdrh2006-01-11
* Rename DbSchema to "Schema" and SqliteTsd to "ThreadData". (CVS 2893)danielk19772006-01-09
* Fix minor malloc() related problems and add sqlite3_soft_heap_limit() stubs. ...danielk19772005-12-12
* Some elements of the new malloc() failure handling. Not all cases work proper...danielk19772005-12-06
* Fix more name collisions. Allow sqlite.h and sqlite3.h to both be includeddrh2004-09-06
* Fix a naming conflict between sqlite versions 2 and 3. An open sqlite3drh2004-09-06
* Fix problems in the handling of malloc failures. (CVS 1882)drh2004-08-08
* Make sure the argument to ctype.h macros is always an unsigned character.drh2004-08-08
* Refactoring of the vdbe Mem functions and the APIs that deal with them.drh2004-05-26
* Use the new API calls more consistently. (CVS 1459)danielk19772004-05-26
* Add file legacy.c with old APIs. (CVS 1456)danielk19772004-05-26