summaryrefslogtreecommitdiff
path: root/src/lib/dlt_user.c
Commit message (Expand)AuthorAgeFilesLines
* Fix register app and register context was not stored in buffer when FIFO is f...Alexander Wenzel2012-09-041-2/+41
* Do not register appliction again, if already registered.Alexander Wenzel2012-09-041-0/+29
* Fixed compile warnings with unused parametersChristian Muck2012-06-131-1/+1
* Added define statement for initial value of file descriptor and (-1). Updated...Christian Muck2012-05-301-5/+5
* [GDLT-86] Fixed dlt_free uses absolute file path /tmp and not DLT_USER_DIR de...Christian Muck2012-05-301-1/+1
* [GDLT-82] Child process inherits file descriptors openend by their parent fixedChristian Muck2012-05-301-2/+2
* [GDLT-84] Instead of calling the injection callback, store a pointerLassi Marttala2012-05-301-29/+27
* [GDLT-70] Check for malloc failures and return errors where applicable.Lassi Marttala2012-05-301-0/+27
* [GDLT-47] Avoid discarding old contexts if no new memory can be allocatedLassi Marttala2012-05-301-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-041-5/+8
* 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
* Corrected email of Alexander WenzelChristian Muck2012-03-271-1/+1
* 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
* 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
* [GSW-135] Fixed compile warningsChristian Muck2012-01-131-3/+3
* [GSW-138] API Extension to resend the log messages in the user buffer fixed.Christian Muck2012-01-131-0/+35
* Disabled completely SHM if not enabled.Alexander Wenzel2011-11-251-0/+10
* Added dynamic increasable ringbuffers to user lib and daemon.Alexander Wenzel2011-11-151-68/+99
* Reverted old FIFO functions. Still SHM enabled by default.Alexander Wenzel2011-11-101-2/+19
* Fixed shared memory problem in DLT library during startup, if application is ...alex2011-11-041-9/+24
* 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-181-7/+74
* 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-291-0/+8
* Removed Ringbuffer implementation in Library.Alexander Wenzel2011-09-271-72/+7
* SHM client now reads out size from shm.Alexander Wenzel2011-09-231-1/+1
* Merge genivialex:/home/alex/git/DLT-daemonAlexander Wenzel2011-09-231-4/+18
|\
| * First prototype to switch to shm communicationAlexander Wenzel2011-09-231-4/+18
* | Revert "[GSW-46] DLT client library sets a huge stack size for internal threa...Christian Muck2011-09-221-4/+10
|/
* Revert "[GSW-43] Flow Control for sending huge amount of data over DLT. parti...Christian Muck2011-09-121-6/+1
* [GSW-62] DLT Library version checkChristian Muck2011-09-051-1/+21
* [GSW-43] Flow Control for sending huge amount of data over DLT. partialy fixedMohammed AL Dardoun2011-08-091-1/+6
* [GSW-59] Statically allocated large array. fixedMohammed2011-08-041-1/+1
* [GSW-46] DLT client library sets a huge stack size for internal thread. fixedMohammed2011-08-041-10/+4
* Init of dlt daemonChristian Muck2011-04-111-0/+2776