]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2007-08-31  drhInitial implementation of the sqlite3_file_control...
2007-08-31  drhConvert the TCL interface to use sqlite3_open_v2 (CVS...
2007-08-31  danielk1977Fix a problem in malloc3.test preventing all.test from...
2007-08-30  drhAdd the experimental sqlite3_threadsafe() API. (CVS...
2007-08-30  drhFix the loadable extension module so that it will compi...
2007-08-30  shessFix discrepency in the test pointed out by a user....
2007-08-30  shessFix memory leak reported by an fts1 user. Was losing...
2007-08-30  drhMake mutex functions available to loadable extensions...
2007-08-30  drhFix a memory leak in the win32 OS driver. Ticket ...
2007-08-30  danielk1977Fix the "test_destructor" test function in utf-16 mode...
2007-08-30  drhMake the latest interfaces usable by loadable extension...
2007-08-30  danielk1977Prevent sqlite from opening directories as databases...
2007-08-30  danielk1977Check in extra fixes for malloc4.test. (CVS 4341)
2007-08-30  danielk1977Fixes for malloc4.test. (CVS 4340)
2007-08-30  drhFix the SQLITE_MIXED_ENDIAN_64BIT_FLOAT option so that...
2007-08-30  drhFix a ref-count problem in the TCL bindings. Ticket...
2007-08-30  danielk1977Remove the SYNC_BARRIER flag. (CVS 4337)
2007-08-30  danielk1977Fixes to malloc3.test so that it can run in transient...
2007-08-30  drhBug fixes in the mutex header file. Tickets #2599...
2007-08-30  danielk1977Fixes for failures in fuzz_malloc.test. (CVS 4334)
2007-08-30  danielk1977Fix some problems in async2.test. No code changes....
2007-08-30  danielk1977Better handle a malloc() failure in sqlite3PagerSetPage...
2007-08-30  danielk1977Fix a bug in a test file causing malloc5.test to crash...
2007-08-30  danielk1977Add tests for malloc() failure when the atomic-write...
2007-08-30  drhTest case fixes for fulltest. (CVS 4329)
2007-08-30  drhFix for the sqlite3AbortOtherActiveVdbes() problem...
2007-08-29  drhFix minor problems on various tests. This is a snapsho...
2007-08-29  drhFix a bug in test_server.c that resulted from the chang...
2007-08-29  drhDisable tests that require SQLITE_ENABLE_ATOMIC_WRITE...
2007-08-29  drhImprovements to mutex asserts. The quick test runs...
2007-08-29  danielk1977Use the DbMalloc() and DbRealloc() functions more consi...
2007-08-29  drhBe careful to verify the schema cookie when running...
2007-08-29  danielk1977Modifications to the malloc failure tests to test trans...
2007-08-29  drhBetter asserts(). But now some of the tests are busted...
2007-08-29  drhMore locking fixes. Now makes it all the way through...
2007-08-28  drhThe shared_err test runs with no errors. But a potenti...
2007-08-28  drhThe shared_err test runs with no errors. But a potenti...
2007-08-28  drhClean up the locking in the btree logic. (CVS 4316)
2007-08-28  shessFix memory leak of InteriorReader.term. Comes up when...
2007-08-28  pweilbacherremove unused os_os2.h (CVS 4314)
2007-08-28  drhFix locking bug in btshared.c. (CVS 4313)
2007-08-28  drhBreak up the mutex implementation into separate source...
2007-08-28  drhUpdates to the sqlite3_open() documentation. Method...
2007-08-28  drhUpdate the sqlite3_vfs_register() documentation to...
2007-08-28  danielk1977Use "affected" instead of "effected". Ticket #2589...
2007-08-28  danielk1977Add some comments and test-cases for the global lru...
2007-08-28  drhWork toward correct btree locking in a multithreaded...
2007-08-27  drhDisable tests that debug on SQLITE_MEMDEBUG when that...
2007-08-27  drhFix the autoconf makefile with all the latest changes...
2007-08-27  drhWork around problem with forward declarations of consta...
2007-08-27  drhBring the amalgamation builder up to date with the...
2007-08-27  drhAdded the 34to35.html document describing the changes...
2007-08-27  danielk1977Modify sqlite3_release_memory() to use a global LRU...
2007-08-25  drhCreate a fresh pthread_mutexattr_t every time a recursi...
2007-08-25  drhDocumentation and comment updates in sqlite.h.in and...
2007-08-25  drhClarification in the documentation of the sqlite3_mutex...
2007-08-25  drhUse recursive mutexes in pthreads. If the pthreads...
2007-08-25  danielk1977Update the rest of the malloc failure test scripts...
2007-08-25  danielk1977Fix bugs in the altermalloc.test and incrblob_err.test...
2007-08-25  danielk1977Update the async2.test test script to use the new mallo...
2007-08-25  danielk1977Make the test_async backend work again. (CVS 4293)
2007-08-25  drhBug fix in the implementation of recursive mutexes...
2007-08-24  drhNew mutex implementation for both Unix and windows...
2007-08-24  rsefix cleanup by removing sqlite3.pc (generated by 'confi...
2007-08-24  drhRework the win32 OS driver to use malloc()/free() direc...
2007-08-24  drhFix bugs in temp database handling introduced by the...
2007-08-24  drhRemove nRef and vfsMutex from the sqlite3_vfs structure...
2007-08-24  danielk1977Select the default page size for new databases based...
2007-08-24  drhRemove unnecessary sqlite3MallocDisallow() that was...
2007-08-24  danielk1977Add tests to simulate power-failure on devices that...
2007-08-24  drhBug fix in the memory leak trace output. (CVS 4283)
2007-08-24  drhThe win32 driver compiles but does not yet work well...
2007-08-23  shessMake comments and variable naming more consistent WRT...
2007-08-23  shessFix fts3 to not have the VACUUM bug from fts2. %_conte...
2007-08-23  danielk1977Add some warm-body tests for rollback journal i/o enhan...
2007-08-23  danielk1977Add code to reduce rollback journal i/o based on IOCAP...
2007-08-23  danielk1977Ensure temporary files are deleted when they are closed...
2007-08-23  danielk1977Add some further tests and a bugfix for the atomic...
2007-08-23  danielk1977Add some tests for the atomic-write optimization. ...
2007-08-23  drhChange names of constants in lemon.c to work around...
2007-08-23  drhImprovements to memory leak detection. The --backtrace...
2007-08-22  drhAll of the malloc test cases run. Still seeing failure...
2007-08-22  drhThe malloc.test script now passes all tests with no...
2007-08-22  danielk1977Fix a bug in the logic for journaling pages when the...
2007-08-22  drhGet the quick.test script running with SQLITE_THREADSAF...
2007-08-22  danielk1977Add code for the atomic-write optimisation. Disabled...
2007-08-22  drhRemove a debugging btree_breakpoint from vtab1.test...
2007-08-22  drhA complete run of quick.test with mutex debugging enabl...
2007-08-22  drhReenable the memory management logic. The quick.test...
2007-08-21  drhAll mutexing and locking appears to be in place. Now...
2007-08-21  drhThe sqlite3_value object now carries an sqlite3* pointe...
2007-08-21  drhAdding more thread locking code. This is an incrementa...
2007-08-21  drhReadded the sqlite3_open_v2() interface. No test cases...
2007-08-21  danielk1977Delay opening temporary pager files until they are...
2007-08-21  drhRemove the obsolete static mutexes. Use only the laste...
2007-08-21  danielk1977Add the tests that go with the previous commit. (CVS...
2007-08-21  danielk1977Avoid journalling an extra page when a btree insert...
2007-08-21  danielk1977Fix some problems in the crash-test backend. (CVS 4256)
2007-08-21  drhRemove unnecessary #includes of "os.h". New mutex...
2007-08-20  drhThe quick test runs again with a handfull of errors...
next