efl/src/lib/ecore_con
zmike f55c756c17 curl usage better accounts for timeouts
curl is dumb. it needs to poll its own fd for data, it gets confused with its own timeouts, and sometimes it forgets that it's supposed to be doing anything.

this fixes:

* connection timeout processing
* connection data processing order

also curl_multi_timeout calls are now done from a single function to handle all of this stupidness in one place

maybe backport after more testing...
2015-01-02 23:21:55 -05:00
..
Ecore_Con.h ecore_con: move Ecore_Con_Dns_Cb back to C 2014-11-27 17:13:20 +00:00
Ecore_Con_Eet.h ecore: update the doxygen groups to compile forgotten parts of the API. 2014-10-20 18:17:26 +02:00
Ecore_Con_Eo.h Ecore con: Add Connector class (the connecting variant of server). 2014-09-01 12:35:22 +01:00
Ecore_Con_Legacy.h Ecore con: Add Connector class (the connecting variant of server). 2014-09-01 12:35:22 +01:00
dns.c ecore: removed switch case 0 condition 2014-12-16 19:59:40 +09:00
dns.h rebase dns.c from upstream 2013-12-12 09:29:02 -05:00
ecore_con.c ecore_con: the timer callback is waiting for the Eo object not its private data. 2014-12-30 11:19:38 +01:00
ecore_con_alloc.c reformat ecore_con so I can read it... 2013-12-20 00:08:43 -05:00
ecore_con_ares.c Ecore con: Fix compilation on windows. 2014-08-27 16:19:25 +01:00
ecore_con_base.eo ecore_con: move Ecore_Con_Dns_Cb back to C 2014-11-27 17:13:20 +00:00
ecore_con_client.eo Ecore con: Rename to Ecore.Con.Base for the C++ bindings. 2014-08-22 17:37:56 +01:00
ecore_con_connector.eo Ecore con: Add Connector class (the connecting variant of server). 2014-09-01 12:35:22 +01:00
ecore_con_dns.c ecore-con - fix explicit null ptr deref 2014-08-27 17:14:30 +09:00
ecore_con_eet.c Fix warning with undefined ntohl(). 2014-05-30 14:15:27 +02:00
ecore_con_info.c fix duplicate function call names in ecore and ecore_con that can clash 2014-06-16 15:57:05 +09:00
ecore_con_local.c ecore-con now prints error messages when local socket creation fails 2014-12-05 13:20:13 -05:00
ecore_con_local_win32.c Ecore con: Fix some ecore con runtime issues on windows. 2014-08-27 16:25:27 +01:00
ecore_con_private.h Ecore con url: Migrate to eo. 2014-09-01 11:12:17 +01:00
ecore_con_server.eo eolian: builtin complex types 2014-09-08 14:53:13 +01:00
ecore_con_socks.c Ecore con server: Migrate to eo. 2014-08-22 17:37:56 +01:00
ecore_con_ssl.c ecore_con: SSL error function is waiting for Eo object not their private data. 2014-12-30 11:19:56 +01:00
ecore_con_url.c curl usage better accounts for timeouts 2015-01-02 23:21:55 -05:00
ecore_con_url.eo Ecore con url: Migrate to eo. 2014-09-01 11:12:17 +01:00