efl/src/lib/efreet
Carsten Haitzler a6f7b0f834 efreet cache - handle corner case where efreetd keeps disconnecting
so an odd one. there is a socket, but nothing is actually listening on
it, but clients keep spinning launching efreetd's because the launch,
connect, then get a disconnect and try again immediately keeping
things spinning heavily, so add a delay of 0.5 sec before launchnig
another efreetd if the launch + connect fails and gets a disconnect
within 0.5 sec ... so give up for 0.5 sec before trying again to avoid
a runaway system.

@fix
2016-12-26 13:06:35 +09:00
..
Efreet.h efreet: remove the need to order the header correctly for Windows. 2015-05-07 09:53:10 +02:00
Efreet_Mime.h efreet: add doc note about stringshare reliability for efreet_mime_type_get() 2016-08-26 10:20:45 -04:00
Efreet_Trash.h
efreet.c Efreet: support language, country and modifer on Windows 2015-12-18 16:48:34 +09:00
efreet_base.c efreet - fix efreet_*_dir_get() to support the xdg env vars 2016-08-23 12:04:06 +09:00
efreet_base.h
efreet_cache.c efreet cache - handle corner case where efreetd keeps disconnecting 2016-12-26 13:06:35 +09:00
efreet_cache_private.h efreet: remove the need to order the header correctly for Windows. 2015-05-07 09:53:10 +02:00
efreet_desktop.c efreet: add locking for efreet_desktop_x_field_get() 2016-01-25 11:27:02 -05:00
efreet_desktop.h
efreet_desktop_command.c efreet - fix command generation by fixing string buffer expansion 2016-09-25 23:50:53 +09:00
efreet_icon.c efreet: remove float comparison warnings 2016-12-20 11:01:27 -05:00
efreet_icon.h
efreet_ini.c efreet: improve messages 2014-09-29 09:39:38 +02:00
efreet_ini.h
efreet_menu.c efl: add binary mode to f(re)open() calls 2015-12-05 21:04:36 +01:00
efreet_menu.h
efreet_mime.c efreet: make mime type evaluation way faster by using mmap. 2016-11-14 15:17:12 -08:00
efreet_private.h efreet - save about 240-300k or so of memory used by efreet mime 2016-08-23 12:04:06 +09:00
efreet_trash.c efl: add binary mode to f(re)open() calls 2015-12-05 21:04:36 +01:00
efreet_uri.c
efreet_uri.h
efreet_utils.c efreet - improve edstop exec find to use the command with less args 2015-07-05 12:53:14 +09:00
efreet_utils.h
efreet_xml.c efreet xml parse - handle 0 sized xml specially to avoid crash 2016-09-20 14:55:35 +09:00
efreet_xml.h