rrq/fuse_xattrs.git
2021-11-13 Ralph Ronnquistuse larger string heap master
2021-11-13 Ralph Ronnquistavoid reconfirming the root paths
2021-11-13 Ralph Ronnquistcache the size of the sidecar_dir path
2021-11-12 Ralph Ronnquistensure paret directories for sidecars
2021-11-12 Ralph Ronnquistdon't add trailing / for root paths
2021-11-11 Ralph Ronnquistdocumentation update
2021-11-11 Ralph Ronnquistadd sroot option to help text
2021-11-11 Ralph Ronnquistnew function stralloc
2021-11-11 Ralph Ronnquistrework sanitized_source_directory using realpath
2021-11-11 Ralph Ronnquistbug fix
2021-11-11 Ralph Ronnquistinsert debug settings (disabled)
2021-11-11 Ralph Ronnquistadding string heap and sroot=%s option
2021-11-11 Ralph Ronnquistfurther editorial
2021-11-11 Ralph RonnquistForked
2021-11-11 Ralph Ronnquistforced setting of HAVE_UTIMENSAT=1
2021-11-10 Ralph Ronnquistuse extern for struct data
2021-11-10 Ralph Ronnquistadding extern tags
2017-05-28 Felipe Barriga... release 0.4
2017-05-28 Felipe Barriga... Namespaces are disabled by default (can be enabled...
2017-05-22 Felipe Barriga... release 0.3
2017-05-22 Felipe Barriga... bugfix: binary_storage: check before writing a key...
2017-02-27 Felipe Barriga... README.md: Add archlinux aur url.
2017-02-27 Felipe Barriga... CMakeLists.txt: update man install location.
2017-02-27 Felipe Barriga... tests.py: Check xattr module version. Fix to work with...
2017-02-27 Felipe Barriga... run_tests.sh: Check if the filesystem was successfully...
2017-02-27 Felipe Barriga... .travis.yml: specify more dependencies.
2017-02-27 Felipe Barriga... tests.py: Added more tests.
2017-02-27 Felipe Barriga... fuse_xattrs.c: Force to run single-threaded. Update...
2017-02-16 Felipe Barriga... TODO.md: Update TODO file
2017-02-16 Felipe Barriga... feature: remove/rename sidecar when removing/renaming...
2017-02-16 Felipe Barriga... passthrough: optimization: don't open/close files for...
2017-02-16 Felipe Barriga... optimization: prepend_source_directory
2017-02-16 Felipe Barriga... CMakeLists: enable optimization: -O3
2017-02-16 Felipe Barriga... binary_storage: bugfix.
2017-02-16 Felipe Barriga... utils.c: optimization
2017-02-16 Felipe Barriga... support for hidding sidecar files.
2017-02-16 Felipe Barriga... man page: improve it and install it.
2017-02-16 Felipe Barriga... project cleanup.
2017-02-16 Felipe Barriga... features: Now it will add xattrs support to an specific...
2017-02-16 Felipe Barriga... tests: fixing broken tests.
2016-10-31 Felipe Barriga... README.md: update travis status branch.
2016-10-31 Felipe Barriga... TODO.md: updated. tests.py: add missing tests to TODO.
2016-10-31 Felipe Barriga... .travis.yml: added. README.md: added travis status
2016-10-31 Felipe Barriga... README.md: Updated. Added code coverage.
2016-10-31 Felipe Barriga... cmake: Added code coverage support. check only for...
2016-10-31 Felipe Barriga... CMakeLists.txt: Change required cmake version to 2.8
2016-10-31 Felipe Barriga... second commit :)
2016-10-23 Felipe Barriga... Initial commit