summaryrefslogtreecommitdiff
path: root/src/lib/dlt_user.c
Commit message (Expand)AuthorAgeFilesLines
* Size of Resend buffer less than or equal to DLT_USER_BUF_MAX_SIZE res… (#116)kundatipradeep2019-04-151-1/+4
* Fixed memory leak when receiving network traces of 0xFFFF lengthjiripopek2019-04-111-2/+4
* lib: Add mq_close/mq_unlink conditionsSaya Sugiura2019-03-271-5/+12
* libdlt: Do not allow DLT usage in forked child (#95)Simon Herkenhoff2019-02-041-36/+58
* Code beautification using uncrustifyChristoph Lipka2018-12-211-1734/+1358
* Cleanup of unit test fixesManikandan C2018-12-211-18/+10
* libdlt: Add error handlingSaya Sugiura2018-12-211-70/+126
* UnitTest: UpdatesManikandanC2018-12-211-34/+42
* lib: socket: Flush all data before closing socketSaya Sugiura2018-12-211-1/+35
* Removed log level change callback notification while context register done wi...Ravi Sankar P2018-12-211-2/+2
* Logging: avoided missing of log level change callback Added new context regis...Manikandan C2018-12-211-146/+205
* Injection: New callback with private data Added new injection callback with p...ManikandanC2018-12-211-18/+66
* Dynamic allocation of msg bufferManikandanC2018-12-101-170/+284
* Use poll in the dlt-daemon for POSIX complianceManikandanC2018-11-301-8/+38
* Update dlt_user.c (#66)kundatipradeep2018-08-241-0/+13
* libdlt: Avoid busy loop in error case of mq_receive() (#59)Yusuke Sato2018-05-291-1/+13
* IPC: Unix socket added (#43)ManikandanChockalingam2018-05-181-113/+208
* minor compiler warning gcc 7.x (#30)Phong Tran2018-03-291-2/+2
* Fix for initialization of buffer settings in DLT user library. (#25)baduras2017-09-131-2/+2
* CMake Option: Trigger segmentation fault in case of FATAL logChristoph Lipka2017-02-021-0/+14
* Environment variables for library ringbufferChristoph Lipka2016-10-241-1/+51
* DLT_PTR macro: Improve implementation and function API addedChristoph Lipka2016-10-241-0/+32
* Fix: Memory for context description is not freedYusuke Sato2016-09-231-0/+18
* Fix: Handle of /tmp/dlt never reset if dlt-daemon is killed during output use...Yusuke Sato2016-09-231-1/+1
* Fix: Segfault in checking buffer usageYusuke Sato2016-09-231-0/+3
* Add dlt_user_is_logLevel_enabled APIChristoph Lipka2016-09-231-1/+1
* Fixed D-Bus tracing not working anymoreAlexander Wenzel2016-05-131-1/+1
* Fixed not working default log level.Alexander Wenzel2016-05-031-8/+12
* Fixed not returning the correct number of lost messages at exit.Alexander Wenzel2016-05-031-1/+5
* DLT_RETURN_USER_BUFFER_FULL is returned when user buffer fullLutz Helwing2016-04-221-113/+59
* Revert truncation of string or raw blockLutz Helwing2016-04-221-26/+16
* Fix bug with truncation of string or raw blockLutz Helwing2016-02-251-46/+33
* Truncate of string or raw block, if length exceeds maximum message lengthLutz Helwing2016-02-191-46/+65
* Fix fork()-handler in libdltStefan Vacek2015-12-091-7/+21
* Set default log-levels in dlt.confStefan Vacek2015-12-091-1/+3
* Fix register context before application is registeredStefan Vacek2015-12-081-10/+1
* Got rid of warnings from some older compilersLutz Helwing2015-10-281-5/+10
* DLT daemon improvement - dlt_init()-checkLutz Helwing2015-10-071-1191/+1254
* Make timeout on exit configurableStefan Vacek2015-10-071-1/+17
* Allow multiple instances of dlt-daemonStefan Vacek2015-10-071-13/+27
* Fixed whitespace and formatting of new code Fixed licence headersLutz Helwing2015-10-071-126/+132
* Allow registration of contexts before application is registeredStefan Vacek2015-10-071-34/+60
* Add env-var to set initial log-levelsStefan Vacek2015-10-071-20/+22
* Allow applications to fork()Stefan Vacek2015-10-071-48/+172
* Removed all trailing whitespacesLutz Helwing2015-07-211-26/+26
* Rework of unit tests in gtest_dlt_userStefan Held2015-07-211-6/+26
* Fixed license headers and copyright doxygen commentsLutz Helwing2015-06-171-2/+2
* Updated license headers to latest GENIVI license policy. Fixed further LRT Sc...Lutz Helwing2015-06-171-11/+15
* Open daemon connection in atexit functionSascha Philipp2015-03-251-11/+38
* Change loglevel of Request-Resend messageSascha Philipp2015-03-251-1/+1