summaryrefslogtreecommitdiff
path: root/src/daemon
Commit message (Expand)AuthorAgeFilesLines
* 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
* Corrected install target path for dlt.conf and dlt-system.confAlexander Wenzel2011-10-191-1/+1
* Prepared new version number and new config files installation.Alexander Wenzel2011-10-182-0/+84
* Implemented new DLT user library function dlt_get_log_state.Alexander Wenzel2011-10-123-0/+98
* Prepared alternative log over FIFO or SHM.Alexander Wenzel2011-10-111-113/+134
* Added new API dlt_set_log_mode to enable/disable internal/external trace.Alexander Wenzel2011-10-115-26/+182
* Offline trace memory partly implemented.Alexander Wenzel2011-09-273-13/+56
* [GSW-13] Support for keep-alive messages as configuration parameterAlexander Wenzel2011-09-272-2/+15
* Removed Ringbuffer from daemon.Alexander Wenzel2011-09-274-134/+5
* [GSW-61] Replace command line parameter by configuration fileAlexander Wenzel2011-09-271-81/+2
* Shared memory now used until client connects.Alexander Wenzel2011-09-261-7/+16
* Shared memory size parameter added to configuration.Alexander Wenzel2011-09-262-32/+58
* Removed filter implementation from DLT daemon.Alexander Wenzel2011-09-262-119/+83
* Merged version for SHM now works.Alexander Wenzel2011-09-231-5/+5