summaryrefslogtreecommitdiffstats
path: root/ctdb/common/ctdb_logging.c
Commit message (Expand)AuthorAgeFilesLines
* 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