summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* GDLT-38, Update licenses to all the sources.Lassi Marttala2012-03-2626-810/+417
* GDLT-38, Update license in internal headers.Lassi Marttala2012-03-2613-426/+238
* GDLT-38, Update license in more CMakeListsLassi Marttala2012-03-267-225/+78
* GDLT-38, Update licenses in CMakeListsLassi Marttala2012-03-261-32/+11
* Added missing license header to two filesv2.5.1Christian Muck2012-03-223-0/+203
* Modified library for new test cases to corrupt data - related to the bug fix ...Christian Muck2012-03-222-1/+78
* Replaced dlt-test-filetransfer-image.png with an own created imageChristian Muck2012-03-211-0/+0
* [GENDLT-21] Fixed bug: Message Counter (MCNT) should be increased but is alwa...Christian Muck2012-03-211-2/+4
* Fixed bug with comparinson between signed and unsigned integer and protection...Christian Muck2012-03-216-34/+41
* GDLT-64, check that the messages in tests 6m and 6f are actuallyLassi Marttala2012-03-211-2/+20
* Update project structureChristian Muck2012-02-137-57/+1
* [GENDLT-16] Create variable in dlt-system.conf to configure the timeout of th...Christian Muck2012-02-087-106/+143
* Set automatic dlt lib version number from project CMakeLists.txt. Removed dlt...Christian Muck2012-02-083-196/+2
* Fix build for real targets. sys/stat.h was not taken in.Lassi Marttala2012-02-081-0/+1
* Add descriptions for app and context.Lassi Marttala2012-01-271-2/+6
* Suggested Changes to dlt-test-mutli-process:Lassi Marttala2012-01-232-36/+135
* Initial version of dlt-test-multi-processLassi Marttala2012-01-204-1/+678
* [GSW-136] Improve including/prefixing of dlt_version.h fixedChristian Muck2012-01-182-4/+4
* [GSW-135] Fixed compile warningsChristian Muck2012-01-134-16/+19
* Updated filetransfer documentation, lib and test applicationChristian Muck2012-01-132-116/+110
* Merge branch 'tmp'Christian Muck2012-01-131-26/+7
|\
| * Some little improvementsChristian Muck2012-01-131-26/+7
* | [GSW-138] API Extension to resend the log messages in the user buffer fixed.Christian Muck2012-01-132-0/+42
|/
* Disabled completely SHM if not enabled.Alexander Wenzel2011-11-253-0/+22
* Fixed buffer overflow problem in buffer library.Alexander Wenzel2011-11-231-1/+4
* Updated version number to v2.4.2.Alexander Wenzel2011-11-221-1/+1
* dlt-system filetransfer now recovers when file is deleted during filetransfer.Alexander Wenzel2011-11-225-619/+55
* Added dynamic increasable ringbuffers to user lib and daemon.Alexander Wenzel2011-11-157-96/+254
* Created abstraction of shm buffer management.Alexander Wenzel2011-11-142-442/+445
* Reworkd SHM implementation.Alexander Wenzel2011-11-101-256/+244
* Reverted old FIFO functions. Still SHM enabled by default.Alexander Wenzel2011-11-1010-39/+318
* Added flush in internal logging of dlt-daemon.Alexander Wenzel2011-11-101-1/+3
* Merge branch 'master' of https://git.genivi.org/srv/git/DLT-daemonChristian Muck2011-11-106-131/+196
|\
| * Added internal logging to shm.Alexander Wenzel2011-11-091-11/+16
| * Added dlt-daemon internal logging configuration into dlt.conf file.Alexander Wenzel2011-11-096-120/+179
* | Added injection shell command to dlt-system.Alexander Wenzel2011-11-091-0/+34
* | Fixed Semaphore handling in SHM.Alexander Wenzel2011-11-091-7/+22
|/
* Fixed semaphore access problem when dlt-daemon started as root.Alexander Wenzel2011-11-051-2/+2
* Added daemonise and signal handlers to dlt-system.Alexander Wenzel2011-11-042-21/+152
* Fixed shared memory problem in DLT library during startup, if application is ...alex2011-11-042-10/+26
* Merge genivialex2:/home/alex/git/DLT-daemonChristian Muck2011-11-041-1/+1
|\
| * Updated version numbers for release v2.4.1Alexander Wenzel2011-11-041-1/+1
* | Fixed path for testing filetransferChristian Muck2011-11-041-2/+2
|/
* Fixes syslog adapter in dlt-system.alex2011-11-031-22/+32
* Reverted changes in dlt_register_app() function.Alexander Wenzel2011-10-282-5/+6
* DLT user library does not the stack size of the receiver thread anymore.v2.4.0Alexander Wenzel2011-10-211-14/+1
* Corrected install target path for dlt.conf and dlt-system.confAlexander Wenzel2011-10-192-2/+2
* Added test files for filetransfer to spec and distfileAlexander Wenzel2011-10-192-3/+3
* [GSW-66] File transfer over DLT.Alexander Wenzel2011-10-187-17/+17
* [GSW-43] Performance improvement for bulk data over DLT.Alexander Wenzel2011-10-181-49/+154