summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* doc: Limitation to SIGUSR1 usage on AndroidSaya Sugiura2021-01-062-0/+12
* gtest_dlt_common: fix seg fault when using memcpy().Dinh Cong Toan2021-01-062-5/+11
* example: Added customization of CxtID and AppIDdbiastoch2021-01-062-5/+126
* other: fix remaining conversion warningsDinh Cong Toan2021-01-0616-97/+97
* library: fix conversion warningsDinh Cong Toan(RBVH/ECM12)2021-01-066-106/+130
* tests: fix conversion warningsiod1hc2021-01-069-55/+55
* daemon: fix conversion warningsiod1hc2021-01-069-166/+179
* shared: fix conversion warningsiod1hc2021-01-063-74/+74
* logstorage: fix conversion warningsDinh Cong Toan(RBVH/ECM12)2021-01-062-65/+65
* console :fix conversion warningsDinh Cong Toan(RBVH/ECM12)2021-01-069-48/+48
* gateway: fix compile warningsDinh Cong Toan(RBVH/ECM12)2021-01-065-36/+35
* readme: cpack document for debian packageKHANH LUONG HONG DUY2021-01-061-0/+11
* CMakeList: implement cpack for debian packageKHANH LUONG HONG DUY2021-01-061-0/+6
* 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