summaryrefslogtreecommitdiff
path: root/src/daemon
Commit message (Expand)AuthorAgeFilesLines
* dlt_user_shared: Add timeout to writev (#385)Alexander Mohr2023-05-172-3/+3
* Fix macro code to use boolean value in while instruction (false) (#469)michael-methner2023-05-081-1/+1
* Re-Initialize internal logging in daemon mode only (#459)lvklevankhanh2023-04-191-10/+0
* logstorage: Adds option to write logs in gzip format (#442)Linus Probert2023-04-191-0/+3
* logfile: exhance internal dlt logging by introducing size limits (#369)Daniel Weber2023-03-104-14/+59
* dlt-connection: add socket timeoutAlexander Mohr2023-02-221-0/+15
* Fix for Resource and Memory Leak (#418)lti9hc2022-10-263-4/+11
* dlt_daemon_client: Fix Control Msg ECUId comparison with active Gateway (#414)Andrei Rusu2022-10-131-1/+1
* internal-logging: Fix issues with file logging (#378)Alexander Mohr2022-10-052-2/+22
* systemd: add support for socket activation via systemd (#401)Alexander Mohr2022-10-052-0/+53
* dlt_daemon_client: Fix change loglevel of application (#408)lti9hc2022-09-281-4/+4
* 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-102-4/+23
* Support for Cygwin toolchain. (#351)DoctorNoobingstoneIPresume2021-11-153-2/+3
* 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-124-39/+153
* daemon: Create parent directory for unix socketSaya Sugiura2021-10-051-5/+19
* daemon: Enable to use FIFO on QNXSaya Sugiura2021-10-052-6/+15
* fix malformed printf format strings (#295)Radek Kaczorowski2021-10-054-37/+41
* daemon: Call dlt_daemon_configuration_load() properly (#330)kundatipradeep2021-09-141-6/+6
* Update document and fix conversion warningDinh Cong Toan2021-06-301-3/+3
* dlt-logstorage-ctrl: Improve option force to syncDinh Cong Toan2021-06-301-15/+15
* Alternative solutions for json-c dependencyBiastoch, Darian (ADITG/ESM)2021-06-301-3/+2
* daemon: Improve signal handler for timersBui Nguyen Quoc Thanh2021-06-301-41/+43
* Apply uncrustify for src/daemon/* and src/lib/*Dinh Cong Toan2021-06-308-44/+81
* dlt-receive: Enabled more filtering by using json filter filesdbiastoch2021-06-301-2/+3
* dlt message header brokenDinh Cong Toan2021-06-306-29/+29
* daemon: check the conf inputsBui Nguyen Quoc Thanh2021-05-102-7/+39
* 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