A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb.master has been updated via 8bec53fdfd56528a26ec31f6361160585c91cb53 (commit) via e3b6c359a935283c21e1fd7d03b790d87d53b933 (commit) via 58ddb5527bd4868bb7017cfe2051bc2e24bcf5a8 (commit) via a53716ed968671a8df5e1fd6ca23cb959cf61e2d (commit) via ec6cf4e40fb6565a3717e6eb2a4febe143e663d0 (commit) via f6add293a726aec3de809142e5fdaf836843eed9 (commit) via a2ac10107e2fb845c4a38a339239063ec4407d84 (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 8bec53fdfd56528a26ec31f6361160585c91cb53 Author: Howard Chu hyc@symas.com Date: Wed Oct 1 21:00:03 2014 +0100
Don't use -fPIC for static lib
commit e3b6c359a935283c21e1fd7d03b790d87d53b933 Author: Howard Chu hyc@symas.com Date: Wed Oct 1 20:58:15 2014 +0100
Use robust mutexes by default
Making it optional on pthreads just complicates things; they're always robust on other implementations
commit 58ddb5527bd4868bb7017cfe2051bc2e24bcf5a8 Author: Howard Chu hyc@symas.com Date: Sun Jul 20 11:08:55 2014 -0700
Use SysV semaphores instead of POSIX
Since they can cleanup after themselves on process exit
commit a53716ed968671a8df5e1fd6ca23cb959cf61e2d Author: Howard Chu hyc@symas.com Date: Sun Jul 20 08:10:34 2014 -0700
Must do dlist_free before releasing Wmutex
commit ec6cf4e40fb6565a3717e6eb2a4febe143e663d0 Author: Hallvard Furuseth h.b.furuseth@usit.uio.no Date: Sun Jul 20 16:42:04 2014 +0200
MDB_ROBUST: Use MDB_PID_T. Drop a wmutex variable.
commit f6add293a726aec3de809142e5fdaf836843eed9 Author: Howard Chu hyc@symas.com Date: Wed Jul 16 09:24:45 2014 -0700
Free write mutex earlier in txn_reset0
commit a2ac10107e2fb845c4a38a339239063ec4407d84 Author: Hallvard Furuseth hallvard@openldap.org Date: Wed Jul 16 07:15:58 2014 -0700
Add MDB_ROBUST
commit a7639a66a493818dc55f3ed77bebe659b6cdd2fd Author: Howard Chu hyc@symas.com Date: Thu Sep 25 19:25:56 2014 +0100
Android also only has memalign
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/Makefile | 14 +- libraries/liblmdb/lmdb.h | 16 +- libraries/liblmdb/mdb.c | 380 ++++++++++++++++++++++++++---------------- libraries/liblmdb/mdb_copy.c | 2 +- 4 files changed, 261 insertions(+), 151 deletions(-)