summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Bump the version to 0.24v0.24Bernd Schubert2010-05-161-1/+1
|/
* Change the path to the unionfs binary to simplify testingBernd Schubert2010-03-141-1/+1
* Branch merge with RadekBernd Schubert2010-03-143-14/+14
|\
| * Added Yann to credits.Radek Podgorny2009-09-131-0/+1
| * Makefile improvements by Yann E. Morin.Radek Podgorny2009-09-132-14/+13
* | 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
* | Man page and example fixes.Bernd Schubert2009-06-022-4/+3
* | Remove the comment from the bugs section of the man page that we don't suppor...Bernd Schubert2009-06-021-2/+1
* | Fix a man page syntax error detected by lintianBernd Schubert2009-06-011-1/+1
* | 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
* | Fix debian bashism bug (bug#530214)Bernd Schubert2009-05-251-1/+1
* | 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
* | Update the NEWS fileBernd Schubert2009-05-251-3/+4
* | Update the man page for new parameter chroot= and max_files=Bernd Schubert2009-05-251-0/+16
* | Add a new parameter so that the maximum number of open files can be set.Bernd Schubert2009-05-254-3/+32
* | 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-277-27/+61
|\ \ | |/
| * 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
| * Just formattingRadek Podgorny2009-04-241-5/+4
| * Added patch posted by Jason Long <jlong@messiah.edu> and incorporated Barnd'sRadek Podgorny2009-04-244-5/+44
| * Better compiler warning prevention.Radek Podgorny2009-04-241-1/+1
* | Fix mknod problem, only regular files could be created.Bernd Schubert2009-04-272-3/+9
* | Slight comment changes.Bernd Schubert2009-03-281-1/+2
* | Change options postprocessing from init method to options postprocessing func...Bernd Schubert2009-03-283-45/+36
|/
* Add example scripts for Live-CD/USB supportBernd Schubert2009-03-222-0/+59
* Actually we already have another function, which add the trailing slash, soBernd Schubert2009-03-221-6/+1
* Add a new parameter chroot= to allow support for "/", so we now alsoBernd Schubert2009-03-224-29/+99
* Added tag v0.23 for changeset b492530148c4Radek Podgorny2009-03-220-0/+0
* Added dep on version.hv0.23Radek Podgorny2009-03-221-1/+1
* Bumped the version to 0.23Radek Podgorny2009-03-221-1/+1
* Renamed the correct_statfs to statfs_omit_ro to make the "correct" behaviour ...Radek Podgorny2009-03-034-27/+16
* Just formatting to keep the code consistent.Radek Podgorny2009-03-032-9/+11
* Fix a type in the man pageBernd Schubert2009-02-261-1/+1
* On rename() always the wrong whiteout type (dir/file) was created.Bernd Schubert2009-02-261-4/+4
* Put cmake configuration into top CMakeLists.txtBernd Schubert2009-02-192-19/+19
* Simplified option initialization. That why at least everything that can beBernd Schubert2009-02-191-5/+3
* Re-add the option "-o noinitgroups" for compatibility.Bernd Schubert2009-02-194-0/+9
* Add an option to count all branches on statfs calls.Bernd Schubert2009-02-194-4/+23
* Also do proper order of set_owner() and chmod() in unionfs_mkdir()Bernd Schubert2009-02-181-1/+3