sahlberg/ctdb.git
2009-12-18 Rusty Russelleventscript: fix bug when script is aborted ctdb-1.0.110
2009-12-18 Rusty Russelleventscript: remove cb_status, fix uninitialized bug...
2009-12-18 Ronnie SahlbergVersion 1.0.110
2009-12-18 Rusty Russelleventscript: fix cleanup path when setting up script...
2009-12-17 Stefan Metzmacherserver: add set_close_on_exec() on more fds
2009-12-17 Stefan Metzmacherserver: fix fd leaks in the new logging code
2009-12-17 Ronnie Sahlbergversion 1.0.109 ctdb-1.0.109
2009-12-17 Rusty Russelleventscript: remove cb_status, fix uninitialized bug...
2009-12-16 Ronnie Sahlbergfix a conflict in the merge from rusty
2009-12-16 Rusty Russellctdb: use mlockall, cautiously rusty/ctdb-no-setsched
2009-12-16 Rusty RussellRemove RT priority, use niceness.
2009-12-16 Rusty RussellAdd --valgringing flag instead of --nosetsched
2009-12-16 Ronnie Sahlbergfix conflict in merge from metze
2009-12-16 Stefan Metzmacherctdb: pass TDB_DISALLOW_NESTING to all tdb_open/tdb_wra...
2009-12-16 Stefan Metzmacherdoc: regenerate manpages metze/master-tdb-check
2009-12-16 Stefan Metzmacherdoc: fix docbook warnings for ctdb.1 and onnode.1 manpages
2009-12-16 Stefan Metzmacherdoc/ctdb.1: update example "ctdb listvars" output
2009-12-16 Stefan Metzmacherdoc/ctdb.1: make clear the database is specified by...
2009-12-16 Stefan Metzmacherdoc/ctdb.1: document "ctdb getdbstatus <dbname>"
2009-12-16 Stefan Metzmacherdoc/ctdb.1: add "See also" for ctdb getdbmap
2009-12-16 Stefan Metzmacherdoc/ctdb.1: document "ctdb dumpdbbackup <file>"
2009-12-16 Stefan Metzmacherdoc/ctdb.1: document -Y output fot ctdb getdbmap
2009-12-16 Stefan Metzmacherdoc/ctdb.1: document UNHEALTHY for "ctdb getdbmap"
2009-12-16 Stefan Metzmacherdoc/ctdb.1: document "ctdb wipedb"
2009-12-16 Stefan Metzmacherconfig: add CTDB_MAX_PERSISTENT_CHECK_ERRORS option
2009-12-16 Stefan Metzmacherconfig: try to use tdbtool <tdb> check instead of tdbdu...
2009-12-16 Stefan Metzmacherctdb: print out some hints how to debug a "ctdb catdb...
2009-12-16 Stefan Metzmacherctdb: add machinereadable output fot "ctdb -Y getdbmap"
2009-12-16 Stefan Metzmacherctdb: disallow "ctdb backupdb" on unhealthy databases
2009-12-16 Stefan Metzmacherclient: add "ctdb dumpdbbackup <filename>"
2009-12-16 Stefan Metzmacherclient: make ctdb_dumpdb_record() public
2009-12-16 Stefan Metzmachertools/ctdb: let "ctdb restoredb" and "ctdb wipedb"...
2009-12-16 Stefan Metzmachertools/ctdb: add "ctdb getdbstatus <dbname>"
2009-12-16 Stefan Metzmachertools/ctdb: display db health in "ctdb getdbmap"
2009-12-16 Stefan Metzmacherclient: add ctdb_ctrl_getdbhealth()
2009-12-16 Stefan Metzmacherserver: add CTDB_CONTROL_DB_SET_HEALTHY and CTDB_CONTRO...
2009-12-16 Stefan Metzmacherserver: Use tdb_check to verify persistent tdbs on...
2009-12-16 Stefan Metzmacherserver: move error handling to a 'fail' label in ctdb_c...
2009-12-16 Stefan Metzmacherserver/recovery: update flags on nodes before syncing dbs
2009-12-16 Stefan Metzmacherserver: open /var/ctdb/state/persistent_health.tdb...
2009-12-16 Stefan Metzmacherserver: create vactune.tdb.X with 0600 permissions
2009-12-16 Stefan Metzmacherserver: create vactun.tdb.X under /var/ctdb/state
2009-12-16 Stefan Metzmacherserver: create recdb.tdb.X in /var/ctdb/state/
2009-12-16 Stefan Metzmacherserver: only do the mkdir() calls for db_directory...
2009-12-16 Stefan Metzmacherserver: add db_directory_state to ctdb_context
2009-12-16 Stefan Metzmacherserver: create tdbs with 0600 permissions in ctdb_local...
2009-12-16 Stefan Metzmacherconfig: load 'ctdb' config before 'nfs' config in statd...
2009-12-16 Stefan Metzmacherctdb: pass TDB_DISALLOW_NESTING to all tdb_open/tdb_wra... metze/master-tdb
2009-12-16 Simo SorceFix release script with newer versins of git
2009-12-16 Matthias Dieter... tdb tools: Mostly cosmetic adaptions
2009-12-16 Stefan Metzmachertdb: change version to 1.2.0 after adding TDB_*ALLOW_NE...
2009-12-16 Stefan Metzmachertdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTIN...
2009-12-16 Stefan Metzmachertdb: always set tdb->tracefd to -1 to be safe on goto...
2009-12-16 Volker Lendecketdb: Fix a C++ warning (cherry picked from samba commit...
2009-12-16 Kirill Smelkovtdb: update README a bit
2009-12-16 Kirill Smelkovtdb: add tests for double .close() in pytdb
2009-12-16 Kirill Smelkovtdb: reset tdb->fd to -1 in tdb_close()
2009-12-16 Kirill Smelkovtdb: fix typo in python's Tdb.get() docstring
2009-12-16 Andrew Tridgelltdb: detect tdb store of identical records and skip
2009-12-16 Stefan Metzmachertdb: rename 'struct list_struct' into 'struct tdb_record'
2009-12-16 Rusty Russelllib/tdb: make tdbtool use tdb_check() for "check" command
2009-12-16 Rusty Russelllib/tdb: add tdb_check()
2009-12-16 Kirill Smelkovtdb: kill last bits from swig
2009-12-16 Stefan Metzmacherlib/tdb: sync build files from samba master
2009-12-16 Stefan Metzmachers3 build: Remove unused fstat check to fix a bunch...
2009-12-16 Stefan Metzmacherlib/tdb: include replace.h and system/filesys.h in...
2009-12-16 Stefan MetzmacherAvoid using a utility header for Python replacements...
2009-12-16 Stefan Metzmachers3/s4 build: Fix Py_RETURN_NONE to work with python...
2009-12-16 Stefan Metzmacherpy: Properly increase the reference counter of Py_None...
2009-12-16 Jelmer VernooijMake sure to not close tdb database more than once...
2009-12-16 Jelmer VernooijImplement missing functions in pytdb. (cherry picked...
2009-12-16 Stefan MetzmacherAdd simple manually written replacement for the tdb...
2009-12-16 Jelmer Vernooijtdb: Add simple reimplementation of tdbdump in Python...
2009-12-16 Jeremy AllisonRemove unecessary msync. Jeremy. (cherry picked from...
2009-12-16 Stefan MetzmacherThe msync manpage reports that msync *must* be called...
2009-12-16 Volker LendeckeAttempt to fix bug 5684
2009-12-16 Slava Semushinlib/tdb/tools/tdbtorture.c: fixed memory leak.
2009-12-16 Andrew Tridgelladded basic testing of tdb_transaction_prepare_commit...
2009-12-16 Andrew Tridgellmake tdbbackup use transactions
2009-12-16 Andrew Tridgellfixed tdbbackup to give tdb error messages (cherry...
2009-12-16 Rusty Russelllib/tdb: add -t (always use transactions) option to...
2009-12-16 Rusty Russelllib/tdb: wean off TDB_ERRCODE.
2009-12-16 Rusty Russelllib/tdb: TDB_TRACE support (for developers)
2009-12-16 Andrew Tridgelltdb: fixed the intermittent failure of tdbtorture in...
2009-12-16 Michael Adamtdb:tdbtool: fix indentation.
2009-12-16 Stefan MetzmacherFix all warnings in source3 with gcc4.3. Jeremy. (cherr...
2009-12-16 Tim Proutys3/s4: Fix "shadows a global declaration" warning ...
2009-12-16 Tim Proutytdb: Fix some recently introduced warnings in tdbtool...
2009-12-16 Andrew Tridgelladded some more speed tests to tdbtool
2009-12-16 Michael Adamtdb:tdbtool: add transaction_start/_commit/_cancel...
2009-12-16 Michael Adamtdb:tdbtool: add the "speed" command to the help text.
2009-12-16 Holger HetterichAdded a simple tdb integrity check to tdbtool. The...
2009-12-16 Andrew Tridgelltdb: allow reads after prepare commit
2009-12-16 Michael Adamtdb:mksigs: allow PRINTF_ATTRIBUTE(..) macros function...
2009-12-16 Michael Adamtdb:mksigs: normalize bool -> _Bool
2009-12-16 Michael Adamtdb:mksigs: ignore symbols (like _DEPRECATED_) after...
2009-12-16 Michael Adamtdb:mksigs: correctly ignode multiline function typedefs
2009-12-16 Michael Adamtdb:mksigs: ignore struct forward declarations.
2009-12-16 Michael Adamtdb:mksyms: allow characters after closing functions...
2009-12-16 Michael Adamtdb:mksyms: allow double pointer return value of functions.
next