summaryrefslogtreecommitdiff
path: root/include/dlt/dlt_user.h
Commit message (Expand)AuthorAgeFilesLines
* set DLT_NETWORK_TRACE_ENABLE by cmakedefineFelix Herrmann2020-07-061-941/+0
* network trace: Include necessary headersSaya Sugiura2020-07-061-0/+3
* network trace: Add mqueue verificationSaya Sugiura2020-07-061-2/+2
* Android: Enable Android buildFelix Herrmann2020-07-061-1/+6
* Add functions for writing strings with known sizesMartin Willers2020-05-181-0/+34
* dlt_user.h: fix build when musl is the libc implementation, by adding a missi...Gianfranco Costamagna2020-01-271-0/+1
* Provide DLT_GET_APPID macro (#187) (#188)Vo Trung Chi2019-11-141-0/+7
* libdlt: calculate resend buffer memoryBui Nguyen Quoc Thanh2019-09-131-3/+3
* Add user custom timestamp interfaceSebastian Unger2019-09-131-0/+2
* doxygen: Align variable for apid and ctidSaya Sugiura2019-07-191-2/+2
* doxygen: Remove licenceSaya Sugiura2019-07-191-2/+0
* doxygen: Get rid of warningsSaya Sugiura2019-07-191-3/+8
* Remove dlt_forward_msgSaya Sugiura2019-06-181-8/+0
* unix socket: IPC code isolationChristoph Lipka2019-05-061-0/+2
* lib: daemon: Fix sem lock potential issueSaya Sugiura2019-04-241-2/+5
* Code beautification using uncrustifyChristoph Lipka2018-12-211-82/+110
* UnitTest: UpdatesManikandanC2018-12-211-1/+30
* Injection: New callback with private data Added new injection callback with p...ManikandanC2018-12-211-0/+2
* Dynamic allocation of msg bufferManikandanC2018-12-101-2/+8
* Use poll in the dlt-daemon for POSIX complianceManikandanC2018-11-301-0/+7
* IPC: Unix socket added (#43)ManikandanChockalingam2018-05-181-0/+1
* Update dlt_user.h (#22)Jens Lorenz2017-08-071-2/+2
* DLT_PTR macro: Improve implementation and function API addedChristoph Lipka2016-10-241-0/+10
* Remove C99 style comments in include directoryS. Hameed2016-10-241-4/+2
* Add dlt_user_is_logLevel_enabled APIChristoph Lipka2016-09-231-0/+23
* Set DLT_USER_BUF_MAX_SIZE to 1390 to prepare UDP message transportLutz Helwing2015-10-281-2/+2
* DLT daemon improvement - dlt_init()-checkLutz Helwing2015-10-071-186/+112
* Make timeout on exit configurableStefan Vacek2015-10-071-5/+13
* Fixed whitespace and formatting of new code Fixed licence headersLutz Helwing2015-10-071-6/+6
* Add env-var to set initial log-levelsStefan Vacek2015-10-071-8/+66
* Removed all trailing whitespacesLutz Helwing2015-07-211-3/+3
* Replaced all tabs with spaces in all files in include folderLutz Helwing2015-07-211-88/+92
* 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-12/+15
* adding support for new macros to the daemon. new macros: DLT_HEX8(VAR) 8bits ...Jens Bocklage2015-03-121-1/+16
* Fix dlt_user_log_write_start_id return valueAlexander Wenzel2014-10-301-2/+6
* Added new API to send marker message from application.Alexander Wenzel2014-09-111-0/+5
* New macros for Format of Hex and Binary.Alexander Wenzel2014-09-091-0/+26
* New Callback function in DLT library, called when log level of context is cha...Alexander Wenzel2014-08-121-0/+21
* DLT_CSTRING implementation non verbose mode.Alexander Wenzel2014-05-191-1/+12
* Send ECU Id if enabled and added library API to change.Alexander Wenzel2014-05-161-0/+9
* Send timestamp can be disabled by new API.Alexander Wenzel2014-05-161-0/+9
* Send session/process id by default and add configuration API.Alexander Wenzel2014-05-161-0/+9
* Send extended header in non verbose mode by default and add new API to change...Alexander Wenzel2014-05-161-1/+10
* Reduce usage of SEM_LOCK in application library and reset pointers.Alexander Wenzel2014-01-101-0/+4
* Bug 44 - Don't print "Buffer full" message from DLT daemon for each trace.Alexander Wenzel2013-08-071-0/+1
* Bug 84 - Adding utf8 support to dlt-daemon, dlt-viewer. Modified patch, origi...Alexander Wenzel2013-07-251-0/+10
* Reduce used stack size needed by making resend buffer static.Alexander Wenzel2012-12-041-0/+5
* [GDLT-120]: Segmented Network Trace: Prepare for rewrite.Lassi Marttala2012-11-261-3/+6
* [GDLT-120]: Improved Network trace. Rewrite to POSIX queue.Lassi Marttala2012-11-261-2/+6