summaryrefslogtreecommitdiff
path: root/src/lib/dlt_user.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed deadlock after wrong merge..Alexander Wenzel2014-01-101-3/+0
* Fix deadlock in dlt_user_log_reattach_to_daemon(void).Alexander Wenzel2014-01-101-1/+9
* Environement variables added to configure internal logging in library.Alexander Wenzel2014-01-101-0/+3
* atexit handler fix.Alexander Wenzel2014-01-101-6/+43
* Add threadnames to libdlt threads.Alexander Wenzel2014-01-101-0/+4
* Security fix on DLT pipes.Alexander Wenzel2014-01-101-1/+10
* Reduce usage of SEM_LOCK in application library and reset pointers.Alexander Wenzel2014-01-101-44/+59
* Changes after review.Alexander Wenzel2013-08-071-5/+11
* Bug 44 - Don't print "Buffer full" message from DLT daemon for each trace.Alexander Wenzel2013-08-071-21/+55
* Bug 84 - Adding utf8 support to dlt-daemon, dlt-viewer. Modified patch, origi...Alexander Wenzel2013-07-251-1/+48
* added function names in case of Failed to queue resendingSimon Brandner2013-07-191-4/+4
* made the APID strings in dlt-test-multi-process counting from 00-99Simon Brandner2013-07-191-13/+21
* added DLT_SEM_LOCK around init of dlt user bufferSimon Brandner2013-07-191-0/+3
* Semaphores and Pointer passing insteasd by value and otehr coverity issue fixesSimon Brandner2013-07-191-1/+4
* 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
* 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
* [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-261-3/+0
* [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-261-133/+249
* [GDLT-120] Segmentation of larger messages, raw blocks which fit not in a sin...Lassi Marttala2012-11-261-12/+378
* 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-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