summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_logging.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* create a child process to write to syslog.Ronnie Sahlberg2009-10-301-1/+108
* add logging everytime we create a filedescriptor in the main ctdb daemonRonnie Sahlberg2009-10-151-0/+2
* Revert "try to restart statd everytime it fails, not just the first time"Ronnie Sahlberg2009-09-151-1/+1
* try to restart statd everytime it fails, not just the first timeRonnie Sahlberg2009-09-151-1/+1
* ctdb_logging: fix a comment typo.Michael Adam2009-09-091-1/+1
* ctdbd: use ctdb_syslog_log() as debug_add function for syslogMichael Adam2009-08-041-0/+1
* ctdbd: set debug_add hook to be able to use dump_data in the daemon.Michael Adam2009-08-041-0/+21
* Whitespace changes and using the CTDB_NO_MEMORY() macro changes toRonnie Sahlberg2009-05-211-2/+5
* add missing checks on so far ignored return valuesSumit Bose2009-05-211-6/+29
* structure member logfile is not used anywhereSumit Bose2009-05-211-3/+5
* add a new command "ctdb scriptstatus"root2009-03-231-0/+4
* specify a "script log level" on the commandline to set under which logRonnie Sahlberg2008-10-171-3/+9
* fixed buffering in ctdb logging code to handle multiple linesAndrew Tridgell2008-07-231-19/+20
* merge from ronnieAndrew Tridgell2008-02-041-1/+1