summaryrefslogtreecommitdiff
path: root/src/shared/dlt_shm.c
Commit message (Collapse)AuthorAgeFilesLines
* using POSIX shared memory APIs (#90) (#151)Vo Trung Chi2019-08-011-100/+239
| | | | | Replace all Linux specific shared memory APIs with POSIX alternatives. Signed-off-by: Vo Trung Chi <Chi.VoTrung@vn.bosch.com>
* doxygen: Remove licenceSaya Sugiura2019-07-191-2/+0
| | | | Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com>
* Code beautification using uncrustifyChristoph Lipka2018-12-211-74/+82
| | | | Signed-off-by: Christoph Lipka <clipka@de.adit-jv.com>
* DLT daemon improvement - dlt_init()-checkLutz Helwing2015-10-071-127/+127
| | | | | | | | | | 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-11/+11
| | | | 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>
* Reworked internal outputSascha Philipp2015-03-251-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 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-33/+18
|
* [GSW-135] Fixed compile warningsChristian Muck2012-01-131-3/+2
|
* dlt-system filetransfer now recovers when file is deleted during filetransfer.Alexander Wenzel2011-11-221-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 Wenzel2011-11-141-442/+32
|
* Reworkd SHM implementation.Alexander Wenzel2011-11-101-256/+244
|
* Merge branch 'master' of https://git.genivi.org/srv/git/DLT-daemonChristian Muck2011-11-101-56/+75
|\ | | | | | | | | 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-091-45/+58
| | | | | | | | Internal logging to file now also possible.
* | 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
|
* Fixed shared memory problem in DLT library during startup, if application is ↵alex2011-11-041-1/+2
| | | | started before daemon.
* [GSW-66] File transfer over DLT.Alexander Wenzel2011-10-181-1/+0
| | | | Fixed some compiler warnings.
* [GSW-43] Performance improvement for bulk data over DLT.Alexander Wenzel2011-10-181-49/+154
| | | | Implemented recovery of SHM.
* Fixed filetransfer to use shm status for flow control.Alexander Wenzel2011-09-291-0/+27
| | | | Added new function to dlt user library.
* Fixed wrong size of shm on server side.Alexander Wenzel2011-09-281-3/+18
|
* Shared memory now used until client connects.Alexander Wenzel2011-09-261-0/+125
|
* Removed filter implementation from DLT daemon.Alexander Wenzel2011-09-261-3/+70
|
* SHM client now reads out size from shm.Alexander Wenzel2011-09-231-7/+15
|
* Merged version for SHM now works.Alexander Wenzel2011-09-231-0/+348