pytdb: Add support for tdb_repack()
[metze/ctdb/wip.git] / lib / tdb / pytdb.c
2010-10-07 Kirill Smelkovpytdb: Add support for tdb_repack()
2010-10-07 Kirill Smelkovpytdb: Add TDB_INCOMPATIBLE_HASH open flag
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-04-22 Ronnie sahlbergMerge commit 'rusty/tdb-update'
2010-04-22 Andrew Tridgelltdb: update tdb ABI to use hide_symbols=True
2009-12-18 Martin SchwenkeMerge commit 'origin/master'
2009-12-16 Ronnie Sahlbergfix a conflict in the merge from rusty
2009-12-16 Ronnie Sahlbergfix conflict in merge from metze
2009-12-16 Kirill Smelkovtdb: fix typo in python's Tdb.get() docstring
2009-12-16 Kirill Smelkovtdb: kill last bits from swig
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...