summaryrefslogtreecommitdiff
path: root/src/daemon/dlt_daemon_common.c
Commit message (Expand)AuthorAgeFilesLines
* Dynamic allocation of msg bufferManikandanC2018-12-101-2/+5
* Log storage - Updates (#82)ManikandanChockalingam2018-11-151-6/+2
* dlt-daemon: per ECU list of user information (#80)ManikandanChockalingam2018-10-301-223/+587
* dlt-daemon: Avoid to output duplicated application registration message (#63)Yusuke Sato2018-05-231-1/+1
* dlt-daemon: Continue to send log level / connection status even if error occu...Yusuke Sato2018-05-231-3/+3
* IPC: Unix socket added (#43)ManikandanChockalingam2018-05-181-9/+26
* Introduce controlling entire system trace status feature from dlt-control (#57)Yusuke Sato2018-05-181-1/+32
* dlt-daemon: Lower log level of logs not to output unintentional warning (#58)Yusuke Sato2018-05-181-8/+5
* minor compiler warning gcc 7.x (#30)Phong Tran2018-03-291-1/+1
* 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