summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Make timeout on exit configurableStefan Vacek2015-10-071-1/+17
* Allow multiple instances of dlt-daemonStefan Vacek2015-10-073-15/+45
* Fixed whitespace and formatting of new code Fixed licence headersLutz Helwing2015-10-072-138/+148
* Allow registration of contexts before application is registeredStefan Vacek2015-10-071-34/+60
* Add env-var to set initial log-levelsStefan Vacek2015-10-073-21/+583
* Allow applications to fork()Stefan Vacek2015-10-071-48/+172
* Cleanup masterStefan Vacek2015-10-073-0/+0
* Removed all trailing whitespacesLutz Helwing2015-07-214-60/+60
* Rework of unit tests in gtest_dlt_userStefan Held2015-07-211-6/+26
* Fix installation paths on x86_64 (lib64 instead of lib)Stefan Vacek2015-06-171-2/+2
* Fixed license headers and copyright doxygen commentsLutz Helwing2015-06-176-11/+11
* Updated license headers to latest GENIVI license policy. Fixed further LRT Sc...Lutz Helwing2015-06-178-144/+85
* Unified all line endings to UNIX style.Jens Bocklage2015-06-173-228/+228
* Open daemon connection in atexit functionSascha Philipp2015-03-254-13/+118
* Change loglevel of Request-Resend messageSascha Philipp2015-03-251-1/+1
* Reworked internal outputSascha Philipp2015-03-251-24/+33
* Add the IPv6 supportJiri Popek2015-03-231-18/+27
* adding support for new macros to the daemon. new macros: DLT_HEX8(VAR) 8bits ...Jens Bocklage2015-03-121-2/+182
* Fix dlt_user_log_write_start_id return valueAlexander Wenzel2014-10-301-5/+12
* Added new API to send marker message from application.Alexander Wenzel2014-09-111-0/+36
* New macros for Format of Hex and Binary.Alexander Wenzel2014-09-091-0/+16
* New Callback function in DLT library, called when log level of context is cha...Alexander Wenzel2014-08-121-0/+62
* Fixed segmented messages arguments to standard.Alexander Wenzel2014-06-111-12/+12
* DLT_CSTRING implementation non verbose mode.Alexander Wenzel2014-05-191-0/+11
* 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