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 61dd017808f66ada27e89c58bc9567d5b2ade884 (commit)
via fd0315d6e58d42d945fbc1939faa5e2354bbe9a8 (commit)
from 8bec53fdfd56528a26ec31f6361160585c91cb53 (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 61dd017808f66ada27e89c58bc9567d5b2ade884
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Oct 2 21:35:15 2014 +0100
ITS#7953 .gitignore *.lo
commit fd0315d6e58d42d945fbc1939faa5e2354bbe9a8
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Oct 2 21:33:35 2014 +0100
ITS#7952 .gitignore mdb_dump/load
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/.gitignore | 3 +++
1 file changed, 3 insertions(+)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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(a)symas.com>
Date: Wed Oct 1 21:00:03 2014 +0100
Don't use -fPIC for static lib
commit e3b6c359a935283c21e1fd7d03b790d87d53b933
Author: Howard Chu <hyc(a)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(a)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(a)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(a)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(a)symas.com>
Date: Wed Jul 16 09:24:45 2014 -0700
Free write mutex earlier in txn_reset0
commit a2ac10107e2fb845c4a38a339239063ec4407d84
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Wed Jul 16 07:15:58 2014 -0700
Add MDB_ROBUST
commit a7639a66a493818dc55f3ed77bebe659b6cdd2fd
Author: Howard Chu <hyc(a)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(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP-www (openldap-www.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 6fc548f308bfab0056e8f371bfeeea798fe8ea2e (commit)
from 316de0e95aa43fa1818761af09493c41d8ec79d3 (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 6fc548f308bfab0056e8f371bfeeea798fe8ea2e
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Oct 1 16:36:25 2014 +0100
Fix paths
-----------------------------------------------------------------------
Summary of changes:
pages/devel/cvsweb.cgi | 2 +-
pages/devel/gitweb.cgi | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-www.git