Statistics
| Branch: | Tag: | Revision:

libsqlfs @ master

Name Size Revision Age Author Comment
  tests 4c1a75a9 about 1 year Jerome Forissier sqlfs_proc_read() should return 0 when reading ...
.gitignore 607 Bytes ad8ed016 over 1 year Chris Ballinger Fix issue with podspec on CocoaPods 1.0+
.travis.yml 456 Bytes 5b9c9e1a about 1 year Hans-Christoph Steiner travis-ci: switch tests from sqlite3 to SQLCiph...
AUTHORS 122 Bytes dc487212 about 6 years Andy Tai initial import, sync with CVS
COPYING 25.8 KB dc487212 about 6 years Andy Tai initial import, sync with CVS
INSTALL 9.02 KB dc487212 about 6 years Andy Tai initial import, sync with CVS
Makefile.am 751 Bytes effc5bc5 over 1 year Jerome Forissier Fix parallel build errors due to bad sqlfscat a...
README 15.6 KB 38b5fd59 over 3 years Tomas Doran I think you wanted Rationale, in which you expl...
autogen.sh 184 Bytes 100a48a4 almost 6 years Hans-Christoph Steiner (./autogen.sh) purge everything first then recr...
config.guess 43.8 KB 4b4d836f over 5 years Hans-Christoph Steiner remove config.sub and config.guess, they are ge...
config.sub 34.6 KB 4b4d836f over 5 years Hans-Christoph Steiner remove config.sub and config.guess, they are ge...
configure.in 3.35 KB 843358f2 about 1 year Hans-Christoph Steiner bump library version to v1.3.2, should be ABI-c...
fuse_sqlfs.c 1.94 KB 2c82c23f over 1 year Hans-Christoph Steiner fix "unused variable" error fuse_sqlfs.c: In f...
jenkins-build 416 Bytes 6d573861 about 1 year Jerome Forissier Fix check_parent_write() when !HAVE_LIBFUSE Re...
libsqlfs.pc.in 246 Bytes baa9f1d0 about 6 years Andy Tai bug fix for unlink on key directories; SQL stat...
libsqlfs.podspec 1.83 KB 317d21a1 over 1 year Chris Ballinger Use v1.3.2 for podspec
sqlfs.c 100 KB 9601168d about 1 year Hans-Christoph Steiner add method to finalize sqlfs on extra threads ...
sqlfs.h 4.89 KB 9601168d about 1 year Hans-Christoph Steiner add method to finalize sqlfs on extra threads ...
sqlfs_internal.h 5.13 KB a4b1944c over 1 year Chris Ballinger Use forward typedef to move sqlfs_t internals t...
sqlfscat.c 2.08 KB 3835f5f4 almost 3 years Hans-Christoph Steiner sqlfscat: fix file check The boolean logic was...
sqlfsls.cpp 2.94 KB c3668c42 over 3 years Hans-Christoph Steiner add separate APIs for working with passwords an...

Latest revisions

# Date Author Comment
9601168d 12/29/2016 11:14 pm Hans-Christoph Steiner

add method to finalize sqlfs on extra threads

When a new thread tries to access the volume, it will use the cached password
and path and automatically allocate a sqlfs_t. When that thread ends, it'll
automatically call sqlfs_t_finalize() to cleanup. But often times threads are...

843358f2 12/29/2016 11:09 pm Hans-Christoph Steiner

bump library version to v1.3.2, should be ABI-compatible

4c1a75a9 12/29/2016 11:09 pm Jerome Forissier

sqlfs_proc_read() should return 0 when reading an empty file or past EOF

Signed-off-by: Jerome Forissier <>

closes #10

6d573861 12/29/2016 11:09 pm Jerome Forissier

Fix check_parent_write() when !HAVE_LIBFUSE

Remove the special case for !HAVE_LIBFUSE in check_parent_write().
Fixes the following issue:

./autogen.sh && ./configure --without-libfuse && make check
[...]
Testing whether mkdir does not make nested dirs......
5b9c9e1a 12/29/2016 10:19 pm Hans-Christoph Steiner

travis-ci: switch tests from sqlite3 to SQLCipher

This will test the encryption, which is the part we care about anyway.

8ca2ded0 12/29/2016 10:19 pm Hans-Christoph Steiner

include sqlite3.h and sqlfs_t for the tests that require it

Also, sqlfs_t needs to be copy-n-pasted since sqlfs.h uses a forward
typedef, and the compiler doesn't now what is in a sqlfs_t now when
using just the header.

This fixes the tests after a4b1944c51991c3cfac8a212260e9456bed94f5a

c29d4f7b 12/29/2016 03:23 pm hans

Merge pull request #11 from ChatSecure/podspec-fix

Fix issue with podspec on CocoaPods 1.0+

317d21a1 10/11/2016 10:42 pm Chris Ballinger

Use v1.3.2 for podspec

a4b1944c 10/11/2016 10:40 pm Chris Ballinger

Use forward typedef to move sqlfs_t internals to sqlfs.c

a96b2484 10/11/2016 10:04 pm Chris Ballinger

Fix issue with podspec source include

View all revisions | View revisions

Also available in: Atom