summaryrefslogtreecommitdiff
path: root/src/shared/dlt_common.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert "[GSW-43] Flow Control for sending huge amount of data over DLT. parti...Christian Muck2011-09-121-200/+66
* [GSW-62] DLT Library version checkChristian Muck2011-09-051-3/+13
* [GSW-43] Flow Control for sending huge amount of data over DLT. partialy fixedMohammed AL Dardoun2011-08-091-66/+200
* sprintf with float64 fails on ARM platform; disabled this dunction on QRM pla...alex2011-05-241-0/+4
* Init of dlt daemonChristian Muck2011-04-111-0/+3461