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

Автор SHA1 Сообщение Дата
  Andrew Borodin 05b89b3bab VFS: removed unnedeed includes of tty/tty.h header. 15 лет назад
  Andrew Borodin f3730bdc41 Initial step to move TTY layer of MC to separate library. 15 лет назад
  Enrico Weigelt, metux IT service c7d04dd47a fixed several missing #include's 15 лет назад
  Slava Zanko 0c17219b2a Move global config files from pkg_datadir to sysconfdir 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 3b8f37b99e Moved some functions out of mhl into src/util.c 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 035fa47c06 manually merged 228_replace_g_strdup 15 лет назад
  Enrico Weigelt, metux IT service 5f77615b35 Merge commit 'origin/mc-4.6' 15 лет назад
  Enrico Weigelt, metux IT service 54d6ec88dc replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file() 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 2f3df3af4e * edit/bookmark.c: Update copyright notice. 17 лет назад
  Pavel Tsekov 23361694b6 * src/background.c: Use the correct form of FSF's name in the copyright 17 лет назад
  Pavel Tsekov c585dcb01a * vfs/extfs.c (extfs_done): Free all live archives. 18 лет назад
  Roland Illig 7e7b81b73e * direntry.c: Added const qualifiers to work around gcc 19 лет назад
  Pavel Roskin 1f60f44145 Update postal address of Free Software Foundation. 19 лет назад
  Pavel Roskin 8b6a126125 * extfs.c: Fix warnings reported by gcc 4.0.0. 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 1735921c14 * extfs.c (struct inode): Remove unused linkflag field. 20 лет назад
  Andrew V. Samoilov 278ae44436 * extfs.c (extfs_generate_entry): Initialize inode->last_in_subdir. 20 лет назад
  Roland Illig a0aef5042d * ext.c: Fixed FIXME by passing around a reference to a VFS. 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 лет назад
  Andrew V. Samoilov 312da833ff * extfs.c (extfs_open_archive): Fixes bug in extfs, which showed 20 лет назад
  Andrew V. Samoilov e04694309c * tar.c (tar_read_header): Fix missed *. 20 лет назад
  Andrew V. Samoilov 15c6e5cae6 * direntry.c (vfs_s_readlink): Use g_strlcpy instead strncpy. 20 лет назад
  Andrew V. Samoilov 0bc44d553c * extfs.c (struct inode): Use off_t for size. 20 лет назад
  Andrew V. Samoilov a2d1d4e8dc * direntry.c: Use g_strlcpy instead strncpy for fix buffer overrun 20 лет назад
  Roland Illig 83c07852e9 * extfs.c (extfs_internal_stat): Fixed memory leaks introduced 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 e0bf99d516 Made the path argument to vfs->{chmod,chown,utime} constant. 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 b472c18c79 Made the patch argument to vfs->which const. 20 лет назад
  Roland Illig db3f21b702 Added a typedef for a function. Added more const-ness to the function arguments. 20 лет назад
  Roland Illig f17c1f291c mc_ungetlocalcopy does not free its second argument anymore. 20 лет назад
  Andrew V. Samoilov 5b290ada65 * extfs.c (extfs_init): Fix possible off-by-one buffer underflow 20 лет назад
  Pavel Roskin 6ffd35bf07 * gc.c: Eliminate all code for timestamping parent filesystems. 21 лет назад
  Pavel Roskin 54b8c9aaad * vfs.c (vfs_split): Deconstify. 21 лет назад
  Pavel Roskin 30c4bd1b6d * vfs.h: Constify chdir() and opendir() methods. Adjust all 21 лет назад
  Pavel Roskin 4b5a2a0b62 * direntry.c (vfs_s_stamp_me): Generalize and move ... 21 лет назад