Andrew Borodin
|
99c6690ecd
Ticket #2370: mcviewer: read from stdin.
|
6 years ago |
Andrew Borodin
|
3424622d5a
(vfs_path_from_str_deprecated_parser, vfs_path_from_str_uri_parser): remove unused flags argument.
|
7 years ago |
Andrew Borodin
|
8715c41a47
(vfs_path_from_str_uri_parser): fix detection of relative path.
|
7 years ago |
Andrew Borodin
|
e9fd11bfcd
Update copyright years.
|
7 years ago |
Andrew Borodin
|
9df8bc2d12
(vfs_path_deserialize): refactoring.
|
8 years ago |
Andrew Borodin
|
de0e960de5
(vfs_path_serialize): get rid of dynamic string allocation.
|
8 years ago |
Andreas Mohr
|
eef076cef6
cppcheck: Cleanup Passing NULL after the last typed argument warning
|
8 years ago |
Andreas Mohr
|
3231160d99
lib/vfs/path.c: cleanup some -Wcast-qual warning.
|
8 years ago |
Andreas Mohr
|
b9797d6637
Use meaningful errno or 0.
|
9 years ago |
Andrew Borodin
|
471ea781ca
Update copyright years.
|
9 years ago |
Andrew Borodin
|
3e622b822e
(vfs_get_current_dir): avoid string duplication.
|
9 years ago |
Andrew Borodin
|
e9db0a0c12
(vfs_canon): merge local variables.
|
9 years ago |
Andrew Borodin
|
2789e6e390
Ticket #3431: add missing default cases.
|
9 years ago |
Andrew Borodin
|
42e7e39bd8
Add IS_PATH_SEP macro and use it.
|
10 years ago |
Andrew Borodin
|
454479549c
Update copyright years.
|
10 years ago |
Slava Zanko
|
512ad7d962
Make working with GError in more right way (like with exceptions).
|
10 years ago |
Andrew Borodin
|
e5203cb023
Fix name of FSF in all *.c files.
|
10 years ago |
Andrew Borodin
|
f0da49345a
Collapse list of copyright years to ranges. Add 2014 year.
|
11 years ago |
Slava Zanko
|
0ed4a91d7d
Reduce cppcheck warnings (style) in lib subdirectory.
|
11 years ago |
Slava Zanko
|
0d489acd58
cppcheck: reduce variable scope.
|
11 years ago |
Slava Zanko
|
a57d45d590
Ticket #3098: vfs_path_from_str_flags() doesn't support VPF_STRIP_HOME
|
11 years ago |
Andrew Borodin
|
546e89f611
(vfs_path_tokens_get): minor refactoring: replace while() by for().
|
11 years ago |
Andrew Borodin
|
26fbddf6f4
(vfs_path_tokens_count): refactoring: get rid of extra memory allocation.
|
11 years ago |
Slava Zanko
|
857fe38e87
Fix panel recoding
|
11 years ago |
Andrew Borodin
|
3662b84ba1
(vfs_get_encoding): optimization and enhancement:
|
11 years ago |
Slava Zanko
|
2640b21bb9
Remove vfs_path_to_str() function for avoid often memory allocations.
|
11 years ago |
Slava Zanko
|
c984447f8e
Rename vfs_path_cmp() to vfs_path_equals()
|
11 years ago |
Slava Zanko
|
ee8aaf6181
Avoid compiler errors like: error: variable 'xxx' set but not used [-Werror=unused-but-set-variable]
|
12 years ago |
Andrew Borodin
|
2940b7455d
Fix of DOXYGEN docs: @return instead of @returns
|
12 years ago |
Ilia Maslakov
|
55c8f041da
fixed doxygen documentation
|
12 years ago |
Andrew Borodin
|
4a0004f6c2
Ticket #2874: enter on directory named '~' goes to the home one.
|
12 years ago |
Slava Zanko
|
949d257f37
Ticket #2791: Fixed: cannot Copy/Move files with filename encoding change
|
12 years ago |
Andrew Borodin
|
908e747861
Optimization of ini files load.
|
12 years ago |
Andrew Borodin
|
315c499c09
Ticket #2827: tweak and cleanup of code in case of --disable-charset option usage.
|
12 years ago |
Andrew Borodin
|
58cf4e735c
(vfs_path_element_clone): ret rid of extra actions.
|
12 years ago |
Slava Zanko
|
0a44a9ff5f
Ticket #2779: Active VFS directories list contain incorrect current path
|
12 years ago |
Slava Zanko
|
88483f5fac
Fixed creating string from relative non-local VFS.
|
12 years ago |
Ilia Maslakov
|
0f9083f9c0
fixed reading the not initialized data
|
12 years ago |
Andrew Borodin
|
dd9c7516a3
Support of use ~ as home directory in hotlist.
|
12 years ago |
Slava Zanko
|
05d220a9c6
vfs_path: Fixed broken relative paths processing.
|
12 years ago |
Slava Zanko
|
a8da7179d0
Return values of following functions are constants now:
|
13 years ago |
Slava Zanko
|
2b5c28b316
Changes to handle vfs_path_t object:
|
13 years ago |
Slava Zanko
|
18d8b06238
VFS: Added new function vfs_path_to_str_flags()
|
13 years ago |
Slava Zanko
|
8562a215be
Code refactoring: removed concat_dir_and_file() function.
|
13 years ago |
Slava Zanko
|
db58cd9ca7
Changed internal editor to use vfs_path_t objects.
|
13 years ago |
Slava Zanko
|
ddf8c542c9
Added function vfs_path_cmp()
|
13 years ago |
Slava Zanko
|
b319ddfbab
Added vfs_path_cmp() ans vfs_path_ncmp() functions
|
13 years ago |
Slava Zanko
|
78f9f4252e
VFS: internal changes in vfs_path_t type.
|
13 years ago |
Slava Zanko
|
902e5cb978
Changed format of string 'current directory path' at header of panel.
|
13 years ago |
Slava Zanko
|
66e5af24d9
Added new fnction for manipulate vpath objects:
|
13 years ago |