summaryrefslogtreecommitdiff
path: root/src/lib/ecore_ipc
Commit message (Expand)AuthorAgeFilesLines
* ecore_ipc: close dialer io closer when dialer is deleted.Hosang Kim2019-05-221-0/+6
* efl-net: namespace events to avoid naming conflictsMike Blumenkrantz2019-03-081-2/+2
* replace hton and ntoh family functions with ones defined in einaVincent Torri2019-02-011-12/+12
* cmake: remove!Marcel Hollerbach2018-12-201-19/+0
* here comes mesonMarcel Hollerbach2018-10-021-0/+30
* ecore: move close_on_destructor to close_on_invalidate as that describe the b...Cedric BAIL2018-05-011-5/+5
* ecore ipc - fix send to skip data payload if null/0Carsten Haitzler (Rasterman)2018-04-111-27/+32
* ecore ipc - fix flush to not lose messagesCarsten Haitzler (Rasterman)2018-03-261-1/+2
* Revert "cxx: Fix manual code after efl_app change."Carsten Haitzler (Rasterman)2018-03-031-10/+10
* efl: create Efl.App class, the parent of Efl.LoopMike Blumenkrantz2018-02-261-10/+10
* all: Simplify definition of EAPIVincent Torri2018-01-181-1/+1
* efl: remove _MSC_VER (Visual Studio macro) usage in source codeVincent Torri2018-01-041-1/+1
* efl loop - rename ecore_main_loop_get to efl_main_loop_getCarsten Haitzler (Rasterman)2018-01-021-10/+10
* ecore ipc/con: fix nasty ... they dont mutually excludeCarsten Haitzler (Rasterman)2017-11-261-1/+0
* ecore_ipc: rename parameters and annotations for doxygenJinYong Park2017-10-131-6/+6
* ecore_con: simplify Efl.Net.Server.Ssl by inheriting from Efl.Net.Server.Tcp.Cedric BAIL2017-09-291-7/+0
* ecore_con: add an intermediate Efl.Net.Server.IpCedric BAIL2017-09-291-1/+1
* ecore_ipc: Unregister log domain on shutdownJean-Philippe Andre2017-09-261-12/+12
* Ecore_Conn: Enable CLOEXEC by default.Guilherme Iscaro2017-07-271-2/+0
* Ecore_IPC: Preserve Ecore_Con legacy behaviour.Guilherme Iscaro2017-07-271-1/+30
* ecore-ipc: don't return dead clients in ecore_ipc_server_clients_getMike Blumenkrantz2017-06-092-1/+7
* ecore_ipc: use new efl_net_*_windows classes.Gustavo Sverzut Barbieri2017-03-292-360/+42
* ecore_ipc: avoid crash during shutdown due to Ecore_Event queue.Cedric BAIL2017-03-091-0/+7
* doxygen: fix typos and some wrong expressions in API reference.Myoungwoon Roy, Kim2017-02-151-25/+25
* cmake: add ecore_ipc.Gustavo Sverzut Barbieri2017-02-021-0/+19
* ecore_con/ecore_ipc: flush should wait for connection.Gustavo Sverzut Barbieri2016-12-191-0/+3
* ecore_con/ecore_ipc legacy: fail early for local sockets.Gustavo Sverzut Barbieri2016-12-191-0/+13
* ecore_con/ecore_ipc: keep log domain alive after shutdown.Gustavo Sverzut Barbieri2016-12-191-7/+15
* add missing includes for BSD.Gustavo Sverzut Barbieri2016-12-121-0/+4
* ecore_ipc: silence a maybe unitialized warningStefan Schmidt2016-12-021-1/+1
* efl_net_server_unix: add leading_directories_create property.Gustavo Sverzut Barbieri2016-11-251-54/+2
* efl_io_copier_flush: add may_block and ignore_line_delimiter parameters.Gustavo Sverzut Barbieri2016-11-251-2/+2
* ecore_ipc: isolate legacy within ifdefs.Gustavo Sverzut Barbieri2016-11-232-10/+75
* ecore_ipc: fix user after free in error handling.Gustavo Sverzut Barbieri2016-11-231-4/+1
* ecore_ipc: convert ecore_ipc_server_add() to Efl_Net_Server.Gustavo Sverzut Barbieri2016-11-232-6/+450
* ecore_ipc: free(address) on dialer error.Gustavo Sverzut Barbieri2016-11-231-0/+1
* ecore_ipc: dialers should use max_buf_size = -1.Gustavo Sverzut Barbieri2016-11-231-0/+1
* ecore_ipc: rename 'server' to 'legacy_server'.Gustavo Sverzut Barbieri2016-11-232-21/+21
* ecore_ipc: implement ecore_con_server_connect() using Efl.Net.Dialer.Gustavo Sverzut Barbieri2016-11-232-3/+318
* ecore_ipc: check if client is still alive efore emitting 'del' event.Gustavo Sverzut Barbieri2016-11-231-0/+1
* ecore_ipc: refactor client data processing in its own function.Gustavo Sverzut Barbieri2016-11-231-13/+35
* ecore_ipc: refactor server data processing in its own function.Gustavo Sverzut Barbieri2016-11-221-12/+33
* ecore_ipc: refactor code related to event posting.Gustavo Sverzut Barbieri2016-11-221-55/+83
* ecore_ipc: fix copy & paste error.Gustavo Sverzut Barbieri2016-11-221-1/+1
* ecore_ipc: delete if 'delete_me' was set.Gustavo Sverzut Barbieri2016-11-221-1/+0
* ecore_ipc: remove unused headers.Gustavo Sverzut Barbieri2016-11-221-8/+0
* ecore_ipc: log domain can be static, it's not shared with other files.Gustavo Sverzut Barbieri2016-11-222-4/+1
* ecore_ipc: fix typos in documentation group namesJee-Yong Um2016-10-101-9/+9
* ecore_file/ipc: clean up documentationJee-Yong Um2016-10-042-241/+260
* If there is situation when server is closed prior to client, the client point...Prince Kumar Dubey2016-07-111-2/+6