summaryrefslogtreecommitdiff
path: root/src/tests/dlt-test-filetransfer.c
Commit message (Collapse)AuthorAgeFilesLines
* Code beautification using uncrustifyChristoph Lipka2018-12-211-210/+220
| | | | Signed-off-by: Christoph Lipka <clipka@de.adit-jv.com>
* Purged all warnings for -Wall -WextraLutz Helwing2015-10-281-2/+2
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* Set DLT_USER_BUF_MAX_SIZE to 1390 to prepare UDP message transportLutz Helwing2015-10-281-3/+6
| | | | | | | | | | dlt-test-client and dlt-test-filetransfer have global failed test counter so they can return 1 on failure Using DLT_USER_BUF_MAX_SIZE in dlt-test-client.c truncated check Set path to /usr/local/share/ in dlt-test-filetransfer.c Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* DLT daemon improvement - dlt_init()-checkLutz Helwing2015-10-071-280/+280
| | | | | | | | | | DLT daemon improvement - parameter value range check Adapt unit tests to check for enum return values Changed C version to gnu99 and C++ version to gnu++0c Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* Removed all trailing whitespacesLutz Helwing2015-07-211-22/+22
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* Fixed license headers and copyright doxygen commentsLutz Helwing2015-06-171-2/+2
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* Updated license headers to latest GENIVI license policy. Fixed further LRT ↵Lutz Helwing2015-06-171-11/+15
| | | | | | Scan findings. Renamed and cleanup further files. Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* [GDLT-115]: Encapsulate more macros. Fix things that used macrosLassi Marttala2012-11-261-15/+5
| | | | | | incorrectly. Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* [GDLT-115]: Prevent return value from DLT_REGISTER_APPLassi Marttala2012-11-261-1/+1
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* Corrected email of Alexander WenzelChristian Muck2012-03-271-1/+1
| | | | Signed-off-by: Christian Muck <christian.muck@bmw.de>
* 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
|
* Added missing license header to two filesv2.5.1Christian Muck2012-03-221-0/+68
| | | | Signed-off-by: Christian Muck <christian.muck@bmw.de>
* [GENDLT-16] Create variable in dlt-system.conf to configure the timeout of ↵Christian Muck2012-02-081-12/+30
| | | | the filetransfer fixed.
* Updated filetransfer documentation, lib and test applicationChristian Muck2012-01-131-115/+101
|
* Fixed path for testing filetransferChristian Muck2011-11-041-2/+2
|
* Added test files for filetransfer to spec and distfileAlexander Wenzel2011-10-191-2/+2
|
* Added install target and files for filetransfer in the cmakelists . Fixed ↵Christian Muck2011-10-181-15/+22
| | | | little bug in test filetransfer. Added filetransfer documentation and example program.
* Fixed filetransfer to use shm status for flow control.Alexander Wenzel2011-09-291-3/+10
| | | | Added new function to dlt user library.
* Add Filetransfer feature to DLT user library.Alexander Wenzel2011-09-291-0/+340
Added missing offline trace files.