summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* GDLT-2 Link with libz, fix a typo.Lassi Marttala2012-04-042-2/+3
| | | | Signed-off-by: Christian Muck <christian.muck@bmw.de>
* GDLT-2 zlib based compression.Lassi Marttala2012-04-044-0/+124
| | | | Signed-off-by: Christian Muck <christian.muck@bmw.de>
* Changed dlt loggingmode to default valueChristian Muck2012-03-281-1/+1
| | | | Signed-off-by: Christian Muck <christian.muck@bmw.de>
* Corrected email of Alexander WenzelChristian Muck2012-03-2744-44/+44
| | | | Signed-off-by: Christian Muck <christian.muck@bmw.de>
* GDLT-38, Update <FILE> fields in licenses.Lassi Marttala2012-03-2639-39/+39
|
* 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
| | | | Signed-off-by: Christian Muck <christian.muck@bmw.de>
* Modified library for new test cases to corrupt data - related to the bug fix ↵Christian Muck2012-03-222-1/+78
| | | | | | for testing signed and unsigned integer Signed-off-by: Christian Muck <christian.muck@bmw.de>
* Replaced dlt-test-filetransfer-image.png with an own created imageChristian Muck2012-03-211-0/+0
| | | | Signed-off-by: Christian Muck <christian.muck@bmw.de>
* [GENDLT-21] Fixed bug: Message Counter (MCNT) should be increased but is ↵Christian Muck2012-03-211-2/+4
| | | | | | always 0 Signed-off-by: Christian Muck <christian.muck@bmw.de>
* Fixed bug with comparinson between signed and unsigned integer and ↵Christian Muck2012-03-216-34/+41
| | | | | | protection for a buffer overflow. Signed-off-by: Christian Muck <christian.muck@bmw.de>
* GDLT-64, check that the messages in tests 6m and 6f are actuallyLassi Marttala2012-03-211-2/+20
| | | | | | messages intended to be received here. Signed-off-by: Christian Muck <christian.muck@bmw.de>
* Update project structureChristian Muck2012-02-137-57/+1
|
* [GENDLT-16] Create variable in dlt-system.conf to configure the timeout of ↵Christian Muck2012-02-087-106/+143
| | | | the filetransfer fixed.
* Set automatic dlt lib version number from project CMakeLists.txt. Removed ↵Christian Muck2012-02-083-196/+2
| | | | dlt-test-internal because has no functionality.
* 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
| | | | | | | | | | | | | | sender: * Print default values in usage. * Each process should have own APPID * Each thread should have own CID client: * Make usage() useful * Also count headers to bytes transferred, * Serial device mode * Baudrate as option * Output to file * Limit number of messages to receive
* 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 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-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
|\ | | | | | | | | Conflicts: src/shared/dlt_shm.c
| * 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
| | | | | | | | Internal logging to file now also possible.
* | 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
| | | | started before daemon.
* 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
| | | | Added new dlt_check_library_version() function.