summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix macro code to use boolean value in while instruction (false) (#469)michael-methner2023-05-081-1/+1
* dlt-user: fix crash with certain strings (#463)v2.18.9Alexander Mohr2023-04-171-9/+9
* house-keeper: remove infinite wait (#438)Alexander Mohr2023-03-221-18/+44
* logfile: exhance internal dlt logging by introducing size limits (#369)Daniel Weber2023-03-101-0/+1
* dlt-user: fix potential non closed socket in init/free (#435)Alexander Mohr2023-01-201-4/+39
* dlt-user: Fix crashes in dlt_free during dlt_init (#362)Alexander Mohr2023-01-111-83/+100
* filetransfer: fix filesize divisible by blocksize case (#383)Daniel Weber2022-12-011-0/+7
* client: Fix Get Log Info response conversion method (#422)Andrei Rusu2022-11-301-2/+3
* dlt-receive: set host interface and allow multiple udp multicast addresses (#...Bui Nguyen Quoc Thanh2022-10-261-17/+22
* Fix for Resource and Memory Leak (#418)lti9hc2022-10-261-17/+24
* Avoid memory corruption behind buffer wp in function dlt_getloginfo_conv_asci...michael-methner2022-10-111-2/+2
* dlt_client:Block in connect() (#409)Bui Nguyen Quoc Thanh2022-09-281-6/+66
* filetransfer: Fix getFileCreationDate2 stat checkAndrei-Mircea Rusu2022-01-031-5/+5
* lib: Correct VARI usage in dlt_user_log_write_uint (#356)Saya Sugiura2021-12-101-14/+86
* filetransfer: Return error if no free space (#354)Saya Sugiura2021-12-091-1/+3
* Support for Cygwin toolchain. (#351)DoctorNoobingstoneIPresume2021-11-151-1/+1
* fix -Wformat issues reported by clang (#349)sebastienr2021-11-091-3/+3
* 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