summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* network trace: Fix macro usageKHANH LUONG HONG DUY2020-07-061-1/+1
* limit logspam in gateway on client overflowFelix Herrmann2020-07-063-61/+39
* logstorage: Issue with more than 2 filtersBui Nguyen Quoc Thanh2020-07-061-1/+3
* logstorage: support all stragegiesBui Nguyen Quoc Thanh2020-07-062-57/+63
* update cmake VERSION variablesFelix Herrmann2020-07-061-1/+1
* logstorage: fix syncbehaviourBui Nguyen Quoc Thanh2020-07-061-26/+44
* daemon: Fix smoketestBui Nguyen Quoc Thanh2020-07-061-1/+1
* offline storage: Improvement log messages at bottomBui Nguyen Quoc Thanh2020-07-065-53/+195
* common: Isolate FIFO/Unix socketLUONG HONG DUY KHANH(RBVH/ENG42)2020-07-062-7/+31
* libdlt: Relocate dltFifoBaseDir settingLUONG HONG DUY KHANH(RBVH/ENG42)2020-07-062-3/+3
* doc: md file for dlt_gateway.confBui Nguyen Quoc Thanh2020-07-061-2/+0
* network trace: Include necessary headersSaya Sugiura2020-07-068-16/+0
* network trace: Add mqueue verificationSaya Sugiura2020-07-062-18/+77
* Remove duplicate definition of DLT_CONVERT_TEXTBUFSIZEBui Nguyen Quoc Thanh2020-07-061-1/+0
* Improve performance of DLT file parsingBui Nguyen Quoc Thanh2020-07-061-0/+69
* relocation dlt_check_envvar() and update dlt_init() functionsLUONG HONG DUY KHANH(RBVH/ENG42)2020-07-061-6/+6
* Redirect stdout to stderrLUONG HONG DUY KHANH(RBVH/ENG42)2020-07-062-14/+49
* gateway: Improvement of handling Gateway configBui Nguyen Quoc Thanh2020-07-063-11/+51
* daemon: Avoid spamming message buffer overflowBui Nguyen Quoc Thanh2020-07-062-20/+9
* gateway: Support infinite loop of retryBui Nguyen Quoc Thanh2020-07-062-6/+17
* gateway: Configurable interval timeBui Nguyen Quoc Thanh2020-07-065-47/+172
* disable android services by defaultFelix Herrmann2020-07-062-0/+2
* logstorage: Add NULL check of IDsSaya Sugiura2020-07-061-1/+2
* snprintf ret > 0 is not always an errorFelix Herrmann2020-07-061-6/+12
* fix some gcc9 compiler warningsFelix Herrmann2020-07-069-79/+92
* fix clang warnings about GNU stuffFelix Herrmann2020-07-063-34/+28
* android logd forwarderFelix Herrmann2020-07-063-0/+244
* fix gateway config element searchFelix Herrmann2020-07-061-5/+4
* daemon: logstorage with wildcardsBui Nguyen Quoc Thanh2020-07-061-4/+6