index
:
delta/DLT-daemon.git
Gateway_updates
baserock/morphs
devel/actions
devel/lib_filetransfer_fail
devel/vari_correction
devel_2.18.7
devel_codeql_analysis
devel_contact_info_update
devel_gtest_fix
devel_include_path
devel_pthread_setname_np
devel_release_v2.18.8
devel_travis-ci_com
devel_v2.18.5_local_changes
devel_v2.18.8
dlt_system_async_signal_safe
dynamic_buffer_alloc
fix_macro_while_instructions
getloginfo_parser_improvement
logstorage_bug_fix
master
other_improvements
posix_compliance
revert-238-gcc-10-fix-2
revert-389-update_workflow_to_run_ctest
static_to_dlt_static
status_badges_readme_md
update-contacts-and-remove-mailing-list
v2.11.x
v2.6.1
v2.6.2
v2.7.1
v2.7.2
v2.7.x
v2.9.x
github.com: GENIVI/dlt-daemon.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
filetransfer: Fix getFileCreationDate2 stat check
Andrei-Mircea Rusu
2022-01-03
1
-5
/
+5
*
lib: Correct VARI usage in dlt_user_log_write_uint (#356)
Saya Sugiura
2021-12-10
1
-14
/
+86
*
filetransfer: Return error if no free space (#354)
Saya Sugiura
2021-12-09
1
-1
/
+3
*
Support for Cygwin toolchain. (#351)
DoctorNoobingstoneIPresume
2021-11-15
1
-1
/
+1
*
fix -Wformat issues reported by clang (#349)
sebastienr
2021-11-09
1
-3
/
+3
*
fixes compilation issue with clang
Sebastien RAILLET
2021-10-13
1
-2
/
+2
*
lib: Fix wrong type alert from lgtm
Saya Sugiura
2021-10-05
1
-2
/
+2
*
lib: generate dlt library internal log file
Le-Tin
2021-10-05
1
-0
/
+10
*
dlt_user: Make dlt_init thread safe
Darian Biastoch
2021-10-05
1
-5
/
+21
*
remove clang-tidy analyzer warnings: incompatible pointer type
Darian Biastoch
2021-10-05
1
-50
/
+35
*
lib: Add SOCK_CLOEXEC to socket
Saya Sugiura
2021-10-05
1
-1
/
+1
*
header: Adapt to DLT_DISABLE_MACRO
Saya Sugiura
2021-10-05
1
-0
/
+1
*
lib: Add new interfaces with given buffer
Saya Sugiura
2021-10-05
1
-30
/
+92
*
lib: Add MaxFileSize handling
Narasimhaiah Suprathik (RBEI/ECF3)
2021-10-05
1
-6
/
+58
*
console: provides args option to enable send/receive serial header
Vo Trung Chi
2021-10-05
1
-5
/
+62
*
fix malformed printf format strings (#295)
Radek Kaczorowski
2021-10-05
1
-9
/
+9
*
Make the legacy include path a CMake option (#332)
Martin Willers
2021-10-05
1
-1
/
+7
*
dlt_user: Use pthread_setname_np() if available (#326)
Sebastian Lipponer
2021-09-14
1
-5
/
+13
*
libdlt: Add legacy include path in exported CMake config file (#327)
Sebastian Lipponer
2021-09-14
1
-0
/
+1
*
lib: Set TYLE to 1 for BOOL type (#320)
TomiZet
2021-08-30
1
-2
/
+2
*
file-transfer: Abort file transfer if get serial number failed
Alexander Mohr
2021-08-06
1
-0
/
+6
*
dlt_user.c: fixing casting wrong type
Dinh Cong Toan
2021-08-06
1
-3
/
+3
*
Update document and fix conversion warning
Dinh Cong Toan
2021-06-30
1
-2
/
+0
*
Using dlt_vlog in verbose option in dlt_client.c
Dinh Cong Toan
2021-06-30
1
-47
/
+113
*
dlt_user: correct handling return value
Dinh Cong Toan
2021-06-30
1
-14
/
+18
*
Alternative solutions for json-c dependency
Biastoch, Darian (ADITG/ESM)
2021-06-30
1
-1
/
+1
*
Apply uncrustify for src/daemon/* and src/lib/*
Dinh Cong Toan
2021-06-30
4
-121
/
+186
*
dlt-receive: Enabled more filtering by using json filter files
dbiastoch
2021-06-30
1
-1
/
+1
*
dlt message header broken
Dinh Cong Toan
2021-06-30
2
-20
/
+20
*
Add missing string functions (#309)
Martin Willers
2021-05-31
1
-0
/
+24
*
Make nonverbose mode non exclusive (#300)
Martin Willers
2021-05-17
1
-38
/
+60
*
Export cmake config file (#289)
Martin Willers
2021-05-10
1
-2
/
+36
*
fix bad funcion cast in dlt_user_log_out_error_handling (#294)
Radek Kaczorowski
2021-03-26
1
-5
/
+5
*
Add verbose mode attribute handling (#292)
Martin Willers
2021-03-16
1
-502
/
+357
*
dlt_client_main_loop running in an infinite loop restricts graceful exit of D...
Sreeharsha Ramanavarapu
2021-01-08
1
-1
/
+10
*
other: fix remaining conversion warnings
Dinh Cong Toan
2021-01-06
3
-25
/
+25
*
library: fix conversion warnings
Dinh Cong Toan(RBVH/ECM12)
2021-01-06
4
-84
/
+87
*
gateway: fix compile warnings
Dinh Cong Toan(RBVH/ECM12)
2021-01-06
1
-6
/
+6
*
libdlt: Use SIGUSR1 for thread on Android
Bui Nguyen Quoc Thanh
2021-01-06
2
-5
/
+36
*
libdlt: Use poll to avoid CPU high load
Bui Nguyen Quoc Thanh
2021-01-06
1
-29
/
+49
*
libdlt: Flush all data in atexit_handler
Saya Sugiura
2021-01-06
1
-13
/
+43
*
libdlt: support short version
Bui Nguyen Quoc Thanh
2021-01-06
1
-1
/
+6
*
libdlt: disable injection msg via env var
Bui Nguyen Quoc Thanh
2021-01-06
2
-3
/
+13
*
dlt_user: fix invalid poll timeout
Alexander Mohr
2021-01-06
2
-7
/
+5
*
Add support for logging with VSOCK (#255)
Martin Ejdestig
2020-12-14
2
-39
/
+137
*
dlt_client.c: remove misleading error message (#258)
Moritz Warning
2020-11-17
1
-3
/
+3
*
Make it easier to use libdlt when building DLT as a CMake subproject (#254)
Martin Ejdestig
2020-10-21
1
-0
/
+1
*
Implement DLTClient for UDP multicast (#240)
João Sousa
2020-08-31
1
-1
/
+81
*
dlt_user.c: fix the lack of DLT_NETWORK_TRACE_ENABLE definition
KHANH LUONG HONG DUY
2020-08-03
1
-0
/
+2
*
network trace: Fix macro usage
KHANH LUONG HONG DUY
2020-07-06
1
-1
/
+1
[next]