Commit History

Author SHA1 Message Date
  Andrew Borodin 05b89b3bab VFS: removed unnedeed includes of tty/tty.h header. 15 years ago
  Andrew Borodin f3730bdc41 Initial step to move TTY layer of MC to separate library. 15 years ago
  Slava Zanko 2ebdf91079 Merge branch 'm-utf-8' 15 years ago
  Ilia Maslakov 3b5e2c052f Merge branch 'utf-8' into master 15 years ago
  Mikhail S. Pobolovets 0a7899709b Simple doxygen description for files in vfs (not subdirs) directory. 15 years ago
  Patrick Winnertz 8a55cb1e9a Removed three more includes of mhl files in smbfs.c 15 years ago
  Patrick Winnertz 3b8f37b99e Moved some functions out of mhl into src/util.c 15 years ago
  Patrick Winnertz ae987b923e Reverted the use of bool in favour of gboolean 15 years ago
  Patrick Winnertz d84586ba82 Reverted the use of mhl_str_dup and use g_strdup instead. 15 years ago
  Patrick Winnertz 1c287d798d First bunch of mhl_mem_free removal patches 15 years ago
  Patrick Winnertz 5920d13810 First bunch of reverting stuff from mhl to switch back to glib 15 years ago
  Enrico Weigelt, metux IT service 0c97636212 fixed #240 15 years ago
  Enrico Weigelt, metux IT service 8b38cf44da manully merged 227_replace_g_free 15 years ago
  Enrico Weigelt, metux IT service 035fa47c06 manually merged 228_replace_g_strdup 15 years ago
  Enrico Weigelt, metux IT service 45964f373b replaced gboolean by bool (from mhl/types.h) 15 years ago
  Enrico Weigelt, metux IT service 74c5601339 Merge commit 'origin/mc-4.6' 15 years ago
  Sergei Trofimovich c697fb3753 build fix: added missing declaration of mhl_dir_plus_file (reported by andrew_b) 15 years ago
  Enrico Weigelt, metux IT service 5f77615b35 Merge commit 'origin/mc-4.6' 15 years ago
  Enrico Weigelt, metux IT service 54d6ec88dc replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file() 15 years ago
  Enrico Weigelt, metux IT service f921cc40cd replaced calls to g_strdup() by mhl_str_dup() 15 years ago
  Enrico Weigelt, metux IT service 15d7d47c15 replaced g_free() by mhl_mem_free() 15 years ago
  Slava Zanko 5d626982b0 patches by Rostislav Beneš: mc-40-ncursesw-old 15 years ago
  Enrico Weigelt, metux IT service 5d150562aa merged 158_message_codes branch 15 years ago
  Enrico Weigelt, metux IT service 183a66f7f5 changing return types of *read() and *write() functions to ssize_t 15 years ago
  Enrico Weigelt, metux IT service 154feb5160 2009-01-10 Enrico Weigelt, metux ITS <weigelt@metux.de> 15 years ago
  Pavel Tsekov b0f2d1654c * edit/editlock.c (lock_build_name): Check the return value of getpwuid(). 16 years ago
  Pavel Tsekov 2f3df3af4e * edit/bookmark.c: Update copyright notice. 17 years ago
  Pavel Tsekov 23361694b6 * src/background.c: Use the correct form of FSF's name in the copyright 17 years ago
  Pavel Roskin ebe155fc92 * smbfs.c: Remove redundant ipzero declaration. 18 years ago
  Roland Illig 5ddb6be28e * samba/*: Added many const qualifiers to properly fix the 19 years ago
  Roland Illig 040e26b5eb * samba/: Added a const qualifier to setup_logging(). 19 years ago
  Roland Illig c4c1c12432 * util.h (free_after): Moved to vfs/smbfs.c, as this is the only 19 years ago
  Pavel Roskin 1f60f44145 Update postal address of Free Software Foundation. 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 2c8db2c43d * smbfs.c (smbfs_open_readwrite): Comment out flags games, 20 years ago
  Andrew V. Samoilov e4d7245a11 * undelfs.c (undelfs_open): Use g_try_malloc() instead 20 years ago
  Andrew V. Samoilov 320caad2e1 * smbfs.c (smbfs_forget): Check smbfs_connections[i].cli 20 years ago
  Andrew V. Samoilov c060826178 * direntry.c (vfs_s_free_entry): g_free handles NULL argument too, 20 years ago
  Roland Illig 8335c0fab3 * smbfs.c (smbfs_init): Added a cast to avoid compiler warning. 20 years ago
  Andrew V. Samoilov fc3bf048e9 * local.c (local_readlink): Make "size" size_t. 20 years ago
  Andrew V. Samoilov 81e4bdfe72 smbfs.c (smbfs_open_readwrite): Implement O_APPEND via smbfs_lseek(). 20 years ago
  Andrew V. Samoilov a2d1d4e8dc * direntry.c: Use g_strlcpy instead strncpy for fix buffer overrun 20 years ago
  Roland Illig 388442cf0c smbfs.c: Modified smbfs_convert_path based on a patch sent by Andrew V. Samoilov. Adjusted the calls to smbfs_convert_path. Simplified string handling by using free_after from src/util.h. Fixed one memory leak and one accidental modification. 20 years ago
  Roland Illig 94d1dea0b9 Added more const-ness. Avoided name collisions by shadowing. 20 years ago
  Roland Illig 1105b8e941 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 dc70d154db Made the buf argument to vfs->write 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