summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Send ECU Id if enabled and added library API to change.Alexander Wenzel2014-05-162-1/+29
* Send timestamp can be disabled by new API.Alexander Wenzel2014-05-162-1/+29
* Send session/process id by default and add configuration API.Alexander Wenzel2014-05-162-0/+33
* Send extended header in non verbose mode by default and add new API to change...Alexander Wenzel2014-05-162-4/+22
* Bug 184 - /tmp/dltpipes directory does not exist before dlt-daemon is started...v2.10.0Alexander Wenzel2014-04-021-0/+22
* Fixed: all possible malloc, sprintf and strcpy problemsAlexander Wenzel2014-04-011-22/+18
* Updated authors information.Alexander Wenzel2014-04-011-45/+5
* Cygwin port: cygwin patch, signal handling patch and cppcheck and install lib...Alexander Wenzel2014-04-012-1/+7
* Fixed compiler warnings with 32Bit gcc compiler.Alexander Wenzel2014-04-011-1/+0
* Use LIB_SUFFIX as lib installation path.Alexander Wenzel2014-04-011-2/+2
* Defined return value for dlt_message_read().Alexander Wenzel2014-01-101-1/+1
* Removed check of double registration of contexts in user library, already che...Alexander Wenzel2014-01-101-167/+138
* 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
* Added additional command line commands.Alexander Wenzel2013-10-181-0/+119
* Added command line commands set log level and set trace status.Alexander Wenzel2013-10-181-1/+64
* Implementation of command line tool dlt-control.Alexander Wenzel2013-10-181-11/+38
* Fix file transfer bug.Stefan Seefeld2013-10-181-1/+1
* 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
* 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