tdb: Vectorize _tdb_store
[samba.git] / lib / tdb / pytdb.c
2015-07-21 Aurelien Apteltdb python binding: raise KeyError(key) when the key...
2015-07-21 Petr Viktorinpyldb: Add a text-based interface for Python 3
2015-07-21 Petr Viktorinpytdb: Use new dict API on Python 3
2015-07-21 Petr Viktorinpytdb: Port to Python 3
2015-07-21 Petr Viktorinpytdb: Allow nextkey() to be called
2014-05-12 Stefan Metzmacherpytdb: avoid const warnings by using discard_const_p()
2014-01-09 Matthias Dieter... samba:python - Py_RETURN_NONE remove compatibility...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-12-12 Andreas Schneidertdb: Fix possible crash bugs in the python tdb code.
2012-07-16 Andrew Bartlettpytdb: Check if the database is closed before we touch it
2012-07-16 Andrew Bartlettpytdb: Check for errors parsing strings into TDB_DATA
2011-12-12 Amitay Isaacstdb: Fix python documentation for tdb module
2011-11-13 Jelmer Vernooijpytdb: Shorter description which fits on a single line.
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-05-06 Günther Deschnertdb: fix a build warning.
2011-01-01 Jelmer Vernooijs4-python: Only set BASETYPE flag if subclassing is...
2010-12-21 Jelmer Vernooijpytdb: Make PyTdb variable static.
2010-11-21 Arnaud FaucherAvoid the use of PyAPI_DATA, which is for internal...
2010-10-04 Jelmer Vernooijpytdb: Add __version__ attribute.
2010-10-02 Jelmer Vernooijpytdb: Include Python.h first to prevent warning.
2010-10-02 Kirill Smelkovpytdb: Check errors after PyObject_New() calls
2010-10-02 Kirill Smelkovpytdb: Add support for tdb_repack()
2010-10-02 Kirill Smelkovpytdb: Add TDB_INCOMPATIBLE_HASH open flag
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-19 Jelmer Vernooijpytdb: Make filename argument optional.
2010-09-19 Kirill Smelkovpytdb: Add support for tdb_freelist_size()
2010-09-19 Kirill Smelkovpytdb: Add support for tdb_transaction_prepare_commit()
2010-09-19 Kirill Smelkovpytdb: Add support for tdb_enable_seqnum, tdb_get_seqnu...
2010-09-19 Kirill Smelkovpytdb: Update open flags to match those for tdb_open...
2010-09-19 Kirill Smelkovpytdb: Fix repr segfault for internal db
2010-09-19 Kirill Smelkovpytdb: Add support for tdb_add_flags() & tdb_remove_flags()
2010-04-20 Andrew Tridgelltdb: update tdb ABI to use hide_symbols=True
2009-10-28 Kirill Smelkovtdb: fix typo in python's Tdb.get() docstring
2009-10-28 Kirill Smelkovtdb: kill last bits from swig
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-30 Tim Proutys3 build: Remove unused fstat check to fix a bunch...
2009-01-30 Stefan Metzmacherlib/tdb: include replace.h and system/filesys.h in...
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Jelmer VernooijAvoid using a utility header for Python replacements...
2009-01-07 Tim Proutys3/s4 build: Fix Py_RETURN_NONE to work with python...
2009-01-06 Jelmer Vernooijpy: Properly increase the reference counter of Py_None.
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-18 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-12-18 Jelmer VernooijMake sure to not close tdb database more than once.
2008-12-18 Jelmer VernooijImplement missing functions in pytdb.
2008-12-18 Jelmer VernooijAdd simple manually written replacement for the tdb...