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
/
ldb_tdb
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-29
ldb_tdb: wrap can cope with NULL path
Douglas Bagnall
1
-1
/
+1
2023-10-25
ldb: Fix code spelling
Joseph Sutton
1
-6
/
+6
2019-06-21
lib ldb key value backends: Add nested txn support
Gary Lockyer
1
-0
/
+33
2019-05-29
ldb: Fix segfault parsing new pack formats
Andrew Bartlett
1
-2
/
+6
2019-05-22
ldb: removing unnecessary module pointer
Aaron Haslett
1
-1
/
+1
2019-04-11
ldb_kv: Avoid memdup of database records in the case of base searches
Garming Sam
1
-18
/
+21
2019-04-08
lmdb: iterate_range implementation
Garming Sam
1
-0
/
+17
2019-04-04
lib ldb key_value: Add get_size method
Gary Lockyer
1
-0
/
+18
2018-07-30
lib ldb: move key value code to lib/ldb/ldb_key_value
Gary Lockyer
6
-6818
/
+85
2018-07-30
lib ldb: rename ltdb_parse_data_unpack_ctx
Gary Lockyer
1
-3
/
+3
2018-07-30
lib ldb: remove unused function prototypes
Gary Lockyer
1
-4
/
+0
2018-07-30
lib ldb: rename ltdb_idxptr to ldb_kv_idxptr
Gary Lockyer
2
-3
/
+3
2018-07-30
lib ldb: rename tdb_key_ctx to key_ctx
Gary Lockyer
1
-7
/
+7
2018-07-30
lib ldb: rename ltdb_cache to ldb_kv_cache
Gary Lockyer
2
-2
/
+2
2018-07-30
lib ldb: format rename ldb_kv_private
Gary Lockyer
5
-232
/
+306
2018-07-30
lib ldb: rename ltdb_private to ldb_kv_private
Gary Lockyer
5
-477
/
+477
2018-07-30
lib ldb: format rename of ltdb_req_spy
Gary Lockyer
1
-1
/
+2
2018-07-30
lib ldb: rename ltdb_req_spy to ldb_kv_req_spy
Gary Lockyer
2
-4
/
+4
2018-07-30
lib ldb: rename ltdb_context to ldb_kv_context
Gary Lockyer
4
-25
/
+25
2018-07-30
lib ldb: reformat ltdb_reindex_context rename
Gary Lockyer
2
-3
/
+6
2018-07-30
lib ldb: rename struct ltdb_reindex_context
Gary Lockyer
3
-5
/
+5
2018-07-30
lib ldb: fix formatting of ldb_kv rename.
Gary Lockyer
4
-361
/
+384
2018-07-30
lib ldb: Rename functions to ldb_kv
Gary Lockyer
5
-384
/
+395
2018-06-23
check return value before using key_values
Andrej Gessel
1
-3
/
+10
2018-06-23
ldb: check return values
Andrej Gessel
2
-1
/
+11
2018-06-15
Fix several mem leaks in ldb_index ldb_search ldb_tdb
Andrej Gessel
3
-3
/
+11
2018-06-15
ldb_tdb: Use mem_ctx and so avoid leak onto long-term memory on duplicated add.
Andrew Bartlett
1
-1
/
+1
2018-06-01
ldb: Fix memory leak on module context
Lukas Slebodnik
1
-2
/
+2
2018-05-30
ldb: Add tests for when we should expect a full scan
Andrew Bartlett
3
-1
/
+32
2018-05-30
ldb: One-level search was incorrectly falling back to full DB scan
Andrew Bartlett
1
-11
/
+12
2018-05-30
ldb: Explain why an entry can vanish from the index
Andrew Bartlett
1
-1
/
+6
2018-05-30
ldb: Indicate that the ltdb_dn_list_sort() in list_union is a bit subtle.
Andrew Bartlett
1
-0
/
+3
2018-05-30
ldb: Save a copy of the index result before calling the callbacks.
Andrew Bartlett
1
-18
/
+61
2018-05-23
ldb: Reject a possible future ldb_mdb with the index in a sub-database
Andrew Bartlett
2
-1
/
+24
2018-05-23
ldb_mdb: Implement the lmdb backend for ldb
Garming Sam
1
-0
/
+1
2018-05-09
ldb_tdb: Allow use of a TDB for ldb_tdb after as fork()
Andrew Bartlett
1
-0
/
+18
2018-05-09
ldb: Reset errno before checking it in ltdb_connect()
Andrew Bartlett
1
-0
/
+1
2018-05-09
ldb_tdb: Prevent ldb_tdb reuse after a fork()
Andrew Bartlett
2
-9
/
+109
2018-05-03
ldb_tdb: Disallow reads without a transaction or read lock
Andrew Bartlett
1
-0
/
+5
2018-05-03
ldb_tdb: Disallow TDB nested transactions and use tdb_transaction_active()
Gary Lockyer
2
-13
/
+10
2018-05-03
ldb_tdb: Do not make search or DB modifications without a lock
Gary Lockyer
1
-12
/
+38
2018-05-03
ldb: make key/value backends expose if there is an active transaction
Gary Lockyer
2
-0
/
+7
2018-05-03
ldb_tdb: Make sure max_key_length != 0 requires a GUID index mode
Gary Lockyer
1
-1
/
+17
2018-04-06
ldb: Fix trailing whitespace
Volker Lendecke
1
-4
/
+4
2018-04-06
ldb_tdb: ltdb_tdb_delete require active transaction
Gary Lockyer
1
-0
/
+4
2018-04-06
ldb_tdb: ltdb_tdb_store require active transaction
Gary Lockyer
1
-0
/
+4
2018-04-06
ldb_tdb: ltdb_tdb_parse_record map tdb error codes
Gary Lockyer
1
-2
/
+7
2018-04-06
ldb_tdb: A more robust check for if we can fit the index string in
Andrew Bartlett
1
-24
/
+48
2018-04-06
ldb index: Fix truncation key length calculation
Gary Lockyer
1
-2
/
+17
2018-04-06
ldb: Change remaining fetch prototypes to remove TDB_DATA
Garming Sam
3
-18
/
+52
[next]