mc/lib
Sergey 95c553c467 Ticket #2635: mc adds spaces an the beginning of all files/dirs at the ftp server
For FTP servers, that do not send ".." in directory listing, mc adds one space to the name of every file and directory. Attached patch should fix this problem.

Steps to reproduce:
cd /#ftp:ftp.symantec.com

Expected result:
Correct list of files/directories

Actual result:
File/directory names with leading spaces

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2011-10-24 21:17:28 +03:00
..
event Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
filehighlight Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
mcconfig Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
search Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
skin Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
strutil Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
tty Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
vfs Ticket #2635: mc adds spaces an the beginning of all files/dirs at the ftp server 2011-10-24 21:17:28 +03:00
widget Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
charsets.c Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
charsets.h Code cleanup after runing splint on src/main.c file 2011-10-17 13:30:03 +03:00
event-types.h Optimization of history load. 2011-06-21 16:13:10 +04:00
event.h Event system: added addition parameter event_init_data to mc_event_del() function. 2011-06-21 16:13:10 +04:00
filehighlight.h Lib: removed includes to "src" directory 2011-03-21 23:55:52 +02:00
fileloc.h change name of user bindings file to mc.ext 2011-06-23 14:45:01 +03:00
fs.h Code cleanup after runing splint on src/main.c file 2011-10-17 13:30:03 +03:00
glibcompat.c Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
glibcompat.h Code indentation in lib directory 2010-11-24 10:27:20 +03:00
global.c Added configuration option 'preallocate_space' for toggle space preallocating behaviour. 2011-10-20 10:51:08 +03:00
global.h Ticket #2372 (Editor sometimes shows multibyte UTF-8 chars as two dots) 2011-10-24 11:19:03 +04:00
hook.c Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
hook.h Moved hooks from lib/util.[ch] to new files lib/hook.[ch] 2010-11-24 10:27:46 +03:00
keybind.c Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
keybind.h Symbolic names of keymap sections are defined. 2011-03-20 19:26:08 +03:00
lock.c Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
lock.h Code indentation in lib directory 2010-11-24 10:27:20 +03:00
logging.c Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
logging.h Added new function mc_always_log() for logging on early bootstrap stages 2011-01-20 17:38:27 +02:00
Makefile.am Ticket 2570: Code cleanup 2011-07-11 20:23:44 +03:00
mcconfig.h mcconfig: make parameters in some functions as const mc_config_t * 2011-06-23 14:45:00 +03:00
search.h Despite of the fact that algorithm now ignores the absence of closing curly 2011-07-08 17:28:07 +03:00
serialize.c Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
serialize.h Added ability to serialize/deserialize strings and config objects(mc_config_t) 2011-06-23 14:45:00 +03:00
skin.h fail back to standard skin if 256-colors skin used on non256 colors terminal 2011-01-24 15:46:10 +02:00
strescape.h Code indentation in lib directory 2010-11-24 10:27:20 +03:00
strutil.h str_isutf8() function now returns gboolean value 2011-07-08 17:26:31 +03:00
timefmt.c Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
timefmt.h Moved time related stuff from lib/util.[ch] into lib/timefmt.[ch]. 2010-11-24 10:27:47 +03:00
unixcompat.h Code indentation in lib directory 2010-11-24 10:27:20 +03:00
util.c Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
util.h Added function mc_build_filename() for processing URL-paths as well 2011-06-23 14:45:02 +03:00
utilunix.c Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
utilunix.h Lib: removed includes to "src" directory 2011-03-21 23:55:52 +02:00
widget.h Moved filemanager-related stuff to src/filemanager directory 2010-11-24 10:51:32 +03:00