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
...
*
Fixed segmented messages arguments to standard.
Alexander Wenzel
2014-06-11
1
-12
/
+12
*
DLT_CSTRING implementation non verbose mode.
Alexander Wenzel
2014-05-19
1
-0
/
+11
*
Send ECU Id if enabled and added library API to change.
Alexander Wenzel
2014-05-16
2
-1
/
+29
*
Send timestamp can be disabled by new API.
Alexander Wenzel
2014-05-16
2
-1
/
+29
*
Send session/process id by default and add configuration API.
Alexander Wenzel
2014-05-16
2
-0
/
+33
*
Send extended header in non verbose mode by default and add new API to change...
Alexander Wenzel
2014-05-16
2
-4
/
+22
*
Bug 184 - /tmp/dltpipes directory does not exist before dlt-daemon is started...
v2.10.0
Alexander Wenzel
2014-04-02
1
-0
/
+22
*
Fixed: all possible malloc, sprintf and strcpy problems
Alexander Wenzel
2014-04-01
1
-22
/
+18
*
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
2
-1
/
+7
*
Fixed compiler warnings with 32Bit gcc compiler.
Alexander Wenzel
2014-04-01
1
-1
/
+0
*
Use LIB_SUFFIX as lib installation path.
Alexander Wenzel
2014-04-01
1
-2
/
+2
*
Defined return value for dlt_message_read().
Alexander Wenzel
2014-01-10
1
-1
/
+1
*
Removed check of double registration of contexts in user library, already che...
Alexander Wenzel
2014-01-10
1
-167
/
+138
*
Fixed deadlock after wrong merge..
Alexander Wenzel
2014-01-10
1
-3
/
+0
*
Fix deadlock in dlt_user_log_reattach_to_daemon(void).
Alexander Wenzel
2014-01-10
1
-1
/
+9
*
Environement variables added to configure internal logging in library.
Alexander Wenzel
2014-01-10
1
-0
/
+3
*
atexit handler fix.
Alexander Wenzel
2014-01-10
1
-6
/
+43
*
Add threadnames to libdlt threads.
Alexander Wenzel
2014-01-10
1
-0
/
+4
*
Security fix on DLT pipes.
Alexander Wenzel
2014-01-10
1
-1
/
+10
*
Reduce usage of SEM_LOCK in application library and reset pointers.
Alexander Wenzel
2014-01-10
1
-44
/
+59
*
Added additional command line commands.
Alexander Wenzel
2013-10-18
1
-0
/
+119
*
Added command line commands set log level and set trace status.
Alexander Wenzel
2013-10-18
1
-1
/
+64
*
Implementation of command line tool dlt-control.
Alexander Wenzel
2013-10-18
1
-11
/
+38
*
Fix file transfer bug.
Stefan Seefeld
2013-10-18
1
-1
/
+1
*
Changes after review.
Alexander Wenzel
2013-08-07
1
-5
/
+11
*
Bug 44 - Don't print "Buffer full" message from DLT daemon for each trace.
Alexander Wenzel
2013-08-07
1
-21
/
+55
*
Bug 84 - Adding utf8 support to dlt-daemon, dlt-viewer. Modified patch, origi...
Alexander Wenzel
2013-07-25
1
-1
/
+48
*
added function names in case of Failed to queue resending
Simon Brandner
2013-07-19
1
-4
/
+4
*
made the APID strings in dlt-test-multi-process counting from 00-99
Simon Brandner
2013-07-19
1
-13
/
+21
*
coverity: add a check variable for get size function
Simon Brandner
2013-07-19
1
-4
/
+34
*
Removed possible recursive call of dlt_user_log_file_errorMessage. Added some...
Simon Brandner
2013-07-19
1
-50
/
+118
*
added DLT_SEM_LOCK around init of dlt user buffer
Simon Brandner
2013-07-19
1
-0
/
+3
*
some coverity fixes
Simon Brandner
2013-07-19
1
-30
/
+69
*
Semaphores and Pointer passing insteasd by value and otehr coverity issue fixes
Simon Brandner
2013-07-19
1
-1
/
+4
*
added creation date and a simple hash on the file name for to improve the uni...
Simon Brandner
2013-07-19
1
-0
/
+26
*
Remove dangling DLT_SEM_FREE from dlt_user_queue_resend
Lassi Marttala
2013-07-19
1
-1
/
+0
*
Fix null pointer crash in dlt_user_log_check_user_message
Lassi Marttala
2013-07-19
1
-1
/
+2
*
appended null termination to version string
Simon Brandner
2013-07-19
1
-10
/
+18
*
Removed most warnings caused by: Wunused-but-set-variable flag. Eome were kep...
Simon Brandner
2013-07-19
1
-2
/
+10
*
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
1
-1
/
+9
*
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
1
-3
/
+3
*
[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
1
-52
/
+156
*
[GDLT-120]: More precise data sizes. Add automatic tests.
Lassi Marttala
2012-11-26
1
-9
/
+14
*
[GDLT-120]: Segmented Network Trace: Prepare for rewrite.
Lassi Marttala
2012-11-26
2
-4
/
+1
*
[GDLT-137]: Add future resend request when pushed into buffer.
Lassi Marttala
2012-11-26
1
-4
/
+14
[prev]
[next]