summaryrefslogtreecommitdiff
path: root/src/lib/ecore_con/efl_net_dialer_unix.c
Commit message (Expand)AuthorAgeFilesLines
* ecore_con: add null check for safety.Hermet Park2021-03-161-0/+1
* efl-net: namespace events to avoid naming conflictsMike Blumenkrantz2019-03-081-4/+4
* eo: make efl_future_then have a data pointer in addition of the object pointer.Cedric BAIL2018-12-071-3/+3
* eo: rename efl_future_Eina_FutureXXX_then in efl_future_then as this has been...Cedric BAIL2018-11-231-1/+1
* ecore: move close_on_destructor to close_on_invalidate as that describe the b...Cedric BAIL2018-05-011-2/+8
* eolian gen: enable constness generation on property getter implsDaniel Kolesa2018-04-171-3/+3
* ecore: rename efl_loop_Eina_FutureXXX_timeout to efl_loop_timeout.Cedric Bail2017-12-031-1/+1
* efl_net: Use the new Eina_Future API.Guilherme Iscaro2017-09-041-24/+19
* do not emit events from efl_io_closer_close() on destructor.Gustavo Sverzut Barbieri2016-12-201-1/+5
* efl_net: move error COULDNT_RESOLVE_HOST to broader scope.Gustavo Sverzut Barbieri2016-12-121-2/+2
* efl_net: use SOCKET_FMT to format SOCKET so it works on UNIX and Windows.Gustavo Sverzut Barbieri2016-11-181-2/+2
* addded efl_net_{socket,dialer,server}_unixGustavo Sverzut Barbieri2016-10-261-0/+236