summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* fix -Wformat issues reported by clang (#349)sebastienr2021-11-092-8/+8
* Forcibly the severity level set (#346)dhnatiuk12021-11-031-0/+3
* daemon: Do not exit when accept returns ECONNABORTED (#347)rvalovyi2021-11-031-0/+2
* dlt-system : fix invalid free with ConfigurationFileNameMarc TITINGER2021-10-211-2/+2
* dlt-daemon: Only create directories if they do not exist yetAlexander Mohr2021-10-211-7/+11
* fixes compilation issue with clangSebastien RAILLET2021-10-131-2/+2
* dlt-daemon: create sockets using "android way"Sebastien RAILLET2021-10-124-39/+153
* dlt-system: fix a libc buffer overflow detection on 32bit targetsMarc TITINGER2021-10-081-2/+2
* lib: Fix wrong type alert from lgtmSaya Sugiura2021-10-051-2/+2
* lib: generate dlt library internal log fileLe-Tin2021-10-052-2/+12
* tests: add stdlib to dlt_cpp_extensionDarian Biastoch2021-10-051-0/+1
* 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
* dlt-control-common: shutdown and close socketBui Nguyen Quoc Thanh2021-10-051-0/+9
* gtest: Refactor tests/CMakeLists.txtSaya Sugiura2021-10-053-0/+179
* lib: Add SOCK_CLOEXEC to socketSaya Sugiura2021-10-051-1/+1
* daemon: Create parent directory for unix socketSaya Sugiura2021-10-051-5/+19
* console: Add cmake options for control and timestampSaya Sugiura2021-10-051-14/+12
* tests: Adapt to DLT_DISABLE_MACROSaya Sugiura2021-10-051-0/+4
* header: Adapt to DLT_DISABLE_MACROSaya Sugiura2021-10-054-0/+5
* daemon: Enable to use FIFO on QNXSaya Sugiura2021-10-052-6/+15
* tests: Add new test case with given bufferSaya Sugiura2021-10-051-25/+235
* tests: Enable macro disablingSaya Sugiura2021-10-057-121/+150
* lib: Add new interfaces with given bufferSaya Sugiura2021-10-051-30/+92
* Implemention of tests for the dlt-qnx-system modulessugiura2021-10-052-0/+145
* lib: Add MaxFileSize handlingNarasimhaiah Suprathik (RBEI/ECF3)2021-10-052-9/+74
* client: pthread_join for deinitBui Nguyen Quoc Thanh2021-10-051-0/+1
* dlt-system: Fix memory leak in dlt-system configdbiastoch2021-10-054-33/+73
* dlt_common: remove duplicate stdbool headerDinh Cong Toan2021-10-051-1/+0
* dlt-control: Add option to config portSaya Sugiura2021-10-051-1/+11
* system: use signalfd for dlt-systemBiastoch, Darian (ADITG/ESM)2021-10-0512-490/+512
* console: provides args option to enable send/receive serial headerVo Trung Chi2021-10-0510-50/+224
* fix malformed printf format strings (#295)Radek Kaczorowski2021-10-059-98/+91
* Make the legacy include path a CMake option (#332)Martin Willers2021-10-051-1/+7
* daemon: Call dlt_daemon_configuration_load() properly (#330)kundatipradeep2021-09-141-6/+6
* 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
* 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