summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add liulk's patch for mac os xHEADmasterRadek Podgorny2014-05-281-1/+5
* return ENOTSUP for xattr calls for stats fileRadek Podgorny2014-03-201-0/+16
* forgot to include conf.h in optsRadek Podgorny2014-03-201-0/+1
* forgot to commit conf.hRadek Podgorny2014-03-201-0/+39
* formatting and getting to sync with bernd's repoRadek Podgorny2014-02-221-13/+7
* Fix cmake HAVE_XATTR redefinitionRadek Podgorny2014-02-221-0/+3
* detect xattr supportRadek Podgorny2014-02-221-1/+3
* make utimensat support more generalRadek Podgorny2014-02-221-1/+2
* utimes fix for Mac OS XRadek Podgorny2014-02-222-1/+8
* statfs: Fix clang static analyzer errorRadek Podgorny2014-02-221-3/+11
* setfile: We never used the return valueRadek Podgorny2014-02-221-3/+2
* add likai liu's patch for apple supportRadek Podgorny2014-02-222-4/+49
* update help a littleRadek Podgorny2012-09-261-0/+1
* fix link bugRadek Podgorny2012-09-251-1/+1
* resolve "implicit declaration of 'chroot'" warningRadek Podgorny2012-09-251-0/+3
* version bumpv0.26Radek Podgorny2012-09-111-1/+1
* mergeRadek Podgorny2012-09-111-9/+2
|\
| * Do not set the fsid, the fuse kernel module ignores it at all.Bernd Schubert2012-06-221-9/+2
* | trivial fixes by B HoweRadek Podgorny2012-08-172-2/+2
|/
* rmdir: Add another debug message.Bernd Schubert2012-05-201-0/+2
* Fix RETURN() calls. The macros only takes integers.Bernd Schubert2012-05-202-6/+13
* merge with BerndRadek Podgorny2012-02-0323-420/+1057
|\
| * xattr: Let CMake check if xattrs are really availableBernd Schubert2011-02-202-5/+5
| * syslog: Eventually add support for syslogsBernd Schubert2011-02-2013-53/+374
| * fuse_big_writes: Allow big writes (and reads) if availableBernd Schubert2011-02-201-0/+10
| * Remove dependency on libmBernd Schubert2010-07-043-5/+22
| * Replace accidental RETURN((value)) by RETURN(value)Bernd Schubert2010-06-171-11/+11
| * Mark filedescriptors as "fd = " in debug outputBernd Schubert2010-06-171-5/+5
| * Further debugging: print return codesBernd Schubert2010-06-1610-208/+215
| * Print path names on function tracing.Bernd Schubert2010-06-159-55/+58
| * Improve a commentBernd Schubert2010-06-011-2/+1
| * And another fix for the link problem.Bernd Schubert2010-06-011-3/+12
| * Fix hard link issues if we have several rw branches. Debian Bug#509516.Bernd Schubert2010-06-013-4/+20
| * Slight optimization for HIDE_META_FILES and HIDE_METADIRBernd Schubert2010-06-011-2/+0
| * Also hide fuse meta files. Note: -o hide_meta_dir is now deprecated in favour...Bernd Schubert2010-06-015-10/+27
| * Add myself to debug.h copyrightBernd Schubert2010-05-311-3/+4
| * debugging: Always compile with debug code, but only print debug messages if d...Bernd Schubert2010-05-312-14/+0
| * Add the -o debug_file option and enable debugging thenBernd Schubert2010-05-315-11/+43
| * Fix ubuntu bug 587917, Properly check on rmdir() if sub-branches are emptyBernd Schubert2010-05-313-0/+84
| * build_path: Add missing va_end()Bernd Schubert2010-05-241-0/+1
| * build_path: Improve debug information - print line of the call functionBernd Schubert2010-05-242-8/+9
| * build_path: Write error if empty argument list was givenBernd Schubert2010-05-241-1/+6
| * build_path: Make sure we really have slashes between path elementsBernd Schubert2010-05-241-0/+5
| * path_hidden(): Ignore the entire path to the branchBernd Schubert2010-05-243-7/+4
| * HIDETAG: Don't use BUILD_PATH() for the complete path, as BUILD_PATH inserts ...Bernd Schubert2010-05-241-4/+8
| * utimens(): Workaround for kernel limitation (symlinks)Bernd Schubert2010-05-241-1/+14
| * debug output: Improve debug functions and add more debug informationBernd Schubert2010-05-246-33/+51
| * Remove a temporary debug fprintfBernd Schubert2010-05-161-1/+0
| * Branch mergeBernd Schubert2010-05-1613-81/+188
| |\
| | * Add commit "-o relaxed_permission" changesBernd Schubert2010-05-163-2/+25