summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_logging.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | We use eventloop nesting in a couple of places, notably the syncRonnie Sahlberg2010-08-181-0/+1
* | event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-9/+16
|/
* libctdb: reorganize headers: remove ctdb.h, add ctdb_client.h and ctdb_protoc...Rusty Russell2010-05-201-1/+1
* Drop the debug level for logging fd creation to DEBUG_DEBUGRonnie Sahlberg2010-02-041-1/+1
* server: call event_add_fd at the end of ctdb_set_child_logging()Stefan Metzmacher2010-01-121-20/+28
* ctdb_logging: simplify ctdb_fork_with_logging a lot and reduce the syscall usageStefan Metzmacher2010-01-121-23/+6
* server: add set_close_on_exec() on more fdsStefan Metzmacher2009-12-171-0/+3
* server: fix fd leaks in the new logging codeStefan Metzmacher2009-12-171-2/+5
* This is a dodgy patch.Ronnie Sahlberg2009-12-151-1/+3
* When setting up the logging, set the event to trigger a read of a log message...Ronnie Sahlberg2009-12-151-1/+1
* From rusty:Ronnie Sahlberg2009-12-151-0/+3
* eventscript: ctdb_fork_with_logging()Rusty Russell2009-12-081-12/+94
* eventscript: pass struct ctdb_log_state directly to ctdb_log_handler().Rusty Russell2009-12-081-17/+19
* add an in memory ringbuffer where we store the last 500000 log entries regard...Ronnie Sahlberg2009-11-181-0/+5
* create a new event context for the syslog daemonRonnie Sahlberg2009-11-171-0/+3
* set up a pipe betweent he main daemon and the child we use for syslogling so ...Ronnie Sahlberg2009-11-161-22/+80
* start the syslog child a little later, after we have forked and detached from...Ronnie Sahlberg2009-10-301-13/+22