]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2007-09-06  drhBase the name of the statement journal on the original...
2007-09-06  drhAllocate page cache headers and page cache data buffers...
2007-09-06  drhUpdated comments on journal.c. No changes to code...
2007-09-06  danielk1977Add some extra comments to the header in test_async...
2007-09-05  pweilbacherFix temp file handling for OS/2 so that trailing slashe...
2007-09-05  drhFix a harmless typo in the PRNG initialization on win32...
2007-09-05  danielk1977Fix error handling (malloc and io errors) in the asynch...
2007-09-05  danielk1977Test that the asynchronous backend works with component...
2007-09-05  drhRestore the sqlite3_mutex_try() optimization on winNT...
2007-09-05  danielk1977Remove the unixFile.isOpen variable (no longer in use...
2007-09-05  danielk1977Fix a problem in the test scripts for the asynchronous...
2007-09-04  drhDo not use the TryEnterCriticalSection API on windows...
2007-09-04  danielk1977Add external locking to test_async.c. There are still...
2007-09-04  danielk1977Fix a problem whereby the *ppVtab output buffer passed...
2007-09-04  danielk1977Add internal locking to the test_async.c backend. So...
2007-09-04  drhClarify documentation on the return value from sqlite3_...
2007-09-04  drhDocumentation fixes. No changes to code. Tickets...
2007-09-04  drhFix yet another typo on the homepage. Ticket #2621...
2007-09-04  drhFix a typo on the homepage. Ticket #2619. (CVS 4392)
2007-09-04  drhVersion 3.5.0 Alpha (CVS 4391)
2007-09-04  drhMore documentation changes prior to the 3.5.0 alpha...
2007-09-04  drhFix the malloc-10 test in malloc.test so that it will...
2007-09-03  drhFix Makefile.in so that it rebuilds all source files...
2007-09-03  drhFix btree.c so that it works with -DSQLITE_THREADSAFE...
2007-09-03  drhDocumentation updates in preparation for the release...
2007-09-03  danielk1977In sqllimits1.test, set MAX_SQL_LENGTH to a value small...
2007-09-03  drhUnix OS interface returns SQLITE_CANTOPEN following...
2007-09-03  danielk1977Remove an unreachable case from xferOptimization()...
2007-09-03  drhFix the open file counter on windows. (CVS 4382)
2007-09-03  drhGet the io.test tests working on windows. (CVS 4381)
2007-09-03  drhFix the incrblob.test on windows. Disable line termina...
2007-09-03  drhEnable threadsafe builds by default in configure. ...
2007-09-03  drhTest script fixes to get things running under varying...
2007-09-03  drhRemove the last traces of SQLITE_ENABLE_REDEF_IO. ...
2007-09-03  drhHonor the SQLITE_OPEN_ flags passed into sqlite3_open_v...
2007-09-03  danielk1977Fix a problem in hash.c when replacing entries in table...
2007-09-03  drhImprovements to the xRandomness() method on the default...
2007-09-03  drhDocument the fact that xRandomness is only called once...
2007-09-03  danielk1977Add a module-destructor to the echo module (test8.c...
2007-09-03  danielk1977Handle transient malloc() failures in sqlite3CreateFunc...
2007-09-03  danielk1977Fixes to test code so that the test suite passes withou...
2007-09-02  drhThe sqlite3_vfs_register() interface now calls sqlite3_...
2007-09-02  drhFix function name typo in mem1.c. This bug managed...
2007-09-01  danielk1977Fix a bug in jrnlTruncate(). And other coverage improve...
2007-09-01  drhComment changes in sqlite.h.in in order to generate...
2007-09-01  danielk1977Remove code for calling the SQL function randstr()...
2007-09-01  danielk1977Remove the syncOk argument to pager_recycle. Now that...
2007-09-01  danielk1977Test sqlite3_bind_zeroblob(). Only include sqlite3Utf8T...
2007-09-01  danielk1977Allow sqlite3GetInt32 to recognize 10-digit decimal...
2007-09-01  danielk1977Fix a problem handling a malloc() failure in printf...
2007-09-01  danielk1977Fix for registration of non-default vfs objects. (CVS...
2007-09-01  danielk1977Fix a bug in loadext.test. (CVS 4359)
2007-09-01  danielk1977Call sqlite3OsDlError to obtain error information after...
2007-09-01  drhChange the windows tempfile name generator so that...
2007-08-31  drhGet make doc working again. (CVS 4356)
2007-08-31  drhRemove the xLockState method for sqlite3_io_methods...
2007-08-31  danielk1977Allow sqllimits1.test to be run from a regular build...
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...
next