summaryrefslogtreecommitdiff
path: root/src/shared/dlt_common.c
Commit message (Expand)AuthorAgeFilesLines
...
* Allow multiple instances of dlt-daemonStefan Vacek2015-10-071-0/+53
* Cleanup masterStefan Vacek2015-10-071-0/+0
* Removed all trailing whitespacesLutz Helwing2015-07-211-29/+29
* 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-171-2/+2
* Updated license headers to latest GENIVI license policy. Fixed further LRT Sc...Lutz Helwing2015-06-171-10/+15
* dlt-daemon: Explicitly set the default loggingLevel to LOG_INFOSid Heroor2015-06-171-1/+1
* 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-251-140/+75
* adding support for new macros to the daemon. new macros: DLT_HEX8(VAR) 8bits ...Jens Bocklage2015-03-121-1/+73
* Fixed: all possible malloc, sprintf and strcpy problemsAlexander Wenzel2014-04-011-110/+121
* 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
* When using DLT in console mode on a 64-bit machine, timestamps are corrupted ...Alexander Wenzel2014-01-101-1/+2
* 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
* Bug 44 - Don't print "Buffer full" message from DLT daemon for each trace.Alexander Wenzel2013-08-071-1/+1
* 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-191-4/+11
* 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-191-5/+10
* Removed most warnings caused by: Wunused-but-set-variable flag. Eome were kep...Simon Brandner2013-07-191-3/+6
* [GENDLT-26]: Check for description length sanity.Lassi Marttala2012-06-131-1/+1
* [GDLT-90] Implemented systemd watchdog concept in dlt-systemChristian Muck2012-06-131-2/+2
* Commented the dlt_log info of buffer size information outChristian Muck2012-05-301-2/+2
* GENDLT-15, Avoid buffer overrun with snprintf().Lassi Marttala2012-04-041-8/+19
* 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
* Fixed bug with comparinson between signed and unsigned integer and protection...Christian Muck2012-03-211-5/+12
* [GSW-136] Improve including/prefixing of dlt_version.h fixedChristian Muck2012-01-181-3/+3
* [GSW-135] Fixed compile warningsChristian Muck2012-01-131-6/+5
* Fixed buffer overflow problem in buffer library.Alexander Wenzel2011-11-231-1/+4
* dlt-system filetransfer now recovers when file is deleted during filetransfer.Alexander Wenzel2011-11-221-479/+0
* Added dynamic increasable ringbuffers to user lib and daemon.Alexander Wenzel2011-11-151-16/+137
* Created abstraction of shm buffer management.Alexander Wenzel2011-11-141-0/+413
* Added flush in internal logging of dlt-daemon.Alexander Wenzel2011-11-101-1/+3
* Added dlt-daemon internal logging configuration into dlt.conf file.Alexander Wenzel2011-11-091-22/+61
* [Reverted] Removed Ringbuffer implementation in Library.Alexander Wenzel2011-10-181-0/+463
* Removed Ringbuffer implementation in Library.Alexander Wenzel2011-09-271-463/+0