efl/src/lib/ecore_con
Gustavo Sverzut Barbieri cddbce8900 efl_net_*: improve WIN32.
Thanks to vtorri for poiting out about close() is not the correct
socket function, we should use closesocket() instead.

Also defined SOCKET to int on Linux so we can use the same 'type' and
avoid lots of ifdef in our code. On Windows it's unsigned, thus would
cause some warnings about incorrect signed comparison.
2016-10-22 21:49:01 -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 efl_net_server_udp: initial UDP server. 2016-10-21 13:33:27 -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 efl_net_*: improve WIN32. 2016-10-22 21:49:01 -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 efl_net_*: improve WIN32. 2016-10-22 21:49:01 -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_*: improve WIN32. 2016-10-22 21:49:01 -02:00
efl_net_dialer_http.eo efl_net_dialer: improve proxy docs. 2016-09-19 01:18:14 -03:00
efl_net_dialer_tcp.c efl_net_*: improve WIN32. 2016-10-22 21:49:01 -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 efl_net_*: improve WIN32. 2016-10-22 21:49:01 -02:00
efl_net_dialer_udp.eo efl_net_dialer_udp: "connect" to an UDP server to send and receive data. 2016-10-18 19:04:00 -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: add descriptions for the HTTP error codes 2016-10-20 17:45:33 +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_*: improve WIN32. 2016-10-22 21:49: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_*: improve WIN32. 2016-10-22 21:49:01 -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_*: improve WIN32. 2016-10-22 21:49:01 -02:00
efl_net_server_udp.eo efl_net_*_udp: expose SO_DONTROUTE. 2016-10-22 11:46:19 -02:00
efl_net_server_udp_client.c efl_net_*: improve WIN32. 2016-10-22 21:49:01 -02:00
efl_net_server_udp_client.eo efl_net_server_udp: initial UDP server. 2016-10-21 13:33:27 -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_*: improve WIN32. 2016-10-22 21:49:01 -02:00
efl_net_socket_fd.eo efl_io_closer: add close_on_exec and close_on_destructor properties. 2016-09-12 13:18:28 -03: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_*: improve WIN32. 2016-10-22 21:49:01 -02:00
efl_net_socket_udp.eo efl_net_*_udp: expose SO_DONTROUTE. 2016-10-22 11:46:19 -02:00
efl_network.eo Change the EFL to follow the new Eo rename. 2016-08-11 17:04:43 +01: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