SQLite Archiver (Windows)
Timeline
Not logged in

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

22 check-ins

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
2014-06-13 18:22
Get the sqlarfs.c FuseFS adaptor working for read-only operation. check-in: 2a85fc2898 user: drh tags: trunk
2014-06-13 17:59
Add a "clean" target to the Makefile. check-in: 5766e8f04e user: drh tags: trunk
2014-06-13 17:57
First attempt at code for a FuseFS on an SQLite archive. Compiles, but does not work quite right. Added -Wall and -Werror to the makefile. check-in: a394ea2f57 user: drh tags: trunk
2014-06-13 17:16
Change the name of the table in the database to "sqlar". check-in: 50d50f29fd user: drh tags: trunk
2014-06-02 15:50
Update the built-in SQLite to the latest 3.8.5 beta from upstream. check-in: ff0460752a user: drh tags: trunk
2014-05-22 11:54
Change the name from "SFA" to "SQLAR" since it turns out that SFA is also the name of a French sewage treatment appliance. check-in: d8653ef491 user: drh tags: trunk
2014-05-15 11:55
Change the title on the README.md page. check-in: 3d0e7db437 user: drh tags: trunk
2014-05-15 11:52
Rename the program from "SAR" to "SFA" to avoid a name collision with the System Activity Report (sar) utility from Solaris. check-in: f563beec00 user: drh tags: trunk
2014-04-07 13:49
Fix typos in the documentation. check-in: d6387bdf60 user: drh tags: trunk
2014-04-07 01:26
Add the -n option to disable compression. check-in: d5ea353587 user: drh tags: trunk
2014-03-14 01:01
Improvements to README.md check-in: a0cf8ef8b7 user: drh tags: trunk
2014-03-14 00:43
Add a README file. check-in: 6b775f1f03 user: drh tags: trunk
2014-03-14 00:30
Recurse into directories whose names begin with "." as long as they are not named exactly "." or "..". Correctly handle zero-length files. check-in: 2bf2fef18d user: drh tags: trunk
2014-03-14 00:22
Add a missing fclose() to fix a file-descriptor leak. check-in: c3c0cdcaca user: drh tags: trunk
2014-03-14 00:19
Add the -v (verbose) command-line option. check-in: b7c6557186 user: drh tags: trunk
2014-03-13 23:58
Store mode and mtime. Get extraction working. check-in: abdc055608 user: drh tags: trunk
2014-03-13 17:49
Basic check-in is working now. check-in: 9c655b6516 user: drh tags: trunk
2014-03-13 17:40
Initial code check-in. Untested. check-in: 168f7a4e17 user: drh tags: trunk
2014-03-13 16:48
initial empty check-in check-in: 2e72e67c99 user: drh tags: trunk