summaryrefslogtreecommitdiff
path: root/src/lib/dlt_user.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Fix wrong type alert from lgtmdevel_v2.18.8Saya 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
* lib: Disable extended header in non verbose mode by env varOnkar Palkar2019-09-131-0/+11
* shm: Resend dlt msg when client connectVo Trung Chi2019-09-131-7/+0
* lib: Remove else nothingSaya Sugiura2019-09-131-2/+0
* network trace: Do not allow DLT usage in forked childVo Trung Chi2019-09-131-0/+4
* lib: Assign fd after it's closedSaya Sugiura2019-09-131-0/+1
* Add user custom timestamp interfaceSebastian Unger2019-09-131-1/+8
* libdlt: truncate the log message if it is too long (#156) (#157)Vo Trung Chi2019-09-021-90/+147
* using POSIX shared memory APIs (#90) (#151)Vo Trung Chi2019-08-011-16/+6
* Correct sa findingsSaya Sugiura2019-07-241-1/+3