summaryrefslogtreecommitdiff
path: root/src/lib/ecore_con/efl_net_dialer_websocket.c
Commit message (Expand)AuthorAgeFilesLines
* efl_con: add a default condition to switch statementWonki Kim2020-02-191-4/+2
* efl_io_*: apply new event calling conventionMike Blumenkrantz2019-03-191-2/+2
* efl-net: namespace events to avoid naming conflictsMike Blumenkrantz2019-03-081-8/+8
* api: add bool data to efl.io.reader/writer 'changed' eventsMike Blumenkrantz2019-02-221-2/+2
* efl_net_dialer_websocker: set cannot be called hereMarcel Hollerbach2019-01-261-0/+6
* eo: make efl_future_then have a data pointer in addition of the object pointer.Cedric BAIL2018-12-071-6/+6
* eo: rename efl_future_Eina_FutureXXX_then in efl_future_then as this has been...Cedric BAIL2018-11-231-2/+2
* ecore: move close_on_destructor to close_on_invalidate as that describe the b...Cedric BAIL2018-05-011-4/+4
* ecore_con: if we rely on parent lifecycle for automatic destruction, do not c...Cedric BAIL2018-05-011-3/+8
* eolian gen: enable constness generation on property getter implsDaniel Kolesa2018-04-171-17/+17
* ecore: rename efl_loop_Eina_FutureXXX_job to efl_loop_job.Cedric BAIL2017-12-111-1/+1
* 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-17/+17
* Efl.Loop.User: Use prefix to rename efl_loop_user_loop_getJean-Philippe Andre2016-10-061-2/+2
* ecore,ecore_con: simplify destructor by linking future life cycle with object.Cedric BAIL2016-09-211-11/+2
* efl_net_dialer_websocket: remove unused variable.Gustavo Sverzut Barbieri2016-09-191-1/+0
* ecore,ecore_con: fix migration to efl_future.Cedric Bail2016-09-161-11/+5
* ecore_con: migrate use of Eina_Promise to Efl_Future.Cedric Bail2016-09-151-10/+10
* efl_net_dialer_* use timeout promise instead of timer object.Gustavo Sverzut Barbieri2016-09-131-21/+15
* efl_net_dialer_websocket: close and emit EOS on error.Gustavo Sverzut Barbieri2016-09-121-0/+17
* efl_io_closer: add close_on_exec and close_on_destructor properties.Gustavo Sverzut Barbieri2016-09-121-2/+24
* efl_net_dialer_tcp: make asynchronous resolve and connect.Gustavo Sverzut Barbieri2016-09-091-2/+2
* Rename efl_self to efl_addedTom Hacohen2016-09-051-6/+6
* efl_net_dialer_websocket: EFL now does WebSocket!devs/barbieri/websocketGustavo Sverzut Barbieri2016-09-021-0/+1667