История коммитов

Автор SHA1 Сообщение Дата
  Enrico Weigelt, metux IT service 491b88eae9 Ticket #1931: VFS: added missing includes of vfs/vfs.h 14 лет назад
  Sergei Trofimovich 8abe72112a vfs: ftp: fix build breakage on absent CANON_PATH_RMDBLDT 14 лет назад
  Slava Zanko 4f36622725 Ticket #1828: Improved symlink handling in ftpfs 15 лет назад
  Andrew Borodin dc604d811a The check result of g_new(), g_new0(), g_malloc(), g_malloc0() and g_realloc() is useless. 15 лет назад
  Vit Rosin b6875454b2 Unifying of g_strconcat() calls 15 лет назад
  Andrew Borodin 698385bdd0 Ticket #1732: cpio VFS skips empty directories in the root of archive 15 лет назад
  Andrew Borodin fb51cb8241 Use TTY function names instead of #define's. 15 лет назад
  Andrew Borodin f3730bdc41 Initial step to move TTY layer of MC to separate library. 15 лет назад
  Slava Zanko 9ee5f318ab Ticket #1395 (Copying to fish is broken) 15 лет назад
  Enrico Weigelt, metux IT service c7d04dd47a fixed several missing #include's 15 лет назад
  Sergei Trofimovich 0d281515a6 warnings fix: sanitized 'write'alike callback prototype (int retval -> ssize_t) 15 лет назад
  Mikhail S. Pobolovets 0a7899709b Simple doxygen description for files in vfs (not subdirs) directory. 15 лет назад
  Slava Zanko e54f318cef Completely removed MHL stuff 15 лет назад
  Patrick Winnertz d84586ba82 Reverted the use of mhl_str_dup and use g_strdup instead. 15 лет назад
  Patrick Winnertz 1c287d798d First bunch of mhl_mem_free removal patches 15 лет назад
  Enrico Weigelt, metux IT service 8b38cf44da manully merged 227_replace_g_free 15 лет назад
  Enrico Weigelt, metux IT service f921cc40cd replaced calls to g_strdup() by mhl_str_dup() 15 лет назад
  Enrico Weigelt, metux IT service 15d7d47c15 replaced g_free() by mhl_mem_free() 15 лет назад
  Enrico Weigelt, metux IT service 5d150562aa merged 158_message_codes branch 15 лет назад
  Enrico Weigelt, metux IT service 183a66f7f5 changing return types of *read() and *write() functions to ssize_t 15 лет назад
  Enrico Weigelt, metux IT service 154feb5160 2009-01-10 Enrico Weigelt, metux ITS <weigelt@metux.de> 15 лет назад
  Pavel Tsekov 305e2aab79 * vfs/direntry.c (vfs_s_free_super): Remove redundant code. 17 лет назад
  Pavel Tsekov 52a724a2c8 * vfs/direntry.c (vfs_s_inode_from_path): Revert last change. 18 лет назад
  Pavel Tsekov 06b721a44c * vfs/direntry.c (vfs_s_inode_from_path): Do not give up if a given path 18 лет назад
  Pavel Tsekov c9f1b97869 * vfs/ftpfs.c (ftpfs_dir_uptodate): Remove. 18 лет назад
  Pavel Tsekov da3b1863ab * direntry.c (vfs_s_open): Be less restrictive when O_LINEAR is specified 18 лет назад
  Pavel Tsekov c8494f41bb * xdirentry.h (LS_LINEAR_PREOPEN): New macro definition. 18 лет назад
  Roland Illig 7e7b81b73e * direntry.c: Added const qualifiers to work around gcc 19 лет назад
  Roland Illig b4479c533d * direntry.c: Removed an unused variable. 19 лет назад
  Roland Illig a2511b792c * dirent.c (split_dir_name): Don't assign a string literal to a 19 лет назад
  Roland Illig d7e7ec48dd * *.c: Declared unused variables with (void) to avoid the gcc 19 лет назад
  Roland Illig 54cccec688 * utilvfs.h: Removed unneeded #includes. 19 лет назад
  Andrew V. Samoilov 0fdf2a6e6d * direntry.c (vfs_s_readlink): Correctly calculate link length. 20 лет назад
  Andrew V. Samoilov 09180a901a * direntry.c (vfs_s_open): Fix memory leak. 20 лет назад
  Andrew V. Samoilov c060826178 * direntry.c (vfs_s_free_entry): g_free handles NULL argument too, 20 лет назад
  Roland Illig 4bc786735e * cpio.c: Replaced NULL with (char *) NULL. Likewise for 0, where 20 лет назад
  Roland Illig a3cf3b2d5f * direntry.c (vfs_s_new_entry): see 2004-09-19. Additionally followed the advice 20 лет назад
  Andrew V. Samoilov c524515308 * direnty.c (vfs_s_new_entry): Revert last changes. 20 лет назад
  Roland Illig a9f9db7b6b * direntry.c: Added const qualifier to function declarations and 20 лет назад
  Andrew V. Samoilov c9f834b501 * vfs.c (vfs_cmp_handle): Fixing warnings on on 64-bit 20 лет назад
  Andrew V. Samoilov fc3bf048e9 * local.c (local_readlink): Make "size" size_t. 20 лет назад
  Andrew V. Samoilov 15c6e5cae6 * direntry.c (vfs_s_readlink): Use g_strlcpy instead strncpy. 20 лет назад
  Andrew V. Samoilov a2d1d4e8dc * direntry.c: Use g_strlcpy instead strncpy for fix buffer overrun 20 лет назад
  Roland Illig 34a8088483 Splittet the vfs.h header into a user's part (vfs.h) and an implementor's part (vfs-impl.h). 20 лет назад
  Roland Illig b17b1ac213 Const-ified the rest of the vfs_class methods. 20 лет назад
  Roland Illig dc70d154db Made the buf argument to vfs->write constant. 20 лет назад
  Roland Illig 789e5e9bcb Made the path argument to vfs->[l]stat constant. Created a new memory leak, which will be fixed soon. 20 лет назад
  Roland Illig db3f21b702 Added a typedef for a function. Added more const-ness to the function arguments. 20 лет назад
  Andrew V. Samoilov 02db8a9660 * direntry.c (vfs_s_resolve_symlink): Check vfs_s_fullpath() 20 лет назад
  Pavel Roskin 6ffd35bf07 * gc.c: Eliminate all code for timestamping parent filesystems. 21 лет назад