summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* fixes compilation issue with clangSebastien RAILLET2021-10-131-2/+2
* lib: Fix wrong type alert from lgtmSaya Sugiura2021-10-051-2/+2
* lib: generate dlt library internal log fileLe-Tin2021-10-051-0/+10
* dlt_user: Make dlt_init thread safeDarian Biastoch2021-10-051-5/+21
* remove clang-tidy analyzer warnings: incompatible pointer typeDarian Biastoch2021-10-051-50/+35
* lib: Add SOCK_CLOEXEC to socketSaya Sugiura2021-10-051-1/+1
* header: Adapt to DLT_DISABLE_MACROSaya Sugiura2021-10-051-0/+1
* lib: Add new interfaces with given bufferSaya Sugiura2021-10-051-30/+92
* lib: Add MaxFileSize handlingNarasimhaiah Suprathik (RBEI/ECF3)2021-10-051-6/+58
* console: provides args option to enable send/receive serial headerVo Trung Chi2021-10-051-5/+62
* fix malformed printf format strings (#295)Radek Kaczorowski2021-10-051-9/+9
* Make the legacy include path a CMake option (#332)Martin Willers2021-10-051-1/+7
* dlt_user: Use pthread_setname_np() if available (#326)Sebastian Lipponer2021-09-141-5/+13
* 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
* Update document and fix conversion warningDinh Cong Toan2021-06-301-2/+0
* Using dlt_vlog in verbose option in dlt_client.cDinh Cong Toan2021-06-301-47/+113
* dlt_user: correct handling return valueDinh Cong Toan2021-06-301-14/+18
* Alternative solutions for json-c dependencyBiastoch, Darian (ADITG/ESM)2021-06-301-1/+1
* Apply uncrustify for src/daemon/* and src/lib/*Dinh Cong Toan2021-06-304-121/+186
* dlt-receive: Enabled more filtering by using json filter filesdbiastoch2021-06-301-1/+1
* dlt message header brokenDinh Cong Toan2021-06-302-20/+20
* Add missing string functions (#309)Martin Willers2021-05-311-0/+24
* Make nonverbose mode non exclusive (#300)Martin Willers2021-05-171-38/+60
* Export cmake config file (#289)Martin Willers2021-05-101-2/+36
* fix bad funcion cast in dlt_user_log_out_error_handling (#294)Radek Kaczorowski2021-03-261-5/+5
* Add verbose mode attribute handling (#292)Martin Willers2021-03-161-502/+357
* dlt_client_main_loop running in an infinite loop restricts graceful exit of D...Sreeharsha Ramanavarapu2021-01-081-1/+10
* other: fix remaining conversion warningsDinh Cong Toan2021-01-063-25/+25
* library: fix conversion warningsDinh Cong Toan(RBVH/ECM12)2021-01-064-84/+87
* gateway: fix compile warningsDinh Cong Toan(RBVH/ECM12)2021-01-061-6/+6
* libdlt: Use SIGUSR1 for thread on AndroidBui Nguyen Quoc Thanh2021-01-062-5/+36
* 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
* libdlt: support short versionBui Nguyen Quoc Thanh2021-01-061-1/+6
* libdlt: disable injection msg via env varBui Nguyen Quoc Thanh2021-01-062-3/+13
* dlt_user: fix invalid poll timeoutAlexander Mohr2021-01-062-7/+5
* Add support for logging with VSOCK (#255)Martin Ejdestig2020-12-142-39/+137
* dlt_client.c: remove misleading error message (#258)Moritz Warning2020-11-171-3/+3
* Make it easier to use libdlt when building DLT as a CMake subproject (#254)Martin Ejdestig2020-10-211-0/+1
* Implement DLTClient for UDP multicast (#240)João Sousa2020-08-311-1/+81
* dlt_user.c: fix the lack of DLT_NETWORK_TRACE_ENABLE definitionKHANH LUONG HONG DUY2020-08-031-0/+2
* network trace: Fix macro usageKHANH LUONG HONG DUY2020-07-061-1/+1
* update cmake VERSION variablesFelix Herrmann2020-07-061-1/+1
* libdlt: Relocate dltFifoBaseDir settingLUONG HONG DUY KHANH(RBVH/ENG42)2020-07-061-3/+0
* network trace: Add mqueue verificationSaya Sugiura2020-07-061-18/+29
* relocation dlt_check_envvar() and update dlt_init() functionsLUONG HONG DUY KHANH(RBVH/ENG42)2020-07-061-6/+6
* fix some gcc9 compiler warningsFelix Herrmann2020-07-061-31/+30