summaryrefslogtreecommitdiff
path: root/src/daemon
Commit message (Expand)AuthorAgeFilesLines
* Cleanup masterStefan Vacek2015-10-074-0/+0
* Offline Logstorage [2/4]: DLT Daemon extensionS. Hameed2015-07-302-0/+630
* Offline Logstorage [1/4]: DLT preparation to enable offline logstorageS. Hameed2015-07-308-4/+147
* Removed all trailing whitespacesLutz Helwing2015-07-216-50/+50
* Fix compilation warnings and possible misuse of snprintStefan Vacek2015-07-211-3/+0
* Fixed license headers and copyright doxygen commentsLutz Helwing2015-06-1713-25/+25
* Updated license headers to latest GENIVI license policy. Fixed further LRT Sc...Lutz Helwing2015-06-1713-143/+196
* dlt-daemon: Explicitly set the default loggingLevel to LOG_INFOSid Heroor2015-06-171-1/+1
* dlt-daemon: Explicitly set the default loggingMode to DLT_LOG_TO_CONSOLESid Heroor2015-06-171-1/+1
* Unified all line endings to UNIX style.Jens Bocklage2015-06-174-817/+817
* Remove absolute installation paths so that DLT can be installed at any locati...Jacques GUILLOU2015-04-022-3/+5
* Add Service ID Last entry to avoid further modifications in dependent codeS. Hameed2015-04-011-1/+1
* Change daemon state handling to have all traces in online trace even when off...Sascha Philipp2015-03-253-7/+14
* Fix content of offline traceSascha Philipp2015-03-253-48/+42
* Fix daemon state handling with offline traceSascha Philipp2015-03-251-2/+6
* Fix watchdog timeoutSascha Philipp2015-03-251-0/+26
* Reworked internal outputSascha Philipp2015-03-254-112/+263
* Add the IPv6 supportJiri Popek2015-03-231-34/+51
* Workaround for duplicated log messages in offline trace file issueChristoph Lipka2015-03-173-7/+8
* Fix PREFIX. Works now with the default PREFIX (/usr/local/) and with the user...Alexander Wenzel2015-03-121-5/+1
* resolves BUG-206: Install prefix should be configurableTomasz Kondziola2015-03-121-3/+5
* Added new API to send marker message from application.Alexander Wenzel2014-09-114-2/+98
* Make daemon buffer size configurableAlexander Wenzel2014-05-165-4/+36
* Fixed missing variable declaration when systemd not enabled.v2.10.0_rc1Alexander Wenzel2014-04-011-3/+0
* Fixed: all possible malloc, sprintf and strcpy problemsAlexander Wenzel2014-04-014-58/+102
* Fixed: Creation of dltpipes directory is too late.Alexander Wenzel2014-04-011-17/+16
* Updated authors information.Alexander Wenzel2014-04-013-109/+15
* Cygwin port: cygwin patch, signal handling patch and cppcheck and install lib...Alexander Wenzel2014-04-013-8/+28
* Fixed: Fixed offline trace and new send functions issuesAlexander Wenzel2014-04-013-58/+88
* Fixed missing dlt_receiver_remove in dlt_daemon_process_user_xxx functions.Alexander Wenzel2014-04-011-5/+35
* Fixed serial port not working anymore.Alexander Wenzel2014-01-231-10/+1
* Added log output of created socket/port In init phase 2 - socket creationChristian Muck2014-01-231-2/+10
* Defined return value for dlt_message_read().Alexander Wenzel2014-01-101-96/+98
* Cleanup of send return values. Further cleanup of send restructure.Alexander Wenzel2014-01-109-101/+163
* Moved daemon client functions to new source file.Alexander Wenzel2014-01-107-1778/+1885
* Centralised send function to client. Introduced connection state to dlt daemon.Alexander Wenzel2014-01-109-1980/+2041
* Added new control message timezone.Alexander Wenzel2014-01-105-4/+95
* Fixed possible crash when runtime configurations files are corrupted.Alexander Wenzel2014-01-101-22/+50
* Close socket when send fails.Alexander Wenzel2014-01-103-31/+62
* Replace threads by timing fds for ecu version, timing packets and watchdog.Alexander Wenzel2014-01-102-279/+230
* Added conntection info and unregister context control messages.Alexander Wenzel2014-01-103-0/+168
* Configurable Timeout on send.Alexander Wenzel2014-01-103-0/+17
* Security fix on DLT pipes.Alexander Wenzel2014-01-101-1/+18
* Changes after review.Alexander Wenzel2013-08-071-1/+1
* Bug 44 - Don't print "Buffer full" message from DLT daemon for each trace.Alexander Wenzel2013-08-074-20/+105
* Yocto fix in build builds.Alexander Wenzel2013-07-311-1/+1
* Invalid Sock is set to -1 instead 0 (stdin). Consequent error handling in fse...Simon Brandner2013-07-191-3/+3
* Removed possible recursive call of dlt_user_log_file_errorMessage. Added some...Simon Brandner2013-07-191-1/+6
* some coverity fixesSimon Brandner2013-07-191-3/+9
* Semaphores and Pointer passing insteasd by value and otehr coverity issue fixesSimon Brandner2013-07-192-8/+19