summaryrefslogtreecommitdiff
path: root/src/daemon/dlt-daemon.c
Commit message (Expand)AuthorAgeFilesLines
...
* Offline logstorage: Offline logstorage featureS. Hameed2015-11-241-2/+46
* Unix socket control interfaceChristoph Lipka2015-11-241-0/+162
* offline trace: supported trace file name configuration based on indexManikandan C2015-11-181-1/+11
* dlt-daemon: Implement epoll based event handlingFrederic Berat2015-11-111-283/+226
* DLT daemon improvement - dlt_init()-checkLutz Helwing2015-10-071-875/+875
* Fixed INTERNAL-mode connection bug in dlt-daemonSven Hassler2015-10-071-1/+1
* Allow multiple instances of dlt-daemonStefan Vacek2015-10-071-20/+75
* Offline Logstorage [1/4]: DLT preparation to enable offline logstorageS. Hameed2015-07-301-0/+27
* Removed all trailing whitespacesLutz Helwing2015-07-211-31/+31
* Fix compilation warnings and possible misuse of snprintStefan Vacek2015-07-211-3/+0
* 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
* 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
* Remove absolute installation paths so that DLT can be installed at any locati...Jacques GUILLOU2015-04-021-2/+2
* Change daemon state handling to have all traces in online trace even when off...Sascha Philipp2015-03-251-4/+8
* Fix content of offline traceSascha Philipp2015-03-251-39/+33
* 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-251-91/+242
* Workaround for duplicated log messages in offline trace file issueChristoph Lipka2015-03-171-2/+2
* Added new API to send marker message from application.Alexander Wenzel2014-09-111-0/+37
* Make daemon buffer size configurableAlexander Wenzel2014-05-161-1/+16
* 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-011-32/+56
* Fixed: Creation of dltpipes directory is too late.Alexander Wenzel2014-04-011-17/+16
* Updated authors information.Alexander Wenzel2014-04-011-45/+5
* Cygwin port: cygwin patch, signal handling patch and cppcheck and install lib...Alexander Wenzel2014-04-011-6/+17
* Fixed: Fixed offline trace and new send functions issuesAlexander Wenzel2014-04-011-11/+7
* Fixed missing dlt_receiver_remove in dlt_daemon_process_user_xxx functions.Alexander Wenzel2014-04-011-5/+35
* 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-101-49/+58
* Moved daemon client functions to new source file.Alexander Wenzel2014-01-101-1621/+32
* Centralised send function to client. Introduced connection state to dlt daemon.Alexander Wenzel2014-01-101-342/+1546
* Added new control message timezone.Alexander Wenzel2014-01-101-3/+20
* Close socket when send fails.Alexander Wenzel2014-01-101-28/+57
* Replace threads by timing fds for ecu version, timing packets and watchdog.Alexander Wenzel2014-01-101-278/+222
* Added conntection info and unregister context control messages.Alexander Wenzel2014-01-101-0/+31
* Configurable Timeout on send.Alexander Wenzel2014-01-101-0/+13
* 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-071-4/+76
* 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
* Semaphores and Pointer passing insteasd by value and otehr coverity issue fixesSimon Brandner2013-07-191-5/+9
* Close filehandle on early existsLassi Marttala2013-07-191-0/+2
* Fix compiler warningsLassi Marttala2013-07-191-5/+11
* Unify ECU version sending functionsLassi Marttala2013-07-191-47/+75
* Watchdog: Review changes.Lassi Marttala2013-07-191-21/+14
* Watchdog: Watch the main thread.Lassi Marttala2013-07-191-6/+56