SQLite Archiver (Windows)
Changes On Branch trunk
Not logged in

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

Changes In Branch trunk Excluding Merge-Ins

This is equivalent to a diff from ed4e6af2e8 to ed4e6af2e8

2014-08-13 14:18
Created Makefile.vc for NMake/MSVC10, to build sqlar.exe on Win32. Windows doesn't have unistd.h; added workarounds to sqlar.c. Imported dirent from http://www.two-sdg.demon.co.uk/curbralan/code/dirent/dirent.html; this is a Windows emulation of POSIX dirent. Imported zlib from Tcl 8.6.0 sources (origin http://zlib.net/) Leaf check-in: e69ad51287 user: twylite tags: win32
2014-06-14 17:20
In sqlarfs (the Fuse FS driver for SQLite archives) make sure it always runs in the foreground. And after it stops, clean up prepared statements and memory allocations and close the database connection before exiting. Leaf check-in: ed4e6af2e8 user: drh tags: trunk
2014-06-13 18:32
Add a short mention of the FuseFS adaptor to the documentation and homepage. check-in: aab6f9cff9 user: drh tags: trunk