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
*
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
*
[GDLT-94]: Send periodic software version messages.
Lassi Marttala
2012-06-13
1
-1
/
+100
*
[GDLT-90] Implemented systemd watchdog concept in dlt-system
Christian Muck
2012-06-13
1
-7
/
+7
*
If compiled for systemd but the system not using systemd, print an internal e...
Christian Muck
2012-06-13
1
-1
/
+1
*
[GDLT-90] Implemented systemd watchdog concept
Christian Muck
2012-06-13
1
-9
/
+126
*
[GDLT-88] Fixed wrong initalization order using offline trace functionality
Lassi Marttala
2012-05-30
1
-10
/
+10
*
Added important SEM_FREE in the daemon and closing fd in the filetransfer
Christian Muck
2012-05-30
1
-1
/
+1
*
[GDLT-3] Fixed missing semaphore around dlt_buffer_push3
Christian Muck
2012-05-30
1
-0
/
+2
*
Added define statement for initial value of file descriptor and (-1). Updated...
Christian Muck
2012-05-30
1
-3
/
+2
*
[D4099]: Integrated fix from Alexander Wenzel. This will check for
Lassi Marttala
2012-05-30
1
-1
/
+7
*
GENDLT-15, Safe re-allocations for databuffer.
Lassi Marttala
2012-04-04
1
-2
/
+6
*
Corrected email of Alexander Wenzel
Christian Muck
2012-03-27
1
-1
/
+1
*
GDLT-38, Update <FILE> fields in licenses.
Lassi Marttala
2012-03-26
1
-1
/
+1
*
GDLT-38, Update licenses to all the sources.
Lassi Marttala
2012-03-26
1
-32
/
+16
*
Fixed bug with comparinson between signed and unsigned integer and protection...
Christian Muck
2012-03-21
1
-8
/
+8
*
[GSW-136] Improve including/prefixing of dlt_version.h fixed
Christian Muck
2012-01-18
1
-1
/
+1
*
Disabled completely SHM if not enabled.
Alexander Wenzel
2011-11-25
1
-0
/
+8
*
Added dynamic increasable ringbuffers to user lib and daemon.
Alexander Wenzel
2011-11-15
1
-5
/
+6
*
Reverted old FIFO functions. Still SHM enabled by default.
Alexander Wenzel
2011-11-10
1
-27
/
+270
*
Added dlt-daemon internal logging configuration into dlt.conf file.
Alexander Wenzel
2011-11-09
1
-50
/
+40
*
Implemented new DLT user library function dlt_get_log_state.
Alexander Wenzel
2011-10-12
1
-0
/
+14
*
Prepared alternative log over FIFO or SHM.
Alexander Wenzel
2011-10-11
1
-113
/
+134
*
Added new API dlt_set_log_mode to enable/disable internal/external trace.
Alexander Wenzel
2011-10-11
1
-25
/
+55
*
Offline trace memory partly implemented.
Alexander Wenzel
2011-09-27
1
-7
/
+45
*
[GSW-13] Support for keep-alive messages as configuration parameter
Alexander Wenzel
2011-09-27
1
-1
/
+13
*
Removed Ringbuffer from daemon.
Alexander Wenzel
2011-09-27
1
-114
/
+3
*
[GSW-61] Replace command line parameter by configuration file
Alexander Wenzel
2011-09-27
1
-81
/
+2
*
Shared memory now used until client connects.
Alexander Wenzel
2011-09-26
1
-7
/
+16
*
Shared memory size parameter added to configuration.
Alexander Wenzel
2011-09-26
1
-32
/
+57
*
Removed filter implementation from DLT daemon.
Alexander Wenzel
2011-09-26
1
-117
/
+83
*
Merged version for SHM now works.
Alexander Wenzel
2011-09-23
1
-5
/
+5
*
Merge branch 'develop_performance' into develop
Alexander Wenzel
2011-09-23
1
-137
/
+160
|
\
|
*
First prototype to switch to shm communication
Alexander Wenzel
2011-09-23
1
-149
/
+172
*
|
Added configuration file parameter -c.
Alexander Wenzel
2011-09-15
1
-7
/
+22
*
|
First version of dlt-daemon option file
Alexander Wenzel
2011-09-15
1
-27
/
+167
|
/
*
[GSW-62] DLT Library version check
Christian Muck
2011-09-05
1
-3
/
+0
*
[GSW-28] Directory where persistent data is stored is not configurable. Fixed.
Alexander.AW.Wenzel@bmw.de
2011-08-09
1
-2
/
+8
*
Init of dlt daemon
Christian Muck
2011-04-11
1
-0
/
+2022