summaryrefslogtreecommitdiff
path: root/src/bin/efl
Commit message (Expand)AuthorAgeFilesLines
* bin/efl and ecore: include evil_private.h when appropriateVincent Torri2019-05-171-0/+3
* efl: remove EFL_EO_API_SUPPORT macroDaniel Kolesa2019-03-181-1/+0
* efl-net: namespace events to avoid naming conflictsMike Blumenkrantz2019-03-081-2/+2
* here comes mesonMarcel Hollerbach2018-10-021-0/+10
* efl_debugd: move to eina vpathMarcel Hollerbach2018-08-201-21/+3
* efl_debugd: don't force unlinking UNIX socket before bindingDaniel Zaoui2018-06-161-1/+0
* Revert "cxx: Fix manual code after efl_app change."Carsten Haitzler (Rasterman)2018-03-031-2/+2
* efl: create Efl.App class, the parent of Efl.LoopMike Blumenkrantz2018-02-261-2/+2
* efl loop - rename ecore_main_loop_get to efl_main_loop_getCarsten Haitzler (Rasterman)2018-01-021-2/+2
* efl debugd - check return of write func and report errorsCarsten Haitzler (Rasterman)2017-09-291-1/+3
* Ecore_Conn: Enable CLOEXEC by default.Guilherme Iscaro2017-07-271-1/+0
* Eina Debug: rewrite efl_debugd for portabilityDaniel Zaoui2017-06-111-267/+308
* efl_debugd: enforce void parameter when no arguments are requiredJean Guyomarc'h2017-06-051-5/+5
* Eina_Debug: Fix config.h usageDaniel Zaoui2017-06-051-3/+3
* Fix Windows compilationDaniel Zaoui2017-06-051-9/+21
* Support endiannessDaniel Zaoui2017-06-052-18/+57
* Support opcodes registration for WindowsDaniel Zaoui2017-06-051-14/+13
* Rename opcodes for a better readabilityDaniel Zaoui2017-06-051-5/+5
* Fix Coverity issuesDaniel Zaoui2017-06-051-3/+4
* Remove thread managementDaniel Zaoui2017-06-052-11/+10
* Use better names for daemon operationsDaniel Zaoui2017-06-052-15/+15
* Remove old evlog code from efl_debugdDaniel Zaoui2017-06-051-14/+0
* Fix connection closingDaniel Zaoui2017-06-051-3/+9
* Fix daemon issuesDaniel Zaoui2017-06-051-1/+2
* Add prints to efl_debugdDaniel Zaoui2017-06-051-2/+8
* Replace shell remote connection with localhost TCP connectionDaniel Zaoui2017-06-053-122/+83
* Add data to opcode registration callbackDaniel Zaoui2017-06-051-2/+2
* Fix Coverity issuesDaniel Zaoui2017-06-051-24/+25
* Add shell remote connectionDaniel Zaoui2017-06-053-1/+80
* First patch of the Eina Debug layer rewritingDaniel Zaoui2017-06-054-705/+645
* others: support efl_net_dialer_windows.Gustavo Sverzut Barbieri2017-03-291-1/+4
* Efl.Io.{Queue,Buffer,Buffered_Stream}: slice_get is now a property.Gustavo Sverzut Barbieri2016-12-191-3/+1
* efl_debug_common: remove stale code/macros.Gustavo Sverzut Barbieri2016-12-192-104/+0
* efl_debug: silent unused use of static variable.Cedric BAIL2016-12-153-0/+8
* efl_debugd: check for fwrite() return.Gustavo Sverzut Barbieri2016-12-011-2/+15
* efl_debug: fix typo, EXIT_FAILURE not EINA_TRUE.Gustavo Sverzut Barbieri2016-11-281-1/+1
* efl_debug (client and server): now on top of efl_net_{server,dialer}_simple.Gustavo Sverzut Barbieri2016-11-254-198/+429
* efl_debug: use new efl_net_dialer_simple, remove lots of code.Gustavo Sverzut Barbieri2016-11-251-63/+14
* efl_io_copier_flush: add may_block and ignore_line_delimiter parameters.Gustavo Sverzut Barbieri2016-11-251-1/+1
* efl_debug (client): quit if not waiting and we're done sending.Gustavo Sverzut Barbieri2016-11-241-1/+8
* efl_debug (client): rewrite using efl_net.Gustavo Sverzut Barbieri2016-11-242-112/+317
* efl_debug: filter own pid.Gustavo Sverzut Barbieri2016-11-241-0/+2
* efl: add binary mode to f(re)open() callsVincent Torri2015-12-051-1/+1
* Efl debug daemon: Fix Warning on Windows.Vincent Torri2015-07-031-2/+2
* eina, efl: add copyright notice.Vincent Torri2015-05-144-0/+72
* efl debug - make event log header .. nicer with a block header and sizeCarsten Haitzler (Rasterman)2015-05-111-12/+9
* efl debugd - fix evlog writing - dont duplicate empty blocksCarsten Haitzler (Rasterman)2015-05-101-2/+2
* eina evlog - make log dumps simple binary from debugd with headerCarsten Haitzler (Rasterman)2015-05-101-34/+13
* eina evlog - remove stolen count - unecessaryCarsten Haitzler (Rasterman)2015-05-101-1/+0
* eina - begin event log infra we can get from the new debug monitorCarsten Haitzler (Rasterman)2015-05-102-1/+128