summaryrefslogtreecommitdiff
path: root/src/shared/dlt_common.c
Commit message (Expand)AuthorAgeFilesLines
* using POSIX shared memory APIs (#90) (#151)Vo Trung Chi2019-08-011-0/+20
* doxygen: Remove licenceSaya Sugiura2019-07-191-2/+0
* define DLT_PATH_MAX for max path buffer lengthRadoslaw Kaczorowski2019-07-031-4/+4
* cleanup: Use dlt_vlog()Saya Sugiura2019-06-191-98/+54
* Fix alerts from lgtmSaya Sugiura2019-06-191-10/+8
* daemon: Remove bytes_sentSaya Sugiura2019-06-181-1/+0
* dlt-control: Bug fix for broken get log infoRavi Sankar P2019-05-061-1/+1
* dlt-daemon: fix internal logging to file after daemonizeChristoph Lipka2019-05-061-1/+1
* Code beautification using uncrustifyChristoph Lipka2018-12-211-1673/+1424
* libdlt: Add error handlingSaya Sugiura2018-12-211-0/+15
* Made socket send reliableManikandan C2018-12-211-0/+1
* buffer: Code cleanupSaya Sugiura2018-12-211-48/+56
* buffer: Improve loggingSaya Sugiura2018-12-211-43/+51
* Fixed compiler error with previous commitManikandan C2018-12-121-2/+2
* Dynamic allocation of msg bufferManikandanC2018-12-101-33/+82
* Use poll in the dlt-daemon for POSIX complianceManikandanC2018-11-301-0/+2
* dlt-client: logging: Extended the receiver buffer sizeManikandan C2018-11-231-2/+2
* Gateway ImprovementsManikandan C2018-11-231-0/+145
* Log storage - Updates (#82)ManikandanChockalingam2018-11-151-1/+1
* Fflush stdout in the intenal logger (#81)Alexander Menzhinsky2018-10-301-0/+1
* IPC: Unix socket added (#43)ManikandanChockalingam2018-05-181-0/+11
* minor compiler warning gcc 7.x (#30)Phong Tran2018-03-291-2/+10
* fix various memory leaks (#28)Gordan Markuš2017-09-121-1/+0
* process user message: Fix bound handlingFrederic Berat2016-10-241-10/+10
* dlt-daemon: receiver reworkFrederic Berat2016-04-281-0/+39
* Purged all warnings for -Wall -WextraLutz Helwing2015-10-281-1/+6
* DLT daemon improvement - dlt_init()-checkLutz Helwing2015-10-071-981/+1092
* Allow multiple instances of dlt-daemonStefan Vacek2015-10-071-0/+53
* Cleanup masterStefan Vacek2015-10-071-0/+0
* Removed all trailing whitespacesLutz Helwing2015-07-211-29/+29
* Rework of unit testsStefan Held2015-07-211-53/+7
* Fix compilation warnings and possible misuse of snprintStefan Vacek2015-07-211-12/+13
* Rework of unit tests in gtest_dlt_commonStefan Held2015-07-211-42/+104
* 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-10/+15
* dlt-daemon: Explicitly set the default loggingLevel to LOG_INFOSid Heroor2015-06-171-1/+1
* added dlt_log_* unit tests rework of dlt_buffer_* and dlt_messages_* unit testsStefan Held2015-06-171-1/+52
* Add Service ID Last entry to avoid further modifications in dependent codeS. Hameed2015-04-011-1/+1
* Reworked internal outputSascha Philipp2015-03-251-140/+75
* adding support for new macros to the daemon. new macros: DLT_HEX8(VAR) 8bits ...Jens Bocklage2015-03-121-1/+73
* Fixed: all possible malloc, sprintf and strcpy problemsAlexander Wenzel2014-04-011-110/+121
* Updated authors information.Alexander Wenzel2014-04-011-46/+5
* Cygwin port: cygwin patch, signal handling patch and cppcheck and install lib...Alexander Wenzel2014-04-011-1/+1
* Fixed compiler warnings with 32Bit gcc compiler.Alexander Wenzel2014-04-011-3/+3
* Defined return value for dlt_message_read().Alexander Wenzel2014-01-101-8/+8
* When using DLT in console mode on a 64-bit machine, timestamps are corrupted ...Alexander Wenzel2014-01-101-1/+2
* Environement variables added to configure internal logging in library.Alexander Wenzel2014-01-101-6/+43
* Added further checks to dlt_buffer.Alexander Wenzel2014-01-101-4/+18
* Bug 44 - Don't print "Buffer full" message from DLT daemon for each trace.Alexander Wenzel2013-08-071-1/+1
* Bug 84 - Adding utf8 support to dlt-daemon, dlt-viewer. Modified patch, origi...Alexander Wenzel2013-07-251-2/+2