]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2012-01-10  danAvoid passing strings with a single nul-terminator...
2012-01-10  danAdd function sqlite3OsFileControlNoFail(), which is...
2012-01-10  drhCheck the return code from sqlite3OsFileControl() in...
2012-01-10  drhRemove the BenignMalloc() from around the call to FCNTL...
2012-01-09  drhCosmetic changes to lemon. No changes to core function...
2012-01-09  drhMake sure the multiplexor does not create unnecessary...
2012-01-09  danHave test_multiplex.c add a second nul-terminator byte...
2012-01-08  drhFix typos in commands. Combine the ExpandBlob and...
2012-01-08  drhMake sure the shared-memory filename sythesized by...
2012-01-08  mistachkinFix harmless compiler warning seen with MSVC.
2012-01-07  drhFix a bug in lemon in computation of which non-terminal...
2012-01-06  drhAdd missing finish_test to the end of the zerodamage...
2012-01-05  drhCombine various boolean variables in the BtShared struc...
2012-01-05  drhMake sure the name of the shared memory file has two...
2012-01-05  drhFix an incorrect assert() on the sqlite3FileSuffix3...
2012-01-05  drhChange the unix VFS so that it ignores all but the...
2012-01-05  drhEnsure 8-byte alignment of Index.aiRowEst[] elements...
2012-01-05  drhRemove the SQLITE_FCNTL_SYNC_OMITTED cases from the...
2012-01-04  drhFix typos and comments and make minor changes to a...
2012-01-03  drhMake sure filenames passed into sqlite3OsOpen() always...
2012-01-02  drhRemove the code that attempts to find the sector size...
2012-01-02  drhChange page quantities in pcache1.c to unsigned.
2012-01-02  drhRemove an incorrect assert() in btree.c.
2012-01-02  drhMake sure large negative arguments to PRAGMA cache_size...
2012-01-02  danHave SQLITE_FCNTL_SYNC_OMITTED use the normal method...
2012-01-02  drhFix the build so that it works when SQLITE_ENABLE_8_3_N...
2012-01-01  drhTweaks to improve testability.
2011-12-31  drhFix typos in comments. No changes to code.
2011-12-31  danAdd calls to the BenignMalloc() functions around the...
2011-12-30  danAdd calls to the BenignMalloc() functions around the...
2011-12-30  drhFix a typo in the documentation for PCACHE2. No change...
2011-12-30  danChange dbstatus.test to account for the fact that the...
2011-12-30  drhFix up requirements marks for syntax diagrams to reflec...
2011-12-30  drhUpdate the text of requirements associated with sqlite3...
2011-12-30  danHold the database handle mutex for the duration of...
2011-12-30  danMinor changes to fix compilation with SQLITE_OMIT_WAL...
2011-12-30  danChange an implicit i64-to-int cast in pager.c to an...
2011-12-30  danFix some typos in comments. No code changes.
2011-12-23  drhDocumentation updates. No changes to code.
2011-12-23  drhAvoid excess syncs when padding a transaction in a...
2011-12-23  drhMerge the POWERSAFE_OVERWRITE features and the use...
2011-12-23  drhChange the name ZERO_DAMAGE to the more descriptive... statvfs
2011-12-23  drhMerge the latest trunk changes into the statvfs branch.
2011-12-23  drhAdd interfaces sqlite3_uri_boolean() and sqlite3_uri_in...
2011-12-22  drhFix minor issues with FTS and RTREE discovered by coverity.
2011-12-22  drhCheck the return code from sqlite3_initialize() called...
2011-12-22  danFix a problem in fts3_write.c causing stack memory...
2011-12-22  drhMerge recent trunk changes into the statvfs branch.
2011-12-22  drhRemove a redundant assignment operator.
2011-12-21  danFix other problems where 32-bit integer overflow may...
2011-12-21  danAvoid 32-bit overflow when calculating the byte offset...
2011-12-21  drhAdd the ability to enable or disable SQLITE_IOCAP_ZERO_...
2011-12-20  drhRemove the code that tries to detect OOO header writes...
2011-12-20  drhRefactor the sqlite3WalFrames() routine for clarity...
2011-12-20  drhAssert that the isCommit parameter to sqlite3WalFrames...
2011-12-19  danAdd test for WAL mode to unixexcl.test.
2011-12-19  danMerge [21b76af6ed] into statvfs branch.
2011-12-19  danFix a couple of test cases to account for the master...
2011-12-19  danModify test cases to account for the ZERO_DAMAGE change.
2011-12-19  drhSome fixes to the test suite so that it works with...
2011-12-17  drhFor improved clarity of presentation,
2011-12-17  drhAdd SQLITE_IOCAP_ZERO_DAMAGE and enable it for both...
2011-12-17  drhFix a bad #endif with the previous check-in on this...
2011-12-17  drhAdd support for statvfs() in os_unix.c, for determining...
2011-12-17  drhMerge in changes that cause the first sector of the...
2011-12-17  danAdd tests to walcrash3.test.
2011-12-17  drhMake sure the Salt-1 value in the WAL file is sequentia...
2011-12-16  drhEnhance the WAL header sync so that it honors the vario... wal-header-sync
2011-12-16  drhProposed changes that ensure that the WAL header is...
2011-12-16  danAdd code for a test that was failing before the persist...
2011-12-16  drhMerge the fix for [a1fa75cbdd02] from the experimental...
2011-12-16  drhImproved logging of master-journal name conflicts.
2011-12-16  drhMerge the nx-devkit changes into trunk.
2011-12-16  danExperimental fix for [a1fa75cbdd].
2011-12-16  drhTweaks to the way multiplexSubOpen() works, for backwar...
2011-12-16  drhFix a potential infinite loop (inserted by the previous...
2011-12-16  drhThe xTruncate method for the multiplexor now changes...
2011-12-16  drhCall sqlite3_log() with an appropriate message if unabl...
2011-12-16  drhA better solution to being unable to find a unique...
2011-12-16  drhMake sure the antipenultimate character of master-journ...
2011-12-15  drhAdd stdio support to the quota VFS.
2011-12-15  drhUse _commit() rather than FlushFileBuffers() as a subst... quota-stdio
2011-12-15  danWhen deleting a file with the multiplexor VFS, also...
2011-12-15  drhMake sure the chunksize in test_multiplex does not...
2011-12-15  danFix some problems with dropped error codes in multiplex...
2011-12-15  drhIn the multiplexor, do not try to delete overflow files...
2011-12-14  drhMerge the nx-devkit changes into trunk. This includes...
2011-12-14  drhMerge the VFSNAME file-control addition into the nx...
2011-12-14  drhAdd a file-control that will discover the name of the... vfsname-filectrl
2011-12-14  drhImprovements to comments. No code changes.
2011-12-14  mistachkinTreat a zero return value from the Win32 APIs MultiByte...
2011-12-14  drhHarden the utf8-to-mbcs converter in the quota module...
2011-12-13  drhEnhancements to test_quota.c: Remove the external...
2011-12-13  danAdd a hard limit to the number of chunks a multiplexed...
2011-12-13  drhChange the SQLITE_EXTRA_INIT routine to take a single...
2011-12-13  danAdd extra tests for the multiplexor VFS. No changes...
2011-12-13  drhMerge the nx-devkit changes into trunk.
2011-12-13  drhUpdate the multiplex.test script to conform to that...
2011-12-13  drhMove the multiplexor changes in the experimental branch
2011-12-13  drhWhen an sqlite3_auto_extension() function fails, report...
next