index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ctdb
/
server
/
ctdb_logging.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ctdb-daemon: Remove ctdb_fork_with_logging()
Amitay Isaacs
2014-01-16
1
-60
/
+0
*
ctdb-daemon: Add ctdb_vfork_with_logging()
Amitay Isaacs
2014-01-16
1
-0
/
+78
*
ctdb-server: Coverity fixes
Amitay Isaacs
2013-11-19
1
-2
/
+6
*
Fixes for various issues found by Coverity
Sumit Bose
2013-07-11
1
-0
/
+4
*
ctdbd: Set process names for child processes
Amitay Isaacs
2013-07-10
1
-0
/
+1
*
logging: Notify parent when logging daemon is up
Martin Schwenke
2013-06-20
1
-7
/
+33
*
logging: fix comment typo
Michael Adam
2013-04-17
1
-1
/
+1
*
logging: Do not ignore stdout/stderr from the exec'd children
Amitay Isaacs
2013-03-25
1
-5
/
+0
*
Logging: Map TEVENT_DEBUG_FATAL to DEBUG_CRIT
Martin Schwenke
2012-10-18
1
-2
/
+2
*
Remove tevent_loop_allow_nesting()
Amitay Isaacs
2012-07-16
1
-1
/
+0
*
Remove explicit include of lib/tevent/tevent.h.
Amitay Isaacs
2012-04-13
1
-1
/
+0
*
logging: properly cast sockaddr_in to sockaddr for sendto() in ctdb_syslog_log()
Michael Adam
2011-11-26
1
-1
/
+3
*
logging: some whitespace cleanup in ctdb_syslog_log()
Michael Adam
2011-11-26
1
-2
/
+1
*
logging: properly cast sockaddr_in to sockaddr for bind in start_syslog_daemon()
Michael Adam
2011-11-26
1
-1
/
+3
*
Logging: when we log stdout/stderr messages from eventscripts to the system ...
Ronnie Sahlberg
2011-08-26
1
-2
/
+9
*
Add ctdb_fork(0 which will fork a child process and drop the real-time
Ronnie Sahlberg
2011-01-11
1
-2
/
+2
*
set up a handler to catch and log debug messages from the tevent layer
Ronnie Sahlberg
2010-09-28
1
-0
/
+40
*
Merge commit 'rusty/ports-from-1.0.112' into foo
Ronnie Sahlberg
2010-08-19
1
-5
/
+8
|
\
|
*
logging: give a unique logging name to each forked child.
Rusty Russell
2010-08-18
1
-5
/
+8
*
|
We use eventloop nesting in a couple of places, notably the sync
Ronnie Sahlberg
2010-08-18
1
-0
/
+1
*
|
event: Update events to latest Samba version 0.9.8
Rusty Russell
2010-08-18
1
-9
/
+16
|
/
*
libctdb: reorganize headers: remove ctdb.h, add ctdb_client.h and ctdb_protoc...
Rusty Russell
2010-05-20
1
-1
/
+1
*
Drop the debug level for logging fd creation to DEBUG_DEBUG
Ronnie Sahlberg
2010-02-04
1
-1
/
+1
*
server: call event_add_fd at the end of ctdb_set_child_logging()
Stefan Metzmacher
2010-01-12
1
-20
/
+28
*
ctdb_logging: simplify ctdb_fork_with_logging a lot and reduce the syscall usage
Stefan Metzmacher
2010-01-12
1
-23
/
+6
*
server: add set_close_on_exec() on more fds
Stefan Metzmacher
2009-12-17
1
-0
/
+3
*
server: fix fd leaks in the new logging code
Stefan Metzmacher
2009-12-17
1
-2
/
+5
*
This is a dodgy patch.
Ronnie Sahlberg
2009-12-15
1
-1
/
+3
*
When setting up the logging, set the event to trigger a read of a log message...
Ronnie Sahlberg
2009-12-15
1
-1
/
+1
*
From rusty:
Ronnie Sahlberg
2009-12-15
1
-0
/
+3
*
eventscript: ctdb_fork_with_logging()
Rusty Russell
2009-12-08
1
-12
/
+94
*
eventscript: pass struct ctdb_log_state directly to ctdb_log_handler().
Rusty Russell
2009-12-08
1
-17
/
+19
*
add an in memory ringbuffer where we store the last 500000 log entries regard...
Ronnie Sahlberg
2009-11-18
1
-0
/
+5
*
create a new event context for the syslog daemon
Ronnie Sahlberg
2009-11-17
1
-0
/
+3
*
set up a pipe betweent he main daemon and the child we use for syslogling so ...
Ronnie Sahlberg
2009-11-16
1
-22
/
+80
*
start the syslog child a little later, after we have forked and detached from...
Ronnie Sahlberg
2009-10-30
1
-13
/
+22
*
create a child process to write to syslog.
Ronnie Sahlberg
2009-10-30
1
-1
/
+108
*
add logging everytime we create a filedescriptor in the main ctdb daemon
Ronnie Sahlberg
2009-10-15
1
-0
/
+2
*
Revert "try to restart statd everytime it fails, not just the first time"
Ronnie Sahlberg
2009-09-15
1
-1
/
+1
*
try to restart statd everytime it fails, not just the first time
Ronnie Sahlberg
2009-09-15
1
-1
/
+1
*
ctdb_logging: fix a comment typo.
Michael Adam
2009-09-09
1
-1
/
+1
*
ctdbd: use ctdb_syslog_log() as debug_add function for syslog
Michael Adam
2009-08-04
1
-0
/
+1
*
ctdbd: set debug_add hook to be able to use dump_data in the daemon.
Michael Adam
2009-08-04
1
-0
/
+21
*
Whitespace changes and using the CTDB_NO_MEMORY() macro changes to
Ronnie Sahlberg
2009-05-21
1
-2
/
+5
*
add missing checks on so far ignored return values
Sumit Bose
2009-05-21
1
-6
/
+29
*
structure member logfile is not used anywhere
Sumit Bose
2009-05-21
1
-3
/
+5
*
add a new command "ctdb scriptstatus"
root
2009-03-23
1
-0
/
+4
*
specify a "script log level" on the commandline to set under which log
Ronnie Sahlberg
2008-10-17
1
-3
/
+9
*
fixed buffering in ctdb logging code to handle multiple lines
Andrew Tridgell
2008-07-23
1
-19
/
+20
*
merge from ronnie
Andrew Tridgell
2008-02-04
1
-1
/
+1
[next]