summaryrefslogtreecommitdiff
path: root/src/daemon/dlt-daemon.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* appended null termination to version stringSimon Brandner2013-07-191-44/+38
* Removed most warnings caused by: Wunused-but-set-variable flag. Eome were kep...Simon Brandner2013-07-191-1/+43
* [GDLT-94]: Send periodic software version messages.Lassi Marttala2012-06-131-1/+100
* [GDLT-90] Implemented systemd watchdog concept in dlt-systemChristian Muck2012-06-131-7/+7
* If compiled for systemd but the system not using systemd, print an internal e...Christian Muck2012-06-131-1/+1
* [GDLT-90] Implemented systemd watchdog conceptChristian Muck2012-06-131-9/+126
* [GDLT-88] Fixed wrong initalization order using offline trace functionalityLassi Marttala2012-05-301-10/+10
* Added important SEM_FREE in the daemon and closing fd in the filetransferChristian Muck2012-05-301-1/+1
* [GDLT-3] Fixed missing semaphore around dlt_buffer_push3Christian Muck2012-05-301-0/+2
* Added define statement for initial value of file descriptor and (-1). Updated...Christian Muck2012-05-301-3/+2
* [D4099]: Integrated fix from Alexander Wenzel. This will check forLassi Marttala2012-05-301-1/+7
* GENDLT-15, Safe re-allocations for databuffer.Lassi Marttala2012-04-041-2/+6
* Corrected email of Alexander WenzelChristian Muck2012-03-271-1/+1
* GDLT-38, Update <FILE> fields in licenses.Lassi Marttala2012-03-261-1/+1
* GDLT-38, Update licenses to all the sources.Lassi Marttala2012-03-261-32/+16
* Fixed bug with comparinson between signed and unsigned integer and protection...Christian Muck2012-03-211-8/+8