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 4dd10d70a5f62cb68046efaf4dcb5edd806aa851 (commit)
from 56c2a8d04aeb1aeb7001d54bfa9b195da7eb140a (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 4dd10d70a5f62cb68046efaf4dcb5edd806aa851
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Aug 25 23:59:58 2013 +0200
mdb_page_unspill(): Fix dirty_room in nested txn
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
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 56c2a8d04aeb1aeb7001d54bfa9b195da7eb140a (commit)
from b917266ca10c09092cb000c34740289c698ca694 (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 56c2a8d04aeb1aeb7001d54bfa9b195da7eb140a
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Aug 24 20:37:45 2013 +0100
Another take on spill_pgs and deletes
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 47 ++++++++++++++++++++++++++---------------------
1 files changed, 26 insertions(+), 21 deletions(-)
---
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 b917266ca10c09092cb000c34740289c698ca694 (commit)
from 41bf5c906aa745310b328a3b1a3700be339e3a9e (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 b917266ca10c09092cb000c34740289c698ca694
Author: Howard Chu <hyc(a)symas.com>
Date: Sat Aug 24 11:54:05 2013 -0700
Cleanup prev commit
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
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 41bf5c906aa745310b328a3b1a3700be339e3a9e (commit)
from 6423c8774904789fe4d3f0b7bc887201ef0ec41a (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 41bf5c906aa745310b328a3b1a3700be339e3a9e
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Aug 24 19:48:37 2013 +0100
Speedup deletion from spill_pgs
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 22 +++++++++++++++++++---
1 files changed, 19 insertions(+), 3 deletions(-)
---
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 6423c8774904789fe4d3f0b7bc887201ef0ec41a (commit)
from e15a90c7624797afaec703475b6f6be93ca62918 (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 6423c8774904789fe4d3f0b7bc887201ef0ec41a
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Aug 23 07:36:07 2013 -0700
ITS#7671 always return the key for a dup val
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
---
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 e15a90c7624797afaec703475b6f6be93ca62918 (commit)
from 6616034eb9a4ea5e84d620ec398a8aa0a9e336fb (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 e15a90c7624797afaec703475b6f6be93ca62918
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Aug 22 21:43:29 2013 -0700
ITS#7670 Tweak cursor_del0
Always leave cursor pointing at "next" node, if any.
Find next sibling if we're already at end of current page.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 17 +++++++++--------
1 files changed, 9 insertions(+), 8 deletions(-)
---
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 6616034eb9a4ea5e84d620ec398a8aa0a9e336fb (commit)
via 392be3a7c65837728426007c09f17c28a9397910 (commit)
from 45c4ed18050297871cb5f4f55a5b6560cb5ca1bc (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 6616034eb9a4ea5e84d620ec398a8aa0a9e336fb
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Fri Aug 23 07:39:04 2013 +0200
mdb_page_spill(): Fix nested txn mt_dirty_room
commit 392be3a7c65837728426007c09f17c28a9397910
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Fri Aug 23 07:37:17 2013 +0200
Simplify last commits
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 127 +++++++++++++++++++----------------------------
1 files changed, 52 insertions(+), 75 deletions(-)
---
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 45c4ed18050297871cb5f4f55a5b6560cb5ca1bc (commit)
from 7b1db13050b86d864cdc17d9e0e7b18ee0f77071 (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 45c4ed18050297871cb5f4f55a5b6560cb5ca1bc
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Aug 22 21:29:53 2013 -0700
Tweak prev commit
If somehow "need" is larger than the list size, don't
try to fake out the dirty list.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 45 +++++++++++++++++++++++++--------------------
1 files changed, 25 insertions(+), 20 deletions(-)
---
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 7b1db13050b86d864cdc17d9e0e7b18ee0f77071 (commit)
from c22a7d98ecac671b69faeef7d406cec4140b2abf (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 7b1db13050b86d864cdc17d9e0e7b18ee0f77071
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Aug 22 18:51:48 2013 -0700
Less aggressive page_spill
spilling all possible pages is a waste because the majority will be
needed again. Just do 1/8th of the dirty list instead.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 53 ++++++++++++++++++++++++++++++++++++++++++++--
1 files changed, 50 insertions(+), 3 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP-Fortress-Core (openldap-fortress-core.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via ca98af85fac8822bf1cd78d6a24dc9e4036e05b1 (commit)
from fd409f1e4892c439e8870b261ed8785872bc49aa (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 ca98af85fac8822bf1cd78d6a24dc9e4036e05b1
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Wed Aug 21 14:14:25 2013 -0500
FC-61 - User incorrect mapping of displayName attribute
-----------------------------------------------------------------------
Summary of changes:
src/main/java/us/jts/fortress/rbac/User.java | 22 ++++++++++++++++++++
.../jts/fortress/rbac/dao/unboundid/UserDAO.java | 15 +++++++++++-
.../java/us/jts/fortress/rbac/UserTestData.java | 2 +
3 files changed, 37 insertions(+), 2 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git