summaryrefslogtreecommitdiffstats
path: root/ctdb/common/ctdb_logging.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-logging: Move controls handling functions from common to serverAmitay Isaacs2014-06-121-41/+0
* ctdb-logging: Split ringbuffer handling code from ctdb_collect_logAmitay Isaacs2014-06-121-7/+21
* ctdb-common: Keep debug level related functions with logging codeAmitay Isaacs2014-06-121-0/+40
* Fixes for various issues found by CoveritySumit Bose2013-07-111-2/+10
* ctdbd: Set process names for child processesAmitay Isaacs2013-07-101-0/+1
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-141-1/+1
* logging: Make sure ringbuffer messages are terminated with a newlineAmitay Isaacs2013-05-241-0/+6
* logging: Fix a bug in ringbufferAmitay Isaacs2013-05-231-36/+26
* Logging: Fix breakage when freeing the log ringbufferMartin Schwenke2013-02-071-1/+1
* Logging: New function ctdb_log_ringbuffer_free()Martin Schwenke2013-02-051-1/+8
* recoverd: Add CTDB_SRVID_GETLOG and CTDB_SRVID_CLEARLOGMartin Schwenke2012-10-221-4/+7
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* Add ctdb_fork(0 which will fork a child process and drop the real-timeRonnie Sahlberg2011-01-111-1/+1
* Merge commit 'rusty/ports-from-1.0.112' into fooRonnie Sahlberg2010-08-191-1/+1
|\
| * logging: give a unique logging name to each forked child.Rusty Russell2010-08-181-1/+1
* | event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-1/+1
|/
* rename ctdb_send_message to ctdb_client_send_message to resolve colission wit...Ronnie Sahlberg2010-06-021-1/+1
* libctdb: reorganize headers: remove ctdb.h, add ctdb_client.h and ctdb_protoc...Rusty Russell2010-05-201-1/+1
* Make the size of the in memory ringbuffer for keeping the recent log messagesRonnie Sahlberg2010-01-151-6/+19
* Use statically allocated ringbuffer to store the last 500k log entriesRonnie Sahlberg2009-12-041-11/+9
* make the ringbuffer logging more efficient and marshall the data by writing t...Ronnie Sahlberg2009-11-181-30/+41
* add an in memory ringbuffer where we store the last 500000 log entries regard...Ronnie Sahlberg2009-11-181-0/+164