summaryrefslogtreecommitdiff
path: root/src/lib/ecore_con/ecore_con_private.h
Commit message (Expand)AuthorAgeFilesLines
* add missing includes for BSD.Gustavo Sverzut Barbieri2016-12-121-0/+4
* ecore_con: Ecore_Con_Server now on top of Efl_Net!devs/barbieri/ecore_con-efl_netGustavo Sverzut Barbieri2016-12-101-286/+11
* efl_net: optimize serving of IP addresses.Gustavo Sverzut Barbieri2016-12-091-0/+2
* efl_net_dialer_http: export read size.Gustavo Sverzut Barbieri2016-11-291-0/+2
* efl_net_server_unix: add leading_directories_create property.Gustavo Sverzut Barbieri2016-11-251-0/+2
* efl_net: proper format for SOCKET.Gustavo Sverzut Barbieri2016-11-221-1/+3
* efl_net: SOCKET_FMT is "long" on windows.Gustavo Sverzut Barbieri2016-11-181-1/+1
* efl_net: define EAI_SYSTEM when it's not defined (ie: Windows).Gustavo Sverzut Barbieri2016-11-181-0/+9
* efl_net: windows do not define AI_ADDRCONFIG.Gustavo Sverzut Barbieri2016-11-181-0/+3
* efl_net: use SOCKET_FMT to format SOCKET so it works on UNIX and Windows.Gustavo Sverzut Barbieri2016-11-181-1/+23
* efl_net_server support systemd socket activation.Gustavo Sverzut Barbieri2016-11-011-0/+24
* efl_net_socket_ssl: initial SSL wrapper.Gustavo Sverzut Barbieri2016-10-311-0/+4
* ecore_con: fix structure declarationJean Guyomarc'h2016-10-301-0/+4
* UNIX socket doesn't exist on Windows.Gustavo Sverzut Barbieri2016-10-271-0/+2
* addded efl_net_{socket,dialer,server}_unixGustavo Sverzut Barbieri2016-10-261-1/+2
* efl_net_*_udp: make UDP usable, including multicast.Gustavo Sverzut Barbieri2016-10-251-0/+91
* efl_net_server_udp_client: add missing part of name.Gustavo Sverzut Barbieri2016-10-251-1/+1
* efl_net_*: improve WIN32.Gustavo Sverzut Barbieri2016-10-221-6/+10
* AI_V4MAPPED may not be defined in some platforms.Gustavo Sverzut Barbieri2016-10-221-0/+5
* efl_net: play better with WIN32.Gustavo Sverzut Barbieri2016-10-221-0/+8
* efl_net_server_udp: initial UDP server.Gustavo Sverzut Barbieri2016-10-211-0/+3
* efl_net_server_tcp: use async getaddrinfo() to resolve server name.Gustavo Sverzut Barbieri2016-10-211-0/+20
* libproxy: dlopen() and make it runtime optional.Gustavo Sverzut Barbieri2016-09-201-4/+6
* efl_net_dialer_tcp: use libproxy settings.Gustavo Sverzut Barbieri2016-09-191-0/+5
* efl_net_dialer_tcp: add SOCKS proxy support.Gustavo Sverzut Barbieri2016-09-191-20/+36
* efl_net_dialer_tcp: make asynchronous resolve and connect.Gustavo Sverzut Barbieri2016-09-091-0/+62
* efl_net_socket_fd: make it more win32 friendly.Gustavo Sverzut Barbieri2016-09-081-0/+74
* efl_net: better handling for SOCK_CLOEXEC.Gustavo Sverzut Barbieri2016-08-241-0/+2
* efl.net: socket, server and dialer for TCP.Gustavo Sverzut Barbieri2016-08-221-0/+2
* ecore_con: change Ecore.Con.Client to Efl.Network.Client.Srivardhan Hebbar2016-02-121-2/+2
* ecore_con: changing Ecore.Con.Server to Efl.Network.Server.Srivardhan Hebbar2016-02-051-2/+2
* emile/ecore_con: drop SSLv3 support due to security issue.Cedric BAIL2015-11-021-1/+2
* ecore_con: add missing declarations on Windows.Vincent Torri2015-05-141-2/+4
* ecore_con: use SOCKET and not int for socket descriptors on win32Guillaume Friloux2015-02-111-0/+8
* Ecore con url: Migrate to eo.Tom Hacohen2014-09-011-27/+0
* revert all recent ecore-con related eo changes. completely broken.Mike Blumenkrantz2014-08-301-0/+27
* Ecore con url: Migrate to eo.Tom Hacohen2014-08-281-27/+0
* Ecore con server: Migrate to eo.Tom Hacohen2014-08-221-2/+3
* Ecore con client: Migrate to eo.Tom Hacohen2014-08-221-2/+3
* ecore-con - deal with internal buffer growing over 2g in sizeCarsten Haitzler (Rasterman)2014-04-041-3/+3
* efl: Unified eina critical manro to CRI.Daniel Juyung Seo2013-12-261-3/+3
* ecore-con: make curl support entirely runtime loaded via eina_moduleCarsten Haitzler (Rasterman)2013-10-101-6/+1
* ecore_con: add systemd socket activation.Cedric Bail2013-03-101-0/+5
* efl: both eet and ecore_con now share --with-crypto and defines.Gustavo Sverzut Barbieri2012-12-061-6/+6
* merge: add escape ecore, fix several bugsVincent Torri2012-12-021-0/+390