| Commit message (Expand) | Author | Age | Files | Lines |
* | Purged all warnings for -Wall -Wextra | Lutz Helwing | 2015-10-28 | 4 | -26/+23 |
* | Set DLT_USER_BUF_MAX_SIZE to 1390 to prepare UDP message transport | Lutz Helwing | 2015-10-28 | 2 | -6/+13 |
* | Added programme to test repeated calls of dlt_init and dlt_free | Sven Hassler | 2015-10-07 | 2 | -1/+158 |
* | DLT daemon improvement - dlt_init()-check | Lutz Helwing | 2015-10-07 | 8 | -1576/+1576 |
* | Fixed whitespace and formatting of new code Fixed licence headers | Lutz Helwing | 2015-10-07 | 1 | -34/+56 |
* | Add env-var to set initial log-levels | Stefan Vacek | 2015-10-07 | 1 | -0/+59 |
* | Allow applications to fork() | Stefan Vacek | 2015-10-07 | 2 | -1/+53 |
* | Restrict dlt-receive to write max. n-bytes | Stefan Vacek | 2015-10-07 | 1 | -0/+72 |
* | Cleanup master | Stefan Vacek | 2015-10-07 | 5 | -0/+0 |
* | Removed all trailing whitespaces | Lutz Helwing | 2015-07-21 | 6 | -33/+33 |
* | Fixed license headers and copyright doxygen comments | Lutz Helwing | 2015-06-17 | 10 | -19/+19 |
* | Updated license headers to latest GENIVI license policy. Fixed further LRT Sc... | Lutz Helwing | 2015-06-17 | 10 | -108/+146 |
* | Remove absolute installation paths so that DLT can be installed at any locati... | Jacques GUILLOU | 2015-04-02 | 1 | -1/+3 |
* | Fix PREFIX. Works now with the default PREFIX (/usr/local/) and with the user... | Alexander Wenzel | 2015-03-12 | 1 | -5/+1 |
* | resolves BUG-206: Install prefix should be configurable | Tomasz Kondziola | 2015-03-12 | 1 | -3/+5 |
* | Fixed network trace test | Alexander Wenzel | 2014-10-30 | 1 | -32/+33 |
* | Fixed: all possible malloc, sprintf and strcpy problems | Alexander Wenzel | 2014-04-01 | 7 | -13/+18 |
* | Fixed compiler warnings with 32Bit gcc compiler. | Alexander Wenzel | 2014-04-01 | 1 | -2/+2 |
* | Removed dlt_free from example and test applications, already called from exit... | Alexander Wenzel | 2014-04-01 | 2 | -4/+0 |
* | Yocto fix in build builds. | Alexander Wenzel | 2013-07-31 | 1 | -8/+8 |
* | Bug 84 - Adding utf8 support to dlt-daemon, dlt-viewer. Modified patch, origi... | Alexander Wenzel | 2013-07-25 | 2 | -29/+69 |
* | Fixed dlt-test-multi-process with fudge set to 0 | Simon Brandner | 2013-07-19 | 1 | -1/+4 |
* | made the APID strings in dlt-test-multi-process counting from 00-99 | Simon Brandner | 2013-07-19 | 1 | -6/+10 |
* | some coverity fixes | Simon Brandner | 2013-07-19 | 1 | -1/+1 |
* | Semaphores and Pointer passing insteasd by value and otehr coverity issue fixes | Simon Brandner | 2013-07-19 | 1 | -1/+1 |
* | Fix compiler warnings | Lassi Marttala | 2013-07-19 | 1 | -1/+1 |
* | Removed most warnings caused by: Wunused-but-set-variable flag. Eome were kep... | Simon Brandner | 2013-07-19 | 3 | -7/+15 |
* | Parasoft workaround: solve complaints about missing breaks/returns in default... | Simon Brandner | 2013-07-19 | 6 | -0/+7 |
* | [GDLT-137]: Automated resending: Improve init. Use everywhere. | Lassi Marttala | 2012-11-26 | 1 | -1/+0 |
* | [GDLT-120]: More precise data sizes. Add automatic tests. | Lassi Marttala | 2012-11-26 | 2 | -501/+1430 |
* | [GDLT-120]: Segmented Network Trace: Prepare for rewrite. | Lassi Marttala | 2012-11-26 | 2 | -100/+1 |
* | [GDLT-120]: Improved Network trace. Rewrite to POSIX queue. | Lassi Marttala | 2012-11-26 | 2 | -1/+99 |
* | [GDLT-120] Segmentation of larger messages, raw blocks which fit not in a sin... | Lassi Marttala | 2012-11-26 | 1 | -0/+0 |
* | [GDLT-115]: Encapsulate more macros. Fix things that used macros | Lassi Marttala | 2012-11-26 | 1 | -15/+5 |
* | [GDLT-115]: Prevent return value from DLT_REGISTER_APP | Lassi Marttala | 2012-11-26 | 1 | -1/+1 |
* | [GDLT-93]: Add -Wextra flags for compilation | Lassi Marttala | 2012-06-13 | 1 | -1/+2 |
* | Added dlt log to injection methods | Christian Muck | 2012-05-30 | 1 | -3/+2 |
* | [GDLT-69] Fixed bug in dlt-test-multi-process shares context between threads | Lassi Marttala | 2012-05-30 | 1 | -2/+1 |
* | GENDLT-15, Avoid buffer overrun with snprintf(). | Lassi Marttala | 2012-04-04 | 1 | -53/+53 |
* | Corrected email of Alexander Wenzel | Christian Muck | 2012-03-27 | 7 | -7/+7 |
* | GDLT-38, Update <FILE> fields in licenses. | Lassi Marttala | 2012-03-26 | 9 | -9/+9 |
* | GDLT-38, Update licenses to all the sources. | Lassi Marttala | 2012-03-26 | 8 | -244/+123 |
* | GDLT-38, Update license in internal headers. | Lassi Marttala | 2012-03-26 | 1 | -27/+13 |
* | GDLT-38, Update license in more CMakeLists | Lassi Marttala | 2012-03-26 | 1 | -32/+11 |
* | Added missing license header to two filesv2.5.1 | Christian Muck | 2012-03-22 | 1 | -0/+68 |
* | Replaced dlt-test-filetransfer-image.png with an own created image | Christian Muck | 2012-03-21 | 1 | -0/+0 |
* | GDLT-64, check that the messages in tests 6m and 6f are actually | Lassi Marttala | 2012-03-21 | 1 | -2/+20 |
* | Update project structure | Christian Muck | 2012-02-13 | 1 | -24/+0 |
* | [GENDLT-16] Create variable in dlt-system.conf to configure the timeout of th... | Christian Muck | 2012-02-08 | 1 | -12/+30 |
* | Set automatic dlt lib version number from project CMakeLists.txt. Removed dlt... | Christian Muck | 2012-02-08 | 2 | -195/+1 |