summaryrefslogtreecommitdiff
path: root/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
2019-07-10ldb ABI bump for pyldb_Ldb_AsLdbContext changeDouglas Bagnall3-1/+287
2019-07-10pyldb: ldb.register_module() checks arguments a little bitDouglas Bagnall1-3/+11
2019-07-10pyldb: remove ldb.open, which was never survivableDouglas Bagnall1-4/+0
2019-07-10pyldb: rename pyldb_Dn_AsDn() to pyldb_Dn_AS_DN()Douglas Bagnall3-19/+19
2019-07-10pyldb: check for errors in PyLdb_GetPyType()Douglas Bagnall1-3/+21
2019-07-10pyldb: fork pyldb_Ldb_AsLdbContext macro to reflect unsafenessDouglas Bagnall2-39/+44
2019-07-10pyldb: add pyldb_check_type()Douglas Bagnall2-0/+13
2019-07-10ldb: do not allow adding a DN as a base to itselfDouglas Bagnall1-0/+4
2019-07-04ldb: Release ldb 2.0.5ldb-2.0.5Gary Lockyer3-1/+286
2019-07-04ldb: Rework index_transaction_cache_size to allow caller to specify a larger ...Gary Lockyer1-5/+11
2019-07-04ldb ldb_key_value: test ldb batchGary Lockyer1-0/+57
2019-07-04ldb key_value: Add batch_mode optionGary Lockyer2-0/+76
2019-07-04ldb: Add new internal helper function ldb_options_get()Gary Lockyer2-0/+12
2019-07-04ldb: Fix dependency on ldb_key_value_sub_txn_{mdb_}testAndrew Bartlett1-2/+2
2019-07-04ldb: Try to explain the confusing overload of the LDB_FLG_MOD_* enumeration a...Andrew Bartlett1-7/+11
2019-07-04ldb: Add tests for Ldb.write_ldif() including the FLG_SHOW_BINARY and FLAG_FO...Andrew Bartlett1-0/+51
2019-07-04pyldb: Apply flags specified by ldb.Ldb(flags=...) even if the URL is not setAndrew Bartlett1-0/+2
2019-07-04ldb/ldb_ldif: add LDB_FLAG_FORCE_NO_BASE64_LDIF flagBjörn Baumbach3-0/+11
2019-07-04ldb/ldb_ldif: add copy_raw_bytes helper variable to ldb_ldif_write_trace()Björn Baumbach1-1/+3
2019-07-02lib ldb ldb_mdb: Pass the lmdb map size as an ldb optionGary Lockyer1-17/+39
2019-07-02ldb: Release ldb 2.0.4Gary Lockyer3-1/+285
2019-07-02lib ldb: save a copy of the options on the contextGary Lockyer3-0/+46
2019-07-01lib/ldb/common: clang: Fix Value stored to 'ret' is never read warningNoel Power1-1/+0
2019-06-24py3: Remove duplicated PyUnicode_Check() after the py3 compat macros were rem...Andrew Bartlett2-2/+2
2019-06-24py3: Remove PyStr_AsUTF8AndSize() compatability macroAndrew Bartlett1-16/+5
2019-06-24py3: Remove PyStr_AsUTF8() compatability macroAndrew Bartlett2-17/+9
2019-06-24py3: Remove PyStr_FromFormatV() compatability macroAndrew Bartlett1-3/+1
2019-06-24py3: Remove PyStr_FromFormat() compatability macroAndrew Bartlett1-6/+4
2019-06-24py3: Remove PyStr_FromStringAndSize() compatability macroAndrew Bartlett1-4/+2
2019-06-24py3: Remove PyStr_FromString() compatability macroAndrew Bartlett1-26/+24
2019-06-24py3: Remove PyStr_Check() compatability macroAndrew Bartlett2-6/+2
2019-06-21lib ldb key value: use TALLOC_FREE() per README.CodingGary Lockyer1-8/+8
2019-06-21lib ldb key value: fix index bufferingGary Lockyer4-48/+415
2019-06-21lib ldb key value: Remove check_parent from ldb_kv_index_idxptr()Gary Lockyer1-11/+4
2019-06-21lib ldb ldb_key_value tests: Add tests for wrapped operationsGary Lockyer6-2/+1112
2019-06-21lib ldb key value: add nested transaction support.Gary Lockyer2-16/+179
2019-06-21lib ldb key value backends: Add nested txn supportGary Lockyer3-0/+69
2019-06-21lib ldb tests: remove deprecation warning from api.pyGary Lockyer1-15/+15
2019-06-21lib ldb tests: Test nested transactionsGary Lockyer1-0/+103
2019-06-13lib ldb ldb_key_value: csbuild unused parm ldb_kvGary Lockyer1-1/+2
2019-06-13lib ldb_key_value: csbuild unused parm keyGary Lockyer1-1/+1
2019-06-13lib ldb ldb_key_value: csbuild fix unused parm dataGary Lockyer1-1/+1
2019-06-13lib ldb ldb_key_value: csbuild fix signed unsigned compareGary Lockyer1-1/+1
2019-06-13lib ldb ldb_key_value: csbuild unused parms ldb_kv, keyGary Lockyer1-2/+2
2019-06-13lib ldb ldb_key_value: csbuild ldb_kv_index_dn_not unused parmsGary Lockyer1-4/+4
2019-06-13lib ldb ldb_key_value: csbuild unused parm ldbGary Lockyer1-5/+3
2019-06-13lib ldb ldb_key_value: csbuild unused parm tdbGary Lockyer1-1/+2
2019-06-13lib ldb ldb_key_value: csbuild fix integer comparisonGary Lockyer1-1/+1
2019-06-13lib ldb ldb_key_value: csbuild unused parm ldb_kv_timeoutGary Lockyer1-3/+4
2019-06-13lib ldb: csbuild add lib/util/attr.h to distGary Lockyer1-1/+2