Andrew Borodin
|
28ca14d73a
Aggressive use of whitespace() and whiteness() macros.
|
8 лет назад |
Andrew Borodin
|
496abc0e1f
Rename mc_config_get_profile_root() to mc_get_profile_root()
|
8 лет назад |
Andrew Borodin
|
e3d457eb3d
Revert "Ticket #3666: (size_trunc_len): fix segfault because of small buffer usage."
|
8 лет назад |
Michael Osipov
|
3024f309c2
Ticket #3666: (size_trunc_len): fix segfault because of small buffer usage.
|
8 лет назад |
Andrew Borodin
|
28ce7e566e
(load_mc_home_file): return data length.
|
8 лет назад |
Andrew Borodin
|
8fc0e1d76d
Ticket #2673: support LZIP compression.
|
8 лет назад |
Andreas Mohr
|
b5ccd12d32
Ticket #3523: support lz4 compress format.
|
8 лет назад |
Andrew Borodin
|
d9ad3d2e32
Clarify __attribute ((format (printf))) usage.
|
9 лет назад |
Andrew Borodin
|
4f45767601
(get_owner): change type of parameter and return value:
|
9 лет назад |
Andrew Borodin
|
a95320cb15
(get_group): change type of parameter and return value:
|
9 лет назад |
Andrew Borodin
|
b698b7e834
Ticket #3435: clang compiler fixes/cleanups.
|
9 лет назад |
Andrew Borodin
|
ce568de9b9
(name_quote): refactoring
|
10 лет назад |
Andrew Borodin
|
89621050e3
(mc_time_elapsed): add new function to detect elapsed time intervals.
|
10 лет назад |
Andrew Borodin
|
a31b78003e
Ticket #2966: fix view of broken manpages.
|
10 лет назад |
Slava Zanko
|
512ad7d962
Make working with GError in more right way (like with exceptions).
|
10 лет назад |
Slava Zanko
|
8a28d3bac4
Rename type file_entry to the file_entry_t.
|
11 лет назад |
Andrew Borodin
|
e7dc599e42
Use "'" instead of "`" for messages and comments quoting.
|
11 лет назад |
Slava Zanko
|
2406284762
Add function lib/utilunix.c:my_systemv_flags()
|
12 лет назад |
Slava Zanko
|
c2f030f2e8
Add new functions:
|
12 лет назад |
Slava Zanko
|
d32fefee76
Ticket #2206: Add jump support to target line in some external editors
|
12 лет назад |
Ilia Maslakov
|
55c8f041da
fixed doxygen documentation
|
12 лет назад |
Slava Zanko
|
2b5c28b316
Changes to handle vfs_path_t object:
|
13 лет назад |
Slava Zanko
|
8562a215be
Code refactoring: removed concat_dir_and_file() function.
|
13 лет назад |
Slava Zanko
|
862d53090d
Code refactoring
|
13 лет назад |
Slava Zanko
|
db58cd9ca7
Changed internal editor to use vfs_path_t objects.
|
13 лет назад |
Slava Zanko
|
0aa10fd6cb
Changed type of WPanel::cwd (char *) and WPanel::lwd (char *)
|
13 лет назад |
Slava Zanko
|
53c500f58c
Moved functions mc_mkstemp() and mc_tempdir() to VFS module.
|
13 лет назад |
Slava Zanko
|
c47bc3778e
added vfs_path_build_filename() function
|
13 лет назад |
Slava Zanko
|
1beaecdf12
Added function mc_build_filename() for processing URL-paths as well
|
13 лет назад |
Slava Zanko
|
f40887c3c6
Lib: removed includes to "src" directory
|
13 лет назад |
Slava Zanko
|
c58365fa64
Move check_for_default() function from lib/util.c to src/util.c
|
13 лет назад |
Andrew Borodin
|
12ccfdff6c
Ticket #2429: overflow of file operation counters.
|
14 лет назад |
Slava Zanko
|
bbf1f4e857
Moved filemanager-related stuff to src/filemanager directory
|
14 лет назад |
Andrew Borodin
|
f24dd62dc2
Use str_msg_term_size() instead of msglen()
|
14 лет назад |
Andrew Borodin
|
7660a8ce66
lib/util.h: deleted unused defines.
|
14 лет назад |
Andrew Borodin
|
1685730d7c
OS-specific defines are moved from lib/util.h into lib/global.h.
|
14 лет назад |
Andrew Borodin
|
50c128a01f
is_exe() is inline now.
|
14 лет назад |
Andrew Borodin
|
d154b0f676
exist_file() is inline now.
|
14 лет назад |
Andrew Borodin
|
d543be11d9
Use g_file_get_contents() instead of load_file().
|
14 лет назад |
Andrew Borodin
|
43ed65e3d9
Moved string-related routines from lib/util.[ch] into lib/strutil.
|
14 лет назад |
Andrew Borodin
|
593157d8cb
lib/util.[ch]: removed unused functions.
|
14 лет назад |
Andrew Borodin
|
d169d13296
Use str_trunc() directly instead of name_trunc().
|
14 лет назад |
Andrew Borodin
|
53ad349a36
Moved time related stuff from lib/util.[ch] into lib/timefmt.[ch].
|
14 лет назад |
Andrew Borodin
|
97aa4e99c9
Use g_strndup() directly instead of str_dup_range.
|
14 лет назад |
Andrew Borodin
|
8425e6fc71
Moved PATH_MAX definition from lib/util.h into lib/fs.h.
|
14 лет назад |
Andrew Borodin
|
79133154b0
Moved hooks from lib/util.[ch] to new files lib/hook.[ch]
|
14 лет назад |
Andrew Borodin
|
34c1e1a38a
Removed unused enum.
|
14 лет назад |
Andrew Borodin
|
5e0c9c911d
Moved declaration of "easy_patterns" variable from lib/util.[ch] to src/setup.[ch].
|
14 лет назад |
Slava Zanko
|
feb733663f
Code indentation in lib directory
|
14 лет назад |
Andrew Borodin
|
8be556abc5
Declarations of use_dash() and rotate_dash() were moved form lib/util.h to src/layout.h.
|
14 лет назад |