Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge compression-id branch with trunk. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
76297939d385b893e2de7542da284653 |
User & Date: | dan 2013-02-08 11:30:48.385 |
Context
2013-02-08
| ||
14:39 | Changes to lsm_unix.c to build on android: (a) do not use fdatasync() on android and (b) account for the fact that usleep() returns void on android. check-in: 302b222395 user: dan tags: trunk | |
11:30 | Merge compression-id branch with trunk. check-in: 76297939d3 user: dan tags: trunk | |
2013-02-07
| ||
19:50 | Add the INFO_COMPRESSION_ID request. And the factory method for providing compression/encryption functions. Leaf check-in: bb85de9cd3 user: dan tags: compression-id | |
2013-02-06
| ||
11:58 | Fix bug to do with block redirection. check-in: 7cc153f523 user: dan tags: trunk | |
Changes
Changes to src/lsm.h.
Changes to src/lsmInt.h.
Changes to src/lsm_ckpt.c.
Changes to src/lsm_file.c.
Changes to src/lsm_main.c.
Changes to src/lsm_shared.c.
Changes to src/lsm_unix.c.
Added test/lsm4.test.
Changes to test/test_lsm.c.
Changes to www/lsmapi.wiki.
Changes to www/lsmusr.wiki.