efl/src/lib/ecore_con
Gustavo Sverzut Barbieri c873703c41 efl_net_server_tcp: allow IPv4 over IPv6 sockets.
Sometimes we want to handle both IPv4 and IPv6 in the same socket,
instead of spawning 2 servers, one for each protocol. That is achieved
by means of disabling IPV6_V6ONLY socket option, present in most
recent platforms.
2016-10-20 18:49:41 -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 ecore con: generate vars instead of writing them manually 2016-10-20 16:03:29 +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 eolian gen: use EWAPI for all generated variables 2016-10-20 16:44:20 +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 libproxy: dlopen() and make it runtime optional. 2016-09-20 15:00:48 -03: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.Loop.User: Use prefix to rename efl_loop_user_loop_get 2016-10-06 12:24:59 +09: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.Loop.User: Use prefix to rename efl_loop_user_loop_get 2016-10-06 12:24:59 +09: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_dialer_udp: "connect" to an UDP server to send and receive data. 2016-10-18 19:04:00 -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: socket, server and dialer for TCP. 2016-08-22 18:25:14 -03:00
efl_net_server_fd.c efl_net_server_fd: fix coverity issue. 2016-09-05 09:36:14 -03:00
efl_net_server_fd.eo efl_io_closer: add close_on_exec and close_on_destructor properties. 2016-09-12 13:18:28 -03:00
efl_net_server_tcp.c efl_net_server_tcp: allow IPv4 over IPv6 sockets. 2016-10-20 18:49:41 -02:00
efl_net_server_tcp.eo efl_net_server_tcp: allow IPv4 over IPv6 sockets. 2016-10-20 18:49:41 -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: fail early on double close. 2016-09-12 13:18:28 -03: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_socket_tcp: only emit error message if cork is being enabled. 2016-10-18 19:04:00 -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_dialer_udp: "connect" to an UDP server to send and receive data. 2016-10-18 19:04:00 -02:00
efl_net_socket_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_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