2008-11-26 |
pweilbacher | make os2Randomness() act the same as other platforms... |
commit | commitdiff | tree |
2008-11-26 |
drh | Fix the test condition for the test cases added to... |
commit | commitdiff | tree |
2008-11-26 |
danielk1977 | Fix an obscure memory leak that can follow an IO error... |
commit | commitdiff | tree |
2008-11-26 |
danielk1977 | Fix a couple of assert() failures provoked by running... |
commit | commitdiff | tree |
2008-11-25 |
danielk1977 | Move the definition of function transferOwnership(... |
commit | commitdiff | tree |
2008-11-24 |
shane | Added cast to PAGE_TO_PGHDR1 macro to remove warning... |
commit | commitdiff | tree |
2008-11-24 |
shane | Fixed some spelling errors in sqliteInt.h. Ticket... |
commit | commitdiff | tree |
2008-11-24 |
shane | Added test case to in4.test to try and duplicate crash... |
commit | commitdiff | tree |
2008-11-22 |
pweilbacher | fix the compile warnings on OS/2 (CVS 5950) |
commit | commitdiff | tree |
2008-11-22 |
drh | Make sure the error message handler is able to deal... |
commit | commitdiff | tree |
2008-11-21 |
pweilbacher | Fix testfixture linking problem by marking unix-only... |
commit | commitdiff | tree |
2008-11-21 |
drh | Factor out and simplify the canonical pathname logic... |
commit | commitdiff | tree |
2008-11-21 |
drh | Work toward cleaning up and refactoring the os_unix... |
commit | commitdiff | tree |
2008-11-21 |
danielk1977 | Fix the OOM handling for explain statements so that... |
commit | commitdiff | tree |
2008-11-21 |
danielk1977 | Fix a segfault that can be caused by an INSTEAD OF... |
commit | commitdiff | tree |
2008-11-21 |
danielk1977 | Fix an assert() failure that can occur after an OOM... |
commit | commitdiff | tree |
2008-11-21 |
danielk1977 | Fix the problems demonstrated in tkt35xx.test in a... |
commit | commitdiff | tree |
2008-11-21 |
danielk1977 | Add another test case to tkt35xx.test showing that... |
commit | commitdiff | tree |
2008-11-21 |
drh | On a ROLLBACK, if there page cache entries which are... |
commit | commitdiff | tree |
2008-11-21 |
drh | Fixes to the proxy locking so that os_unix.c compiles... |
commit | commitdiff | tree |
2008-11-21 |
aswift | Added support for proxy file locking style |
commit | commitdiff | tree |
2008-11-20 |
drh | When a memory allocation fails on the %Q conversion... |
commit | commitdiff | tree |
2008-11-19 |
shane | In os_win.c, if SQLITE_TEST defined, winRandomness... |
commit | commitdiff | tree |
2008-11-19 |
drh | Version 3.6.6 (CVS 5931) |
commit | commitdiff | tree |
2008-11-19 |
drh | Force the corruptC.test script to use file format 1... |
commit | commitdiff | tree |
2008-11-19 |
shane | In bitvec.c: removed some of the recursion, minor optim... |
commit | commitdiff | tree |
2008-11-19 |
drh | Update the SECURE_DELETE code to track the latest chang... |
commit | commitdiff | tree |
2008-11-19 |
danielk1977 | Fix some compiler warnings that show up when building... |
commit | commitdiff | tree |
2008-11-19 |
danielk1977 | Fix a few more compiler warnings. (CVS 5926) |
commit | commitdiff | tree |
2008-11-19 |
danielk1977 | In os_unix.c, use "IS_VXWORKS" instead of "defined... |
commit | commitdiff | tree |
2008-11-19 |
drh | Version number to 3.6.6. (CVS 5924) |
commit | commitdiff | tree |
2008-11-19 |
danielk1977 | Eliminate some of the "unused parameter" warnings in... |
commit | commitdiff | tree |
2008-11-19 |
danielk1977 | Simplify the way the pager layer invokes the busy-handl... |
commit | commitdiff | tree |
2008-11-19 |
danielk1977 | Changes to avoid "unused parameter" compiler warnings... |
commit | commitdiff | tree |
2008-11-19 |
drh | Add an alternative application-defined pcache implement... |
commit | commitdiff | tree |
2008-11-18 |
drh | Fix to the lemon parser template when YYSTACKSIZE is... |
commit | commitdiff | tree |
2008-11-18 |
pweilbacher | Add support for SQLITE_NO_SYNC for OS/2, too. (CVS... |
commit | commitdiff | tree |
2008-11-18 |
drh | Expose the MBCS->UTF8 convert routine in the Win32... |
commit | commitdiff | tree |
2008-11-18 |
drh | Application-defined page cache documentation updates... |
commit | commitdiff | tree |
2008-11-18 |
danielk1977 | Reduce the number of "missing initializer" warnings... |
commit | commitdiff | tree |
2008-11-17 |
danielk1977 | Modifications to avoid unsigned/signed comparisons... |
commit | commitdiff | tree |
2008-11-17 |
danielk1977 | Modifications to avoid unsigned/signed comparisons... |
commit | commitdiff | tree |
2008-11-17 |
danielk1977 | Modifications to avoid signed/unsigned warnings in... |
commit | commitdiff | tree |
2008-11-17 |
danielk1977 | Changes to btree.c to avoid the unsigned/signed compari... |
commit | commitdiff | tree |
2008-11-17 |
chw | Added support for vxworks >= 6.4; RTP mode tested,... |
commit | commitdiff | tree |
2008-11-17 |
danielk1977 | Modifications to pager.c to avoid the unsigned/signed... |
commit | commitdiff | tree |
2008-11-15 |
danielk1977 | Fix compiler warnings in pcache1.c related to compariso... |
commit | commitdiff | tree |
2008-11-15 |
danielk1977 | Add a line to genfkey.README showing how to link agains... |
commit | commitdiff | tree |
2008-11-13 |
danielk1977 | Fix a couple of memory leaks that may follow malloc... |
commit | commitdiff | tree |
2008-11-13 |
shane | Fixed several more crashes due to corrupt db files... |
commit | commitdiff | tree |
2008-11-13 |
shane | Added support for -DSQLITE_NO_SYNC to os_win.c. (CVS... |
commit | commitdiff | tree |
2008-11-13 |
shane | Fixed typo in tkt3472.test that prevented the test... |
commit | commitdiff | tree |
2008-11-13 |
danielk1977 | Avoid committing a transaction from within the xSync... |
commit | commitdiff | tree |
2008-11-13 |
danielk1977 | Minor changes to get memsys5 compiling and its tests... |
commit | commitdiff | tree |
2008-11-13 |
danielk1977 | Update mksqlite3c.tcl to include new file pcache1.c... |
commit | commitdiff | tree |
2008-11-13 |
danielk1977 | Add an API to support custom page cache implementations... |
commit | commitdiff | tree |
2008-11-12 |
danielk1977 | Avoid some buffer overreads detected by valgrind while... |
commit | commitdiff | tree |
2008-11-12 |
drh | Version 3.6.5 (CVS 5897) |
commit | commitdiff | tree |
2008-11-12 |
drh | Do not redefine the MIN and MAX macros if they are... |
commit | commitdiff | tree |
2008-11-12 |
danielk1977 | In corruptC.test, explicitly set "PRAGMA auto_vacuum... |
commit | commitdiff | tree |
2008-11-12 |
drh | Update the version number to 3.6.5. (CVS 5894) |
commit | commitdiff | tree |
2008-11-12 |
drh | Omit the threadOverrideEachOthersLocks tests for builds... |
commit | commitdiff | tree |
2008-11-12 |
drh | Fix a faulty assert in select.c. Ticket #3494. (CVS... |
commit | commitdiff | tree |
2008-11-12 |
danielk1977 | Modify a failing test case in corruptC.test. The test... |
commit | commitdiff | tree |
2008-11-12 |
danielk1977 | Fix a database corruption related crash uncovered by... |
commit | commitdiff | tree |
2008-11-12 |
danielk1977 | Make sure affinities and implicit collation sequences... |
commit | commitdiff | tree |
2008-11-12 |
shane | Fixed a few more crashes when dealing with corrupt... |
commit | commitdiff | tree |
2008-11-11 |
shane | Fixed crash during an UPDATE when free cell size is... |
commit | commitdiff | tree |
2008-11-11 |
shane | Prevent a crash during an UPDATE when the cell offset... |
commit | commitdiff | tree |
2008-11-11 |
drh | Send the "Incomplete SQL" error message of the CLI... |
commit | commitdiff | tree |
2008-11-11 |
danielk1977 | Remove some asserts that refer to variables removed... |
commit | commitdiff | tree |
2008-11-11 |
danielk1977 | Change the way threadsOverrideEachOthersLocks() works... |
commit | commitdiff | tree |
2008-11-11 |
drh | Cleanup in flattenSubquery. Add OOM tests for flattenS... |
commit | commitdiff | tree |
2008-11-11 |
shane | Fixed crash in integrity_check with corrupt content... |
commit | commitdiff | tree |
2008-11-11 |
drh | Avoid signed/unsigned comparison warnings in bitvec... |
commit | commitdiff | tree |
2008-11-11 |
drh | When an assignment occurs in a boolean, always test... |
commit | commitdiff | tree |
2008-11-11 |
drh | Fix the CLI so that it does not terminate input when... |
commit | commitdiff | tree |
2008-11-11 |
drh | When an OOM error occurs while resizing an sqlite_value... |
commit | commitdiff | tree |
2008-11-10 |
drh | Fix the documentation of the SQLITE_FUNCTION authorizer... |
commit | commitdiff | tree |
2008-11-10 |
shane | #ifdef out unused static function mutexIsNT(). Ticket... |
commit | commitdiff | tree |
2008-11-10 |
shane | Updated comment in source. Ticket #3453. (CVS 5874) |
commit | commitdiff | tree |
2008-11-10 |
shane | Add check for ifcapable autovacuum to vacuum2-3.3 test... |
commit | commitdiff | tree |
2008-11-10 |
shane | Removed a few more small parts of memsys6 code, includi... |
commit | commitdiff | tree |
2008-11-10 |
shane | In btree.c, omit calls to setChildPtrmaps() if SQLITE_O... |
commit | commitdiff | tree |
2008-11-10 |
shane | Fixed typos; Consistent use of Mac OS X name; (CVS... |
commit | commitdiff | tree |
2008-11-07 |
drh | Prevent buffer overruns when converting malformed UTF16... |
commit | commitdiff | tree |
2008-11-07 |
drh | Prevent a rollback from crashing if the sector-size... |
commit | commitdiff | tree |
2008-11-07 |
drh | Add documentation to make it clear that short reads... |
commit | commitdiff | tree |
2008-11-06 |
drh | Fix a bug in the CAST operator associated with the... |
commit | commitdiff | tree |
2008-11-05 |
drh | Fix memory allocation problems when string length excee... |
commit | commitdiff | tree |
2008-11-05 |
drh | The COMMIT command now works even if there are pending... |
commit | commitdiff | tree |
2008-11-04 |
shane | Should be 'memjournal.lo' instead of 'memjournal.o... |
commit | commitdiff | tree |
2008-11-04 |
danielk1977 | Add test cases for sqlite3_db_mutex(). (CVS 5862) |
commit | commitdiff | tree |
2008-11-04 |
drh | Enhance documentation of sqlite3_db_mutex(). (CVS 5861) |
commit | commitdiff | tree |
2008-11-04 |
drh | Avoid a segfault when OOM on a simple EXPLAIN query... |
commit | commitdiff | tree |
2008-11-04 |
drh | Add the sqlite3_db_mutex() interface. No test cases... |
commit | commitdiff | tree |
2008-11-03 |
drh | Test cases to verify that COMMIT and ROLLBACK return... |
commit | commitdiff | tree |
2008-11-03 |
drh | Change the name of the Cursor object to VdbeCursor... |
commit | commitdiff | tree |
2008-11-03 |
danielk1977 | Modify an assert() statement to fix #3473. No other... |
commit | commitdiff | tree |
2008-11-03 |
danielk1977 | Fix a bug reported on the mailing list triggered by... |
commit | commitdiff | tree |
next |