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
Commit message (
Expand
)
Author
Age
Files
Lines
*
made the APID strings in dlt-test-multi-process counting from 00-99
Simon Brandner
2013-07-19
2
-19
/
+31
*
coverity: add a check variable for get size function
Simon Brandner
2013-07-19
1
-4
/
+34
*
removed closure of daemonized file descriptor pointing to /dev/null
Simon Brandner
2013-07-19
1
-1
/
+1
*
Invalid Sock is set to -1 instead 0 (stdin). Consequent error handling in fse...
Simon Brandner
2013-07-19
2
-9
/
+20
*
Removed possible recursive call of dlt_user_log_file_errorMessage. Added some...
Simon Brandner
2013-07-19
3
-53
/
+131
*
added DLT_SEM_LOCK around init of dlt user buffer
Simon Brandner
2013-07-19
2
-0
/
+4
*
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
5
-41
/
+112
*
Semaphores and Pointer passing insteasd by value and otehr coverity issue fixes
Simon Brandner
2013-07-19
9
-40
/
+76
*
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 creation date and a simple hash on the file name for to improve the uni...
Simon Brandner
2013-07-19
1
-0
/
+26
*
Regression fix: check ferror/feof when fgets return NULL
Lassi Marttala
2013-07-19
1
-4
/
+38
*
added length check for inotify event
Simon Brandner
2013-07-19
1
-4
/
+4
*
Close filehandle on early exists
Lassi Marttala
2013-07-19
1
-0
/
+2
*
Fix compiler warnings
Lassi Marttala
2013-07-19
7
-28
/
+19
*
modified filetransfer to be more robust in restarting transfers
Simon Brandner
2013-07-19
3
-266
/
+615
*
Remove dangling DLT_SEM_FREE from dlt_user_queue_resend
Lassi Marttala
2013-07-19
1
-1
/
+0
*
Unify ECU version sending functions
Lassi Marttala
2013-07-19
4
-117
/
+84
*
fixed possible overflow in dlt-system-filetransfer and missing fclose in dlt_...
Simon Brandner
2013-07-19
2
-7
/
+13
*
fix overflow after ~35 minutes in dlt_uptime function. Should now ocurr after...
Simon Brandner
2013-07-19
1
-2
/
+2
*
Fix null pointer crash in dlt_user_log_check_user_message
Lassi Marttala
2013-07-19
1
-1
/
+2
*
Watchdog: Review changes.
Lassi Marttala
2013-07-19
2
-22
/
+15
*
Watchdog: Watch the main thread.
Lassi Marttala
2013-07-19
2
-6
/
+60
*
appended null termination to version string
Simon Brandner
2013-07-19
9
-95
/
+127
*
Removed most warnings caused by: Wunused-but-set-variable flag. Eome were kep...
Simon Brandner
2013-07-19
9
-15
/
+125
*
Parasoft workaround: solve complaints about missing breaks/returns in default...
Simon Brandner
2013-07-19
12
-0
/
+13
*
split up dlt_user_trace_network_segmented_thread function to avoid nested loop
Simon Brandner
2013-07-19
1
-73
/
+81
*
Parasoft: added 2 free s_segmented_data allocations in error case - one detec...
Simon Brandner
2013-07-19
1
-5
/
+10
*
Fix: Parasoft DLT complaints about missing Null pointer check
Simon Brandner
2013-07-19
2
-2
/
+12
*
Reduce used stack size needed by making resend buffer static.
Alexander Wenzel
2012-12-04
1
-5
/
+4
*
Increased buffer size of daemon and user library.
Alexander Wenzel
2012-11-26
2
-6
/
+6
*
[GDLT-120]: Never block if queue is full.
Lassi Marttala
2012-11-26
1
-5
/
+15
*
[GDLT-137]: Automated resending: Improve init. Use everywhere.
Lassi Marttala
2012-11-26
2
-53
/
+156
*
[GDLT-120]: More precise data sizes. Add automatic tests.
Lassi Marttala
2012-11-26
3
-510
/
+1444
*
[GDLT-120]: Segmented Network Trace: Prepare for rewrite.
Lassi Marttala
2012-11-26
6
-418
/
+2
*
[GDLT-137]: Add future resend request when pushed into buffer.
Lassi Marttala
2012-11-26
1
-4
/
+14
*
[GDLT-120]: Improved Network trace. Rewrite to POSIX queue.
Lassi Marttala
2012-11-26
7
-143
/
+670
*
[GDLT-120] Segmentation of larger messages, raw blocks which fit not in a sin...
Lassi Marttala
2012-11-26
3
-13
/
+379
*
[GDLT-115]: Encapsulate more macros. Fix things that used macros
Lassi Marttala
2012-11-26
3
-32
/
+15
*
[GDLT-115]: Prevent return value from DLT_REGISTER_APP
Lassi Marttala
2012-11-26
2
-2
/
+2
*
Fix register app and register context was not stored in buffer when FIFO is f...
Alexander Wenzel
2012-11-26
1
-2
/
+41
*
Create new fifo only when same application registers with different pid.
Alexander Wenzel
2012-11-26
1
-1
/
+1
*
Do not register appliction again, if already registered.
Alexander Wenzel
2012-11-26
1
-0
/
+29
*
Fixed filetransfer not checking buffer fill level.
Alexander Wenzel
2012-11-26
1
-2
/
+3
*
2.7.0 Delivery prep.
Lassi Marttala
2012-06-15
1
-0
/
+4
*
Fixed compile warnings with unused parameters
Christian Muck
2012-06-13
2
-1
/
+11
*
Updated doxygen documentation, readme, man pages and release notes
Christian Muck
2012-06-13
2
-6
/
+4
*
[GDLT-24]: Fix for a compiler warning.
Lassi Marttala
2012-06-13
1
-1
/
+2
*
Preparation of config files for release
Christian Muck
2012-06-13
3
-8
/
+16
[next]