Slava Zanko
|
bd95f71a6b
Some little bugfixies for xz and lzma archives:
|
15 years ago |
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 |
Ilia Maslakov
|
07c87f2b27
Ticket #366
|
15 years ago |
Enrico Weigelt, metux IT service
|
c7d04dd47a
fixed several missing #include's
|
16 years ago |
Mikhail S. Pobolovets
|
0a7899709b
Simple doxygen description for files in vfs (not subdirs) directory.
|
15 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
|
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
|
5d150562aa
merged 158_message_codes branch
|
16 years ago |
Enrico Weigelt, metux IT service
|
183a66f7f5
changing return types of *read() and *write() functions to ssize_t
|
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
|
148efdda35
* vfs/tar.c: Minor cleanup.
|
18 years ago |
Pavel Tsekov
|
17696f8d13
* vfs/tar.c (PREFIX_SIZE): New macro definition.
|
18 years ago |
Pavel Tsekov
|
488ac0c5f9
* vfs/tar.c (OLDGNU_MAGIC): New macro definition.
|
18 years ago |
Pavel Tsekov
|
465972e0b9
* tar.c (LF_EXTHDR): New macro definition.
|
19 years ago |
Leonard den Ottolander
|
133196d197
vfs/tar.c (tar_read_header): Properly handle non \0 terminated tar entries
|
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
|
20 years ago |
Roland Illig
|
54cccec688
* utilvfs.h: Removed unneeded #includes.
|
20 years ago |
Andrew V. Samoilov
|
65f99d5493
* tar.c (tar_read_header): Skip over records containing
|
20 years ago |
Roland Illig
|
75ec336c52
* tar.c (tar_read_header): Fix pathname canonicalization.
|
20 years ago |
Andrew V. Samoilov
|
fd913b65b6
* tar.c tar_read_header(): q should not point to a static string.
|
20 years ago |
Roland Illig
|
689afa899a
* tar.c (tar_read_header): Fixed handling of filenames starting
|
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 |
Pavel Roskin
|
8ab694ba2d
* tar.c: Eliminate struct hstat, use stack arguments instead.
|
20 years ago |
Pavel Roskin
|
6ffd35bf07
* gc.c: Eliminate all code for timestamping parent filesystems.
|
21 years ago |
Pavel Roskin
|
b33f2cbb47
* vfs.c: Split garbage collection code into ...
|
21 years ago |
Pavel Roskin
|
8e3a0c9d65
* direntry.c (vfs_s_init_class): Improve interface to allow more
|
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
|
4ee3f26133
* cpio.c (cpio_ungetlocalcopy): Remove.
|
21 years ago |
Pavel Roskin
|
bc455d5840
* direntry.c (vfs_s_find_inode): Only allow search from root.
|
21 years ago |
Pavel Roskin
|
511321bcfd
* direntry.c (vfs_s_add_dots): Remove. Fix all callers.
|
21 years ago |
Pavel Roskin
|
211ce16fac
* wtools.c: Merge mc_message() and message() into one background
|
21 years ago |
Pavel Roskin
|
7cc31809be
* tar.h: Merge into tar.c, as it doesn't provide any external
|
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
|
0b99804da2
* names.c: Merge ...
|
21 years ago |
Pavel Roskin
|
63740624ea
* xdirentry.h: Rename vfs_s_data to vfs_s_subclass.
|
21 years ago |
Pavel Roskin
|
fc7267906f
* xdirentry.h: Move system includes to the files that need them.
|
21 years ago |
Pavel Roskin
|
a6754ce841
* xdirentry.h: Cleanup unused or write-only fields. Adjust all
|
21 years ago |
Pavel Roskin
|
6cf97f4069
* xdirentry.h: Remove all typedefs, there is no need to hide the
|
21 years ago |