summaryrefslogtreecommitdiff
path: root/src/daemon/dlt-daemon.c
Commit message (Expand)AuthorAgeFilesLines
* Data stuck in receiver buffer when dlt_daemon_user_send_log_level() fails (#21)Lutz Helwing2017-08-221-5/+1
* MultiNode: Specify config file location in dlt.confChristoph Lipka2016-10-241-0/+14
* process user message: Fix bound handlingFrederic Berat2016-10-241-16/+99
* Fix: dlt-daemon overwrites ECU ID even if user log message already has the EC...Yusuke Sato2016-09-231-2/+2
* Add: Configuration of option of get log info response during context registra...Yusuke Sato2016-09-231-1/+7
* Add: Configuration of daemon FIFO sizeYusuke Sato2016-09-231-0/+28
* dlt-daemon: Free DltDaemon structure on exitChristoph Lipka2016-04-281-3/+2
* dlt-daemon: Fix user log handler return valueFrederic Berat2016-04-281-8/+8
* dlt-daemon: Connection activation reworkFrederic Berat2016-04-281-2/+1
* dlt-daemon: receiver reworkFrederic Berat2016-04-281-615/+595
* Set default log-levels in dlt.confStefan Vacek2015-12-091-5/+47
* Dlt MultiNodeChristoph Lipka2015-12-071-116/+249
* Fix daemon shutdownChristoph Lipka2015-11-241-7/+30
* DltLogstorage: Logstorage CacheChristoph Lipka2015-11-241-6/+23
* 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