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
*
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
*
[GDLT-94]: Send periodic software version messages.
Lassi Marttala
2012-06-13
6
-3
/
+174
*
[GENDLT-26]: Check for description length sanity.
Lassi Marttala
2012-06-13
1
-1
/
+1
*
[GENDLT-24]: Crash on invalid injection message.
Lassi Marttala
2012-06-13
1
-0
/
+6
*
[GDLT-93]: Add -Wextra flags for compilation
Lassi Marttala
2012-06-13
5
-9
/
+10
*
[GDLT-90] Implemented systemd watchdog concept in dlt-system
Christian Muck
2012-06-13
11
-43
/
+290
*
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
3
-10
/
+135
*
dlt-system: Logging of error conditions. Assert memory allocations.
Lassi Marttala
2012-06-13
6
-13
/
+74
*
[GDLT-67] dlt-system v2.0, check full commit message for rebase details
Lassi Marttala
2012-06-13
16
-1366
/
+1619
*
Added dlt log to injection methods
Christian Muck
2012-05-30
3
-7
/
+7
*
[GDLT-89] Daemon doesn't sent the persistent log level, trace status configur...
Christian Muck
2012-05-30
1
-4
/
+5
*
Changed name of offline trace trace
Christian Muck
2012-05-30
1
-1
/
+1
*
[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
2
-1
/
+2
*
[GDLT-3] Fixed missing semaphore around dlt_buffer_push3
Christian Muck
2012-05-30
2
-0
/
+5
*
Commented the dlt_log info of buffer size information out
Christian Muck
2012-05-30
1
-2
/
+2
*
Corrected the default values of dlt.conf
Christian Muck
2012-05-30
1
-4
/
+4
*
Added define statement for initial value of file descriptor and (-1). Updated...
Christian Muck
2012-05-30
3
-23
/
+22
*
[GDLT-86] Fixed dlt_free uses absolute file path /tmp and not DLT_USER_DIR de...
Christian Muck
2012-05-30
1
-1
/
+1
*
[D4099]: Integrated fix from Alexander Wenzel. This will check for
Lassi Marttala
2012-05-30
3
-2
/
+73
*
[GDLT-85] Pipes opened multiple times for the same application pid fixed.
Christian Muck
2012-05-30
1
-5
/
+25
*
[GDLT-82] Child process inherits file descriptors openend by their parent fixed
Christian Muck
2012-05-30
1
-2
/
+2
*
[GDLT-84] Instead of calling the injection callback, store a pointer
Lassi Marttala
2012-05-30
1
-29
/
+27
*
[GDLT-70] Check for malloc failures and return errors where applicable.
Lassi Marttala
2012-05-30
2
-0
/
+32
*
[GDLT-47] Avoid discarding old contexts if no new memory can be allocated
Lassi Marttala
2012-05-30
1
-4
/
+10
[next]