summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README: Update link to github actionsdevel/actionsSaya Sugiura2022-06-291-1/+1
* Update for CI (#389)Bui Nguyen Quoc Thanh2022-06-293-67/+40
* Fix a double-free bug.Safe-BCY2022-05-111-0/+1
* Merge pull request #361 from andreirusu96/masterBui Nguyen Quoc Thanh2022-05-101-5/+5
|\
| * filetransfer: Fix getFileCreationDate2 stat checkAndrei-Mircea Rusu2022-01-031-5/+5
* | Merge pull request #363 from alexmohr/make-console-tools-configurableBui Nguyen Quoc Thanh2022-05-102-2/+20
|\ \
| * | cmake: Add options to enable/disable each dlt console toolAlexander Mohr2022-01-252-2/+20
| |/
* | Merge pull request #364 from alexmohr/make-adaptor-configurableBui Nguyen Quoc Thanh2022-05-104-17/+27
|\ \
| * | Issue-ID: make-adaptor-configurablecmake: Add option to enable each adaptor b...Alexander Mohr2022-05-094-17/+27
| |/
* | Merge pull request #372 from mawillers/fix_cmake_target_name_in_readmeBui Nguyen Quoc Thanh2022-05-091-1/+1
|\ \ | |/ |/|
| * Fix the target name in documentationMartin Willers2022-04-091-1/+1
|/
* tests: Deplicate unused files and variables (#359)Saya Sugiura2021-12-232-3/+0
* Fix DLT User/Client tests (#357)Andrei Rusu2021-12-212-22/+22
* 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-1510-4/+10
* dlt-system: fix invalid free by removing unused TempDir (#350)Andrei Rusu2021-11-122-12/+0
* 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-125-40/+154
* dlt-system: fix a libc buffer overflow detection on 32bit targetsMarc TITINGER2021-10-081-2/+2
* Update ReleaseNotes and version to v2.18.8v2.18.8Saya Sugiura2021-10-052-2/+54
* lib: Fix wrong type alert from lgtmSaya Sugiura2021-10-051-2/+2
* gtest_dlt_daemon_gateway: fix gtest build failedLe-Tin2021-10-053-8/+15
* 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
* debian: improve debian build packageDinh Cong Toan2021-10-052-3/+12
* dlt-control-common: shutdown and close socketBui Nguyen Quoc Thanh2021-10-051-0/+9
* dlt_common: improve function descriptionDarian Biastoch2021-10-051-1/+11
* gtest: Bring-in changesSaya Sugiura2021-10-054-28/+76
* gtest: Rework WORKING_DIRECTORYSaya Sugiura2021-10-051-8/+5
* gtest: Correct data amount in gtest_dlt_commonSaya Sugiura2021-10-051-14/+18
* cmake: Set empty to systemd_SRCSSaya Sugiura2021-10-051-0/+2
* gtest: Refactor tests/CMakeLists.txtSaya Sugiura2021-10-054-63/+72
* lib: Add SOCK_CLOEXEC to socketSaya Sugiura2021-10-051-1/+1
* daemon: Create parent directory for unix socketSaya Sugiura2021-10-051-5/+19
* cmake: Correct added subdirectoriesSaya Sugiura2021-10-052-2/+3
* console: Add cmake options for control and timestampSaya Sugiura2021-10-052-14/+16
* tests: Adapt to DLT_DISABLE_MACROSaya Sugiura2021-10-053-0/+6
* header: Adapt to DLT_DISABLE_MACROSaya Sugiura2021-10-057-5/+14
* include: Refactor CMakeLists.txtSaya Sugiura2021-10-051-10/+14
* gtest: Change script name to gtest_dlt_daemon_offline_log.shSaya Sugiura2021-10-052-1/+1
* daemon: Enable to use FIFO on QNXSaya Sugiura2021-10-053-6/+22
* tests: Add new test case with given bufferSaya Sugiura2021-10-051-25/+235