summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* IPC: Unix socket added (#43)ManikandanChockalingam2018-05-181-0/+11
* minor compiler warning gcc 7.x (#30)Phong Tran2018-03-292-4/+24
* Fix SEGV dlt_offline_trace.c (#32)kundatipradeep2018-01-221-0/+18
* fix various memory leaks (#28)Gordan Markuš2017-09-121-1/+0
* process user message: Fix bound handlingFrederic Berat2016-10-241-10/+10
* dlt-daemon: receiver reworkFrederic Berat2016-04-282-0/+40
* Offline trace: Make search more preciseS. Hameed2016-04-281-1/+1
* Parse INI filesChristoph Lipka2015-11-242-0/+722
* offline trace: supported trace file name configuration based on indexManikandan C2015-11-181-10/+164
* Purged all warnings for -Wall -WextraLutz Helwing2015-10-281-1/+6
* DLT daemon improvement - dlt_init()-checkLutz Helwing2015-10-076-1295/+1388
* Allow multiple instances of dlt-daemonStefan Vacek2015-10-072-6/+53
* Cleanup masterStefan Vacek2015-10-075-0/+0
* Removed all trailing whitespacesLutz Helwing2015-07-214-60/+60
* Rework of unit testsStefan Held2015-07-211-53/+7
* Fix compilation warnings and possible misuse of snprintStefan Vacek2015-07-211-12/+13
* Rework of unit tests in gtest_dlt_commonStefan Held2015-07-211-42/+104
* Fixed license headers and copyright doxygen commentsLutz Helwing2015-06-177-14/+14
* Updated license headers to latest GENIVI license policy. Fixed further LRT Sc...Lutz Helwing2015-06-177-78/+105
* dlt-daemon: Explicitly set the default loggingLevel to LOG_INFOSid Heroor2015-06-171-1/+1
* Unified all line endings to UNIX style.Jens Bocklage2015-06-173-443/+443
* added dlt_log_* unit tests rework of dlt_buffer_* and dlt_messages_* unit testsStefan Held2015-06-171-1/+52
* Add Service ID Last entry to avoid further modifications in dependent codeS. Hameed2015-04-011-1/+1
* Reworked internal outputSascha Philipp2015-03-252-154/+89
* adding support for new macros to the daemon. new macros: DLT_HEX8(VAR) 8bits ...Jens Bocklage2015-03-121-1/+73
* Added new API to send marker message from application.Alexander Wenzel2014-09-111-0/+1
* Fixed: all possible malloc, sprintf and strcpy problemsAlexander Wenzel2014-04-012-115/+128
* Updated authors information.Alexander Wenzel2014-04-011-46/+5
* Cygwin port: cygwin patch, signal handling patch and cppcheck and install lib...Alexander Wenzel2014-04-011-1/+1
* Fixed compiler warnings with 32Bit gcc compiler.Alexander Wenzel2014-04-011-3/+3
* Defined return value for dlt_message_read().Alexander Wenzel2014-01-101-8/+8
* Cleanup of send return values. Further cleanup of send restructure.Alexander Wenzel2014-01-101-1/+1
* When using DLT in console mode on a 64-bit machine, timestamps are corrupted ...Alexander Wenzel2014-01-101-1/+2
* Fix potential buffer overflow in offline trace.Alexander Wenzel2014-01-101-20/+39
* Environement variables added to configure internal logging in library.Alexander Wenzel2014-01-101-6/+43
* Added further checks to dlt_buffer.Alexander Wenzel2014-01-101-4/+18
* Security fix on DLT pipes.Alexander Wenzel2014-01-101-2/+2
* Changes after review.Alexander Wenzel2013-08-071-1/+1
* Bug 44 - Don't print "Buffer full" message from DLT daemon for each trace.Alexander Wenzel2013-08-072-1/+10
* Bug 84 - Adding utf8 support to dlt-daemon, dlt-viewer. Modified patch, origi...Alexander Wenzel2013-07-251-2/+2
* Invalid Sock is set to -1 instead 0 (stdin). Consequent error handling in fse...Simon Brandner2013-07-191-6/+17
* Removed possible recursive call of dlt_user_log_file_errorMessage. Added some...Simon Brandner2013-07-191-2/+7
* added DLT_SEM_LOCK around init of dlt user bufferSimon Brandner2013-07-191-0/+1
* some coverity fixesSimon Brandner2013-07-191-5/+27
* Semaphores and Pointer passing insteasd by value and otehr coverity issue fixesSimon Brandner2013-07-192-12/+26
* Fix compiler warningsLassi Marttala2013-07-191-6/+1
* fix overflow after ~35 minutes in dlt_uptime function. Should now ocurr after...Simon Brandner2013-07-191-2/+2
* appended null termination to version stringSimon Brandner2013-07-192-9/+15
* Removed most warnings caused by: Wunused-but-set-variable flag. Eome were kep...Simon Brandner2013-07-191-3/+6
* Fix: Parasoft DLT complaints about missing Null pointer checkSimon Brandner2013-07-191-1/+3