ctdb_call: remove requirement that read-only requests be FETCH_WITH_HEADER
[rusty/ctdb.git] / lib /
2011-11-25 Michael Adamadd socket_wrapper from samba
2011-11-25 Andreas Schneiderlibutil: Remove obsolete signal type cast.
2011-11-25 Michael Adamupdate lib/replace to current upstream version (samba...
2011-11-18 Ronnie SahlbergMerge remote branch 'martins/eventscripts'
2011-11-18 Ronnie SahlbergMerge remote branch 'martins/scriptstatus'
2011-11-18 Ronnie SahlbergMerge remote branch 'martins/ctdb_control_oom'
2011-11-18 Ronnie SahlbergMerge remote branch 'martins/hashinclude'
2011-11-18 Ronnie SahlbergMerge remote branch 'martins/warnings'
2011-11-11 Martin SchwenkeAdded some #ifndefs to stop files being included multip...
2011-11-11 Martin SchwenkeFix lib/replace
2011-11-11 Martin SchwenkeClean up warnings: popt sure does some strange things
2011-11-10 Martin SchwenkeClean up warnings: -Wunused-but-set-variable in tevent_...
2011-11-09 Martin SchwenkeClean up warnings: ‘tevent_loop_allow_nesting’ is depre...
2011-10-31 Ronnie SahlbergMerge remote branch 'ddiss/master_pmda_namespace'
2011-10-18 Ronnie SahlbergMerge remote branch 'martins/tests'
2011-10-12 Mathieu ParentFix broken readdir
2011-09-11 Ronnie SahlbergMerge branch 'master-readonly-records' into foo
2011-09-08 Ronnie SahlbergDrop loglevel for a tevent message from FATAL to ERROR
2011-01-18 Rusty Russelltdb: expose transaction lock infrastructure for ctdb
2011-01-17 Ronnie Sahlbergchange Christinas previous patch to only perform the...
2011-01-17 Christian Ambachimprove timing issue detections
2010-12-07 Rusty Russellidtree: fix overflow for v. large ids on allocation...
2010-10-08 Ronnie SahlbergMerge commit 'rusty/tdb-update'
2010-10-08 Rusty Russellidtree: fix right shift of signed ints, crash on large...
2010-10-07 Rusty Russellidtree: fix right shift of signed ints, crash on large... tdb-update
2010-10-07 Jelmer Vernooijpytdb: Add __version__ attribute.
2010-10-07 Jelmer Vernooijpytdb: Include Python.h first to prevent warning.
2010-10-07 Kirill Smelkovpytdb: Check errors after PyObject_New() calls
2010-10-07 Kirill Smelkovpytdb: Add support for tdb_repack()
2010-10-07 Kirill Smelkovpytdb: Add TDB_INCOMPATIBLE_HASH open flag
2010-10-07 Rusty Russelltdb: fix non-WAF build, commit 1.2.6 ABI file.
2010-10-07 Rusty Russelltdb: TDB_INCOMPATIBLE_HASH, to allow safe changing...
2010-10-07 Rusty Russelltdb: automatically identify Jenkins hash tdbs
2010-10-07 Rusty Russelltdb: add Bob Jenkins lookup3 hash as helper hash.
2010-10-07 Volker Lendecketdb: add restore
2010-10-07 Günther Deschnerlib/tdb: fix c++ build warning in tdb_header_hash().
2010-10-07 Jelmer Vernooijpytdb: Make filename argument optional.
2010-10-07 Kirill Smelkovpytdb: Add support for tdb_freelist_size()
2010-10-07 Kirill Smelkovpytdb: Add support for tdb_transaction_prepare_commit()
2010-10-07 Kirill Smelkovpytdb: Add support for tdb_enable_seqnum, tdb_get_seqnu...
2010-10-07 Kirill Smelkovpytdb: Update open flags to match those for tdb_open...
2010-10-07 Kirill Smelkovpytdb: Fix repr segfault for internal db
2010-10-07 Kirill Smelkovpytdb: Add support for tdb_add_flags() & tdb_remove_flags()
2010-10-07 Andrew Tridgelltdb: added TDB_NO_FSYNC env variable
2010-10-07 Rusty Russelltdb: increment version to 1.2.4
2010-10-07 Rusty Russelltdb: put example hashes into header, so we notice incor...
2010-10-07 Rusty Russelltdb: fix tdb_check() on other-endian tdbs.
2010-10-07 Rusty Russelltdb: fix tdb_check() on read-only TDBs to actually...
2010-10-07 Rusty Russelltdb: make check more robust against recovery failures.
2010-09-27 Ronnie SahlbergAdd back monitoring for time skips, forward as well...
2010-08-24 Martin SchwenkeMerge branch 'master' of git://git.samba.org/sahlberg...
2010-08-19 Ronnie SahlbergMerge commit 'rusty/ports-from-1.0.112' into foo
2010-08-19 Ronnie SahlbergMerge commit 'rusty/vacuum-fix-master'
2010-08-18 Rusty Russelllogging: give a unique logging name to each forked... ports-from-1.0.112
2010-08-18 Ronnie SahlbergWe use eventloop nesting in a couple of places, notably...
2010-08-17 Ronnie SahlbergMerge commit 'rusty/libctdb-new' into foo
2010-08-17 Rusty Russellevent: Update events to latest Samba version 0.9.8 libctdb-new
2010-08-17 Rusty Russelltalloc: update to 2.0.3 version from SAMBA
2010-08-16 Rusty Russelltdb: workaround starvation problem in locking entire...
2010-08-16 Rusty Russelltdb: Fix tdb_check() to work with read-only tdb databases.
2010-08-16 Rusty Russelltdb: remove unused variable in tdb_new_database().
2010-08-16 Rusty Russelltdb: fix short write logic in tdb_new_database
2010-08-04 Martin SchwenkeMerge remote branch 'martins/master'
2010-07-31 Martin SchwenkeMerge branch 'master' of git://git.samba.org/sahlberg...
2010-07-30 Ronnie SahlbergMerge commit 'rusty/master'
2010-07-01 Rusty Russelltdb: improve logging
2010-06-10 Ronnie sahlbergMerge commit 'rusty/idtree'
2010-06-09 Rusty Russellidtree: fix handling of large ids (eg INT_MAX)
2010-04-22 Ronnie sahlbergMerge commit 'rusty/tdb-update'
2010-04-22 Rusty Russelltdb: define _PUBLIC_ so we can compile tdb.
2010-04-22 Andrew Tridgelltdb: update tdb ABI to use hide_symbols=True
2010-04-22 Jelmer Vernooijsubunit: Support formatting compatible with upstream...
2010-04-22 Simo Sorcetdb: update exports and signatures files
2010-04-22 Volker Lendecketdb: Add a non-blocking version of tdb_transaction_start
2010-04-22 Volker Lendecketdb: Fix indentation in tdb_new_database()
2010-04-22 Volker LendeckeFix some nonempty blank lines
2010-04-22 Andrew Tridgellpython: use '#!/usr/bin/env python' to cope with varyin...
2010-04-22 Volker Lendecketdb: Fix bug 7248, avoid the nanosleep dependency
2010-04-22 Volker Lendecketdb: If tdb_parse_record does not find a record, return...
2010-04-22 Rusty Russelltdb: handle processes dying during transaction commit.
2010-04-22 Rusty Russellpatch tdb-refactor-tdb_lock-and-tdb_lock_nonblock.patch
2010-04-22 Rusty Russelltdb: add -k option to tdbtorture
2010-04-22 Rusty Russelltdb: don't truncate tdb on recovery
2010-04-22 Rusty Russelltdb: remove lock ops
2010-04-22 Rusty Russelltdb: rename tdb_release_extra_locks() to tdb_release_tr...
2010-04-22 Rusty Russelltdb: cleanup: remove ltype argument from _tdb_transacti...
2010-04-22 Rusty Russelltdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrec...
2010-04-22 Rusty Russelltdb: suppress record write locks when allrecord lock...
2010-04-22 Rusty Russelltdb: cleanup: always grab allrecord lock to infinity.
2010-04-22 Rusty Russelltdb: remove num_locks
2010-04-22 Rusty Russelltdb: use tdb_nest_lock() for seqnum lock.
2010-04-22 Rusty Russelltdb: use tdb_nest_lock() for active lock.
2010-04-22 Rusty Russelltdb: use tdb_nest_lock() for open lock.
2010-04-22 Rusty Russelltdb: use tdb_nest_lock() for transaction lock.
2010-04-22 Rusty Russelltdb: cleanup: find_nestlock() helper.
2010-04-22 Rusty Russelltdb: cleanup: tdb_release_extra_locks() helper
2010-04-22 Rusty Russelltdb: cleanup: tdb_have_extra_locks() helper
2010-04-22 Rusty Russelltdb: don't suppress the transaction lock because of...
2010-04-22 Rusty Russelltdb: cleanup: tdb_nest_lock/tdb_nest_unlock
2010-04-22 Rusty Russelltdb: cleanup: rename global_lock to allrecord_lock.
next