summaryrefslogtreecommitdiff
path: root/src/examples/dlt-example-user.c
Commit message (Expand)AuthorAgeFilesLines
* Code beautification using uncrustifyChristoph Lipka2018-12-211-99/+60
* UnitTest: UpdatesManikandanC2018-12-211-1/+0
* Logging: avoided missing of log level change callback Added new context regis...Manikandan C2018-12-211-4/+4
* Injection: New callback with private data Added new injection callback with p...ManikandanC2018-12-211-21/+51
* Dynamic allocation of msg bufferManikandanC2018-12-101-6/+28
* Purged all warnings for -Wall -WextraLutz Helwing2015-10-281-1/+1
* DLT daemon improvement - dlt_init()-checkLutz Helwing2015-10-071-42/+42
* Make timeout on exit configurableStefan Vacek2015-10-071-4/+16
* Fixed whitespace and formatting of new code Fixed licence headersLutz Helwing2015-10-071-1/+1
* Add env-var to set initial log-levelsStefan Vacek2015-10-071-7/+14
* Cleanup masterStefan Vacek2015-10-071-0/+0
* Removed all trailing whitespacesLutz Helwing2015-07-211-5/+5
* Fixed license headers and copyright doxygen commentsLutz Helwing2015-06-171-2/+2
* Updated license headers to latest GENIVI license policy. Fixed further LRT Sc...Lutz Helwing2015-06-171-12/+15
* Added new API to send marker message from application.Alexander Wenzel2014-09-111-2/+14
* New Callback function in DLT library, called when log level of context is cha...Alexander Wenzel2014-08-121-0/+12
* Send ECU Id if enabled and added library API to change.Alexander Wenzel2014-05-161-0/+5
* Fixed: all possible malloc, sprintf and strcpy problemsAlexander Wenzel2014-04-011-2/+8
* Removed dlt_free from example and test applications, already called from exit...Alexander Wenzel2014-04-011-2/+0
* Fix compiler warningsLassi Marttala2013-07-191-7/+0
* Parasoft workaround: solve complaints about missing breaks/returns in default...Simon Brandner2013-07-191-0/+1
* Added dlt log to injection methodsChristian Muck2012-05-301-2/+3
* Corrected email of Alexander WenzelChristian Muck2012-03-271-1/+1
* GDLT-38, Update <FILE> fields in licenses.Lassi Marttala2012-03-261-1/+1
* GDLT-38, Update licenses to all the sources.Lassi Marttala2012-03-261-31/+16
* Modified library for new test cases to corrupt data - related to the bug fix ...Christian Muck2012-03-221-1/+48
* Implemented new DLT user library function dlt_get_log_state.Alexander Wenzel2011-10-121-1/+17
* Added new API dlt_set_log_mode to enable/disable internal/external trace.Alexander Wenzel2011-10-111-1/+15
* Init of dlt daemonChristian Muck2011-04-111-0/+312