summaryrefslogtreecommitdiff
path: root/src/daemon
Commit message (Expand)AuthorAgeFilesLines
* Make dlt pipe only readable by user (#285)Mostafa2021-01-191-1/+1
* other: fix remaining conversion warningsDinh Cong Toan2021-01-066-23/+23
* daemon: fix conversion warningsiod1hc2021-01-069-166/+179
* gateway: fix compile warningsDinh Cong Toan(RBVH/ECM12)2021-01-061-2/+2
* logstorage: Implement general config to maintain logstorage loglevelSaya Sugiura2021-01-065-3/+24
* daemon: Correct order of runtime config load.Bui Nguyen Quoc Thanh2021-01-063-12/+24
* dlt-daemon: log levels are not controlledBui Nguyen Quoc Thanh2021-01-062-31/+33
* dlt-daemon: complete logstorage path with '/'Bui Nguyen Quoc Thanh2021-01-061-5/+53
* daemon: Alternative of timerfd in QNXBui Nguyen Quoc Thanh2021-01-062-32/+184
* Add support for logging with VSOCK (#255)Martin Ejdestig2020-12-146-105/+213
* dlt-daemon: Adds an option to disable injection mode (#266)sebastienr2020-11-254-2/+16
* dlt-daemon.c: exit early on error (#261)Moritz Warning2020-11-121-3/+6
* dlt_offline: fix build failures with gcc-10 (#245)Gianfranco Costamagna2020-09-011-0/+1
* dlt-daemon.c: fix printf format %d to %ld that formats a longKHANH LUONG HONG DUY2020-07-061-2/+2
* limit logspam in gateway on client overflowFelix Herrmann2020-07-062-56/+36
* common: Isolate FIFO/Unix socketLUONG HONG DUY KHANH(RBVH/ENG42)2020-07-061-4/+22
* network trace: Include necessary headersSaya Sugiura2020-07-064-8/+0
* Redirect stdout to stderrLUONG HONG DUY KHANH(RBVH/ENG42)2020-07-061-1/+4
* daemon: Avoid spamming message buffer overflowBui Nguyen Quoc Thanh2020-07-062-20/+9
* gateway: Configurable interval timeBui Nguyen Quoc Thanh2020-07-061-2/+2
* disable android services by defaultFelix Herrmann2020-07-061-0/+1
* snprintf ret > 0 is not always an errorFelix Herrmann2020-07-061-6/+12
* fix some gcc9 compiler warningsFelix Herrmann2020-07-063-22/+25
* fix clang warnings about GNU stuffFelix Herrmann2020-07-061-5/+6
* android logd forwarderFelix Herrmann2020-07-061-0/+4
* Limit log messages on full bufferFelix Herrmann2020-07-062-5/+10
* daemon: Remove empty line in daemon logSaya Sugiura2020-07-061-16/+17
* Fixed empty internal message in dlt-daemon.c (#225)Francesco Montefoschi2020-04-291-1/+3
* sys/poll.h: deprecate old sys/poll.h include header, now glibc/musl wants pol...Gianfranco Costamagna2020-01-273-3/+3
* dlt.conf: suppress the warnings udp multicast (#197)Phong Tran2019-12-111-3/+3
* dlt_daemon_socket: leave while socket binds failsPhong Tran2019-12-111-0/+1
* dlt-daemon: fix resource leakPhong Tran2019-12-111-0/+2
* Fix compiler warnings: pointer of type ‘void *’ used in arithmetic (#196)Sebastian Lipponer2019-12-101-1/+1
* Change the DLT_CHECK_RCV_DATA_SIZE macro to an internal function (#191)Sebastian Lipponer2019-11-251-10/+10
* dlt-offline-trace: fix bug and hardcode (#174) (#186)Vo Trung Chi2019-11-141-2/+1
* Removed unused headers(epoll) in UDP connectionsunil.s2019-10-144-10/+21
* Fix: Propper usage of LoggingMode: "uncrustification"Sebastian Kloska2019-10-102-41/+35
* Fix: Propper usage of LoggingMode in ".../dlt-runtime.cfg"Sebastian Kloska2019-10-102-8/+12
* dlt-system: Call tzset before localtime_r (#165)Saya Sugiura2019-09-231-0/+2
* doxygen improvementSaya Sugiura2019-09-133-3/+3
* shm: Resend dlt msg when client connectVo Trung Chi2019-09-135-275/+159
* console: Add get sw version control msgVo Trung Chi2019-09-131-2/+3
* dlt-daemon: correct errno usageVo Trung Chi2019-09-031-7/+9
* dlt-daemon: fix bug binding invalid ipv6 address as defaultVo Trung Chi2019-09-031-2/+5
* Add option in dlt.conf for bindAddress to specific IPs (#130)AdrianStoenescu2019-09-035-70/+155
* protocol: Remove non supported user service ID (#159)Saya Sugiura2019-09-021-11/+11
* UDP Multicast implementation (#155)Sunil-K-S2019-08-239-2/+460
* daemon: fix compile error with DLT_IPC="UNIX_SOCKET" (#153)Vo Trung Chi2019-08-021-0/+2
* using POSIX shared memory APIs (#90) (#151)Vo Trung Chi2019-08-012-4/+34
* Revert "Add option in dlt.conf for bindAddress to specific IPs (#130)"Saya Sugiura2019-08-015-152/+70