metze/ctdb/wip.git
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.
2009-12-16 Günther Deschnertdb: fix c++ build warning.
2009-12-16 Michael AdamOne would expect I could spell my name... (cherry picke...
2009-12-16 Michael Adamtdb: add script/abi_checks.sh. check for abi changes...
2009-12-16 Michael Adamtdb: add script to extract signatures from header files.
2009-12-16 Michael Adamtdb: add scripts to extract library symbols (exports...
2009-12-16 Rusty Russelllib/tdb: don't overwrite TDBs with different version...
2009-12-16 Jeremy AllisonAdd define guards around otherwise unused variable...
2009-12-16 Rusty RussellThere is one signedness issue in tdb which prevents...
2009-12-15 Ronnie SahlbergRevert "cleanup: remove a tunable we no longer use...
2009-12-15 Ronnie SahlbergMerge branch 'trans3'
2009-12-15 Ronnie SahlbergAuthor: Rusty Russell <rusty@rustcorp.com.au>
2009-12-15 Ronnie SahlbergThis is a dodgy patch.
2009-12-15 Ronnie SahlbergRevert "Make fetch_locked more scalable"
2009-12-15 Ronnie SahlbergMerge commit 'obnox/ctdb-wip-trans3' into trans3
2009-12-15 Ronnie Sahlbergadd a new test tool that just locks and releases the...
2009-12-15 Ronnie Sahlbergctdb_fetch requires the number of nodes being specified.
2009-12-14 Ronnie SahlbergWhen setting up the logging, set the event to trigger...
2009-12-14 Ronnie SahlbergFrom rusty:
2009-12-14 Ronnie SahlbergRename the tunable EventScriptBanCount to EventScriptTi...
2009-12-14 Ronnie Sahlbergcleanup: remove a tunable we no longer use in the...
2009-12-14 Rusty Russellctdb: don't print OUTPUT: for DISABLED scripts
2009-12-14 Rusty Russelleventscript: fix monitoring when killed by another...
2009-12-14 Ronnie Sahlbergremove the variable "disable when unhealthy"
2009-12-11 Michael AdamRevert "recovery: add special pull-logic for persistent...
2009-12-11 Volker LendeckeMake fetch_locked more scalable
2009-12-11 Volker LendeckeImport "talloc_array_length" from upstream talloc
2009-12-11 Michael Adamtests: temporarily disable the transaction test tool.
2009-12-11 Michael AdamAdd a new control CTDB_GET_DB_SEQNUM - fetch a persiste...
2009-12-11 Michael Adamdefine CTDB_DB_SEQNUM_KEY - used with the new implement...
2009-12-11 Volker LendeckeTiny simplification of ctdb_queue_packet()
2009-12-11 Volker LendeckeRename a struct member for clarity
2009-12-11 Michael Adamserver: add a new control CTDB_CONTROL_TRANS3_COMMIT
2009-12-09 Ronnie SahlbergFrom: Volker Lendecke <vl@samba.org>
2009-12-09 Michael Adamtests: remove the no_trans mode from ctdb_transaction.
2009-12-09 Michael Adamtests: remove the persistent_unsafe writes test.
2009-12-09 Michael Adamtests: remove persistent_safe write test.
2009-12-09 Michael Adamtest: add test 54_ctdb_transaction_recovery.sh
2009-12-09 Michael Adamtest: get value for --timelimit from environment var...
2009-12-09 Michael Adamclient: lower level of commit retry message WARNING...
2009-12-09 Michael Adamclient: lower debug level of transaction-active-retry...
2009-12-09 Michael Adamcall: lower the debug message "refusing migration while...
2009-12-09 Volker LendeckeRun only one event for each epoll_wait/select call
2009-12-09 Christian Ambachreduce vacuuming lognoise
2009-12-09 Christian Ambachimprove time jump logging
2009-12-09 Ronnie SahlbergMerge commit 'rusty/script-report'
2009-12-09 Ronnie SahlbergBond devices can have any name the user configures, so
2009-12-09 Ronnie Sahlbergmake sure to also check that interfaces used for NATGW...
2009-12-07 Stefan Metzmacherevents/50.samba: only use wbinfo --ping-dc if available
2009-12-07 Rusty Russellctdb: scriptstatus can now query non-monitor events
2009-12-07 Rusty Russelleventscript: expost call names and enum
2009-12-07 Rusty Russelleventscript: lock logging on timeout.
2009-12-07 Rusty Russellctdb: support --machinereadable (-Y) for scriptstatus
2009-12-08 Rusty Russelleventscript: get rid of ctdb_control_event_script_finis...
2009-12-08 Rusty Russelleventscript: save state for all script invocations
2009-12-08 Rusty Russelleventscript: cleanup finished to take state arg
2009-12-08 Rusty Russelleventscript: use wire format internally for script...
2009-12-07 Rusty Russelleventscript: rename ctdb_monitoring_wire to ctdb_script...
2009-12-08 Rusty Russelleventscript: get_current_script() helper
next