Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reworked internal output | Sascha Philipp | 2015-03-25 | 1 | -14/+14 |
| | | | | | | Change-Id: I371c1b234929fda46608f563f08cae141b97d0a9 Signed-off-by: Ralf Anton Beier <ralf.anton.beier@continental-corporation.com> Signed-off-by: Sascha Philipp <sascha.philipp@continental-corporation.com> | ||||
* | Corrected email of Alexander Wenzel | Christian Muck | 2012-03-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Christian Muck <christian.muck@bmw.de> | ||||
* | GDLT-38, Update <FILE> fields in licenses. | Lassi Marttala | 2012-03-26 | 1 | -1/+1 |
| | |||||
* | GDLT-38, Update licenses to all the sources. | Lassi Marttala | 2012-03-26 | 1 | -33/+18 |
| | |||||
* | [GSW-135] Fixed compile warnings | Christian Muck | 2012-01-13 | 1 | -3/+2 |
| | |||||
* | dlt-system filetransfer now recovers when file is deleted during filetransfer. | Alexander Wenzel | 2011-11-22 | 1 | -0/+20 |
| | | | | | Added check of file size when starting and deleting files during filetransfer. Added check of shm buffer availability when push to shm. | ||||
* | Created abstraction of shm buffer management. | Alexander Wenzel | 2011-11-14 | 1 | -442/+32 |
| | |||||
* | Reworkd SHM implementation. | Alexander Wenzel | 2011-11-10 | 1 | -256/+244 |
| | |||||
* | Merge branch 'master' of https://git.genivi.org/srv/git/DLT-daemon | Christian Muck | 2011-11-10 | 1 | -56/+75 |
|\ | | | | | | | | | Conflicts: src/shared/dlt_shm.c | ||||
| * | Added internal logging to shm. | Alexander Wenzel | 2011-11-09 | 1 | -11/+16 |
| | | |||||
| * | Added dlt-daemon internal logging configuration into dlt.conf file. | Alexander Wenzel | 2011-11-09 | 1 | -45/+58 |
| | | | | | | | | Internal logging to file now also possible. | ||||
* | | Fixed Semaphore handling in SHM. | Alexander Wenzel | 2011-11-09 | 1 | -7/+22 |
|/ | |||||
* | Fixed semaphore access problem when dlt-daemon started as root. | Alexander Wenzel | 2011-11-05 | 1 | -2/+2 |
| | |||||
* | Fixed shared memory problem in DLT library during startup, if application is ↵ | alex | 2011-11-04 | 1 | -1/+2 |
| | | | | started before daemon. | ||||
* | [GSW-66] File transfer over DLT. | Alexander Wenzel | 2011-10-18 | 1 | -1/+0 |
| | | | | Fixed some compiler warnings. | ||||
* | [GSW-43] Performance improvement for bulk data over DLT. | Alexander Wenzel | 2011-10-18 | 1 | -49/+154 |
| | | | | Implemented recovery of SHM. | ||||
* | Fixed filetransfer to use shm status for flow control. | Alexander Wenzel | 2011-09-29 | 1 | -0/+27 |
| | | | | Added new function to dlt user library. | ||||
* | Fixed wrong size of shm on server side. | Alexander Wenzel | 2011-09-28 | 1 | -3/+18 |
| | |||||
* | Shared memory now used until client connects. | Alexander Wenzel | 2011-09-26 | 1 | -0/+125 |
| | |||||
* | Removed filter implementation from DLT daemon. | Alexander Wenzel | 2011-09-26 | 1 | -3/+70 |
| | |||||
* | SHM client now reads out size from shm. | Alexander Wenzel | 2011-09-23 | 1 | -7/+15 |
| | |||||
* | Merged version for SHM now works. | Alexander Wenzel | 2011-09-23 | 1 | -0/+348 |