A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb.RE/0.9 has been updated via 8704eff5917ed1f8025571bb85219d6e0b7b70fb (commit) via 5bf495abdc3cfd519053abc7c1143d11e8ce5f0d (commit) via 3aa7537adc33b4b7ac36e1137aae18f840765153 (commit) via 17bf75b12eb94d9903cd62329048b146d5313bad (commit) via 3ce002fd13664ace18770565b3078ebfc3923a6b (commit) via ce40f4f31468d46c7c37a24ddaafb7e69fc4c4db (commit) via 042e76685e98eb676d91094423490200ff2b7d07 (commit) via c473091f8fb32fda9be46b79abae2429e8f2c083 (commit) via 98ed192949fcc3f0861c68a694dd5e1c0add14f4 (commit) via af99820ac88188a3f22656cdce5e75a64c315005 (commit) via 0482f1898d7ba25892ac82e6fa5b08fea4d4d28a (commit) via 9227f66673f5a5ac6cd2a593227f1935a7e421e0 (commit) via 20ad21dcc4c3d0b01ea1e638e397fa451ce7b966 (commit) via df9da7c7bef99fb96ddc070dda2d505a8b8e8143 (commit) via 9eede0b103babdb942dbe2a916a13739a5fc4bfe (commit) via a7639a66a493818dc55f3ed77bebe659b6cdd2fd (commit) from 2f587ae081d076e3707360c5db086520c219d3ea (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 8704eff5917ed1f8025571bb85219d6e0b7b70fb Author: Hallvard Furuseth hallvard@openldap.org Date: Mon Dec 1 08:59:29 2014 +0100
mdb_strerror: Silence warning @ Windows
commit 5bf495abdc3cfd519053abc7c1143d11e8ce5f0d Author: Hallvard Furuseth h.b.furuseth@usit.uio.no Date: Mon Dec 1 08:59:29 2014 +0100
Fix comments
commit 3aa7537adc33b4b7ac36e1137aae18f840765153 Author: Hallvard Furuseth hallvard@openldap.org Date: Mon Dec 1 08:59:29 2014 +0100
Simplify recent changes a bit.
commit 17bf75b12eb94d9903cd62329048b146d5313bad Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Nov 22 22:56:31 2014 +0100
ITS#7961,#7987 Re-fix txn init.
More fallout from 4d02c741b120786df1b87ee9ed49c1d3f9bc7522: Don't modify another thread's write txn. Reinit me_txn0 fully.
commit 3ce002fd13664ace18770565b3078ebfc3923a6b Author: Howard Chu hyc@symas.com Date: Wed Oct 8 19:25:27 2014 +0100
ITS#7959 fix prev commit
fstat returns -1, not an errno. Move code into its own function for reuse.
commit ce40f4f31468d46c7c37a24ddaafb7e69fc4c4db Author: Howard Chu hyc@symas.com Date: Sat Oct 4 21:48:49 2014 +0100
ITS#7961 fix txn init
More fallout from 4d02c741b120786df1b87ee9ed49c1d3f9bc7522
commit 042e76685e98eb676d91094423490200ff2b7d07 Author: Jean-Christophe DUBOIS jcd@tribudubois.net Date: Fri Oct 3 20:24:25 2014 +0200
ITS#7959 Check fstat return value
Signed-off-by: Jean-Christophe DUBOIS jcd@tribudubois.net
commit c473091f8fb32fda9be46b79abae2429e8f2c083 Author: Leo Yuriev leo@yuriev.ru Date: Fri Sep 5 00:19:16 2014 +0400
ITS#7841 trivial cleanup
TRIVIA - lmdb: clean testdb-dir while "make test".
commit 98ed192949fcc3f0861c68a694dd5e1c0add14f4 Author: Howard Chu hyc@symas.com Date: Thu Oct 2 22:11:43 2014 +0100
ITS#7956 fix compact of empty env
commit af99820ac88188a3f22656cdce5e75a64c315005 Author: Howard Chu hyc@symas.com Date: Thu Oct 2 21:58:20 2014 +0100
ITS#7955, #7671 fix MDB_PREV_DUP
commit 0482f1898d7ba25892ac82e6fa5b08fea4d4d28a Author: Howard Chu hyc@symas.com Date: Thu Oct 2 21:35:15 2014 +0100
ITS#7953 .gitignore *.lo
commit 9227f66673f5a5ac6cd2a593227f1935a7e421e0 Author: Howard Chu hyc@symas.com Date: Thu Oct 2 21:33:35 2014 +0100
ITS#7952 .gitignore mdb_dump/load
commit 20ad21dcc4c3d0b01ea1e638e397fa451ce7b966 Author: Howard Chu hyc@symas.com Date: Wed Oct 1 21:00:03 2014 +0100
Don't use -fPIC for static lib
commit df9da7c7bef99fb96ddc070dda2d505a8b8e8143 Author: Howard Chu hyc@symas.com Date: Sun Jul 20 08:10:34 2014 -0700
Must do dlist_free before releasing Wmutex
commit 9eede0b103babdb942dbe2a916a13739a5fc4bfe Author: Howard Chu hyc@symas.com Date: Wed Jul 16 09:24:45 2014 -0700
Free write mutex earlier in txn_reset0
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/.gitignore | 3 ++ libraries/liblmdb/Makefile | 16 ++++-- libraries/liblmdb/mdb.c | 116 +++++++++++++++++++++++++----------------- 3 files changed, 83 insertions(+), 52 deletions(-)