rrq/fuse_xattrs.git
2 years agouse larger string heap master
Ralph Ronnquist [Sat, 13 Nov 2021 00:21:02 +0000 (11:21 +1100)]
use larger string heap

2 years agoavoid reconfirming the root paths
Ralph Ronnquist [Sat, 13 Nov 2021 00:18:25 +0000 (11:18 +1100)]
avoid reconfirming the root paths

2 years agocache the size of the sidecar_dir path
Ralph Ronnquist [Sat, 13 Nov 2021 00:17:44 +0000 (11:17 +1100)]
cache the size of the sidecar_dir path

2 years agoensure paret directories for sidecars
Ralph Ronnquist [Fri, 12 Nov 2021 03:27:12 +0000 (14:27 +1100)]
ensure paret directories for sidecars

2 years agodon't add trailing / for root paths
Ralph Ronnquist [Fri, 12 Nov 2021 03:26:41 +0000 (14:26 +1100)]
don't add trailing / for root paths

2 years agodocumentation update
Ralph Ronnquist [Thu, 11 Nov 2021 09:19:05 +0000 (20:19 +1100)]
documentation update

2 years agoadd sroot option to help text
Ralph Ronnquist [Thu, 11 Nov 2021 08:11:56 +0000 (19:11 +1100)]
add sroot option to help text

2 years agonew function stralloc
Ralph Ronnquist [Thu, 11 Nov 2021 08:08:18 +0000 (19:08 +1100)]
new function stralloc

2 years agorework sanitized_source_directory using realpath
Ralph Ronnquist [Thu, 11 Nov 2021 08:07:24 +0000 (19:07 +1100)]
rework sanitized_source_directory using realpath

2 years agobug fix
Ralph Ronnquist [Thu, 11 Nov 2021 08:06:21 +0000 (19:06 +1100)]
bug fix

2 years agoinsert debug settings (disabled)
Ralph Ronnquist [Thu, 11 Nov 2021 08:05:35 +0000 (19:05 +1100)]
insert debug settings (disabled)

2 years agoadding string heap and sroot=%s option
Ralph Ronnquist [Thu, 11 Nov 2021 06:34:45 +0000 (17:34 +1100)]
adding string heap and sroot=%s option

2 years agofurther editorial
Ralph Ronnquist [Thu, 11 Nov 2021 03:18:07 +0000 (14:18 +1100)]
further editorial

2 years agoForked
Ralph Ronnquist [Thu, 11 Nov 2021 01:01:15 +0000 (12:01 +1100)]
Forked

2 years agoforced setting of HAVE_UTIMENSAT=1
Ralph Ronnquist [Thu, 11 Nov 2021 00:41:03 +0000 (11:41 +1100)]
forced setting of HAVE_UTIMENSAT=1

2 years agouse extern for struct data
Ralph Ronnquist [Wed, 10 Nov 2021 10:27:27 +0000 (21:27 +1100)]
use extern for struct data

2 years agoadding extern tags
Ralph Ronnquist [Wed, 10 Nov 2021 10:23:51 +0000 (21:23 +1100)]
adding extern tags

7 years agorelease 0.4
Felipe Barriga Richards [Sun, 28 May 2017 01:10:48 +0000 (21:10 -0400)]
release 0.4

7 years agoNamespaces are disabled by default (can be enabled at runtime with a flag). OSX compa...
Felipe Barriga Richards [Sun, 28 May 2017 01:08:01 +0000 (21:08 -0400)]
Namespaces are disabled by default (can be enabled at runtime with a flag). OSX compatibility.

7 years agorelease 0.3
Felipe Barriga Richards [Mon, 22 May 2017 01:20:01 +0000 (21:20 -0400)]
release 0.3

7 years agobugfix: binary_storage: check before writing a key with an empty value. Added test.
Felipe Barriga Richards [Mon, 22 May 2017 01:14:24 +0000 (21:14 -0400)]
bugfix: binary_storage: check before writing a key with an empty value. Added test.

7 years agoREADME.md: Add archlinux aur url.
Felipe Barriga Richards [Mon, 27 Feb 2017 03:57:07 +0000 (00:57 -0300)]
README.md: Add archlinux aur url.

7 years agoCMakeLists.txt: update man install location.
Felipe Barriga Richards [Mon, 27 Feb 2017 03:46:30 +0000 (00:46 -0300)]
CMakeLists.txt: update man install location.

7 years agotests.py: Check xattr module version. Fix to work with version xattr 0.9.1
Felipe Barriga Richards [Mon, 27 Feb 2017 03:15:03 +0000 (00:15 -0300)]
tests.py: Check xattr module version. Fix to work with version xattr 0.9.1

7 years agorun_tests.sh: Check if the filesystem was successfully mounted.
Felipe Barriga Richards [Mon, 27 Feb 2017 02:31:19 +0000 (23:31 -0300)]
run_tests.sh: Check if the filesystem was successfully mounted.

