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 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
  Roland Illig 5e120f7f17 * mcfs.c (mcfs_get_remote_port): Shift an #endif two lines down 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
  Roland Illig 7c709ae396 * mcfs.c: Add INADDR_NONE definition for SunOS. 20 years ago
  Roland Illig 4bc786735e * cpio.c: Replaced NULL with (char *) NULL. Likewise for 0, where 20 years ago
  Andrew V. Samoilov d99d02c743 * mcfs.c (mcfs_readlink): Revert last change: readlink does not 20 years ago
  Roland Illig c44a4a4c31 * mcfs.c (mcfs_readlink): Fixed syntax error (usage of 20 years ago
  Andrew V. Samoilov 15c6e5cae6 * direntry.c (vfs_s_readlink): Use g_strlcpy instead strncpy. 20 years ago
  Andrew V. Samoilov a2d1d4e8dc * direntry.c: Use g_strlcpy instead strncpy for fix buffer overrun 20 years ago
  Roland Illig c0a173bf7b Added more const-ness. 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 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
  Roland Illig 1a62b0a598 Added explicit type casting and replaced "-1" by INADDR_NONE. 20 years ago
  Roland Illig db3f21b702 Added a typedef for a function. Added more const-ness to the function arguments. 20 years ago
  Pavel Roskin 30c4bd1b6d * vfs.h: Constify chdir() and opendir() methods. Adjust all 21 years ago
  Pavel Roskin 4eab382dba * gc.c: Make getid(), nothingisopen() and free() methods 21 years ago
  Pavel Roskin 0ba019a90b * configure.in: Use AC_CHECK_MEMBERS to check fields of struct 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 211ce16fac * wtools.c: Merge mc_message() and message() into one background 21 years ago
  Pavel Roskin 50045218ab Remove unneeded includes in ../src 21 years ago
  Pavel Roskin 2d33b5047e * background.c: Replace all message stubs with a new function 21 years ago
  Pavel Roskin 52844a3092 * vfs.h: Rename commands for mc_ctl() and mc_setctl() to make it 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 1d6e00faf0 * vfs.h: Introduce new VFS flags instead of the old unused ones. 21 years ago
  Pavel Roskin 94e14aacfb * direntry.c (vfs_s_dump): Commented out. 21 years ago
  Pavel Roskin 349d70c8cf Typos. 21 years ago
  Pavel Roskin dd621c3f36 Warning fixes. 22 years ago
  Pavel Roskin 7d90636758 Reuse existing button names. 22 years ago
  Pavel Roskin d3f0a2f61b Remove spaces around "Error" and "Warning" together with their translations. 22 years ago
  Pavel Roskin 8c39d20a57 * mcfs.c (mcfs_lseek): Explicity cast offset to int. This fixes 22 years ago
  Pavel Roskin b5e7441d98 * tcputil.c: Split mcfs-specific part to 22 years ago
  Pavel Roskin 379ea9b60d * tcputil.c (get_remote_port): Move to mcfs.c. 22 years ago
  Pavel Roskin 924c985630 * utilvfs.c: Remove tests, since get_host_and_username() is 22 years ago
  Pavel Roskin 0587a032ac Remove obsolete comments. 22 years ago
  Pavel Roskin da7e82d253 Global removal of RCS Id: flags. 22 years ago
  Pavel Roskin 966511399b Move fcntl.h inclusion to global.h. 22 years ago
  Pavel Roskin e90d91e7a0 * mcfs.c: Move config,h to the beginning. 22 years ago
  Andrew V. Samoilov 50ac0519dd * tcputil.c [!WITH_MCFS]: Disable mcfs related code. 22 years ago
  Pavel Roskin 8568fc50d9 * Make-alone.am: Get rid of all standalone code, it has been 22 years ago
  Pavel Roskin 3c7cc35025 * ftpfs.c: Check for existance of arpa/inet.h when using it. 22 years ago