summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct set_owner() call in unionfs_symlink()Bernd Schubert2009-02-181-1/+1
* Remove wrong call set_owner from unionfs_rename()Bernd Schubert2009-02-181-2/+0
* In unionfs_mknod() we must use chmod() instead of fchmod()Bernd Schubert2009-02-181-1/+1
* Remove set_owner() in unionfs_link(), not required.Bernd Schubert2009-02-181-1/+1
* While discussing with Dmitry E. Oboukhov <unera@debian.org>, Dmitry toldBernd Schubert2009-02-181-3/+10
* Convert to utimens as suggested in Debian bug report 496794. In fuse the usag...Bernd Schubert2009-02-171-3/+11
* Remove the 'features' stuff again and revert to previous unionfs_statfs, howe...Bernd Schubert2009-02-174-141/+47
* Add Raphael Geissert to the CREDITS file.Bernd Schubert2009-01-161-0/+1
* Slight comment fixes/improvements.Bernd Schubert2009-01-161-2/+2
* Fix another bug spotted by Raphael Geissert. In changeset 255 I introducedBernd Schubert2009-01-161-3/+4
* Forgot to merge before commiting...Bernd Schubert2009-01-151-1/+8
|\
| * Abort with an error message if a given branch does not exist.Bernd Schubert2009-01-151-1/+8
* | Add another suggestion by Raphael Geissert.Bernd Schubert2009-01-081-1/+6
* | Change binary install path from sbin to bin, since unionfs-fuse may also be usedBernd Schubert2009-01-081-1/+1
* | Print the help text to stdout. Thanks go to Raphael Geissert for reportingBernd Schubert2009-01-081-1/+1
|/
* Initial fix for debian Bug#509516. Creating hard links failed if the destinationBernd Schubert2008-12-291-1/+5
* Introduce error handling to the usage of u_dirname(), also behaviourBernd Schubert2008-12-293-2/+15
* Rename our struct statvfs to struct ustatvfs to prevent libc name collision.Bernd Schubert2008-12-291-1/+1
* Add more entries to the .hgignore fileBernd Schubert2008-11-241-0/+6
* Recent cmake version complain if cmake_minimum_required() is not set, is 2.0 ...Bernd Schubert2008-11-242-1/+3
* Add statvfs information to the unionfs-features structure and move logic toBernd Schubert2008-11-245-33/+103
* [mq]: features.patchBernd Schubert2008-11-243-0/+41
* Eliminate one indentation level in unionfs_statfs().Bernd Schubert2008-09-211-19/+20
* chown() failed on path_create() when unionfs-fuse is run not root. Thanks toBernd Schubert2008-09-214-3/+4
* We need to set the fuse default_permissions() even when we are not root.Bernd Schubert2008-09-211-6/+5
* Build fixes for BSD and OS/X.Bernd Schubert2008-09-092-1/+2
* Update the NEWS file.Bernd Schubert2008-09-041-0/+8
* Merge Bernd's stuffRadek Podgorny2008-09-031-1/+1
|\
| * Added tag v0.22 for changeset 4f1cc7ac219bRadek Podgorny2008-09-030-0/+0
| * Version bump to 0.22v0.22Radek Podgorny2008-09-031-1/+1
* | Forgot to merge again.Bernd Schubert2008-09-032-3/+3
|\ \ | |/
| * Branch merge with Radek.Bernd Schubert2008-08-111-40/+32
| |\
| * | Added tag v0.21 for changeset 217b9b9dcb5cRadek Podgorny2008-07-260-0/+0
| * | Version bumpv0.21Radek Podgorny2008-07-262-2/+2
| * | Typo fixRadek Podgorny2008-07-261-1/+1
* | | [mq]: man.patchBernd Schubert2008-09-031-1/+5
* | | Remove white-space, workaround for libfuse bug.Bernd Schubert2008-09-031-1/+1
* | | imported patch remove_noinitgroups_option.patchBernd Schubert2008-09-034-19/+1
* | | Fix missing include statement.Bernd Schubert2008-09-031-0/+2