1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 12, 2024 — Nov 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improve comments.
aakef
as Bernd Schubert
More... over 17 years ago
Check malloc and realloc calls in opts.c and abort if it fails.
aakef
as Bernd Schubert
More... over 17 years ago
Fix readdir() with new without separation.
aakef
as Bernd Schubert
More... over 17 years ago
Add trailing spaces to branch directories.
aakef
as Bernd Schubert
More... over 17 years ago
Don't create upper branch cow directories on rmdir() and unlink(), not required anymore.
aakef
as Bernd Schubert
More... over 17 years ago
hide_file() and hide_dir() did have almost identical code.
aakef
as Bernd Schubert
More... over 17 years ago
Put whiteout files into a .unionfs meta directory
aakef
as Bernd Schubert
More... over 17 years ago
Add the BUILD_PATH() function, this is supposed to replace snprintf calls
aakef
as Bernd Schubert
More... over 17 years ago
Move string only related functions to string.c
aakef
as Bernd Schubert
More... over 17 years ago
Add a .hgignore file
aakef
as Bernd Schubert
More... over 17 years ago
Mark the bsd mknod() workaround as deprecated.
aakef
as Bernd Schubert
More... over 17 years ago
Add the unionfs_create() method.
aakef
as Bernd Schubert
More... over 17 years ago
Bugfix: Unionfs leaks filedescriptors since commit 217:c72f60c896a6.
aakef
as Bernd Schubert
More... over 17 years ago
Don't do user/group context switches from uid/gid=0 to euid/ugid=0
aakef
as Bernd Schubert
More... over 17 years ago
Improve string_too_long() by introducing the macro STR_TOO_LONG.
aakef
as Bernd Schubert
More... over 17 years ago
Just a comment for union_mkdir().
aakef
as Bernd Schubert
More... over 17 years ago
Proper copy-on-write support for rmdir().
aakef
as Bernd Schubert
More... over 17 years ago
Add string_too_long() function to allow better string length.
aakef
as Bernd Schubert
More... over 17 years ago
Move the hide_tag() function to general.c and rename it to whiteout_tag().
aakef
as Bernd Schubert
More... over 17 years ago
Set st_nlink for directories to one.
aakef
as Bernd Schubert
More... over 17 years ago
rename: Use the return value of the whiteout creation.
aakef
as Bernd Schubert
More... over 17 years ago
Todo for unionfs_rename().
aakef
as Bernd Schubert
More... over 17 years ago
readdir: Don't read dirs blacklisted by a whiteout.
aakef
as Bernd Schubert
More... over 17 years ago
rmdir: Create a whiteout directory instead of a whiteout file.
aakef
as Bernd Schubert
More... over 17 years ago
rename: Hide (delete) files/directories in lower branches.
aakef
as Bernd Schubert
More... over 17 years ago
rename: We need cow for destdir 'to' as well.
aakef
as Bernd Schubert
More... over 17 years ago
rename: If rename() failed we need to remove the whiteout and cow-copied faile.
aakef
as Bernd Schubert
More... over 17 years ago
rename: copy-on-write was done too early.
aakef
as Bernd Schubert
More... over 17 years ago
Renamed disable_initgroups to noinitgroups. More... over 17 years ago
Merged Bernd's bugfixes. More... over 17 years ago