summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README: Switch from travis-ci.org to travis-ci.comdevel_travis-ci_comSaya Sugiura2020-12-161-1/+1
* Add support for logging with VSOCK (#255)Martin Ejdestig2020-12-1419-224/+428
* Use dlt_defaults for dlt-logd-converter in Android.bp (#271)Martin Ejdestig2020-12-081-3/+1
* 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-255-2/+22
* 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-173-8/+75
* 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
* Remove nonexistent file from Android.bp (#264)Martin Ejdestig2020-11-101-1/+0
* 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
* Simplify setting of CONFIGURATION_FILES_DIR in CMakeLists.txt (#247)Martin Ejdestig2020-10-201-6/+1
* Create codeql-analysis.yml (#252)Saya Sugiura2020-10-021-0/+71
* Modify CMAKE_C_COMPILER check for QNX to accept "qcc" (#246)Martin Ejdestig2020-09-071-1/+1
* dlt_offline: fix build failures with gcc-10 (#245)Gianfranco Costamagna2020-09-014-2/+5
* Implement DLTClient for UDP multicast (#240)João Sousa2020-08-316-13/+140
* 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
* sd-daemon.c: Fix build with newer glibc and musl libcGianfranco Costamagna2020-08-241-1/+1
* dlt_user.c: fix the lack of DLT_NETWORK_TRACE_ENABLE definitionKHANH LUONG HONG DUY2020-08-031-0/+2
* Update ReleaseNotes and version to v2.18.5v2.18.5LUONG HONG DUY KHANH(RBVH/ENG42)2020-07-092-2/+124
* slog2 adapter on QNXNguyen Dinh Thi2020-07-0810-0/+977
* Update gtest_dlt_all.sh to detect core dumpKevin-Luong2020-07-061-2/+9
* dlt-daemon.c: fix printf format %d to %ld that formats a longKHANH LUONG HONG DUY2020-07-061-2/+2
* doc/CMakeList.txt: replace dlt_design_specification.txt to .mdKHANH LUONG HONG DUY2020-07-061-1/+1
* network trace: Fix macro usageKHANH LUONG HONG DUY2020-07-061-1/+1
* limit logspam in gateway on client overflowFelix Herrmann2020-07-063-61/+39
* Android.bp: fix dlt_user.h genruleFelix Herrmann2020-07-061-3/+5
* logstorage: Issue with more than 2 filtersBui Nguyen Quoc Thanh2020-07-061-1/+3
* remove unused featureKHANH LUONG HONG DUY2020-07-062-8/+0
* gtest_dlt_daemon_gateway: correct comparison operator syntaxLUONG HONG DUY KHANH(RBVH/ENG42)2020-07-061-2/+2
* set DLT_NETWORK_TRACE_ENABLE by cmakedefineFelix Herrmann2020-07-067-4/+64
* doc: Update dlt_offline_logstorage.mdBui Nguyen Quoc Thanh2020-07-061-0/+1
* UT: Fix segfault in logstorage testBui Nguyen Quoc Thanh2020-07-061-0/+1
* logstorage: support all stragegiesBui Nguyen Quoc Thanh2020-07-062-57/+63
* update cmake VERSION variablesFelix Herrmann2020-07-065-8/+8
* simplify and fix android version scriptFelix Herrmann2020-07-061-46/+31
* execute unittests with cmakeFelix Herrmann2020-07-065-35/+49
* dlt_design_specification: update contentLUONG HONG DUY KHANH(RBVH/ENG42)2020-07-063-125/+314
* dlt_design_specification: convert from .txt to .md formatLUONG HONG DUY KHANH(RBVH/ENG42)2020-07-062-644/+622
* logstorage: fix syncbehaviourBui Nguyen Quoc Thanh2020-07-061-26/+44
* daemon: Fix smoketestBui Nguyen Quoc Thanh2020-07-061-1/+1
* unittest: Update according to API's changesBui Nguyen Quoc Thanh2020-07-061-10/+20
* offline storage: Improvement log messages at bottomBui Nguyen Quoc Thanh2020-07-065-53/+195