summaryrefslogtreecommitdiff
path: root/src/lib/ecore/ecore_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* ecore: Fix Asan stack overflow warningSubhransu Mohanty2020-06-031-1/+2
* exotic: remove left-overs from Exotic supportStefan Schmidt2019-12-041-4/+0
* esacpe: remove library from treeStefan Schmidt2019-12-041-4/+0
* bin/efl and ecore: include evil_private.h when appropriateVincent Torri2019-05-171-4/+1
* ecore_pipe: remove null check condition and fix segfualt on WindowsYeongjong Lee2018-08-171-5/+0
* ecore pipe - fix windows to not segv on zero data in pipe thereCarsten Haitzler (Rasterman)2018-04-241-0/+5
* ecore: pipe fd can become invalid while being processed.Cedric Bail2018-04-051-2/+2
* ecore/evas: add NULL checks to handle argument is NULL.Hosang Kim2018-02-061-0/+2
* efl: remove _MSC_VER (Visual Studio macro) usage in source codeVincent Torri2018-01-041-9/+3
* ecore - begin moving data into the efl loop data in the objectCarsten Haitzler (Rasterman)2017-12-151-197/+153
* EFL For WIN32: Replace HAVE_EVIL define with _WIN32Vincent 'vtorri' Torri2017-09-221-1/+1
* ecore_pipe - fix warning of sign vs unsigned comparisonCarsten Haitzler (Rasterman)2017-04-211-1/+1
* ecore_pipe: Fixed dead lock with epollIvan Furs2017-04-191-82/+73
* ecore: use new API eina_file_close_on_exec.Cedric BAIL2017-04-181-3/+3
* ecore pipe - fix checking return of read for pipes in new codeCarsten Haitzler (Rasterman)2017-04-181-1/+3
* ecore pipe - fix new coverity complaint about using closed socketCarsten Haitzler (Rasterman)2017-04-181-1/+1
* ecore pipe - fix potential use of freed pipe dataCarsten Haitzler (Rasterman)2017-04-181-10/+17
* ecore pipe - clean up formatting a bitCarsten Haitzler (Rasterman)2017-04-181-15/+15
* ecore pipe - fix cast warning by casting (validly)Carsten Haitzler (Rasterman)2017-04-171-2/+2
* ecore: fix build on macOSJean Guyomarc'h2017-04-171-5/+9
* ecore_pipe - fix recent patch to close on exec the epoll fdCarsten Haitzler (Rasterman)2017-04-171-1/+1
* ecore_pipe: added epollIvan Furs2017-04-171-4/+135
* ecore: proper macro usage for double comparision. Summary: The comparisions a...Umesh Tanwar2017-03-211-1/+1
* ecore pipe - fix warning of comparing integers of differing sizesCarsten Haitzler (Rasterman)2017-02-111-1/+1
* eina: rename EINA_{FLT,DBL}_CMP to EINA_{FLT,DBL}_EQ.Cedric BAIL2017-01-061-1/+1
* ecore: remove float comparison warning from Ecore_Pipe.Cedric BAIL2016-12-191-17/+17
* ecore pipe - fix close of pipe that doesnt set fd to invalidCarsten Haitzler (Rasterman)2016-07-111-0/+3
* Ecore: detect ieeefp.h existence instead of including it with compiler's macroVincent Torri2016-06-141-2/+2
* ecore: remove useless ecore_lock/unlock.Cedric BAIL2016-02-021-32/+6
* Ecore pipe: clean up handling of already read information.Tom Hacohen2015-10-041-3/+3
* ecore_pipe: add write fdset and except fdset.Ji-Youn Park2015-08-271-2/+4
* ecore_pipe: Fix potential double closeJean-Philippe Andre2015-08-031-2/+5
* ecore - ecore_pipe_wait timeout broken as it never adjusts while waitingCarsten Haitzler (Rasterman)2015-05-081-2/+2
* ecore-pipe - check fcntl returnCarsten Haitzler (Rasterman)2014-08-271-1/+1
* move ecore documentation not in headers to .h files for consistencyCarsten Haitzler (Rasterman)2014-07-261-74/+3
* Clear the values of pipe before calling handler.Ryuan Choi2014-04-251-33/+11
* ecore_pipe.c: fixed fd handler increasing issue.Daniel Juyung Seo2013-05-221-0/+2
* ecore: fix overflow on Windows 64 bits.Cedric Bail2013-03-191-2/+2
* ecore: extend Ecore_Pipe API to make it more useful.Cedric BAIL2013-02-271-16/+56
* all efl object deletion functions now take NULL without crashing or erroringMike Blumenkrantz2012-12-241-0/+1
* efl: don't leak fd on exec.Cedric BAIL2012-12-071-0/+3
* ecore: backport #79614Vincent Torri2012-12-031-0/+4
* merge: add escape ecore, fix several bugsVincent Torri2012-12-021-0/+748