summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* made the APID strings in dlt-test-multi-process counting from 00-99Simon Brandner2013-07-191-13/+21
* coverity: add a check variable for get size functionSimon Brandner2013-07-191-4/+34
* Removed possible recursive call of dlt_user_log_file_errorMessage. Added some...Simon Brandner2013-07-191-50/+118
* added DLT_SEM_LOCK around init of dlt user bufferSimon Brandner2013-07-191-0/+3
* some coverity fixesSimon Brandner2013-07-191-30/+69
* Semaphores and Pointer passing insteasd by value and otehr coverity issue fixesSimon Brandner2013-07-191-1/+4
* added creation date and a simple hash on the file name for to improve the uni...Simon Brandner2013-07-191-0/+26
* Remove dangling DLT_SEM_FREE from dlt_user_queue_resendLassi Marttala2013-07-191-1/+0
* Fix null pointer crash in dlt_user_log_check_user_messageLassi Marttala2013-07-191-1/+2
* appended null termination to version stringSimon Brandner2013-07-191-10/+18
* Removed most warnings caused by: Wunused-but-set-variable flag. Eome were kep...Simon Brandner2013-07-191-2/+10
* split up dlt_user_trace_network_segmented_thread function to avoid nested loopSimon Brandner2013-07-191-73/+81
* Parasoft: added 2 free s_segmented_data allocations in error case - one detec...Simon Brandner2013-07-191-5/+10
* Fix: Parasoft DLT complaints about missing Null pointer checkSimon Brandner2013-07-191-1/+9
* Reduce used stack size needed by making resend buffer static.Alexander Wenzel2012-12-041-5/+4
* Increased buffer size of daemon and user library.Alexander Wenzel2012-11-261-3/+3
* [GDLT-120]: Never block if queue is full.Lassi Marttala2012-11-261-5/+15
* [GDLT-137]: Automated resending: Improve init. Use everywhere.Lassi Marttala2012-11-261-52/+156
* [GDLT-120]: More precise data sizes. Add automatic tests.Lassi Marttala2012-11-261-9/+14
* [GDLT-120]: Segmented Network Trace: Prepare for rewrite.Lassi Marttala2012-11-262-4/+1
* [GDLT-137]: Add future resend request when pushed into buffer.Lassi Marttala2012-11-261-4/+14
* [GDLT-120]: Improved Network trace. Rewrite to POSIX queue.Lassi Marttala2012-11-262-137/+251
* [GDLT-120] Segmentation of larger messages, raw blocks which fit not in a sin...Lassi Marttala2012-11-262-13/+379
* Fix register app and register context was not stored in buffer when FIFO is f...Alexander Wenzel2012-11-261-2/+41
* Do not register appliction again, if already registered.Alexander Wenzel2012-11-261-0/+29
* Fixed compile warnings with unused parametersChristian Muck2012-06-132-1/+11
* [GDLT-67] dlt-system v2.0, check full commit message for rebase detailsLassi Marttala2012-06-131-0/+34
* Added important SEM_FREE in the daemon and closing fd in the filetransferChristian Muck2012-05-301-0/+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-302-0/+32
* [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-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