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