7 years ago.travis.yml: specify more dependencies.
Felipe Barriga Richards [Mon, 27 Feb 2017 02:30:44 +0000 (23:30 -0300)]
.travis.yml: specify more dependencies.

7 years agotests.py: Added more tests.
Felipe Barriga Richards [Mon, 27 Feb 2017 01:20:24 +0000 (22:20 -0300)]
tests.py: Added more tests.

7 years agofuse_xattrs.c: Force to run single-threaded. Update ChangeLog / TODO.md
Felipe Barriga Richards [Mon, 27 Feb 2017 00:00:08 +0000 (21:00 -0300)]
fuse_xattrs.c: Force to run single-threaded. Update ChangeLog / TODO.md

7 years agoTODO.md: Update TODO file
Felipe Barriga Richards [Thu, 16 Feb 2017 21:09:47 +0000 (18:09 -0300)]
TODO.md: Update TODO file

7 years agofeature: remove/rename sidecar when removing/renaming files.
Felipe Barriga Richards [Thu, 16 Feb 2017 20:43:26 +0000 (17:43 -0300)]
feature: remove/rename sidecar when removing/renaming files.

7 years agopassthrough: optimization: don't open/close files for every operation.
Felipe Barriga Richards [Thu, 16 Feb 2017 19:53:23 +0000 (16:53 -0300)]
passthrough: optimization: don't open/close files for every operation.

7 years agooptimization: prepend_source_directory
Felipe Barriga Richards [Thu, 16 Feb 2017 19:23:45 +0000 (16:23 -0300)]
optimization: prepend_source_directory

7 years agoCMakeLists: enable optimization: -O3
Felipe Barriga Richards [Thu, 16 Feb 2017 19:22:14 +0000 (16:22 -0300)]
CMakeLists: enable optimization: -O3

7 years agobinary_storage: bugfix.
Felipe Barriga Richards [Thu, 16 Feb 2017 16:54:12 +0000 (13:54 -0300)]
binary_storage: bugfix.

7 years agoutils.c: optimization
Felipe Barriga Richards [Thu, 16 Feb 2017 16:50:59 +0000 (13:50 -0300)]
utils.c: optimization

7 years agosupport for hidding sidecar files.
Felipe Barriga Richards [Thu, 16 Feb 2017 15:17:35 +0000 (12:17 -0300)]
support for hidding sidecar files.

7 years agoman page: improve it and install it.
Felipe Barriga Richards [Thu, 16 Feb 2017 15:10:39 +0000 (12:10 -0300)]
man page: improve it and install it.

7 years agoproject cleanup.
Felipe Barriga Richards [Thu, 16 Feb 2017 14:37:38 +0000 (11:37 -0300)]
project cleanup.

7 years agofeatures: Now it will add xattrs support to an specific directory (instead of the...
Felipe Barriga Richards [Thu, 16 Feb 2017 01:29:34 +0000 (22:29 -0300)]
features: Now it will add xattrs support to an specific directory (instead of the full root).

7 years agotests: fixing broken tests.
Felipe Barriga Richards [Thu, 16 Feb 2017 00:55:40 +0000 (21:55 -0300)]
tests: fixing broken tests.

7 years agoREADME.md: update travis status branch.
Felipe Barriga Richards [Mon, 31 Oct 2016 20:50:07 +0000 (17:50 -0300)]
README.md: update travis status branch.

7 years agoTODO.md: updated. tests.py: add missing tests to TODO.
Felipe Barriga Richards [Mon, 31 Oct 2016 20:48:20 +0000 (17:48 -0300)]
TODO.md: updated. tests.py: add missing tests to TODO.

7 years ago.travis.yml: added. README.md: added travis status
Felipe Barriga Richards [Mon, 31 Oct 2016 03:36:24 +0000 (00:36 -0300)]
.travis.yml: added. README.md: added travis status

7 years agoREADME.md: Updated. Added code coverage.
Felipe Barriga Richards [Mon, 31 Oct 2016 19:07:41 +0000 (16:07 -0300)]
README.md: Updated. Added code coverage.

7 years agocmake: Added code coverage support. check only for C (no C++) support. Check attr...
Felipe Barriga Richards [Mon, 31 Oct 2016 19:06:47 +0000 (16:06 -0300)]
cmake: Added code coverage support. check only for C (no C++) support. Check attr/xattr.h

7 years agoCMakeLists.txt: Change required cmake version to 2.8
Felipe Barriga Richards [Mon, 31 Oct 2016 03:40:21 +0000 (00:40 -0300)]
CMakeLists.txt: Change required cmake version to 2.8

7 years agosecond commit :)
Felipe Barriga Richards [Mon, 24 Oct 2016 01:42:10 +0000 (22:42 -0300)]
second commit :)

7 years agoInitial commit
Felipe Barriga Richards [Sun, 23 Oct 2016 23:32:35 +0000 (20:32 -0300)]
Initial commit