summaryrefslogtreecommitdiff
path: root/src/daemon/dlt-daemon.c
Commit message (Expand)AuthorAgeFilesLines
* Re-Initialize internal logging in daemon mode only (#459)lvklevankhanh2023-04-191-10/+0
* logfile: exhance internal dlt logging by introducing size limits (#369)Daniel Weber2023-03-101-11/+41
* Fix for Resource and Memory Leak (#418)lti9hc2022-10-261-1/+3
* internal-logging: Fix issues with file logging (#378)Alexander Mohr2022-10-051-2/+20
* dlt-gateway: Fix crash on invalid ip (#381)Alexander Mohr2022-09-281-1/+1
* dlt-daemon-connection: Start up even if not all bindings are valid (#380)Alexander Mohr2022-08-101-4/+10
* enforce-trace-limit: ContextLogLevel is now enforced in the daemon (#382)Alexander Mohr2022-08-101-3/+20
* Support for Cygwin toolchain. (#351)DoctorNoobingstoneIPresume2021-11-151-1/+1
* daemon: Do not exit when accept returns ECONNABORTED (#347)rvalovyi2021-11-031-0/+2
* dlt-daemon: Only create directories if they do not exist yetAlexander Mohr2021-10-211-7/+11
* dlt-daemon: create sockets using "android way"Sebastien RAILLET2021-10-121-38/+105
* daemon: Create parent directory for unix socketSaya Sugiura2021-10-051-5/+19
* daemon: Enable to use FIFO on QNXSaya Sugiura2021-10-051-6/+14
* fix malformed printf format strings (#295)Radek Kaczorowski2021-10-051-29/+33
* daemon: Call dlt_daemon_configuration_load() properly (#330)kundatipradeep2021-09-141-6/+6
* daemon: Improve signal handler for timersBui Nguyen Quoc Thanh2021-06-301-41/+43
* daemon: check the conf inputsBui Nguyen Quoc Thanh2021-05-101-5/+35
* Make dlt pipe only readable by user (#285)Mostafa2021-01-191-1/+1
* other: fix remaining conversion warningsDinh Cong Toan2021-01-061-6/+6
* daemon: fix conversion warningsiod1hc2021-01-061-44/+56
* gateway: fix compile warningsDinh Cong Toan(RBVH/ECM12)2021-01-061-2/+2
* logstorage: Implement general config to maintain logstorage loglevelSaya Sugiura2021-01-061-0/+3
* daemon: Correct order of runtime config load.Bui Nguyen Quoc Thanh2021-01-061-1/+17
* daemon: Alternative of timerfd in QNXBui Nguyen Quoc Thanh2021-01-061-31/+177
* Add support for logging with VSOCK (#255)Martin Ejdestig2020-12-141-38/+121
* dlt-daemon: Adds an option to disable injection mode (#266)sebastienr2020-11-251-0/+4
* 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-061-23/+7
* common: Isolate FIFO/Unix socketLUONG HONG DUY KHANH(RBVH/ENG42)2020-07-061-4/+22
* daemon: Avoid spamming message buffer overflowBui Nguyen Quoc Thanh2020-07-061-19/+8
* gateway: Configurable interval timeBui Nguyen Quoc Thanh2020-07-061-2/+2
* snprintf ret > 0 is not always an errorFelix Herrmann2020-07-061-6/+12
* fix some gcc9 compiler warningsFelix Herrmann2020-07-061-7/+15
* Limit log messages on full bufferFelix Herrmann2020-07-061-3/+8
* 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
* dlt-daemon: fix resource leakPhong Tran2019-12-111-0/+2
* 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-141-2/+6
* Fix: Propper usage of LoggingMode: "uncrustification"Sebastian Kloska2019-10-101-30/+30
* Fix: Propper usage of LoggingMode in ".../dlt-runtime.cfg"Sebastian Kloska2019-10-101-5/+5
* shm: Resend dlt msg when client connectVo Trung Chi2019-09-131-216/+53
* Add option in dlt.conf for bindAddress to specific IPs (#130)AdrianStoenescu2019-09-031-26/+95
* UDP Multicast implementation (#155)Sunil-K-S2019-08-231-0/+49
* 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-011-3/+30
* Revert "Add option in dlt.conf for bindAddress to specific IPs (#130)"Saya Sugiura2019-08-011-95/+26
* Add option to set owner group of daemon FIFO (#122)Jiri Popek2019-07-251-1/+37
* Add option in dlt.conf for bindAddress to specific IPs (#130)AdrianStoenescu2019-07-251-26/+95
* doxygen: Remove licenceSaya Sugiura2019-07-191-2/+0