summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update contacts and removed mailing listsupdate-contacts-and-remove-mailing-listmichael-methner2023-01-031-5/+2
* Updates for Coding Styles (#425)Bui Nguyen Quoc Thanh2022-12-144-2739/+133
* 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-302-3/+4
* cmake: network trace enable toggle (#424)Daniel Weber2022-11-301-6/+12
* dlt-system: Fix buffer overflow detection on 32bit targets (#398)Sandy2022-10-261-3/+4
* dlt-receive: set host interface and allow multiple udp multicast addresses (#...Bui Nguyen Quoc Thanh2022-10-262-36/+60
* Fix for Resource and Memory Leak (#418)lti9hc2022-10-266-21/+39
* dlt_daemon_client: Fix Control Msg ECUId comparison with active Gateway (#414)Andrei Rusu2022-10-131-1/+1
* Avoid memory corruption behind buffer wp in function dlt_getloginfo_conv_asci...michael-methner2022-10-115-13/+131
* dlt_common: change output of message for log initialization (#412)lti9hc2022-10-061-1/+1
* internal-logging: Fix issues with file logging (#378)Alexander Mohr2022-10-055-7/+35
* systemd: add support for socket activation via systemd (#401)Alexander Mohr2022-10-055-1/+77
* Update maintainer (#410)Bui Nguyen Quoc Thanh2022-10-051-1/+1
* dlt_daemon_client: Fix change loglevel of application (#408)lti9hc2022-09-281-4/+4
* dlt_client:Block in connect() (#409)Bui Nguyen Quoc Thanh2022-09-281-6/+66
* dlt-gateway: Fix crash on invalid ip (#381)Alexander Mohr2022-09-282-1/+5
* Update dlt_for_developers.md (#405)Bruno Marques2022-09-281-1/+2
* logstorage: Truncate ECUid in Logstorage filter to prevent crash (#402)Andrei Rusu2022-09-211-4/+4
* dlt_common.c: Change default logging_mode (#406)wusto2022-09-211-1/+1
* dlt-daemon-connection: Start up even if not all bindings are valid (#380)Alexander Mohr2022-08-101-4/+10
* enforce-trace-limit: ContextLogLevel is now enforced in the daemon (#382)Alexander Mohr2022-08-102-4/+23
* automotive-dlt.pc: add the path to find the static library (#387)Charles Chan2022-07-181-1/+1
* systemd: install adaptor-udp service for adaptor=on (#393)Daniel Weber2022-07-131-1/+1
* Fix handle returned value (#384)Bui Nguyen Quoc Thanh2022-07-073-25/+59
* README: Update link to github actions (#392)Saya 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