summaryrefslogtreecommitdiff
path: root/src/daemon
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Regression fix: check ferror/feof when fgets return NULLLassi Marttala2013-07-191-4/+38
* 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-194-117/+84
* fixed possible overflow in dlt-system-filetransfer and missing fclose in dlt_...Simon Brandner2013-07-191-0/+1
* Watchdog: Review changes.Lassi Marttala2013-07-192-22/+15
* Watchdog: Watch the main thread.Lassi Marttala2013-07-192-6/+60
* appended null termination to version stringSimon Brandner2013-07-194-56/+62
* Removed most warnings caused by: Wunused-but-set-variable flag. Eome were kep...Simon Brandner2013-07-192-3/+84
* Increased buffer size of daemon and user library.Alexander Wenzel2012-11-261-3/+3
* Create new fifo only when same application registers with different pid.Alexander Wenzel2012-11-261-1/+1