summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix gateway config element searchFelix Herrmann2020-07-061-5/+4
* doc: update a note for logstorage with wildcardBui Nguyen Quoc Thanh2020-07-061-0/+3
* daemon: logstorage with wildcardsBui Nguyen Quoc Thanh2020-07-061-4/+6
* Limit log messages on full bufferFelix Herrmann2020-07-062-5/+10
* Android: Enable Android buildFelix Herrmann2020-07-066-10/+287
* logstorage: Filter section handlingSaya Sugiura2020-07-061-53/+48
* doc: Logstorage non-verbose filterSaya Sugiura2020-07-061-1/+39
* correct errno usage in dlt_stop_threadsVo Trung Chi2020-07-061-11/+6
* shared: Read DLT header until it's foundSaya Sugiura2020-07-061-13/+31
* Use ssize_t for bytes_writtenBui Nguyen Quoc Thanh2020-07-061-1/+1
* Fix dlt-sortbytimestampBui Nguyen Quoc Thanh2020-07-061-4/+34
* Remove DLT_PACKED redefinition guard in dlt_common.hFelix Herrmann2020-07-061-3/+1
* rename definition PACKED to DLT_PACKEDFelix Herrmann2020-07-064-47/+39
* daemon: Remove empty line in daemon logSaya Sugiura2020-07-061-16/+17
* Revert "dlt_common: Fix buffer overflow in dlt_buffer_get (#215)"Saya Sugiura2020-06-161-4/+2
* FIX: prevent usage of uninitialized message queue handleRudolf Svanda2020-05-181-1/+3
* Add unit tests for new sized string functionsMartin Willers2020-05-181-0/+100
* Add documentation for new sized string functionsMartin Willers2020-05-181-2/+34
* Add macro wrappers for new sized string functionsMartin Willers2020-05-181-0/+33
* Minor optimizationMartin Willers2020-05-181-1/+1
* Add functions for writing strings with known sizesMartin Willers2020-05-182-0/+50
* Add helper function for writing strings with known sizesMartin Willers2020-05-181-3/+17
* Fixed empty internal message in dlt-daemon.c (#225)Francesco Montefoschi2020-04-291-1/+3
* common: Fix uint64 type (#217)Saya Sugiura2020-04-021-1/+1
* dlt_common: Fix buffer overflow in dlt_buffer_get (#215)Ricardo Leite2020-03-301-2/+4
* FIX: Check validity of `file` pointer before usage.Sebastian Kloska2020-02-201-3/+3
* doc/dlt_for_developers.md: Fix wrong DLT include directiveSebastian Lipponer2020-02-111-1/+1
* Remove naming of variadic macro parametersTed Lyngmo2020-02-061-8/+8