public
Description: Transparent (using fuse) compressing filesystem.
Homepage: http://www.miio.net/fusecompress
Clone URL: git://github.com/tex/fusecompress.git
name age message
file AUTHORS Thu Sep 11 23:02:38 -0700 2008 Initial commit. [tex]
file COPYING Thu Sep 11 23:02:38 -0700 2008 Initial commit. [tex]
file ChangeLog Mon Sep 29 00:38:39 -0700 2008 Increase verison number. [Milan Svoboda]
file INSTALL Thu Sep 11 23:02:38 -0700 2008 Initial commit. [tex]
file Makefile.am Fri Nov 28 02:01:53 -0800 2008 Use m4 macros to detect boost libraries. [tex]
file Makefile.in Fri Nov 28 02:01:53 -0800 2008 Use m4 macros to detect boost libraries. [tex]
file NEWS Thu Sep 11 23:02:38 -0700 2008 Initial commit. [tex]
file README Loading commit data...
file TODO Fri Nov 28 01:51:21 -0800 2008 Don't write LayerMap if file has not been modif... [tex]
file aclocal.m4 Fri Nov 28 02:01:53 -0800 2008 Use m4 macros to detect boost libraries. [tex]
file config.h.in Fri Nov 28 02:01:53 -0800 2008 Use m4 macros to detect boost libraries. [tex]
file configure Fri Nov 28 02:08:35 -0800 2008 Don't build the boost lzma filter if lzma disab... [tex]
file configure.ac Fri Nov 28 02:08:35 -0800 2008 Allow user to disable/enable library and set th... [tex]
file depcomp Thu Sep 11 23:02:38 -0700 2008 Initial commit. [tex]
file install-sh Thu Sep 11 23:02:38 -0700 2008 Initial commit. [tex]
directory m4/ Fri Nov 28 02:01:53 -0800 2008 Use m4 macros to detect boost libraries. [tex]
file missing Thu Sep 11 23:02:38 -0700 2008 Initial commit. [tex]
directory src/
README
FuseCompress (compressed filesystem in userspace)
  http://www.miio.net/fusecompress

We are not responsible for any badness that may happen to you during using
this software.

License:

This program is distributed under GNU/GPL version 2. 

Todo:

Bugs:

Requires:

  boost 1.33.1
  librlog >= 1.3 (RLog - a C++ logging library)

  libz
  libbz2
  liblzma = 4.999.5alpha (Download source from http://tukaani.org/lzma/)
  liblzo2

Compile:

  Boost's libraries may be stored in /usr/lib64 on 64bit systems,
  configure script needs to be called with:

  ./configure --with-boost-libdir=/usr/lib64/

  Don't use --enable-debug flag. Build fails during linking with boost
  libraries.

Usage:

  See man pages for fusecompress and fusecompress_offline.

Author:

Milan Svoboda <milan.svoboda@centrum.cz> (author and project maintainer)

Feel free to contact me with suggestions and bug reports.