summaryrefslogtreecommitdiff
path: root/src/shared/dlt_common.c
Commit message (Collapse)AuthorAgeFilesLines
* GDLT-38, Update licenses to all the sources.Lassi Marttala2012-03-261-31/+16
|
* Fixed bug with comparinson between signed and unsigned integer and ↵Christian Muck2012-03-211-5/+12
| | | | | | protection for a buffer overflow. Signed-off-by: Christian Muck <christian.muck@bmw.de>
* [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 check of file size when starting and deleting files during filetransfer. Added check of shm buffer availability when push to shm.
* 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
| | | | Internal logging to file now also possible.
* [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. ↵Christian Muck2011-09-121-200/+66
| | | | | | partialy fixed" This reverts commit 7554585a80ca2a8ebdcd5d1f1693ffe8e39b571d.
* [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 ↵alex2011-05-241-0/+4
| | | | platform.
* Init of dlt daemonChristian Muck2011-04-111-0/+3461