summaryrefslogtreecommitdiff
path: root/src/daemon/dlt_daemon_common.c
Commit message (Expand)AuthorAgeFilesLines
* Data stuck in receiver buffer when dlt_daemon_user_send_log_level() fails (#21)Lutz Helwing2017-08-221-5/+20
* dlt-control: Provision to control entire system log levelManikandan C2016-04-281-0/+29
* Set default log-levels in dlt.confStefan Vacek2015-12-091-6/+26
* DLT daemon improvement - dlt_init()-checkLutz Helwing2015-10-071-325/+311
* Allow multiple instances of dlt-daemonStefan Vacek2015-10-071-2/+2
* Offline Logstorage [1/4]: DLT preparation to enable offline logstorageS. Hameed2015-07-301-1/+9
* Removed all trailing whitespacesLutz Helwing2015-07-211-7/+7
* Fixed license headers and copyright doxygen commentsLutz Helwing2015-06-171-2/+2
* Updated license headers to latest GENIVI license policy. Fixed further LRT Sc...Lutz Helwing2015-06-171-11/+15
* Change daemon state handling to have all traces in online trace even when off...Sascha Philipp2015-03-251-2/+2
* Reworked internal outputSascha Philipp2015-03-251-12/+12
* Make daemon buffer size configurableAlexander Wenzel2014-05-161-2/+4
* Fixed: all possible malloc, sprintf and strcpy problemsAlexander Wenzel2014-04-011-15/+35
* Cleanup of send return values. Further cleanup of send restructure.Alexander Wenzel2014-01-101-3/+4
* Centralised send function to client. Introduced connection state to dlt daemon.Alexander Wenzel2014-01-101-1497/+29
* Added new control message timezone.Alexander Wenzel2014-01-101-1/+59
* Fixed possible crash when runtime configurations files are corrupted.Alexander Wenzel2014-01-101-22/+50
* Close socket when send fails.Alexander Wenzel2014-01-101-3/+3
* Added conntection info and unregister context control messages.Alexander Wenzel2014-01-101-0/+117
* Bug 44 - Don't print "Buffer full" message from DLT daemon for each trace.Alexander Wenzel2013-08-071-14/+23
* some coverity fixesSimon Brandner2013-07-191-3/+9
* Semaphores and Pointer passing insteasd by value and otehr coverity issue fixesSimon Brandner2013-07-191-3/+10
* Regression fix: check ferror/feof when fgets return NULLLassi Marttala2013-07-191-4/+38
* Unify ECU version sending functionsLassi Marttala2013-07-191-56/+2
* fixed possible overflow in dlt-system-filetransfer and missing fclose in dlt_...Simon Brandner2013-07-191-0/+1
* appended null termination to version stringSimon Brandner2013-07-191-4/+11
* Removed most warnings caused by: Wunused-but-set-variable flag. Eome were kep...Simon Brandner2013-07-191-2/+41
* Create new fifo only when same application registers with different pid.Alexander Wenzel2012-11-261-1/+1
* [GDLT-24]: Fix for a compiler warning.Lassi Marttala2012-06-131-1/+2
* [GDLT-94]: Send periodic software version messages.Lassi Marttala2012-06-131-1/+52
* [GENDLT-24]: Crash on invalid injection message.Lassi Marttala2012-06-131-0/+6
* [GDLT-89] Daemon doesn't sent the persistent log level, trace status configur...Christian Muck2012-05-301-4/+5
* [GDLT-3] Fixed missing semaphore around dlt_buffer_push3Christian Muck2012-05-301-0/+3
* Added define statement for initial value of file descriptor and (-1). Updated...Christian Muck2012-05-301-15/+15
* [D4099]: Integrated fix from Alexander Wenzel. This will check forLassi Marttala2012-05-301-1/+50
* [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-041-8/+26
* 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-041-19/+15
* 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-31/+16
* Fixed bug with comparinson between signed and unsigned integer and protection...Christian Muck2012-03-211-5/+5
* Added dynamic increasable ringbuffers to user lib and daemon.Alexander Wenzel2011-11-151-2/+5
* Reverted old FIFO functions. Still SHM enabled by default.Alexander Wenzel2011-11-101-2/+16
* Added dlt-daemon internal logging configuration into dlt.conf file.Alexander Wenzel2011-11-091-3/+6
* Implemented new DLT user library function dlt_get_log_state.Alexander Wenzel2011-10-121-0/+65
* Added new API dlt_set_log_mode to enable/disable internal/external trace.Alexander Wenzel2011-10-111-1/+104