- Jun 16, 2014
-
-
- Jun 13, 2014
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
Clients should just use 0 for default wrap, and let libldif take care of it.
-
- Jun 12, 2014
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
Doc has been updated to note the default was actually 78. The off-by-two error is fixed. Note that wrap=1 will still output 2 columns, otherwise it can't output anything besides the continuation character.
-
Quanah Gibson-Mount authored
-
-
- Jun 11, 2014
-
-
Howard Chu authored
Due to commit 18a07eb7
-
- May 31, 2014
-
-
Alexey Naumov authored
-
- May 30, 2014
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
With mdb_cursor_put(new key, data item big enough to need a sub-DB): - Track cursors as when adding other nodes. The "!do_sub" is now unneeded. Before ITS#7861 it distinguished inserting key from data. - Set MDB_TXN_ERROR if an empty sub-DB was created. I.e. adding key:subDB succeeded, but inserting the data item failed.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Update the state before looping, so the key is not duplicated. Broke in 4c8f5761 (mostly).
-
Hallvard Furuseth authored
mdb_cursor_del(): Fix md_entries with MDB_NODUPDATA. mdb_cursor_put(): Check in xcursor whether an item got inserted. Count data instead of keys after 13d6d59c.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Since non-NULL key must be provided now.
-
- May 29, 2014
-
-
Quanah Gibson-Mount authored
-
Just passthru search to local DB
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
Better check for missing IDs
-
mdb_idscopes was remembering the IDs of every entry it checked; it should only have been saving the IDs of entries that were actually in the search scope. The extra entries filled the scopes array, causing a loop searching for a parent entry that was never inserted.
-
Quanah Gibson-Mount authored
-
caused by c1e937c2 (ITS#6684)
-
Quanah Gibson-Mount authored
-
Signed-off-by:
HAMANO Tsukasa <hamano@osstech.co.jp>
-