summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Replace snprintf() by BUILD_PATH() to return errors if the path is too longBernd Schubert2010-05-168-44/+58
| * Add a new option "-o hide_meta_dir"Bernd Schubert2010-05-165-30/+63
| * Rewrite build_path() to prevent double slashesBernd Schubert2010-05-161-6/+43
* | Bump the version to 0.24v0.24Bernd Schubert2010-05-161-1/+1
|/
* Branch merge with RadekBernd Schubert2010-03-141-3/+6
|\
| * Makefile improvements by Yann E. Morin.Radek Podgorny2009-09-131-3/+6
* | Fix compiler warning:Bernd Schubert2009-08-311-2/+2
* | Add bugfix from Goswin (debian bug#533403). Thanks Goswin!Bernd Schubert2009-08-311-1/+3
* | Oops sorry, in commit 389 I accidentally entirely broke relative pathesBernd Schubert2009-08-181-1/+4
* | Patch from Colin Watson to prevent deadlocks of statvfs calls()Bernd Schubert2009-06-111-2/+54
* | We don't have a rule for long lines, but too many chars per line make editing...Bernd Schubert2009-06-111-2/+3
* | Use a different fsid than branches have.Bernd Schubert2009-06-111-2/+11
* | Fix reading the max_files= parameterBernd Schubert2009-05-261-1/+1
* | Fix compiler warning about comparism of signed vs. unsignedBernd Schubert2009-05-251-3/+3
* | Add a missing empty line at the end of the file, some compilers will complain...Bernd Schubert2009-05-251-0/+1
* | Slightly better online help for chroot= parameter.Bernd Schubert2009-05-251-1/+2
* | Add a new parameter so that the maximum number of open files can be set.Bernd Schubert2009-05-253-0/+31
* | Bring back the .unionfs_init() method to go into the chroot, butBernd Schubert2009-05-172-30/+64
* | Further revert mode logic changes of commit 398Bernd Schubert2009-04-271-2/+5
* | Branch merge with RadekBernd Schubert2009-04-275-23/+53
|\ \ | |/
| * Removed commented-out code and updated the note about exploitRadek Podgorny2009-04-261-10/+2
| * The mode logic reworkedRadek Podgorny2009-04-261-13/+14
| * Fixed a bug where we did not indicate "no RW branch found" correctlyRadek Podgorny2009-04-241-4/+4
| * FormattingRadek Podgorny2009-04-241-8/+5