Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
20 most recent timeline items
|
2012-01-05
| ||
| 23:32 | [119493318e] Leaf: Combine various boolean variables in the BtShared structure into a single boolean vector. Also make performance improvement simplifications to sqlite3BtreeMovetoUnpacked(). (user: drh, tags: trunk) | |
| 21:19 | [3d088ba5e3] Make sure the name of the shared memory file has two zero-terminators in the UNIX VFS, so that sqlite3_uri_parameter() will work correctly on that name. (user: drh, tags: trunk) | |
| 18:33 | [24db54bd49] Fix an incorrect assert() on the sqlite3FileSuffix3() function. (user: drh, tags: trunk) | |
| 16:07 | [e75fd3b274] Change the unix VFS so that it ignores all but the least-significant bit of the syncDir flag to xDelete. Add an assert to prove that the core only ever uses that one bit. (user: drh, tags: trunk) | |
| 13:04 | • Tag changes on 1378f905d3754470: Add comment. (user: drh) | |
| 13:02 | [a9bcb432f5] Leaf: Merge all of the latest trunk changes into the sessions branch. (user: drh, tags: sessions) | |
| 12:38 | [1378f905d3] Ensure 8-byte alignment of Index.aiRowEst elements even if the size of an Index object is not a multiple of 8 bytes. (user: drh, tags: trunk) | |
| 11:43 | [7cf568a101] Remove the SQLITE_FCNTL_SYNC_OMITTED cases from the unix and windows VFSes as they are no longer needed because of check-in fd3822f1f2. (user: drh, tags: trunk) | |
|
2012-01-04
| ||
| 19:49 | • Tag changes on 9e5add51eead8e2e: Add closed. (user: drh) | |
| 12:57 | [e9d05cbb76] Fix typos and comments and make minor changes to a few function names, as suggested by readership. (user: drh, tags: trunk) | |
|
2012-01-03
| ||
| 21:54 | [8a048423f0] Leaf: Pull all the latest trunk changes over into the apple-osx branch. (user: drh, tags: apple-osx) | |
| 21:33 | [9e5add51ee] Closed-Leaf: Experimental changes to prevent buffer overreads when parsing a corrupt database file. (user: drh, tags: no-overread) | |
| 14:50 | [d73e93cfdc] Make sure filenames passed into sqlite3OsOpen() always have the extra zero-terminators needed by sqlite3_uri_parameter(). (user: drh, tags: trunk) | |
|
2012-01-02
| ||
| 18:20 | [03d8362cd2] Remove the code that attempts to find the sector size from the OS and hardcode the xSectorSize methods of the unix and windows VFSes to return SQLITE_DEFAULT_SECTOR_SIZE, which is now set to 4096 unless overridden. (user: drh, tags: trunk) | |
| 18:00 | [da52e6e8b4] Change page quantities in pcache1.c to unsigned. (user: drh, tags: trunk) | |
| 16:38 | [c1691d998a] Remove an incorrect assert() in btree.c. (user: drh, tags: trunk) | |
| 15:45 | [17c30634a7] Make sure large negative arguments to PRAGMA cache_size do not cause 32-bit signed integer overflow. Also correct a requirements mark. (user: drh, tags: trunk) | |
| 14:50 | [fd3822f1f2] Have SQLITE_FCNTL_SYNC_OMITTED use the normal method of returning an error code. (user: dan, tags: trunk) | |
| 12:41 | [d9761f15a1] Fix the build so that it works when SQLITE_ENABLE_8_3_NAMES=1. (user: drh, tags: trunk) | |
|
2012-01-01
| ||
| 13:58 | [e3a929e431] Tweaks to improve testability. (user: drh, tags: trunk) | |