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

Автор SHA1 Сообщение Дата
  Slava Zanko e54f318cef Completely removed MHL stuff 15 лет назад
  Patrick Winnertz 3b8f37b99e Moved some functions out of mhl into src/util.c 15 лет назад
  Patrick Winnertz 589ffd0b10 Use g_snprintf instead of snprintf as we switch back to glib 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 e4a4f77ac2 replaced g_snprintf() by snprintf() 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 7cef5b112e Merge commit 'origin/50_history_sections.metux' 15 лет назад
  Enrico Weigelt, metux IT service 9ac56b58ac fixed missing history.h include 15 лет назад
  Enrico Weigelt, metux IT service 0dcb057459 separated out history section names to history.h 15 лет назад
  Patrick Winnertz a144f2e4f6 Apply patch to fix localised history headers to mc-4.6 branch. 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 049ed167b6 * vfs/ftpfs.c (ftpfs_dir_load): When retrieving the directory listing by 18 лет назад
  Pavel Tsekov ab02769f31 * vfs/ftpfs.c (ftpfs_dir_load): Remove redundant call to 18 лет назад
  Pavel Tsekov c9f1b97869 * vfs/ftpfs.c (ftpfs_dir_uptodate): Remove. 18 лет назад
  Pavel Tsekov 18e595058f * vfs/ftpfs.c (ftpfs_dir_load): Do not return error on empty directory 18 лет назад
  Pavel Tsekov 115ef55682 * vfs/ftpfs.c (ftpfs_open_socket): Let the user interrupt ftpfs in 18 лет назад
  Roland Illig 2390300034 * fish.c: Replaced the printf-like attribute with __printf__, 18 лет назад
  Pavel Tsekov c8494f41bb * xdirentry.h (LS_LINEAR_PREOPEN): New macro definition. 18 лет назад
  Pavel Tsekov 9d6d306127 * ftpfs.c (ftpfs_dir_load): Fix a bad ERRNOR call. 18 лет назад
  Pavel Tsekov 8de760e37b * ftpfs.c (ftpfs_first_cd_then_ls): Enable this functionality by default. 18 лет назад
  Leonard den Ottolander 149afcc3b7 * vfs/ftpfs.c (ftpfs_command): Fix "Nowhere to fallback to" warning caused 19 лет назад
  Roland Illig 7e7b81b73e * direntry.c: Added const qualifiers to work around gcc 19 лет назад
  Roland Illig b5e201a74a Replaced a literal 0 with a "typed" 0, namely NETRC_NONE. 19 лет назад
  Pavel Roskin 878175bec9 * ftpfs.c (ftpfs_get_current_directory): Warning fix - "missing 19 лет назад
  Leonard den Ottolander 2bba061bf0 * src/boxes.c, vfs/ftpfs.[ch]: Add checkbox to allow passive FTP 19 лет назад
  Pavel Roskin 1f60f44145 Update postal address of Free Software Foundation. 19 лет назад
  Roland Illig aa262c3482 * ftpfs.c: Using HAVE_SOCKLEN_T instead of HAVE_C_TYPE_SOCKLEN_T. 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 f4cb47b95d * ftpfs.c (ftpfs_file_store): Make sure we write() all read() data. 19 лет назад
  Roland Illig 3c750ff024 * ftpfs.c: Add fallback to type int if socklen_t is not provided. 20 лет назад
  Roland Illig 744c65862e * ftpfs.c (ftpfs_initconn): Replace int with socklen_t where 20 лет назад
  Andrew V. Samoilov e65b13eb00 * ftpfs.c (ftpfs_linear_start): Likewise. 20 лет назад
  Roland Illig 6f34e18e3e * ftpfs.c (ftpfs_find_machine): Added const qualifier. 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 e04694309c * tar.c (tar_read_header): Fix missed *. 20 лет назад
  Andrew V. Samoilov 15c6e5cae6 * direntry.c (vfs_s_readlink): Use g_strlcpy instead strncpy. 20 лет назад
  Roland Illig 83c07852e9 * extfs.c (extfs_internal_stat): Fixed memory leaks introduced 20 лет назад
  Roland Illig cf1c61cd2a Added more const-ness. Avoided name collision for netrc. 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 лет назад