summaryrefslogtreecommitdiffstats
path: root/ctdb/include/includes.h
Commit message (Expand)AuthorAgeFilesLines
* ctdb-build: Move internal include files in a separate directoryAmitay Isaacs2014-05-271-68/+0
* util: Add hex_decode_talloc() to decode hex string into a binary blobAmitay Isaacs2013-03-251-0/+1
* server: Replace BOOL datatype with bool, True/False with true/falseAmitay Isaacs2012-05-281-6/+1
* includes: Move special tevent defines from tevent.h to includes.hAmitay Isaacs2012-04-131-0/+7
* Added some #ifndefs to stop files being included multiple times.Martin Schwenke2011-11-111-0/+5
* libctdb: reorganize headers: remove ctdb.h, add ctdb_client.h and ctdb_protoc...Rusty Russell2010-05-201-1/+1
* lib/util: import fault/backtrace handling from samba.Stefan Metzmacher2010-01-201-1/+4
* move DEBUG* macros to one placeStefan Metzmacher2010-01-201-0/+2
* Dont store debug level DEBUG_DEBUG in the in-memory ringbuffer.Ronnie Sahlberg2009-12-041-1/+1
* add an in memory ringbuffer where we store the last 500000 log entries regard...Ronnie Sahlberg2009-11-181-1/+1
* Fix the build on AIX: sys/socket.h needs to be included before ctdb.hMichael Adam2009-01-291-0/+1
* track both when we last started and ended a recovery.Ronnie Sahlberg2008-07-021-0/+1
* added debug constants to allow for better mapping to syslog levelsAndrew Tridgell2008-02-041-2/+14
* this is needed with merged tdbAndrew Tridgell2008-01-051-0/+1
* minor back-merge from samba4Andrew Tridgell2007-07-101-1/+1
* some #include cleanupsAndrew Tridgell2007-06-071-1/+0
* merge latest versions of lib/replace, lib/talloc, lib/tdb and lib/events into...Andrew Tridgell2007-05-021-0/+2
* added a useful tool for dumping a ctdbAndrew Tridgell2007-04-221-0/+2
* Add timestamps to debug output.Volker Lendecke2007-04-171-1/+2
* use the common cmdline code in ctdbdAndrew Tridgell2007-04-171-1/+1
* this is a demonstration of an idea for handling locks in ctdb.Andrew Tridgell2007-04-161-1/+1
* merge back some changes from Samba4Andrew Tridgell2007-04-041-0/+4
* Added overload test scenario + fixed 1 send queue bug.Peter Somogyi2007-01-301-1/+1
* Adjusted debug level and test scenario.Peter Somogyi2007-01-261-1/+3
* - added in idtree for efficient reqid handlingAndrew Tridgell2006-11-281-0/+1
* started splitting out transport codeAndrew Tridgell2006-11-271-0/+29