Commit History

Author SHA1 Message Date
  Patrick Winnertz e4e135399f Revert "replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file()" 15 years ago
  Enrico Weigelt, metux IT service 54d6ec88dc replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file() 15 years ago
  Pavel Tsekov 7ad6feae42 * src/achown.c: Update copyright notice. 17 years ago
  Pavel Tsekov 44becc0a7d * vfs/sfs.c (sfs_uptodate): Eliminate - it is a noop. 18 years ago
  Roland Illig 7e7b81b73e * direntry.c: Added const qualifiers to work around gcc 19 years ago
  Roland Illig bb14c4e1da * vfs.h, vfs-impl.h, vfs.c, local.h, local.c, sfs.c: Removed 19 years ago
  Roland Illig d7e7ec48dd * *.c: Declared unused variables with (void) to avoid the gcc 19 years ago
  Roland Illig 54cccec688 * utilvfs.h: Removed unneeded #includes. 19 years ago
  Andrew V. Samoilov fc3bf048e9 * local.c (local_readlink): Make "size" size_t. 20 years ago
  Roland Illig 34a8088483 Splittet the vfs.h header into a user's part (vfs.h) and an implementor's part (vfs-impl.h). 20 years ago
  Roland Illig b17b1ac213 Const-ified the rest of the vfs_class methods. 20 years ago
  Roland Illig e0bf99d516 Made the path argument to vfs->{chmod,chown,utime} constant. 20 years ago
  Roland Illig 789e5e9bcb Made the path argument to vfs->[l]stat constant. Created a new memory leak, which will be fixed soon. 20 years ago
  Roland Illig b472c18c79 Made the patch argument to vfs->which const. 20 years ago
  Roland Illig db3f21b702 Added a typedef for a function. Added more const-ness to the function arguments. 20 years ago
  Roland Illig 6d483846cb Added a type cast to avoid GCC warnings. 20 years ago
  Andrew V. Samoilov e9be8219a0 * sfs.c (sfs_init): Fix possible buffer overflows for invalid sfs.ini. 20 years ago
  Pavel Roskin 6ffd35bf07 * gc.c: Eliminate all code for timestamping parent filesystems. 21 years ago
  Pavel Roskin 54b8c9aaad * vfs.c (vfs_split): Deconstify. 21 years ago
  Pavel Roskin 4b5a2a0b62 * direntry.c (vfs_s_stamp_me): Generalize and move ... 21 years ago
  Pavel Roskin de12104436 * gc.c: Use NULL instead of -1 for empty vfsid. Adjust all 21 years ago
  Pavel Roskin 4eab382dba * gc.c: Make getid(), nothingisopen() and free() methods 21 years ago
  Pavel Roskin b33f2cbb47 * vfs.c: Split garbage collection code into ... 21 years ago
  Pavel Roskin edce41facd * utilvfs.c (vfs_mkstemps): New function - create temporary file 21 years ago
  Pavel Roskin 77bcdc8127 * vfs.c (mc_ungetlocalcopy): Free local path here, not in class 21 years ago
  Pavel Roskin 7d16d65e35 * vfs.h: Constify some arguments for many functions. 21 years ago
  Pavel Roskin 5bc20fd294 * *.c: Rename functions that don't have an a prefix indicating 21 years ago
  Pavel Roskin 50045218ab Remove unneeded includes in ../src 21 years ago
  Pavel Roskin 72c64a60e2 * extfs.c: Switch to self-registration. 21 years ago
  Pavel Roskin 00b57fd4bf * vfs.h: Remove typedef vfs, it's too ambiguous. Massive 21 years ago
  Pavel Roskin 6e6fd9b352 * vfs.c (vfs_add_noncurrent_stamps): Call vfs_rm_parents() at 21 years ago
  Pavel Roskin 1d6e00faf0 * vfs.h: Introduce new VFS flags instead of the old unused ones. 21 years ago
  Pavel Roskin 091023c37a * undelfs.c (undelfs_get_path): Constify first argument. 21 years ago
  Pavel Roskin e06e87edc2 Include execute.h. 21 years ago
  Pavel Roskin 271a2564fd * sfs.c: Remove "uid" from struct cachedfile - it's unused now. 22 years ago
  Pavel Roskin b9c6a9b3d1 * vfs.h: Remove vfs_uid and vfs_gid. Fix all dependencies. 22 years ago
  Andrew V. Samoilov 3d4ea6e96d * sfs.c (vfmake): Use open_error_pipe() and close_error_pipe(). 22 years ago
  Pavel Roskin da7e82d253 Global removal of RCS Id: flags. 22 years ago
  Pavel Roskin bbc35a31cf * sfs.c (sfs_init): Parametrize sfs.ini to allow reuse of the 22 years ago
  Pavel Roskin 966511399b Move fcntl.h inclusion to global.h. 22 years ago
  Pavel Roskin 35aa47461b * sfs.c: Don't use flag EXECUTE_SETUID because it's being 22 years ago
  Pavel Roskin 6f3a7c8029 * direntry.c (vfs_s_open): Don't pass O_LINEAR to open() - 22 years ago
  Pavel Roskin 694468d9bb * sfs.c (sfs_free): Fix memory leak. 22 years ago
  Pavel Roskin 78982e7cc5 * sfc.c (sfs_getid): Don't use vfs_die(), return (vfsid)(-1) 23 years ago
  Pavel Roskin 7493ab67ad * sfs.c (sfs_init): Use g_free(), not free() on mc_sfsini. 23 years ago
  Andrew V. Samoilov 269af251b8 * sfs.c: Remark about shell removed. 23 years ago
  Pavel Roskin 6fe51516de * cpio.c (vfs_cpiofs_ops): Use short name for the filesystem. 23 years ago
  Pavel Roskin 49d8cd7f50 * sfs.c (sfs_init): Change some warning messages to simplify 23 years ago
  Andrew V. Samoilov f52cfa5607 2001-05-30 Ludovic Drolez <ludovic.drolez@freealter.com> 23 years ago
  Andrew V. Samoilov 6eda540762 '* src/main.c: Correct some comments after #endif 23 years ago