Commit Graph

7 Commits (371d18c5f0a138becd49638c9efd6f66ca06edf0)

Author SHA1 Message Date
szaka bf3b6d780d fix potential hang for huge/corrupted directories (Miklos Szeredi, Szabolcs Szakacsits) 2008-06-11 20:33:02 +00:00
szaka 68b83a4181 fix: FUSE limited the total file system depth to 4095 characters and gave
"No such file or directory" errors (Miklos Szeredi, Szabolcs Szakacsits)
2008-04-12 14:05:43 +00:00
szaka ca890bec0a fuse_lib_opendir(): fix missing pthread_mutex_destroy() in error path 2008-03-23 14:02:04 +00:00
szaka 7fe7e1c9c6 remove _GNU_SOURCE define from source since it's in configure (Alon Bar-Lev) 2008-01-23 21:27:11 +00:00
szaka 5e6d439ce8 add config.h to all fuse-lite sources (Alon Bar-Lev) 2008-01-23 21:20:16 +00:00
szaka a8791404f5 rename variables with names as a standard library function (Alon Bar-Lev) 2008-01-23 21:15:00 +00:00
szaka 67997a4d88 New: built-in FUSE support by using a 50% stripped down, internal
FUSE library which linked statically into libntfs-3g. Linux
     uses this one by default.
New: the --with-fuse=external configure option makes ntfs-3g to be
     compiled with an external FUSE library. For non-Linux operating
     systems this is the default and the only option currently.
New: rewritten, backwards compatible build system.
New: README file is installed as documentation.
New: the --enable-ldscript configure option uses ldscript instead of
     .so symlink
New: the --disable-mtab configure option disables and ignores the
     usage of /etc/mtab
New: added libntfs-3g.pc.in pkg-config and libntfs-3g.script.so.in
     ldconfig files
Change: use 'make install-strip' instead of 'make strip'
(Alon Bar-Lev, Miklos Szeredi, Szabolcs Szakacsits)
2007-12-06 20:44:10 +00:00