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