summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* dlt-receive: Implemented gtest for extended filteringdbiastoch2021-06-304-0/+92
* dlt-receive: Enabled more filtering by using json filter filesdbiastoch2021-06-3010-184/+626
* dlt_receive: handle exception in signal handler.Dinh Cong Toan2021-06-301-0/+3
* dlt message header brokenDinh Cong Toan2021-06-3017-159/+159
* Add missing string functions (#309)Martin Willers2021-05-315-6/+333
* gtest: Find system-provided external gtest (#301)Gianfranco Costamagna2021-05-171-1/+5
* Make nonverbose mode non exclusive (#300)Martin Willers2021-05-174-56/+133
* Merge pull request from GHSA-7cqp-2hqj-mh3fBui Nguyen Quoc Thanh2021-05-123-7/+47
|\
| * daemon: check the conf inputsBui Nguyen Quoc Thanh2021-05-103-7/+47
|/
* Export cmake config file (#289)Martin Willers2021-05-103-6/+133
* Better formatting of RAWD (#291)Martin Willers2021-04-051-4/+9
* fix bad funcion cast in dlt_user_log_out_error_handling (#294)Radek Kaczorowski2021-03-261-5/+5
* Contact information update (#299)Saya Sugiura2021-03-161-1/+1
* dlt-receive: Add option to configure port of dlt receive (#293)Alex2021-03-162-2/+15
* Add verbose mode attribute handling (#292)Martin Willers2021-03-167-531/+1376
* Resolving broken link in README (#297)Darian Biastoch2021-03-111-2/+2
* fscanf() uses dynamic formatting to prevent buffer overflow (#288)Kevin-Luong2021-01-291-2/+5
* Make dlt pipe only readable by user (#285)Mostafa2021-01-191-1/+1
* dlt_client_main_loop running in an infinite loop restricts graceful exit of D...Sreeharsha Ramanavarapu2021-01-083-2/+42
* Update ReleaseNotes and version to v2.18.6v2.18.6Saya Sugiura2021-01-062-2/+70
* 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