summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* dlt-receive: flush stdout buffer by signalKHANH LUONG HONG DUY2021-01-061-1/+29
* gtest: Include necessary headerssugiura2021-01-061-99/+17
* doc: Update doc for the maintain logstorage loglevel implementationKHANH LUONG HONG DUY2021-01-061-1/+24
* logstorage: Implement general config to maintain logstorage loglevelSaya Sugiura2021-01-068-5/+163
* 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-062-0/+63
* logstorage: snprintf return checkSaya Sugiura2021-01-061-2/+4
* logstorage: Update unit testSaya Sugiura2021-01-061-15/+166
* 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-062-2/+9
* design doc: update spec for new environment variableBui Nguyen Quoc Thanh2021-01-061-0/+6
* doc: update disable injection msg for developerBui Nguyen Quoc Thanh2021-01-061-0/+16
* libdlt: disable injection msg via env varBui Nguyen Quoc Thanh2021-01-063-3/+14
* doc: Rewrote the DLT user documentation.Sebastian Unger2021-01-064-130/+293
* 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
* README: Switch from travis-ci.org to 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