efl/src/lib/ecore_con
Gustavo Sverzut Barbieri c2cb5defe3 efl_net_dialer_http: use efl_loop_fd now that it's fixed.
now that efl_loop_fd manages callbacks -> Ecore_Fd_Handler properly,
we can remove the old code.
2016-11-24 02:13:32 -02:00
..
Ecore_Con.h ecore_con: export function to create local path string. 2016-11-23 12:57:10 -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_session and efl_net_control for ConnMan 2016-11-08 22:40:34 -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 ecore_con (legacy) fix close()->closesocket() and valid fd check. 2016-11-18 14:21:21 -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 docs: ecore_con: add all missing docs for ecore_con 2016-11-11 15:35:48 +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: export function to create local path string. 2016-11-23 12:57:10 -02:00
ecore_con_local_win32.c ecore_con: export function to create local path string. 2016-11-23 12:57:10 -02:00
ecore_con_private.h efl_net: proper format for SOCKET. 2016-11-22 11:03:57 -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-connman.c efl_net_session and efl_net_control for ConnMan 2016-11-08 22:40:34 -02:00
efl_net-connman.h efl_net_session and efl_net_control for ConnMan 2016-11-08 22:40:34 -02:00
efl_net_control-connman.c efl_net_session and efl_net_control for ConnMan 2016-11-08 22:40:34 -02:00
efl_net_control-none.c efl_net_{control,session}: allow "none" backend. 2016-11-18 18:20:25 -02:00
efl_net_control.eo efl_net_{control,session}: allow "none" backend. 2016-11-18 18:20:25 -02:00
efl_net_control_access_point-connman.c efl_net_session and efl_net_control for ConnMan 2016-11-08 22:40:34 -02:00
efl_net_control_access_point-none.c efl_net_{control,session}: allow "none" backend. 2016-11-18 18:20:25 -02:00
efl_net_control_access_point.eo docs: efl_net_control*: ad missing docs in efl_net_control* 2016-11-11 15:30:55 +01:00
efl_net_control_technology-connman.c efl_net_session and efl_net_control for ConnMan 2016-11-08 22:40:34 -02:00
efl_net_control_technology-none.c efl_net_{control,session}: allow "none" backend. 2016-11-18 18:20:25 -02:00
efl_net_control_technology.eo docs: efl_net_control*: ad missing docs in efl_net_control* 2016-11-11 15:30:55 +01: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: efl_net_dialer: add missing docs for efl_net_dialer 2016-11-11 15:33:18 +01:00
efl_net_dialer_http.c efl_net_dialer_http: use efl_loop_fd now that it's fixed. 2016-11-24 02:13:32 -02:00
efl_net_dialer_http.eo docs: efl_net_dialer: add missing docs for efl_net_dialer 2016-11-11 15:33:18 +01:00
efl_net_dialer_ssl.c efl_net_{server,dialer}_ssl: TCP + SSL easy to use. 2016-11-01 01:31:56 -02:00
efl_net_dialer_ssl.eo docs: efl_net_dialer: add missing docs for efl_net_dialer 2016-11-11 15:33:18 +01:00
efl_net_dialer_tcp.c efl_net: use SOCKET_FMT to format SOCKET so it works on UNIX and Windows. 2016-11-18 12:53:32 -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: remove getsockopt()/setsockopt() warning on windows. 2016-11-18 12:53:32 -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 efl_net: use SOCKET_FMT to format SOCKET so it works on UNIX and Windows. 2016-11-18 12:53:32 -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 docs: efl_net_dialer: add missing docs for efl_net_dialer 2016-11-11 15:33:18 +01:00
efl_net_http_types.eot docs: ecore_con: document missing structs 2016-10-27 18:22:42 +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 docs: ecore_con: fill last gaps ion ecore_con eo file documentation 2016-11-23 14:16:24 +01:00
efl_net_server_fd.c efl_net_server_fd: do not spin if clients can be accepted. 2016-11-24 00:42:54 -02:00
efl_net_server_fd.eo docs: efl_net_server: add missing docs for efl_net_server 2016-11-11 15:35:18 +01:00
efl_net_server_ssl.c efl_net_server support systemd socket activation. 2016-11-01 16:37:04 -02:00
efl_net_server_ssl.eo docs: ecore_con: add missing docs for new efl_net_* components 2016-11-07 15:58:54 +01:00
efl_net_server_tcp.c efl_net: remove getsockopt()/setsockopt() warning on windows. 2016-11-18 12:53:32 -02:00
efl_net_server_tcp.eo docs: ecore_con: add missing docs for new efl_net_* components 2016-11-07 15:58:54 +01:00
efl_net_server_udp.c efl_net: remove getsockopt()/setsockopt() warning on windows. 2016-11-18 12:53:32 -02:00
efl_net_server_udp.eo ecore_con: fix time to live value name and type 2016-11-18 16:20:55 +01: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 docs: efl_net_server: add missing docs for efl_net_server 2016-11-11 15:35:18 +01:00
efl_net_server_unix.c efl_net_server_unix: do bind() from serve() method. 2016-11-23 18:38:24 -02:00
efl_net_server_unix.eo efl_net_server_unix: do bind() from serve() method. 2016-11-23 18:38:24 -02:00
efl_net_session-connman.c ecore_con: fix pointers type mismatches 2016-11-12 10:39:18 +01:00
efl_net_session-none.c efl_net_{control,session}: allow "none" backend. 2016-11-18 18:20:25 -02:00
efl_net_session.eo efl_net_{control,session}: allow "none" backend. 2016-11-18 18:20:25 -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 docs: efl_net_socket: add missing docs for efl_net_socket 2016-11-11 15:34:08 +01:00
efl_net_socket_fd.c efl_net_socket_fd: fix copy & paste too much. 2016-11-24 02:11:56 -02:00
efl_net_socket_fd.eo efl_net_socket_fd: do not spin on fd monitoring. 2016-11-24 00:45:55 -02:00
efl_net_socket_ssl.c efl_net_socket_ssl: initial SSL wrapper. 2016-10-31 19:39:33 -02:00
efl_net_socket_ssl.eo docs: efl_net_socket: add missing docs for efl_net_socket 2016-11-11 15:34:08 +01:00
efl_net_socket_tcp.c efl_net: remove getsockopt()/setsockopt() warning on windows. 2016-11-18 12:53:32 -02:00
efl_net_socket_tcp.eo docs: efl_net_socket: add missing docs for efl_net_socket 2016-11-11 15:34:08 +01:00
efl_net_socket_udp.c efl_net: remove warnings related to unused parameters. 2016-11-18 14:21:21 -02:00
efl_net_socket_udp.eo docs: ecore_con: fill last gaps ion ecore_con eo file documentation 2016-11-23 14:16:24 +01:00
efl_net_socket_unix.c efl_net: use SOCKET_FMT to format SOCKET so it works on UNIX and Windows. 2016-11-18 12:53:32 -02:00
efl_net_socket_unix.eo addded efl_net_{socket,dialer,server}_unix 2016-10-26 19:01:03 -02:00
efl_net_ssl_conn-gnutls.c efl_net_socket_ssl: initial SSL wrapper. 2016-10-31 19:39:33 -02:00
efl_net_ssl_conn-none.c efl_net_socket_ssl: initial SSL wrapper. 2016-10-31 19:39:33 -02:00
efl_net_ssl_conn-openssl.c unbreak build for OpenSSL < 1.0.2 2016-11-01 19:38:41 -02:00
efl_net_ssl_context.c efl_net_socket_ssl: initial SSL wrapper. 2016-10-31 19:39:33 -02:00
efl_net_ssl_context.eo docs: ecore_con: add all missing docs for ecore_con 2016-11-11 15:35:48 +01:00
efl_net_ssl_ctx-gnutls.c efl_net_socket_ssl: initial SSL wrapper. 2016-10-31 19:39:33 -02:00
efl_net_ssl_ctx-none.c efl_net_socket_ssl: initial SSL wrapper. 2016-10-31 19:39:33 -02:00
efl_net_ssl_ctx-openssl.c efl_net_ssl: fix build on LibreSSL and BSD 2016-10-31 22:28:41 -02:00
efl_net_ssl_types.eot efl_net_socket_ssl: initial SSL wrapper. 2016-10-31 19:39:33 -02:00
efl_network.eo docs: efl_network*: add missing documentation 2016-11-11 15:28:49 +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 docs: efl_network*: add missing documentation 2016-11-11 15:28:49 +01:00