index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ctdb
/
common
/
ctdb_logging.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ctdb-logging: Rework debug level parsing
Martin Schwenke
2014-10-28
1
-10
/
+35
*
ctdb-logging: Remove debug levels DEBUG_ALERT and DEBUG_CRIT
Martin Schwenke
2014-10-28
1
-2
/
+0
*
ctdb-logging: Remove DEBUG_EMERG
Martin Schwenke
2014-10-28
1
-1
/
+0
*
ctdb-logging: Update to use Samba style debug.h/debug.c
Martin Schwenke
2014-10-06
1
-2
/
+0
*
ctdb-logging: Change LogLevel to DEBUGLEVEL
Martin Schwenke
2014-10-06
1
-1
/
+1
*
ctdb-logging: Remove log ringbuffer
Martin Schwenke
2014-10-06
1
-149
/
+0
*
ctdb-logging: Move variable debug_extra from debug.*
Martin Schwenke
2014-09-10
1
-0
/
+1
*
ctdb-logging: Move controls handling functions from common to server
Amitay Isaacs
2014-06-12
1
-41
/
+0
*
ctdb-logging: Split ringbuffer handling code from ctdb_collect_log
Amitay Isaacs
2014-06-12
1
-7
/
+21
*
ctdb-common: Keep debug level related functions with logging code
Amitay Isaacs
2014-06-12
1
-0
/
+40
*
Fixes for various issues found by Coverity
Sumit Bose
2013-07-11
1
-2
/
+10
*
ctdbd: Set process names for child processes
Amitay Isaacs
2013-07-10
1
-0
/
+1
*
build: Fix tdb.h path to enable building with system TDB library
Mathieu Parent
2013-06-14
1
-1
/
+1
*
logging: Make sure ringbuffer messages are terminated with a newline
Amitay Isaacs
2013-05-24
1
-0
/
+6
*
logging: Fix a bug in ringbuffer
Amitay Isaacs
2013-05-23
1
-36
/
+26
*
Logging: Fix breakage when freeing the log ringbuffer
Martin Schwenke
2013-02-07
1
-1
/
+1
*
Logging: New function ctdb_log_ringbuffer_free()
Martin Schwenke
2013-02-05
1
-1
/
+8
*
recoverd: Add CTDB_SRVID_GETLOG and CTDB_SRVID_CLEARLOG
Martin Schwenke
2012-10-22
1
-4
/
+7
*
Remove explicit include of lib/tevent/tevent.h.
Amitay Isaacs
2012-04-13
1
-1
/
+0
*
Add ctdb_fork(0 which will fork a child process and drop the real-time
Ronnie Sahlberg
2011-01-11
1
-1
/
+1
*
Merge commit 'rusty/ports-from-1.0.112' into foo
Ronnie Sahlberg
2010-08-19
1
-1
/
+1
|
\
|
*
logging: give a unique logging name to each forked child.
Rusty Russell
2010-08-18
1
-1
/
+1
*
|
event: Update events to latest Samba version 0.9.8
Rusty Russell
2010-08-18
1
-1
/
+1
|
/
*
rename ctdb_send_message to ctdb_client_send_message to resolve colission wit...
Ronnie Sahlberg
2010-06-02
1
-1
/
+1
*
libctdb: reorganize headers: remove ctdb.h, add ctdb_client.h and ctdb_protoc...
Rusty Russell
2010-05-20
1
-1
/
+1
*
Make the size of the in memory ringbuffer for keeping the recent log messages
Ronnie Sahlberg
2010-01-15
1
-6
/
+19
*
Use statically allocated ringbuffer to store the last 500k log entries
Ronnie Sahlberg
2009-12-04
1
-11
/
+9
*
make the ringbuffer logging more efficient and marshall the data by writing t...
Ronnie Sahlberg
2009-11-18
1
-30
/
+41
*
add an in memory ringbuffer where we store the last 500000 log entries regard...
Ronnie Sahlberg
2009-11-18
1
-0
/
+164