efl/src/lib/ecore_con
Gustavo Sverzut Barbieri fa3a2e6489 efl_net_dialer_http: fix short downloads.
for short downloads the CURL handle will be done before the client had
time to read it, like done by efl_io_copier's job. We need to wait it
drain before we emit eos/closed.
2016-10-26 23:19:46 -02:00
..
Ecore_Con.h ecore_con: switch from EO to BETA API 2016-06-14 16:01:37 +02:00
Ecore_Con_Eet.h ecore_con: switch from EO to BETA API 2016-06-14 16:01:37 +02:00
Ecore_Con_Eet_Eo.h ecore_con: eoifying ecore_con_eet. 2015-06-22 18:55:57 +02:00
Ecore_Con_Eet_Legacy.h ecore_con: eoifying ecore_con_eet. 2015-06-22 18:55:57 +02:00
Ecore_Con_Eo.h addded efl_net_{socket,dialer,server}_unix 2016-10-26 19:01:03 -02:00
Ecore_Con_Legacy.h Efl network: Remove the no longer needed .Base hack. 2016-05-11 13:00:57 +01:00
ecore_con.c addded efl_net_{socket,dialer,server}_unix 2016-10-26 19:01:03 -02:00
ecore_con_alloc.c reformat ecore_con so I can read it... 2013-12-20 00:08:43 -05:00
ecore_con_eet.c Rename efl_self to efl_added 2016-09-05 16:59:56 +01:00
ecore_con_eet_base.eo Change the EFL to follow the new Eo rename. 2016-08-11 17:04:43 +01:00
ecore_con_eet_client_obj.eo Change the EFL to follow the new Eo rename. 2016-08-11 17:04:43 +01:00
ecore_con_eet_server_obj.eo Change the EFL to follow the new Eo rename. 2016-08-11 17:04:43 +01:00
ecore_con_info.c Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
ecore_con_legacy.c efl: Cleanup some code (return values) 2016-08-05 10:32:30 +09:00
ecore_con_local.c ecore_con_local: fix memory leak. 2016-09-20 16:14:04 +08:30
ecore_con_local_win32.c Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
ecore_con_private.h addded efl_net_{socket,dialer,server}_unix 2016-10-26 19:01:03 -02:00
ecore_con_socks.c Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
ecore_con_ssl.c ecore_ssl: Use stricter cipher suites 2016-10-17 13:58:32 +10:30
ecore_con_url.c Rename efl_self to efl_added 2016-09-05 16:59:56 +01:00
ecore_con_url_curl.c eolian gen: use EWAPI for all generated variables 2016-10-20 16:44:20 +02:00
ecore_con_url_curl.h ecore_con_url_curl.h: add missing include on windows 2016-09-06 16:36:59 +09:00
efl_net_dialer.c efl.net: socket, server and dialer for TCP. 2016-08-22 18:25:14 -03:00
efl_net_dialer.eo docs: ecore_con: add description for efl net dialer errors 2016-10-20 17:45:33 +02:00
efl_net_dialer_http.c efl_net_dialer_http: fix short downloads. 2016-10-26 23:19:46 -02:00
efl_net_dialer_http.eo docs: ecore_con: document missing HTTP enums 2016-10-25 16:08:25 +02:00
efl_net_dialer_tcp.c efl_net_dialer_tcp: remove useless code. 2016-10-26 19:01:03 -02:00
efl_net_dialer_tcp.eo efl_net_dialer: improve proxy docs. 2016-09-19 01:18:14 -03:00
efl_net_dialer_udp.c use more standard IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP. 2016-10-25 19:32:07 -02:00
efl_net_dialer_udp.eo efl_net_*_udp: make UDP usable, including multicast. 2016-10-25 10:11:48 -02:00
efl_net_dialer_unix.c addded efl_net_{socket,dialer,server}_unix 2016-10-26 19:01:03 -02:00
efl_net_dialer_unix.eo addded efl_net_{socket,dialer,server}_unix 2016-10-26 19:01:03 -02:00
efl_net_dialer_websocket.c Efl.Loop.User: Use prefix to rename efl_loop_user_loop_get 2016-10-06 12:24:59 +09:00
efl_net_dialer_websocket.eo efl_net_dialer: improve proxy docs. 2016-09-19 01:18:14 -03:00
efl_net_http_types.eot docs: ecore_con: document missing HTTP enums 2016-10-25 16:08:25 +02:00
efl_net_server.c efl.net: socket, server and dialer for TCP. 2016-08-22 18:25:14 -03:00
efl_net_server.eo efl_net_server_tcp: use async getaddrinfo() to resolve server name. 2016-10-21 00:16:37 -02:00
efl_net_server_fd.c efl_net_server_fd: fix inverted comparison for valid socket handle. 2016-10-22 22:41:01 -02:00
efl_net_server_fd.eo efl_net_server_fd: allows custom socket 'read' event handling. 2016-10-21 13:33:27 -02:00
efl_net_server_tcp.c efl_net_*: fix some more Win32-unfriendly code. 2016-10-22 22:14:45 -02:00
efl_net_server_tcp.eo efl_net_server_tcp: use async getaddrinfo() to resolve server name. 2016-10-21 00:16:37 -02:00
efl_net_server_udp.c efl_net_*_udp: make UDP usable, including multicast. 2016-10-25 10:11:48 -02:00
efl_net_server_udp.eo ecore con: fix invalid doc reference 2016-10-25 15:54:46 +02:00
efl_net_server_udp_client.c efl_net_*_udp: make UDP usable, including multicast. 2016-10-25 10:11:48 -02:00
efl_net_server_udp_client.eo efl_net_*_udp: make UDP usable, including multicast. 2016-10-25 10:11:48 -02:00
efl_net_server_unix.c addded efl_net_{socket,dialer,server}_unix 2016-10-26 19:01:03 -02:00
efl_net_server_unix.eo addded efl_net_{socket,dialer,server}_unix 2016-10-26 19:01:03 -02:00
efl_net_socket.c efl.net: socket, server and dialer for TCP. 2016-08-22 18:25:14 -03:00
efl_net_socket.eo efl.net: socket, server and dialer for TCP. 2016-08-22 18:25:14 -03:00
efl_net_socket_fd.c efl_net_socket_fd: use closesocket() and INVALID_SOCKET. 2016-10-22 22:13:40 -02:00
efl_net_socket_fd.eo efl_net_socket_fd: use closesocket() and INVALID_SOCKET. 2016-10-22 22:13:40 -02:00
efl_net_socket_tcp.c efl_net_*: improve WIN32. 2016-10-22 21:49:01 -02:00
efl_net_socket_tcp.eo efl.net: socket, server and dialer for TCP. 2016-08-22 18:25:14 -03:00
efl_net_socket_udp.c efl_net_*_udp: make UDP usable, including multicast. 2016-10-25 10:11:48 -02:00
efl_net_socket_udp.eo ecore con: fix invalid doc reference 2016-10-25 15:54:46 +02:00
efl_net_socket_unix.c addded efl_net_{socket,dialer,server}_unix 2016-10-26 19:01:03 -02:00
efl_net_socket_unix.eo addded efl_net_{socket,dialer,server}_unix 2016-10-26 19:01:03 -02:00
efl_network.eo docs: fix the last missing enum field docs all over the tree 2016-10-27 00:26:16 +02:00
efl_network_client.eo Change the EFL to follow the new Eo rename. 2016-08-11 17:04:43 +01:00
efl_network_connector.eo Change the EFL to follow the new Eo rename. 2016-08-11 17:04:43 +01:00
efl_network_server.eo Change the EFL to follow the new Eo rename. 2016-08-11 17:04:43 +01:00
efl_network_url.eo Change the EFL to follow the new Eo rename. 2016-08-11 17:04:43 +01:00