Mikhail S. Pobolovets
|
0a7899709b
Simple doxygen description for files in vfs (not subdirs) directory.
|
16 years ago |
Slava Zanko
|
e54f318cef
Completely removed MHL stuff
|
16 years ago |
Patrick Winnertz
|
3b8f37b99e
Moved some functions out of mhl into src/util.c
|
16 years ago |
Patrick Winnertz
|
589ffd0b10
Use g_snprintf instead of snprintf as we switch back to glib
|
16 years ago |
Patrick Winnertz
|
d84586ba82
Reverted the use of mhl_str_dup and use g_strdup instead.
|
16 years ago |
Patrick Winnertz
|
1c287d798d
First bunch of mhl_mem_free removal patches
|
16 years ago |
Enrico Weigelt, metux IT service
|
8b38cf44da
manully merged 227_replace_g_free
|
16 years ago |
Enrico Weigelt, metux IT service
|
035fa47c06
manually merged 228_replace_g_strdup
|
16 years ago |
Enrico Weigelt, metux IT service
|
e4a4f77ac2
replaced g_snprintf() by snprintf()
|
16 years ago |
Enrico Weigelt, metux IT service
|
5f77615b35
Merge commit 'origin/mc-4.6'
|
16 years ago |
Enrico Weigelt, metux IT service
|
54d6ec88dc
replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file()
|
16 years ago |
Enrico Weigelt, metux IT service
|
f921cc40cd
replaced calls to g_strdup() by mhl_str_dup()
|
16 years ago |
Enrico Weigelt, metux IT service
|
15d7d47c15
replaced g_free() by mhl_mem_free()
|
16 years ago |
Enrico Weigelt, metux IT service
|
7cef5b112e
Merge commit 'origin/50_history_sections.metux'
|
16 years ago |
Enrico Weigelt, metux IT service
|
9ac56b58ac
fixed missing history.h include
|
16 years ago |
Enrico Weigelt, metux IT service
|
0dcb057459
separated out history section names to history.h
|
16 years ago |
Patrick Winnertz
|
a144f2e4f6
Apply patch to fix localised history headers to mc-4.6 branch.
|
16 years ago |
Enrico Weigelt, metux IT service
|
154feb5160
2009-01-10 Enrico Weigelt, metux ITS <weigelt@metux.de>
|
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 Tsekov
|
049ed167b6
* vfs/ftpfs.c (ftpfs_dir_load): When retrieving the directory listing by
|
19 years ago |
Pavel Tsekov
|
ab02769f31
* vfs/ftpfs.c (ftpfs_dir_load): Remove redundant call to
|
19 years ago |
Pavel Tsekov
|
c9f1b97869
* vfs/ftpfs.c (ftpfs_dir_uptodate): Remove.
|
19 years ago |
Pavel Tsekov
|
18e595058f
* vfs/ftpfs.c (ftpfs_dir_load): Do not return error on empty directory
|
19 years ago |
Pavel Tsekov
|
115ef55682
* vfs/ftpfs.c (ftpfs_open_socket): Let the user interrupt ftpfs in
|
19 years ago |
Roland Illig
|
2390300034
* fish.c: Replaced the printf-like attribute with __printf__,
|
19 years ago |
Pavel Tsekov
|
c8494f41bb
* xdirentry.h (LS_LINEAR_PREOPEN): New macro definition.
|
19 years ago |
Pavel Tsekov
|
9d6d306127
* ftpfs.c (ftpfs_dir_load): Fix a bad ERRNOR call.
|
19 years ago |
Pavel Tsekov
|
8de760e37b
* ftpfs.c (ftpfs_first_cd_then_ls): Enable this functionality by default.
|
19 years ago |
Leonard den Ottolander
|
149afcc3b7
* vfs/ftpfs.c (ftpfs_command): Fix "Nowhere to fallback to" warning caused
|
19 years ago |
Roland Illig
|
7e7b81b73e
* direntry.c: Added const qualifiers to work around gcc
|
19 years ago |
Roland Illig
|
b5e201a74a
Replaced a literal 0 with a "typed" 0, namely NETRC_NONE.
|
19 years ago |
Pavel Roskin
|
878175bec9
* ftpfs.c (ftpfs_get_current_directory): Warning fix - "missing
|
20 years ago |
Leonard den Ottolander
|
2bba061bf0
* src/boxes.c, vfs/ftpfs.[ch]: Add checkbox to allow passive FTP
|
20 years ago |
Pavel Roskin
|
1f60f44145
Update postal address of Free Software Foundation.
|
20 years ago |
Roland Illig
|
aa262c3482
* ftpfs.c: Using HAVE_SOCKLEN_T instead of HAVE_C_TYPE_SOCKLEN_T.
|
20 years ago |
Roland Illig
|
d7e7ec48dd
* *.c: Declared unused variables with (void) to avoid the gcc
|
20 years ago |
Roland Illig
|
54cccec688
* utilvfs.h: Removed unneeded #includes.
|
20 years ago |
Andrew V. Samoilov
|
f4cb47b95d
* ftpfs.c (ftpfs_file_store): Make sure we write() all read() data.
|
20 years ago |
Roland Illig
|
3c750ff024
* ftpfs.c: Add fallback to type int if socklen_t is not provided.
|
20 years ago |
Roland Illig
|
744c65862e
* ftpfs.c (ftpfs_initconn): Replace int with socklen_t where
|
20 years ago |
Andrew V. Samoilov
|
e65b13eb00
* ftpfs.c (ftpfs_linear_start): Likewise.
|
20 years ago |
Roland Illig
|
6f34e18e3e
* ftpfs.c (ftpfs_find_machine): Added const qualifier.
|
20 years ago |
Andrew V. Samoilov
|
c060826178
* direntry.c (vfs_s_free_entry): g_free handles NULL argument too,
|
20 years ago |
Roland Illig
|
4bc786735e
* cpio.c: Replaced NULL with (char *) NULL. Likewise for 0, where
|
20 years ago |
Andrew V. Samoilov
|
e04694309c
* tar.c (tar_read_header): Fix missed *.
|
20 years ago |
Andrew V. Samoilov
|
15c6e5cae6
* direntry.c (vfs_s_readlink): Use g_strlcpy instead strncpy.
|
20 years ago |
Roland Illig
|
83c07852e9
* extfs.c (extfs_internal_stat): Fixed memory leaks introduced
|
20 years ago |
Roland Illig
|
cf1c61cd2a
Added more const-ness. Avoided name collision for netrc.
|
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 |