/ Changes On Branch statvfs
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch statvfs Excluding Merge-Ins

This is equivalent to a diff from 83d26b9a91 to 6191c5e451

2011-12-23
02:07
Merge the POWERSAFE_OVERWRITE features and the use of statvfs() from the statvfs branch into trunk. (check-in: 2370d70eb5 user: drh tags: trunk)
01:04
Change the name ZERO_DAMAGE to the more descriptive POWERSAFE_OVERWRITE. The query parameter used to control this device characteristic is now "psow". (Closed-Leaf check-in: 6191c5e451 user: drh tags: statvfs)
00:25
Merge the latest trunk changes into the statvfs branch. (check-in: d5e36327c1 user: drh tags: statvfs)
00:07
Add interfaces sqlite3_uri_boolean() and sqlite3_uri_int64() which are wrappers around sqlite3_uri_parameter() combined with internal routines for converting strings to booleans and 64-bit integers. (check-in: 83d26b9a91 user: drh tags: trunk)
2011-12-22
17:31
Fix minor issues with FTS and RTREE discovered by coverity. (check-in: 1c27d84216 user: drh tags: trunk)

Changes to src/os_unix.c.

Changes to src/os_win.c.

Changes to src/pager.c.

Changes to src/sqlite.h.in.

Changes to src/sqliteInt.h.

Changes to src/tclsqlite.c.

Changes to src/test1.c.

Changes to src/test6.c.

Changes to src/test_vfs.c.

Changes to src/wal.c.

Changes to test/incrvacuum2.test.

Changes to test/journal2.test.

Changes to test/pager1.test.

Changes to test/superlock.test.

Changes to test/syscall.test.

Changes to test/wal.test.

Changes to test/wal2.test.

Changes to test/wal3.test.

Changes to test/wal5.test.

Added test/zerodamage.test.