summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Replace prctl with pthread_setname_np to set thread namedevel_pthread_setname_npJeevan Ramakant Nagvekar2021-09-141-2/+6
* libdlt: Add legacy include path in exported CMake config file (#327)Sebastian Lipponer2021-09-141-0/+1
* lib: Set TYLE to 1 for BOOL type (#320)TomiZet2021-08-301-2/+2
* file-transfer: Abort file transfer if get serial number failedAlexander Mohr2021-08-061-0/+6
* dlt_user.c: fixing casting wrong typeDinh Cong Toan2021-08-061-3/+3
* dlt-sortbytimestamp: Remove duplicated conditional statements codeGwanYeong Kim2021-07-191-15/+4
* dlt-convert: Remove duplicated conditional statements codeGwanYeong Kim2021-07-191-4/+1
* dlt-control-common.c: Fix build failure due to out-of-bound write -Werror=str...Gianfranco Costamagna2021-07-151-2/+2
* dlt_common: correct read/write positionDinh Cong Toan2021-06-301-3/+9
* Update document and fix conversion warningDinh Cong Toan2021-06-304-7/+6
* dlt_common: Increment size after memcpy()Dinh Cong Toan2021-06-301-3/+2
* Using dlt_vlog in verbose option in dlt_client.cDinh Cong Toan2021-06-301-47/+113
* dlt-logstorage-ctrl: Improve option force to syncDinh Cong Toan2021-06-301-15/+15
* dlt_user: correct handling return valueDinh Cong Toan2021-06-301-14/+18
* Update dlt-system-syslog with IPv6Dinh Cong Toan2021-06-301-6/+15
* Alternative solutions for json-c dependencyBiastoch, Darian (ADITG/ESM)2021-06-308-303/+330
* dlt-receive:Fix compiler warningdbiastoch2021-06-301-4/+8
* daemon: Improve signal handler for timersBui Nguyen Quoc Thanh2021-06-301-41/+43
* Apply uncrustify for src/daemon/* and src/lib/*Dinh Cong Toan2021-06-3012-165/+267
* dlt-receive: Enabled more filtering by using json filter filesdbiastoch2021-06-304-177/+523
* dlt_receive: handle exception in signal handler.Dinh Cong Toan2021-06-301-0/+3
* dlt message header brokenDinh Cong Toan2021-06-3015-146/+146
* Add missing string functions (#309)Martin Willers2021-05-311-0/+24
* Make nonverbose mode non exclusive (#300)Martin Willers2021-05-171-38/+60
* daemon: check the conf inputsBui Nguyen Quoc Thanh2021-05-103-7/+47
* Export cmake config file (#289)Martin Willers2021-05-101-2/+36
* 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
* dlt-receive: Add option to configure port of dlt receive (#293)Alex2021-03-161-1/+11
* Add verbose mode attribute handling (#292)Martin Willers2021-03-162-530/+464
* 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-082-2/+40
* gtest_dlt_common: fix seg fault when using memcpy().Dinh Cong Toan2021-01-061-5/+9
* example: Added customization of CxtID and AppIDdbiastoch2021-01-061-5/+20
* other: fix remaining conversion warningsDinh Cong Toan2021-01-0615-95/+95
* library: fix conversion warningsDinh Cong Toan(RBVH/ECM12)2021-01-065-105/+129
* tests: fix conversion warningsiod1hc2021-01-069-55/+55
* daemon: fix conversion warningsiod1hc2021-01-069-166/+179
* shared: fix conversion warningsiod1hc2021-01-062-69/+69
* 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-064-30/+29
* dlt-receive: flush stdout buffer by signalKHANH LUONG HONG DUY2021-01-061-1/+29
* logstorage: Implement general config to maintain logstorage loglevelSaya Sugiura2021-01-067-5/+156
* 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