summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gtest_dlt_common: fix seg fault when using memcpy().Dinh Cong Toan2021-01-061-5/+9
* example: Added customization of CxtID and AppIDdbiastoch2021-01-061-5/+20
* other: fix remaining conversion warningsDinh Cong Toan2021-01-0615-95/+95
* library: fix conversion warningsDinh Cong Toan(RBVH/ECM12)2021-01-065-105/+129
* tests: fix conversion warningsiod1hc2021-01-069-55/+55
* daemon: fix conversion warningsiod1hc2021-01-069-166/+179
* shared: fix conversion warningsiod1hc2021-01-062-69/+69
* logstorage: fix conversion warningsDinh Cong Toan(RBVH/ECM12)2021-01-062-65/+65
* console :fix conversion warningsDinh Cong Toan(RBVH/ECM12)2021-01-069-48/+48
* gateway: fix compile warningsDinh Cong Toan(RBVH/ECM12)2021-01-064-30/+29
* dlt-receive: flush stdout buffer by signalKHANH LUONG HONG DUY2021-01-061-1/+29
* logstorage: Implement general config to maintain logstorage loglevelSaya Sugiura2021-01-067-5/+156
* daemon: Correct order of runtime config load.Bui Nguyen Quoc Thanh2021-01-063-12/+24
* libdlt: Use SIGUSR1 for thread on AndroidBui Nguyen Quoc Thanh2021-01-062-5/+36
* 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
* libdlt: Use poll to avoid CPU high loadBui Nguyen Quoc Thanh2021-01-061-29/+49
* libdlt: Flush all data in atexit_handlerSaya Sugiura2021-01-061-13/+43
* dlt-convert: replace system() by dlt_execute_command()KHANH LUONG HONG DUY2021-01-061-13/+12
* dlt_common: Execute system command using execvpKHANH LUONG HONG DUY2021-01-061-0/+55
* logstorage: snprintf return checkSaya Sugiura2021-01-061-2/+4
* logstorage: Add debug logsSaya Sugiura2021-01-062-3/+31
* logstorage: Modify rearranging fileSaya Sugiura2021-01-061-1/+10
* logstorage: Handle wrap-aroundSaya Sugiura2021-01-065-52/+158
* libdlt: support short versionBui Nguyen Quoc Thanh2021-01-061-1/+6
* libdlt: disable injection msg via env varBui Nguyen Quoc Thanh2021-01-062-3/+13
* daemon: Alternative of timerfd in QNXBui Nguyen Quoc Thanh2021-01-062-32/+184
* bug-fix: fix invalid file descriptor checkAlexander Mohr2021-01-062-4/+9
* dlt_user: fix invalid poll timeoutAlexander Mohr2021-01-062-7/+5
* Add support for logging with VSOCK (#255)Martin Ejdestig2020-12-1411-192/+366
* dlt-control.c: return -1 on error (#259)Moritz Warning2020-12-081-12/+40
* Check size of ring buffer (#269)schrewe2020-12-071-12/+26
* dlt_common: Fix buffer overflow in dlt_filter_load (#275)gy7412020-11-301-2/+2
* dlt-daemon: Adds an option to disable injection mode (#266)sebastienr2020-11-254-2/+16
* Add message length checkTobias Öhrström2020-11-191-3/+9
* Init logd crash bufferTobias Öhrström2020-11-191-6/+14
* Avoid memory access errors with 4-chars context ids (#250)Martin Willers2020-11-171-8/+15
* dlt_client.c: remove misleading error message (#258)Moritz Warning2020-11-171-3/+3
* Fix overflow for -d argument in dlt-example-user (#270)Martin Ejdestig2020-11-171-4/+4
* dlt-daemon.c: exit early on error (#261)Moritz Warning2020-11-121-3/+6
* dlt-control.c: initialize dltdata via struct literal (#257)Moritz Warning2020-11-101-20/+10
* dlt-common.c: ensure null terminated string (#256)Moritz Warning2020-11-101-1/+1
* Make it easier to use libdlt when building DLT as a CMake subproject (#254)Martin Ejdestig2020-10-211-0/+1
* dlt_offline: fix build failures with gcc-10 (#245)Gianfranco Costamagna2020-09-013-2/+4
* Implement DLTClient for UDP multicast (#240)João Sousa2020-08-314-7/+113
* Revert "dlt_offline: fix build failures with gcc-10"Saya Sugiura2020-08-281-2/+2
* dlt_offline: fix build failures with gcc-10Gianfranco Costamagna2020-08-261-2/+2
* dlt_user.c: fix the lack of DLT_NETWORK_TRACE_ENABLE definitionKHANH LUONG HONG DUY2020-08-031-0/+2
* slog2 adapter on QNXNguyen Dinh Thi2020-07-087-0/+869
* dlt-daemon.c: fix printf format %d to %ld that formats a longKHANH LUONG HONG DUY2020-07-061-2/+2