mc/lib
Andrew Borodin 651c3539b6 VFS: trivial optimization
* (vfs_s_opendir): test if path is invalid or not ASAP.
  * (vfs_s_readlink): likewise.
  * (vfs_s_open): likewise.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2019-06-15 17:43:00 +03:00
..
event Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
filehighlight Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
mcconfig Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
search Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
skin (mc_skin_init): don't check TTY color supports if not required. 2019-04-27 19:29:24 +03:00
strutil Fix file version sort. 2019-03-02 11:24:07 +03:00
tty lib/tty/key.c: fix coding style. 2019-04-27 19:31:20 +03:00
vfs VFS: trivial optimization 2019-06-15 17:43:00 +03:00
widget Menubar: support Home and End actions for Menubar. 2019-06-09 12:06:10 +03:00
charsets.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
charsets.h lib/charsets.[ch]: clarify usage of const qualifier. 2016-04-16 10:23:44 +03:00
event-types.h Reimplement handling of ev_vfs_print_message_t message. 2015-11-05 14:33:21 +03:00
event.h (mc_event_mass_add): make events const. 2018-02-04 11:30:23 +03:00
filehighlight.h filehighlight: clarify includes. 2016-03-04 09:23:36 +03:00
fileloc.h
fs.h Ticket #3464: (compute_namelen): remove... 2015-05-24 17:59:18 +03:00
glibcompat.c Use g_queue_clear_full(). 2019-02-03 12:47:59 +03:00
glibcompat.h Use g_queue_clear_full(). 2019-02-03 12:47:59 +03:00
global.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
global.h Ticket #3930: clarify name of struct stat members for Apple compilation. 2018-08-19 11:37:20 +03:00
hook.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
hook.h
keybind.c Ticket #3452: mcviewer: implement temporary change of search direction. 2019-04-27 20:47:51 +03:00
keybind.h Ticket #212: implement keybinding for menu. 2019-06-09 12:06:10 +03:00
lock.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
lock.h
logging.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
logging.h Clarify __attribute ((format (printf))) usage. 2015-11-05 14:33:20 +03:00
Makefile.am Replace obsolete INTLLIBS with LIBINTL for libmc 2016-05-07 16:28:47 +03:00
mcconfig.h Rename mc_config_get_profile_root() to mc_get_profile_root() 2016-12-04 09:37:50 +03:00
search.h (mc_search_set_error): cleanup compile warning on older gcc compilers: 2016-07-29 09:29:36 +03:00
serialize.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
serialize.h
shell.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
shell.h Add mc_shell_init() and mc_shell_deinit() functions. 2016-01-01 11:48:06 +03:00
skin.h Ticket #3145: support for True Color (16 millions colors). 2016-11-13 15:56:59 +03:00
stat-size.h Sync with gnulib 23671eec22f5221a2dff50942f24c41bcf9caeaf. 2018-11-24 14:40:42 +03:00
strescape.h
strutil.h Fix file version sort. 2019-03-02 11:24:07 +03:00
timefmt.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
timefmt.h
timer.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
timer.h Ticket #2136: implement user-friendly interruption of long-time operations. 2014-07-22 13:40:30 +04:00
unixcompat.h Sync with gnulib 4d4877e6c2123c4862c321f3eab28a55bf886216. 2018-11-24 14:40:42 +03:00
util.c lib/util.c: fix coding style. 2019-02-03 12:47:59 +03:00
util.h Ticket #3906: ZSTD support. 2018-03-19 15:00:23 +03:00
utilunix.c Join vfs_class_flags_t and vfs_subclass_flags_t. 2019-04-27 19:29:24 +03:00
utilunix.h
widget.h