summaryrefslogtreecommitdiff
path: root/src/lib/eina/eina_debug.c
Commit message (Expand)AuthorAgeFilesLines
* Eina: replace Evil.h with evil_private.h and remove Evil.h when not necessaryVincent Torri2019-05-161-1/+1
* replace hton and ntoh family functions with ones defined in einaVincent Torri2019-02-011-1/+1
* eina debug - fix 32bit warning for casting down to 32bit ptrsCarsten Haitzler (Rasterman)2018-11-091-1/+1
* eina debug - fix buffer truncation warningCarsten Haitzler (Rasterman)2018-11-091-2/+3
* eina_debug: switch to vpathMarcel Hollerbach2018-08-201-11/+3
* eina/debug: remove global lock for session list accessMike Blumenkrantz2018-07-031-7/+0
* eina/debug: rework session thread destruction to avoid deadlock on shutdownMike Blumenkrantz2018-07-031-15/+16
* eina debug - fix setuid process shutdown by initting fully except connCarsten Haitzler (Rasterman)2018-06-271-3/+3
* eina_debug: add function to reset debug subsystem after forkMike Blumenkrantz2018-06-191-0/+11
* eina_debug: make shutdown perform cleanups and kill the timer threadMike Blumenkrantz2018-06-191-21/+34
* eina: call eina_threads_init from eina_debug_initMike Blumenkrantz2018-06-191-0/+2
* eina: don't init subcomponents inside eina_debugMike Blumenkrantz2018-06-191-3/+0
* eina debug - use pthread _sigmask instead of sigprocmask like elsewhereCarsten Haitzler (Rasterman)2018-01-031-2/+2
* eina debug - ensure sockaddr is 0'd out before filling in to avoid junkCarsten Haitzler (Rasterman)2017-10-291-0/+1
* Windows: remove XP support and forbid compilation and run on this platformVincent Torri2017-10-011-1/+1
* eina debug - add missing unlock in erite err caseCarsten Haitzler (Rasterman)2017-10-011-0/+1
* eina debug - check write return values and complain on failureCarsten Haitzler (Rasterman)2017-09-291-2/+10
* efl: silent warnings shown on solaris due to missing header files.Cedric BAIL2017-09-141-0/+1
* eina: fix build for big endian platformsStefan Schmidt2017-09-111-0/+1
* eina debug - remove other swap and comment on the weirdness of thisCarsten Haitzler (Rasterman)2017-08-031-13/+4
* eina debug - new debug infra - comment out and make a note on bad endianCarsten Haitzler (Rasterman)2017-08-021-1/+12
* eina debug - set length after freeing/iterating over the keysCarsten Haitzler (Rasterman)2017-07-311-1/+1
* eina debug - if calloc for session struct failed - return NULLCarsten Haitzler (Rasterman)2017-07-291-0/+1
* eina debug - check return value of syscall for errorsCarsten Haitzler (Rasterman)2017-07-231-1/+1
* Eina Debug: fix a bug resulting in registering opcodes twiceDaniel Zaoui2017-06-111-0/+9
* eina: fix implicit declaration of pthread_set_name_np in eina_debug.Al Poole2017-06-081-0/+6
* eina: silence gcc warning.Cedric BAIL2017-06-051-1/+1
* Fix Windows compilationDaniel Zaoui2017-06-051-9/+41
* Support endiannessDaniel Zaoui2017-06-051-16/+28
* Remove alloca of potential big sizeDaniel Zaoui2017-06-051-1/+2
* Remove thread managementDaniel Zaoui2017-06-051-142/+13
* Removes modules featureDaniel Zaoui2017-06-051-113/+0
* Init the communication with the daemon from the debug threadDaniel Zaoui2017-06-051-2/+3
* Replace shell remote connection with localhost TCP connectionDaniel Zaoui2017-06-051-322/+75
* Remove _session variable as it is not needed anymoreDaniel Zaoui2017-06-051-28/+27
* Add data to opcode registration callbackDaniel Zaoui2017-06-051-5/+8
* Add API to get/set data to sessionDaniel Zaoui2017-06-051-0/+13
* Add API to get the session dispatcherDaniel Zaoui2017-06-051-0/+7
* Clean code and add commentsDaniel Zaoui2017-06-051-55/+56
* Fix Coverity issuesDaniel Zaoui2017-06-051-17/+23
* Add a better support of timersDaniel Zaoui2017-06-051-73/+23
* Add shell remote connectionDaniel Zaoui2017-06-051-18/+308
* Free packet buffer outside of the dispatcherDaniel Zaoui2017-06-051-7/+4
* Close file descriptor when the session is terminatedDaniel Zaoui2017-06-051-8/+2
* First patch of the Eina Debug layer rewritingDaniel Zaoui2017-06-051-30/+839
* evlog + efl dbug - add logging of cpu freq and cpu usage per threadCarsten Haitzler (Rasterman)2016-11-101-6/+2
* eina, efl: add copyright notice.Vincent Torri2015-05-141-0/+18
* eina debug - add commentsCarsten Haitzler (Rasterman)2015-05-081-1/+13
* eina_ddebug: Fix build for the case without all requirements for eina_debugStefan Schmidt2015-05-081-0/+1
* eina - start a much improved eina dbug infra and have eina_log use itCarsten Haitzler (Rasterman)2015-05-081-0/+69