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
/
daemon
/
dlt-daemon.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
offline trace: supported trace file name configuration based on index
Manikandan C
2015-11-18
1
-1
/
+11
*
dlt-daemon: Implement epoll based event handling
Frederic Berat
2015-11-11
1
-283
/
+226
*
DLT daemon improvement - dlt_init()-check
Lutz Helwing
2015-10-07
1
-875
/
+875
*
Fixed INTERNAL-mode connection bug in dlt-daemon
Sven Hassler
2015-10-07
1
-1
/
+1
*
Allow multiple instances of dlt-daemon
Stefan Vacek
2015-10-07
1
-20
/
+75
*
Offline Logstorage [1/4]: DLT preparation to enable offline logstorage
S. Hameed
2015-07-30
1
-0
/
+27
*
Removed all trailing whitespaces
Lutz Helwing
2015-07-21
1
-31
/
+31
*
Fix compilation warnings and possible misuse of snprint
Stefan Vacek
2015-07-21
1
-3
/
+0
*
Fixed license headers and copyright doxygen comments
Lutz Helwing
2015-06-17
1
-2
/
+2
*
Updated license headers to latest GENIVI license policy. Fixed further LRT Sc...
Lutz Helwing
2015-06-17
1
-11
/
+15
*
dlt-daemon: Explicitly set the default loggingLevel to LOG_INFO
Sid Heroor
2015-06-17
1
-1
/
+1
*
dlt-daemon: Explicitly set the default loggingMode to DLT_LOG_TO_CONSOLE
Sid Heroor
2015-06-17
1
-1
/
+1
*
Remove absolute installation paths so that DLT can be installed at any locati...
Jacques GUILLOU
2015-04-02
1
-2
/
+2
*
Change daemon state handling to have all traces in online trace even when off...
Sascha Philipp
2015-03-25
1
-4
/
+8
*
Fix content of offline trace
Sascha Philipp
2015-03-25
1
-39
/
+33
*
Fix daemon state handling with offline trace
Sascha Philipp
2015-03-25
1
-2
/
+6
*
Fix watchdog timeout
Sascha Philipp
2015-03-25
1
-0
/
+26
*
Reworked internal output
Sascha Philipp
2015-03-25
1
-91
/
+242
*
Workaround for duplicated log messages in offline trace file issue
Christoph Lipka
2015-03-17
1
-2
/
+2
*
Added new API to send marker message from application.
Alexander Wenzel
2014-09-11
1
-0
/
+37
*
Make daemon buffer size configurable
Alexander Wenzel
2014-05-16
1
-1
/
+16
*
Fixed missing variable declaration when systemd not enabled.
v2.10.0_rc1
Alexander Wenzel
2014-04-01
1
-3
/
+0
*
Fixed: all possible malloc, sprintf and strcpy problems
Alexander Wenzel
2014-04-01
1
-32
/
+56
*
Fixed: Creation of dltpipes directory is too late.
Alexander Wenzel
2014-04-01
1
-17
/
+16
*
Updated authors information.
Alexander Wenzel
2014-04-01
1
-45
/
+5
*
Cygwin port: cygwin patch, signal handling patch and cppcheck and install lib...
Alexander Wenzel
2014-04-01
1
-6
/
+17
*
Fixed: Fixed offline trace and new send functions issues
Alexander Wenzel
2014-04-01
1
-11
/
+7
*
Fixed missing dlt_receiver_remove in dlt_daemon_process_user_xxx functions.
Alexander Wenzel
2014-04-01
1
-5
/
+35
*
Defined return value for dlt_message_read().
Alexander Wenzel
2014-01-10
1
-96
/
+98
*
Cleanup of send return values. Further cleanup of send restructure.
Alexander Wenzel
2014-01-10
1
-49
/
+58
*
Moved daemon client functions to new source file.
Alexander Wenzel
2014-01-10
1
-1621
/
+32
*
Centralised send function to client. Introduced connection state to dlt daemon.
Alexander Wenzel
2014-01-10
1
-342
/
+1546
*
Added new control message timezone.
Alexander Wenzel
2014-01-10
1
-3
/
+20
*
Close socket when send fails.
Alexander Wenzel
2014-01-10
1
-28
/
+57
*
Replace threads by timing fds for ecu version, timing packets and watchdog.
Alexander Wenzel
2014-01-10
1
-278
/
+222
*
Added conntection info and unregister context control messages.
Alexander Wenzel
2014-01-10
1
-0
/
+31
*
Configurable Timeout on send.
Alexander Wenzel
2014-01-10
1
-0
/
+13
*
Security fix on DLT pipes.
Alexander Wenzel
2014-01-10
1
-1
/
+18
*
Changes after review.
Alexander Wenzel
2013-08-07
1
-1
/
+1
*
Bug 44 - Don't print "Buffer full" message from DLT daemon for each trace.
Alexander Wenzel
2013-08-07
1
-4
/
+76
*
Invalid Sock is set to -1 instead 0 (stdin). Consequent error handling in fse...
Simon Brandner
2013-07-19
1
-3
/
+3
*
Removed possible recursive call of dlt_user_log_file_errorMessage. Added some...
Simon Brandner
2013-07-19
1
-1
/
+6
*
Semaphores and Pointer passing insteasd by value and otehr coverity issue fixes
Simon Brandner
2013-07-19
1
-5
/
+9
*
Close filehandle on early exists
Lassi Marttala
2013-07-19
1
-0
/
+2
*
Fix compiler warnings
Lassi Marttala
2013-07-19
1
-5
/
+11
*
Unify ECU version sending functions
Lassi Marttala
2013-07-19
1
-47
/
+75
*
Watchdog: Review changes.
Lassi Marttala
2013-07-19
1
-21
/
+14
*
Watchdog: Watch the main thread.
Lassi Marttala
2013-07-19
1
-6
/
+56
*
appended null termination to version string
Simon Brandner
2013-07-19
1
-44
/
+38
*
Removed most warnings caused by: Wunused-but-set-variable flag. Eome were kep...
Simon Brandner
2013-07-19
1
-1
/
+43
[next]