summaryrefslogtreecommitdiff
path: root/src/lib/dlt_user.c
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
* 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
* Fix for Resource and Memory Leak (#418)lti9hc2022-10-261-17/+24
* lib: Correct VARI usage in dlt_user_log_write_uint (#356)Saya Sugiura2021-12-101-14/+86
* 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
* lib: Add SOCK_CLOEXEC to socketSaya Sugiura2021-10-051-1/+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
* fix malformed printf format strings (#295)Radek Kaczorowski2021-10-051-9/+9
* dlt_user: Use pthread_setname_np() if available (#326)Sebastian Lipponer2021-09-141-5/+13
* lib: Set TYLE to 1 for BOOL type (#320)TomiZet2021-08-301-2/+2
* dlt_user.c: fixing casting wrong typeDinh Cong Toan2021-08-061-3/+3
* dlt_user: correct handling return valueDinh Cong Toan2021-06-301-14/+18
* Add missing string functions (#309)Martin Willers2021-05-311-0/+24
* Make nonverbose mode non exclusive (#300)Martin Willers2021-05-171-38/+60
* 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
* other: fix remaining conversion warningsDinh Cong Toan2021-01-061-12/+12
* library: fix conversion warningsDinh Cong Toan(RBVH/ECM12)2021-01-061-57/+59
* gateway: fix compile warningsDinh Cong Toan(RBVH/ECM12)2021-01-061-6/+6
* libdlt: Use SIGUSR1 for thread on AndroidBui Nguyen Quoc Thanh2021-01-061-2/+33
* 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: disable injection msg via env varBui Nguyen Quoc Thanh2021-01-061-3/+10
* dlt_user: fix invalid poll timeoutAlexander Mohr2021-01-061-7/+2
* Add support for logging with VSOCK (#255)Martin Ejdestig2020-12-141-37/+125
* 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
* 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
* Android: Enable Android buildFelix Herrmann2020-07-061-5/+31
* correct errno usage in dlt_stop_threadsVo Trung Chi2020-07-061-11/+6
* FIX: prevent usage of uninitialized message queue handleRudolf Svanda2020-05-181-1/+3
* Minor optimizationMartin Willers2020-05-181-1/+1
* Add functions for writing strings with known sizesMartin Willers2020-05-181-0/+16
* Add helper function for writing strings with known sizesMartin Willers2020-05-181-3/+17
* sys/poll.h: deprecate old sys/poll.h include header, now glibc/musl wants pol...Gianfranco Costamagna2020-01-271-1/+1
* dlt_user: init DltContextData before usePhong Tran2019-12-111-5/+4
* Provide DLT_GET_APPID macro (#187) (#188)Vo Trung Chi2019-11-141-0/+11
* libdlt: reattachment and improvement in dlt thread (#171)Vo Trung Chi2019-10-011-108/+59
* libdlt: calculate resend buffer memoryBui Nguyen Quoc Thanh2019-09-131-19/+29