SQLite

All files named ”src/log.h”
Login

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

History for src/log.h

2010-04-26
00:19
Renamed to src/wal.h. Change the names of the log.c and log.h source files to wal.c and wal.h. (check-in: [56fe5d7624] user: drh branch: wal, size: 0)
2010-04-24
18:44
[06eacedac8] part of check-in [31215969f5] Fix bugs in WAL mode rollback. (check-in: [31215969f5] user: dan branch: wal, size: 2326)
2010-04-23
19:15
[bc44b0eec7] part of check-in [480d12db4c] Fixes and tests for backup of a WAL database. (check-in: [480d12db4c] user: dan branch: wal, size: 2189)
2010-04-19
18:03
[b8c45a6348] part of check-in [9bda601455] Add the sqlite3_log_hook() interface for scheduling checkpoints. (check-in: [9bda601455] user: dan branch: wal, size: 2078)
2010-04-17
17:34
[3cfec02156] part of check-in [0ae91b0008] Do not sync any files in wal mode if "PRAGMA synchronous=off" is set. If files are synced, pass either SQLITE_SYNC_FULL or SQLITE_SYNC_NORMAL to the xSync() callback as configured by "PRAGMA fullfsync". (check-in: [0ae91b0008] user: dan branch: wal, size: 1971)
2010-04-13
19:27
[a2654af46c] part of check-in [3f958e87c3] Add experimental locking scheme. (check-in: [3f958e87c3] user: dan branch: wal, size: 2199)
2010-04-12
19:05
Added: [e691f7d935] part of check-in [8de9f01004] Add "log.h", which should have been part of the previous commit. (check-in: [8de9f01004] user: dan branch: wal, size: 2053)