summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_logging.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-daemon: Drop unused function ctdb_vfork_with_logging()Martin Schwenke2019-07-051-96/+0
* Log the actual error returned when creating a pipe for client logging in CTDB...Richard Sharpe2017-06-071-1/+2
* ctdb-logging: Get rid of debug_extraAmitay Isaacs2016-12-051-2/+0
* ctdb-daemon: Consolidate initialization of logging and debug levelAmitay Isaacs2016-12-051-2/+3
* ctdb-logging: Remove duplicate logging codeAmitay Isaacs2016-12-051-52/+5
* ctdb-daemon: Remove tevent debug loggingAmitay Isaacs2016-12-051-45/+0
* ctdb-common: Drop CTDB's copy of sys_read() and sys_write()Martin Schwenke2016-11-291-1/+1
* ctdb-daemon: Log a message when vfork() takes long timeAmitay Isaacs2016-09-191-0/+10
* ctdb-daemon: Fix CID 1125627 Resource leak (RESOURCE_LEAK)Martin Schwenke2016-08-081-2/+7
* ctdb-daemon: Use lib/util functions instead of redefinitionsAmitay Isaacs2016-06-081-0/+1
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-1/+1
* ctdb-server: Replace ctdb_logging.h with common/logging.hAmitay Isaacs2015-11-161-1/+1
* ctdb-logging: Move debug_extra definition to server/ctdb_logging.cAmitay Isaacs2015-11-161-0/+2
* ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs2015-10-301-0/+1
* ctdb-daemon: Remove dependency on includes.hAmitay Isaacs2015-10-301-5/+13
* ctdb-daemon: Stop using tevent compatibility definitionsAmitay Isaacs2015-10-301-6/+6
* ctdb-daemon: Separate prototypes for system specific functionsAmitay Isaacs2015-10-301-0/+1
* ctdb/server: add format string checking to ctdb_tevent_logging()Stefan Metzmacher2014-12-171-1/+5
* ctdb-logging: New option CTDB_LOGGING, remove CTDB_LOGFILE, CTDB_SYSLOGMartin Schwenke2014-10-281-19/+48
* ctdb-logging: Separate out syslog and file logging backendsMartin Schwenke2014-10-281-285/+12
* ctdb-logging: Remove ctdb element from struct ctdb_log_stateMartin Schwenke2014-10-281-6/+2
* ctdb-logging: Remove log member from struct ctdb_contextMartin Schwenke2014-10-281-12/+11
* ctdb-logging: Rename ctdb_log_handler() to ctdb_child_log_handler()Martin Schwenke2014-10-281-4/+5
* ctdb-logging: Remove debug levels DEBUG_ALERT and DEBUG_CRITMartin Schwenke2014-10-281-6/+0
* ctdb-logging: Remove DEBUG_EMERGMartin Schwenke2014-10-281-3/+0
* ctdb-logging: Add missing newline when logging to fileMartin Schwenke2014-10-281-1/+1
* ctdb-logging: Update to use Samba style debug.h/debug.cMartin Schwenke2014-10-061-60/+17
* ctdb-logging: Change LogLevel to DEBUGLEVELMartin Schwenke2014-10-061-2/+2
* ctdb-logging: Remove log ringbufferMartin Schwenke2014-10-061-42/+0
* ctdb: Use sys_read() and sys_write() to ensure correct signal interactionMartin Schwenke2014-08-211-8/+8
* ctdb-logging: Move controls handling functions from common to serverAmitay Isaacs2014-06-121-1/+40
* ctdb-daemon: Remove ctdb_fork_with_logging()Amitay Isaacs2014-01-161-60/+0
* ctdb-daemon: Add ctdb_vfork_with_logging()Amitay Isaacs2014-01-161-0/+78
* ctdb-server: Coverity fixesAmitay Isaacs2013-11-191-2/+6
* Fixes for various issues found by CoveritySumit Bose2013-07-111-0/+4
* ctdbd: Set process names for child processesAmitay Isaacs2013-07-101-0/+1
* logging: Notify parent when logging daemon is upMartin Schwenke2013-06-201-7/+33
* logging: fix comment typoMichael Adam2013-04-171-1/+1
* logging: Do not ignore stdout/stderr from the exec'd childrenAmitay Isaacs2013-03-251-5/+0
* Logging: Map TEVENT_DEBUG_FATAL to DEBUG_CRITMartin Schwenke2012-10-181-2/+2
* Remove tevent_loop_allow_nesting()Amitay Isaacs2012-07-161-1/+0
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* logging: properly cast sockaddr_in to sockaddr for sendto() in ctdb_syslog_log()Michael Adam2011-11-261-1/+3
* logging: some whitespace cleanup in ctdb_syslog_log()Michael Adam2011-11-261-2/+1
* logging: properly cast sockaddr_in to sockaddr for bind in start_syslog_daemon()Michael Adam2011-11-261-1/+3
* Logging: when we log stdout/stderr messages from eventscripts to the system ...Ronnie Sahlberg2011-08-261-2/+9
* Add ctdb_fork(0 which will fork a child process and drop the real-timeRonnie Sahlberg2011-01-111-2/+2
* set up a handler to catch and log debug messages from the tevent layerRonnie Sahlberg2010-09-281-0/+40
* Merge commit 'rusty/ports-from-1.0.112' into fooRonnie Sahlberg2010-08-191-5/+8
|\
| * logging: give a unique logging name to each forked child.Rusty Russell2010-08-181-5/+8