summaryrefslogtreecommitdiff
path: root/src/daemon/dlt-daemon.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [GSW-136] Improve including/prefixing of dlt_version.h fixedChristian Muck2012-01-181-1/+1
* Disabled completely SHM if not enabled.Alexander Wenzel2011-11-251-0/+8
* Added dynamic increasable ringbuffers to user lib and daemon.Alexander Wenzel2011-11-151-5/+6
* Reverted old FIFO functions. Still SHM enabled by default.Alexander Wenzel2011-11-101-27/+270
* Added dlt-daemon internal logging configuration into dlt.conf file.Alexander Wenzel2011-11-091-50/+40
* Implemented new DLT user library function dlt_get_log_state.Alexander Wenzel2011-10-121-0/+14
* 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-111-25/+55
* Offline trace memory partly implemented.Alexander Wenzel2011-09-271-7/+45
* [GSW-13] Support for keep-alive messages as configuration parameterAlexander Wenzel2011-09-271-1/+13
* Removed Ringbuffer from daemon.Alexander Wenzel2011-09-271-114/+3
* [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-261-32/+57
* Removed filter implementation from DLT daemon.Alexander Wenzel2011-09-261-117/+83
* Merged version for SHM now works.Alexander Wenzel2011-09-231-5/+5
* Merge branch 'develop_performance' into developAlexander Wenzel2011-09-231-137/+160
|\
| * First prototype to switch to shm communicationAlexander Wenzel2011-09-231-149/+172
* | Added configuration file parameter -c.Alexander Wenzel2011-09-151-7/+22
* | First version of dlt-daemon option fileAlexander Wenzel2011-09-151-27/+167
|/
* [GSW-62] DLT Library version checkChristian Muck2011-09-051-3/+0
* [GSW-28] Directory where persistent data is stored is not configurable. Fixed.Alexander.AW.Wenzel@bmw.de2011-08-091-2/+8
* Init of dlt daemonChristian Muck2011-04-111-0/+2022