summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Added important SEM_FREE in the daemon and closing fd in the filetransferChristian Muck2012-05-081-0/+1
* Added define statement for initial value of file descriptor and (-1). Updated...Christian Muck2012-05-081-5/+5
* [GDLT-86] Fixed dlt_free uses absolute file path /tmp and not DLT_USER_DIR de...Christian Muck2012-05-081-1/+1
* [GDLT-82] Child process inherits file descriptors openend by their parent fixedChristian Muck2012-04-201-2/+2
* [GDLT-84] Instead of calling the injection callback, store a pointerLassi Marttala2012-04-201-29/+27
* [GDLT-70] Check for malloc failures and return errors where applicable.Lassi Marttala2012-04-202-0/+32
* [GDLT-47] Avoid discarding old contexts if no new memory can be allocatedLassi Marttala2012-04-201-4/+10
* GENDLT-15, Fixes to previous integrations from review.Lassi Marttala2012-04-041-5/+7
* GENDLT-15, Safe re-allocations for databuffer.Lassi Marttala2012-04-042-7/+14
* GENDLT-15, Optimize usege of strlen.Lassi Marttala2012-04-041-18/+6
* GENDLT-15, Avoid buffer overrun with snprintf().Lassi Marttala2012-04-041-19/+18
* GENDLT-15, Rename buffer size constant to avoid confusion.Lassi Marttala2012-04-041-3/+4
* GDLT-2: Change to gzip wrapper format. Change file signature creation toLassi Marttala2012-04-041-1/+5
* Corrected email of Alexander WenzelChristian Muck2012-03-276-6/+6
* GDLT-38, Update <FILE> fields in licenses.Lassi Marttala2012-03-265-5/+5
* GDLT-38, Update licenses to all the sources.Lassi Marttala2012-03-263-95/+50
* GDLT-38, Update license in internal headers.Lassi Marttala2012-03-262-68/+38
* GDLT-38, Update license in more CMakeListsLassi Marttala2012-03-261-33/+12
* Added missing license header to two filesv2.5.1Christian Muck2012-03-221-0/+67
* Modified library for new test cases to corrupt data - related to the bug fix ...Christian Muck2012-03-221-0/+30
* [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-211-13/+13
* Update project structureChristian Muck2012-02-131-6/+1
* [GENDLT-16] Create variable in dlt-system.conf to configure the timeout of th...Christian Muck2012-02-081-73/+65
* Set automatic dlt lib version number from project CMakeLists.txt. Removed dlt...Christian Muck2012-02-081-1/+1
* [GSW-135] Fixed compile warningsChristian Muck2012-01-131-3/+3
* Updated filetransfer documentation, lib and test applicationChristian Muck2012-01-131-1/+9
* 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-251-0/+10
* Updated version number to v2.4.2.Alexander Wenzel2011-11-221-1/+1
* Added dynamic increasable ringbuffers to user lib and daemon.Alexander Wenzel2011-11-152-69/+102
* Reverted old FIFO functions. Still SHM enabled by default.Alexander Wenzel2011-11-102-4/+21
* Fixed shared memory problem in DLT library during startup, if application is ...alex2011-11-041-9/+24
* Updated version numbers for release v2.4.1Alexander Wenzel2011-11-041-1/+1
* Reverted changes in dlt_register_app() function.Alexander Wenzel2011-10-281-4/+5
* DLT user library does not the stack size of the receiver thread anymore.v2.4.0Alexander Wenzel2011-10-211-14/+1
* [Reverted] Removed Ringbuffer implementation in Library.Alexander Wenzel2011-10-182-7/+77
* Prepared new version number and new config files installation.Alexander Wenzel2011-10-181-1/+1
* Implemented new DLT user library function dlt_get_log_state.Alexander Wenzel2011-10-121-1/+28
* Prepared alternative log over FIFO or SHM.Alexander Wenzel2011-10-111-1/+1
* Added new API dlt_set_log_mode to enable/disable internal/external trace.Alexander Wenzel2011-10-111-0/+40
* Fixed filetransfer to use shm status for flow control.Alexander Wenzel2011-09-292-9/+27
* Add Filetransfer feature to DLT user library.Alexander Wenzel2011-09-292-1/+407
* Removed Ringbuffer implementation in Library.Alexander Wenzel2011-09-272-75/+7
* SHM client now reads out size from shm.Alexander Wenzel2011-09-231-1/+1
* Merge genivialex:/home/alex/git/DLT-daemonAlexander Wenzel2011-09-232-5/+19
|\
| * First prototype to switch to shm communicationAlexander Wenzel2011-09-232-5/+19
* | Revert "[GSW-46] DLT client library sets a huge stack size for internal threa...Christian Muck2011-09-222-4/+13
|/