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
/
system
Commit message (
Expand
)
Author
Age
Files
Lines
*
dlt-system-process-handling: fix warning (#12)
Gordan Markuš
2017-05-18
1
-1
/
+1
*
Added Description in dlt-system.conf
Amber Bhardwaj
2017-02-16
1
-0
/
+5
*
dlt-system-filetransfer: fix bug caused by malloc assert
Manikandan C
2016-10-24
1
-6
/
+11
*
dlt-system-filetransfer: Fix compiler warnings
Christoph Lipka
2016-10-24
1
-1
/
+2
*
Add: Debug log for file transfer feature of dlt-system.
Yusuke Sato
2016-09-23
1
-1
/
+1
*
Fix: File Transfer acceleration
Yusuke Sato
2016-09-23
1
-0
/
+1
*
Fix: File name is broken when file is transferred on 64 bit OS.
Yusuke Sato
2016-09-23
1
-2
/
+2
*
Bugfix: dlt-system filetransfer crash
Sven Hassler
2016-02-19
1
-1
/
+8
*
dlt-system filetransfer waits for a client
Sven Hassler
2016-02-17
2
-2
/
+5
*
Set default log-levels in dlt.conf
Stefan Vacek
2015-12-09
1
-1
/
+1
*
Fix register context before application is registered
Stefan Vacek
2015-12-08
1
-2
/
+2
*
Fixed compiler warnings about format issues in dlt-system-journal.c by replac...
Lutz Helwing
2015-12-07
1
-2
/
+2
*
dlt-daemon: Make IP version compile time configurable
S. Hameed
2015-12-07
1
-0
/
+8
*
Linking library systemd instead of systemd-journal systemd-id128 if systemd v...
Lutz Helwing
2015-11-18
1
-1
/
+6
*
Purged all warnings for -Wall -Wextra
Lutz Helwing
2015-10-28
3
-3
/
+3
*
Use the best possible timestamp for all system journal entries: Realtime: use...
Lutz Helwing
2015-10-07
1
-26
/
+88
*
Removed all trailing whitespaces
Lutz Helwing
2015-07-21
4
-32
/
+32
*
Fixed license headers and copyright doxygen comments
Lutz Helwing
2015-06-17
12
-23
/
+23
*
Updated license headers to latest GENIVI license policy. Fixed further LRT Sc...
Lutz Helwing
2015-06-17
12
-133
/
+181
*
Remove absolute installation paths so that DLT can be installed at any locati...
Jacques GUILLOU
2015-04-02
2
-2
/
+4
*
Add the IPv6 support
Jiri Popek
2015-03-23
1
-2
/
+2
*
Fix PREFIX. Works now with the default PREFIX (/usr/local/) and with the user...
Alexander Wenzel
2015-03-12
1
-5
/
+1
*
resolves BUG-206: Install prefix should be configurable
Tomasz Kondziola
2015-03-12
1
-3
/
+5
*
Fixed: all possible malloc, sprintf and strcpy problems
Alexander Wenzel
2014-04-01
6
-23
/
+25
*
Updated authors information.
Alexander Wenzel
2014-04-01
2
-26
/
+12
*
Cygwin port: cygwin patch, signal handling patch and cppcheck and install lib...
Alexander Wenzel
2014-04-01
2
-5
/
+15
*
Fixed: Bug 172 - DLT system crashes because of wrong journald adaptor impleme...
Alexander Wenzel
2014-04-01
1
-52
/
+58
*
Bug 3 - Cmake does not check for zlib for dlt-daemon compilation.
Alexander Wenzel
2014-01-10
1
-2
/
+2
*
Reduce Timeout between filetransfer packets.
Alexander Wenzel
2014-01-10
1
-1
/
+1
*
Fix: Systemd Journal Adapter provides corrupted output.
Alexander Wenzel
2013-10-24
1
-0
/
+1
*
Yocto fix in build builds.
Alexander Wenzel
2013-07-31
1
-3
/
+3
*
Fixed security issue in dlt-system-shell regarding strncpy.
Alexander Wenzel
2013-07-26
1
-3
/
+16
*
Fixed: Security Issue by Command Injection in DLT System.
Alexander Wenzel
2013-07-26
5
-6
/
+39
*
Changes after review of journal implementation.
Alexander Wenzel
2013-07-25
2
-14
/
+44
*
Beautify output of journal logging.
Alexander Wenzel
2013-07-25
3
-28
/
+94
*
Added options for journal logging.
Alexander Wenzel
2013-07-25
5
-25
/
+135
*
First version of journal support.
Alexander Wenzel
2013-07-25
6
-5
/
+222
*
removed closure of daemonized file descriptor pointing to /dev/null
Simon Brandner
2013-07-19
1
-1
/
+1
*
added length check for paths of files to be transferred
Simon Brandner
2013-07-19
1
-0
/
+6
*
some coverity fixes
Simon Brandner
2013-07-19
1
-2
/
+6
*
Semaphores and Pointer passing insteasd by value and otehr coverity issue fixes
Simon Brandner
2013-07-19
3
-18
/
+26
*
Fixed corruption of transferred filenames because of variable ID-length in un...
Simon Brandner
2013-07-19
1
-7
/
+3
*
fixed filetransfer stopping because of invalid dirnames.
Simon Brandner
2013-07-19
1
-7
/
+2
*
added length check for inotify event
Simon Brandner
2013-07-19
1
-4
/
+4
*
Fix compiler warnings
Lassi Marttala
2013-07-19
2
-2
/
+6
*
modified filetransfer to be more robust in restarting transfers
Simon Brandner
2013-07-19
3
-266
/
+615
*
fixed possible overflow in dlt-system-filetransfer and missing fclose in dlt_...
Simon Brandner
2013-07-19
1
-7
/
+12
*
appended null termination to version string
Simon Brandner
2013-07-19
2
-20
/
+32
*
Parasoft workaround: solve complaints about missing breaks/returns in default...
Simon Brandner
2013-07-19
1
-0
/
+1
*
[GDLT-115]: Encapsulate more macros. Fix things that used macros
Lassi Marttala
2012-11-26
1
-1
/
+1
[next]