summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "dlt_offline: fix build failures with gcc-10"revert-238-gcc-10-fix-2Saya 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
* common: Isolate FIFO/Unix socketLUONG HONG DUY KHANH(RBVH/ENG42)2020-07-063-7/+40
* 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-065-26/+136
* network trace: Include necessary headersSaya Sugiura2020-07-069-16/+3
* network trace: Add mqueue verificationSaya Sugiura2020-07-068-23/+115
* Unittest for new apiBui Nguyen Quoc Thanh2020-07-061-1/+55
* Remove duplicate definition of DLT_CONVERT_TEXTBUFSIZEBui Nguyen Quoc Thanh2020-07-061-1/+0
* Improve performance of DLT file parsingBui Nguyen Quoc Thanh2020-07-062-0/+83
* 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-065-21/+69
* Unittest: Update testcaseBui Nguyen Quoc Thanh2020-07-063-2/+21
* 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
* tests: remove unused zlib includeFelix Herrmann2020-07-061-1/+0
* 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-064-42/+36
* android logd forwarderFelix Herrmann2020-07-065-2/+276