SQLite

Changes On Branch mmapDisabled
Login

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

Changes In Branch mmapDisabled Excluding Merge-Ins

This is equivalent to a diff from edd5dbdc to ecd52ccf

2013-08-28
18:18
Add the win32-longpath VFS allowing windows filenames up to 32K characters in length. Remove unused code when -DSQLITE_MAX_MMAP_SIZE=0. Fix some compiler warnings on windows. (check-in: 12d0a885 user: drh tags: trunk)
18:06
Update list of supported Tcl shells to include 8.6. Remove stray OS2 references. (Closed-Leaf check-in: ecd52ccf user: mistachkin tags: mmapDisabled)
17:59
Fix a couple comments. (check-in: 945cb89e user: mistachkin tags: mmapDisabled)
2013-08-26
23:18
Merge the STAT4 capability into trunk. (check-in: a32af0ab user: drh tags: trunk)
19:36
Merge updates from trunk. (check-in: 9d686009 user: mistachkin tags: mmapDisabled)
14:30
Fix for builds with both SQLITE_OMIT_WAL and SQLITE_MAX_MMAP_SIZE=0 defined. (check-in: edd5dbdc user: dan tags: trunk)
04:50
Version 3.8.0 (check-in: f64cd21e user: drh tags: trunk, release, version-3.8.0)

Changes to configure.

Changes to configure.ac.

Changes to src/expr.c.

Changes to src/mem2.c.

Changes to src/mutex_w32.c.

Changes to src/os_unix.c.

Changes to src/os_win.c.

Changes to src/pragma.c.

Changes to src/shell.c.

Changes to src/test1.c.

Changes to src/test_malloc.c.

Changes to src/where.c.

Added test/win32longpath.test.