summaryrefslogtreecommitdiff
path: root/src/daemon
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated doxygen documentation, readme, man pages and release notesChristian Muck2012-06-131-2/+2
* [GDLT-24]: Fix for a compiler warning.Lassi Marttala2012-06-131-1/+2
* Preparation of config files for releaseChristian Muck2012-06-131-6/+9
* [GDLT-94]: Send periodic software version messages.Lassi Marttala2012-06-136-3/+174
* [GENDLT-24]: Crash on invalid injection message.Lassi Marttala2012-06-131-0/+6
* [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-133-10/+135
* [GDLT-67] dlt-system v2.0, check full commit message for rebase detailsLassi Marttala2012-06-131-3/+3
* [GDLT-89] Daemon doesn't sent the persistent log level, trace status configur...Christian Muck2012-05-301-4/+5
* [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-302-0/+5
* Corrected the default values of dlt.confChristian Muck2012-05-301-4/+4
* Added define statement for initial value of file descriptor and (-1). Updated...Christian Muck2012-05-302-18/+17
* [D4099]: Integrated fix from Alexander Wenzel. This will check forLassi Marttala2012-05-303-2/+73
* [GDLT-85] Pipes opened multiple times for the same application pid fixed.Christian Muck2012-05-301-5/+25
* GENDLT-15, Fixes to previous integrations from review.Lassi Marttala2012-04-041-1/+1
* GENDLT-15, Safe re-allocations for databuffer.Lassi Marttala2012-04-042-10/+32
* GENDLT-15, use the correct TEXTBUFSIZELassi Marttala2012-04-041-1/+1
* GENDLT-15, Avoid buffer overrun with snprintf().Lassi Marttala2012-04-041-5/+5
* GENDLT-15, Rename buffer size constant to avoid confusion.Lassi Marttala2012-04-042-20/+16
* Changed dlt loggingmode to default valueChristian Muck2012-03-281-1/+1
* Corrected email of Alexander WenzelChristian Muck2012-03-277-7/+7
* GDLT-38, Update <FILE> fields in licenses.Lassi Marttala2012-03-266-6/+6
* GDLT-38, Update licenses to all the sources.Lassi Marttala2012-03-262-63/+32
* GDLT-38, Update license in internal headers.Lassi Marttala2012-03-264-136/+77
* GDLT-38, Update license in more CMakeListsLassi Marttala2012-03-261-32/+11
* Fixed bug with comparinson between signed and unsigned integer and protection...Christian Muck2012-03-212-13/+13
* Update project structureChristian Muck2012-02-131-3/+0
* [GSW-136] Improve including/prefixing of dlt_version.h fixedChristian Muck2012-01-181-1/+1
* Disabled completely SHM if not enabled.Alexander Wenzel2011-11-252-0/+12
* Added dynamic increasable ringbuffers to user lib and daemon.Alexander Wenzel2011-11-153-9/+15
* Reverted old FIFO functions. Still SHM enabled by default.Alexander Wenzel2011-11-105-32/+292
* Added dlt-daemon internal logging configuration into dlt.conf file.Alexander Wenzel2011-11-094-53/+60