summaryrefslogtreecommitdiff
path: root/src/lib/ecore_con/ecore_con.c
Commit message (Expand)AuthorAgeFilesLines
* ecore_con: Rename EAPI macro to ECORE_CON_API in Ecore Con libraryFelipe Magno de Almeida2020-12-281-3/+3
* systemd - make libsystemd use/supprot entirely runtime "dlopened"Carsten Haitzler (Rasterman)2020-05-181-8/+59
* efl: remove remaining instances of .eo global variablesDaniel Kolesa2019-09-241-4/+4
* efl: use new eolian error functionality instead of globalsDaniel Kolesa2019-09-241-12/+7
* bin/eet and ecore_con: remove Evil.h when not necessary and include evil_priv...Vincent Torri2019-05-171-1/+1
* remove useless check of ws2tcpip.hVincent Torri2019-04-021-4/+1
* ecore_con: Fix potentional problems around ecore_conWonki Kim2019-02-131-3/+3
* replace hton and ntoh family functions with ones defined in einaVincent Torri2019-02-011-4/+4
* ecore_con: make dns resolver thread stop blocking when canceledMike Blumenkrantz2018-06-251-5/+5
* ecore_con: make the ecore_con log domain available during ecore_shutdown.Cedric BAIL2018-05-011-6/+13
* ecore_con: Properly shutdown and unregister log domainJean-Philippe Andre2017-12-181-9/+5
* ecore_con: quiet 2 "clobbered" warnings in ecore_conPawel Aksiutowicz2017-11-231-2/+2
* EFL For WIN32: Replace HAVE_EVIL define with _WIN32Vincent 'vtorri' Torri2017-09-221-4/+4
* ecore_con: use new API eina_file_close_on_exec.Cedric BAIL2017-04-181-30/+3
* ecore_con: remove warnings if FD_CLOEXEC is undefined.Gustavo Sverzut Barbieri2017-03-291-0/+3
* Ecore_Con: Fix compilation on SolarisVincent Torri2017-03-261-0/+4
* ecore_con/efl_net - dedicated threads for network i/o not from the poolCarsten Haitzler (Rasterman)2017-02-031-4/+5
* ecore_con - move libproxy to a slave binary with stdin/out msgingCarsten Haitzler (Rasterman)2017-01-091-79/+12
* ecore_con/ecore_ipc: keep log domain alive after shutdown.Gustavo Sverzut Barbieri2016-12-191-5/+10
* efl_net: fix CID 1367489 due copy & paste.Gustavo Sverzut Barbieri2016-12-191-1/+1
* ecore_con: reduce amount of warning related to clobbered variable.Cedric BAIL2016-12-151-7/+7
* efl_net: move error COULDNT_RESOLVE_HOST to broader scope.Gustavo Sverzut Barbieri2016-12-121-11/+9
* ecore_con: Ecore_Con_Server now on top of Efl_Net!devs/barbieri/ecore_con-efl_netGustavo Sverzut Barbieri2016-12-101-2854/+8
* efl_net_dialer: emit 'resolved' even if connection failed.Gustavo Sverzut Barbieri2016-12-091-1/+8
* efl_net: optimize serving of IP addresses.Gustavo Sverzut Barbieri2016-12-091-46/+67
* ecore_con (legacy) fix close()->closesocket() and valid fd check.Gustavo Sverzut Barbieri2016-11-181-9/+9
* efl_net: fix missing SOCKET_FMT.Gustavo Sverzut Barbieri2016-11-181-1/+1
* efl_net: remove getsockopt()/setsockopt() warning on windows.Gustavo Sverzut Barbieri2016-11-181-8/+8
* efl_net: remove send()/recv() warning on windows.Gustavo Sverzut Barbieri2016-11-181-16/+16
* efl_net: do not use sockaddr_un on Windows.Gustavo Sverzut Barbieri2016-11-181-1/+5
* efl_net: use SOCKET_FMT to format SOCKET so it works on UNIX and Windows.Gustavo Sverzut Barbieri2016-11-181-52/+52
* ecore_con: correctly include sys/ioctl.hVincent Torri2016-11-161-2/+4
* efl_net_server support systemd socket activation.Gustavo Sverzut Barbieri2016-11-011-0/+214
* efl_net_socket_ssl: initial SSL wrapper.Gustavo Sverzut Barbieri2016-10-311-0/+6
* ecore_con: fix structure declarationJean Guyomarc'h2016-10-301-4/+0
* UNIX socket doesn't exist on Windows.Gustavo Sverzut Barbieri2016-10-271-0/+4
* addded efl_net_{socket,dialer,server}_unixGustavo Sverzut Barbieri2016-10-261-5/+63
* use more standard IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP.Gustavo Sverzut Barbieri2016-10-251-2/+2
* efl_net_*_udp: make UDP usable, including multicast.Gustavo Sverzut Barbieri2016-10-251-26/+290
* efl_net_*: improve WIN32.Gustavo Sverzut Barbieri2016-10-221-23/+23
* efl_net: play better with WIN32.Gustavo Sverzut Barbieri2016-10-221-68/+72
* getaddrinfo(): when providing hints, make sure we use addrconfig/v4mapped.Gustavo Sverzut Barbieri2016-10-221-0/+5
* efl_net_server_tcp: use async getaddrinfo() to resolve server name.Gustavo Sverzut Barbieri2016-10-211-0/+122
* eolian gen: use EWAPI for all generated variablesDaniel Kolesa2016-10-201-4/+4
* efl_net_dialer_udp: enable SO_BROADCAST before sending to 255.255.255.255Gustavo Sverzut Barbieri2016-10-181-0/+22
* ecore_con,elput: fix warningsBruno Dilly2016-09-201-4/+11
* libproxy: dlopen() and make it runtime optional.Gustavo Sverzut Barbieri2016-09-201-40/+92
* efl_net_dialer_tcp: use libproxy settings.Gustavo Sverzut Barbieri2016-09-191-1/+109
* efl_net_dialer_tcp: add SOCKS proxy support.Gustavo Sverzut Barbieri2016-09-191-126/+1410
* eina/ecore: allow threads to be canceled, use in ecore_con.Gustavo Sverzut Barbieri2016-09-141-13/+28