index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ldb
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-10
ldb ABI bump for pyldb_Ldb_AsLdbContext change
Douglas Bagnall
3
-1
/
+287
2019-07-10
pyldb: ldb.register_module() checks arguments a little bit
Douglas Bagnall
1
-3
/
+11
2019-07-10
pyldb: remove ldb.open, which was never survivable
Douglas Bagnall
1
-4
/
+0
2019-07-10
pyldb: rename pyldb_Dn_AsDn() to pyldb_Dn_AS_DN()
Douglas Bagnall
3
-19
/
+19
2019-07-10
pyldb: check for errors in PyLdb_GetPyType()
Douglas Bagnall
1
-3
/
+21
2019-07-10
pyldb: fork pyldb_Ldb_AsLdbContext macro to reflect unsafeness
Douglas Bagnall
2
-39
/
+44
2019-07-10
pyldb: add pyldb_check_type()
Douglas Bagnall
2
-0
/
+13
2019-07-10
ldb: do not allow adding a DN as a base to itself
Douglas Bagnall
1
-0
/
+4
2019-07-04
ldb: Release ldb 2.0.5
ldb-2.0.5
Gary Lockyer
3
-1
/
+286
2019-07-04
ldb: Rework index_transaction_cache_size to allow caller to specify a larger ...
Gary Lockyer
1
-5
/
+11
2019-07-04
ldb ldb_key_value: test ldb batch
Gary Lockyer
1
-0
/
+57
2019-07-04
ldb key_value: Add batch_mode option
Gary Lockyer
2
-0
/
+76
2019-07-04
ldb: Add new internal helper function ldb_options_get()
Gary Lockyer
2
-0
/
+12
2019-07-04
ldb: Fix dependency on ldb_key_value_sub_txn_{mdb_}test
Andrew Bartlett
1
-2
/
+2
2019-07-04
ldb: Try to explain the confusing overload of the LDB_FLG_MOD_* enumeration a...
Andrew Bartlett
1
-7
/
+11
2019-07-04
ldb: Add tests for Ldb.write_ldif() including the FLG_SHOW_BINARY and FLAG_FO...
Andrew Bartlett
1
-0
/
+51
2019-07-04
pyldb: Apply flags specified by ldb.Ldb(flags=...) even if the URL is not set
Andrew Bartlett
1
-0
/
+2
2019-07-04
ldb/ldb_ldif: add LDB_FLAG_FORCE_NO_BASE64_LDIF flag
Björn Baumbach
3
-0
/
+11
2019-07-04
ldb/ldb_ldif: add copy_raw_bytes helper variable to ldb_ldif_write_trace()
Björn Baumbach
1
-1
/
+3
2019-07-02
lib ldb ldb_mdb: Pass the lmdb map size as an ldb option
Gary Lockyer
1
-17
/
+39
2019-07-02
ldb: Release ldb 2.0.4
Gary Lockyer
3
-1
/
+285
2019-07-02
lib ldb: save a copy of the options on the context
Gary Lockyer
3
-0
/
+46
2019-07-01
lib/ldb/common: clang: Fix Value stored to 'ret' is never read warning
Noel Power
1
-1
/
+0
2019-06-24
py3: Remove duplicated PyUnicode_Check() after the py3 compat macros were rem...
Andrew Bartlett
2
-2
/
+2
2019-06-24
py3: Remove PyStr_AsUTF8AndSize() compatability macro
Andrew Bartlett
1
-16
/
+5
2019-06-24
py3: Remove PyStr_AsUTF8() compatability macro
Andrew Bartlett
2
-17
/
+9
2019-06-24
py3: Remove PyStr_FromFormatV() compatability macro
Andrew Bartlett
1
-3
/
+1
2019-06-24
py3: Remove PyStr_FromFormat() compatability macro
Andrew Bartlett
1
-6
/
+4
2019-06-24
py3: Remove PyStr_FromStringAndSize() compatability macro
Andrew Bartlett
1
-4
/
+2
2019-06-24
py3: Remove PyStr_FromString() compatability macro
Andrew Bartlett
1
-26
/
+24
2019-06-24
py3: Remove PyStr_Check() compatability macro
Andrew Bartlett
2
-6
/
+2
2019-06-21
lib ldb key value: use TALLOC_FREE() per README.Coding
Gary Lockyer
1
-8
/
+8
2019-06-21
lib ldb key value: fix index buffering
Gary Lockyer
4
-48
/
+415
2019-06-21
lib ldb key value: Remove check_parent from ldb_kv_index_idxptr()
Gary Lockyer
1
-11
/
+4
2019-06-21
lib ldb ldb_key_value tests: Add tests for wrapped operations
Gary Lockyer
6
-2
/
+1112
2019-06-21
lib ldb key value: add nested transaction support.
Gary Lockyer
2
-16
/
+179
2019-06-21
lib ldb key value backends: Add nested txn support
Gary Lockyer
3
-0
/
+69
2019-06-21
lib ldb tests: remove deprecation warning from api.py
Gary Lockyer
1
-15
/
+15
2019-06-21
lib ldb tests: Test nested transactions
Gary Lockyer
1
-0
/
+103
2019-06-13
lib ldb ldb_key_value: csbuild unused parm ldb_kv
Gary Lockyer
1
-1
/
+2
2019-06-13
lib ldb_key_value: csbuild unused parm key
Gary Lockyer
1
-1
/
+1
2019-06-13
lib ldb ldb_key_value: csbuild fix unused parm data
Gary Lockyer
1
-1
/
+1
2019-06-13
lib ldb ldb_key_value: csbuild fix signed unsigned compare
Gary Lockyer
1
-1
/
+1
2019-06-13
lib ldb ldb_key_value: csbuild unused parms ldb_kv, key
Gary Lockyer
1
-2
/
+2
2019-06-13
lib ldb ldb_key_value: csbuild ldb_kv_index_dn_not unused parms
Gary Lockyer
1
-4
/
+4
2019-06-13
lib ldb ldb_key_value: csbuild unused parm ldb
Gary Lockyer
1
-5
/
+3
2019-06-13
lib ldb ldb_key_value: csbuild unused parm tdb
Gary Lockyer
1
-1
/
+2
2019-06-13
lib ldb ldb_key_value: csbuild fix integer comparison
Gary Lockyer
1
-1
/
+1
2019-06-13
lib ldb ldb_key_value: csbuild unused parm ldb_kv_timeout
Gary Lockyer
1
-3
/
+4
2019-06-13
lib ldb: csbuild add lib/util/attr.h to dist
Gary Lockyer
1
-1
/
+2
[next]