A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated
via 6984ac6a50f9eadac605bf4fc7d55e802eca1772 (commit)
via f39bceb800dd1b1b4b05cfb45a3ddde94a273fff (commit)
via 3e40d0c8058967c1e0511f14ee1de36456c61386 (commit)
via f6d8dc4e768a0bd6fb6cf7ae48a0509b971dd90b (commit)
from 405a47a06d2a65af2eba28febfca2fdcfd873ad3 (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 6984ac6a50f9eadac605bf4fc7d55e802eca1772
Merge: 405a47a f39bceb
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Nov 12 09:07:50 2013 -0800
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 8 ++++++++
libraries/liblmdb/lmdb.h | 4 ++--
libraries/liblmdb/mdb.c | 40 ++++++++++++++++++++++++++++------------
3 files changed, 38 insertions(+), 14 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, OPENLDAP_REL_ENG_2_5 has been updated
via f201860209a1c2224db1ce735acb0f6cf7cd4c76 (commit)
via e1ed4b28f5743fe06498b720caed1e964808ad14 (commit)
via f39bceb800dd1b1b4b05cfb45a3ddde94a273fff (commit)
via 3e40d0c8058967c1e0511f14ee1de36456c61386 (commit)
via f6d8dc4e768a0bd6fb6cf7ae48a0509b971dd90b (commit)
from 95ea544e98c0ede188e62fddebefd0c755cd3b20 (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 f201860209a1c2224db1ce735acb0f6cf7cd4c76
Merge: e1ed4b2 f39bceb
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Nov 12 09:07:42 2013 -0800
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_5
commit e1ed4b28f5743fe06498b720caed1e964808ad14
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Nov 11 21:01:33 2013 -0800
ITS#7743 Fix indexed AND filter
Partially revert 47f6aec61e65afd66bea096887f1cd550b55946e
Was using RANGE_FIRST/RANGE_LAST on an IDL known to *not* be a range.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 8 ++++++++
libraries/liblmdb/lmdb.h | 4 ++--
libraries/liblmdb/mdb.c | 40 ++++++++++++++++++++++++++++------------
servers/slapd/back-bdb/idl.c | 4 ++--
servers/slapd/back-bdb/idl.h | 1 +
servers/slapd/back-mdb/idl.c | 4 ++--
servers/slapd/back-mdb/idl.h | 1 +
7 files changed, 44 insertions(+), 18 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, OPENLDAP_REL_ENG_2_4 has been updated
via 405a47a06d2a65af2eba28febfca2fdcfd873ad3 (commit)
via 25415c44c7712f6185882d9ebbebf99ebf44bd6c (commit)
from 3ce8665d6870c19f364f040d34fb3da7513f4700 (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 405a47a06d2a65af2eba28febfca2fdcfd873ad3
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Nov 12 09:06:24 2013 -0800
ITS#7743 bits
commit 25415c44c7712f6185882d9ebbebf99ebf44bd6c
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Nov 11 21:01:33 2013 -0800
ITS#7743 Fix indexed AND filter
Partially revert 47f6aec61e65afd66bea096887f1cd550b55946e
Was using RANGE_FIRST/RANGE_LAST on an IDL known to *not* be a range.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 ++
servers/slapd/back-bdb/idl.c | 4 ++--
servers/slapd/back-bdb/idl.h | 1 +
servers/slapd/back-mdb/idl.c | 4 ++--
servers/slapd/back-mdb/idl.h | 1 +
5 files changed, 8 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, master has been updated
via 01f4aeac4c9ccc42a998c18f8995ce453d819b13 (commit)
via f39bceb800dd1b1b4b05cfb45a3ddde94a273fff (commit)
from 66bb780b16272edc8b210c8fb2aff63027012c62 (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 01f4aeac4c9ccc42a998c18f8995ce453d819b13
Merge: 66bb780 f39bceb
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Nov 12 08:35:12 2013 -0800
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 4 ++--
1 files changed, 2 insertions(+), 2 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 f39bceb800dd1b1b4b05cfb45a3ddde94a273fff (commit)
from 3e40d0c8058967c1e0511f14ee1de36456c61386 (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 f39bceb800dd1b1b4b05cfb45a3ddde94a273fff
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Nov 12 08:10:33 2013 -0800
Doc tweak
Measured perf cost of meminit was 7% worst case on an Intel Core2
system. YMMV.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 4 ++--
1 files changed, 2 insertions(+), 2 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, master has been updated
via 66bb780b16272edc8b210c8fb2aff63027012c62 (commit)
from 36b9c2a33962d698e1cf9c76702c6fdd5a962bc9 (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 66bb780b16272edc8b210c8fb2aff63027012c62
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Nov 11 21:01:33 2013 -0800
ITS#7743 Fix indexed AND filter
Partially revert 47f6aec61e65afd66bea096887f1cd550b55946e
Was using RANGE_FIRST/RANGE_LAST on an IDL known to *not* be a range.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-bdb/idl.c | 4 ++--
servers/slapd/back-bdb/idl.h | 1 +
servers/slapd/back-mdb/idl.c | 4 ++--
servers/slapd/back-mdb/idl.h | 1 +
4 files changed, 6 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, master has been updated
via 36b9c2a33962d698e1cf9c76702c6fdd5a962bc9 (commit)
via 3e40d0c8058967c1e0511f14ee1de36456c61386 (commit)
via f6d8dc4e768a0bd6fb6cf7ae48a0509b971dd90b (commit)
from aa8beb62e4620553d1e17e5b13a77cd13253ca9e (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 36b9c2a33962d698e1cf9c76702c6fdd5a962bc9
Merge: aa8beb6 3e40d0c
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Nov 11 20:16:49 2013 -0800
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 8 ++++++++
libraries/liblmdb/mdb.c | 40 ++++++++++++++++++++++++++++------------
2 files changed, 36 insertions(+), 12 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 3e40d0c8058967c1e0511f14ee1de36456c61386 (commit)
via f6d8dc4e768a0bd6fb6cf7ae48a0509b971dd90b (commit)
from eecbaa594290a42af1ab594786663511ab757e92 (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 3e40d0c8058967c1e0511f14ee1de36456c61386
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Nov 11 20:15:54 2013 -0800
Bump to 0.9.10
commit f6d8dc4e768a0bd6fb6cf7ae48a0509b971dd90b
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Nov 11 20:08:26 2013 -0800
Windows/Win64/MSVC tweaks
Silence warnings, fix broken MinGW64 definitions, etc.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 8 ++++++++
libraries/liblmdb/mdb.c | 40 ++++++++++++++++++++++++++++------------
2 files changed, 36 insertions(+), 12 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, OPENLDAP_REL_ENG_2_4 has been updated
via 3ce8665d6870c19f364f040d34fb3da7513f4700 (commit)
via eecbaa594290a42af1ab594786663511ab757e92 (commit)
via 509a1977284a8d8c3affea9fc1afb9fa70ddb533 (commit)
via 92f71f50f9f2a9e93c7d757538688376a6f6debb (commit)
via fc87d405f1636d2241306584189f6b1266bbb833 (commit)
via 9d6e4a916367e85ffdf37b1cb7b5cdb7ac0e15b5 (commit)
via 25d370cb2e13a6959e78fa20da750bfc1643d837 (commit)
via 550bbe3788fafdf0fddcb2130173c1349fbc477f (commit)
via 4a1717708cf1127c3d5d9f4101af69d67d8296d7 (commit)
from a4cf03560435c02da9184079227c5b64b19420fd (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 3ce8665d6870c19f364f040d34fb3da7513f4700
Merge: a4cf035 eecbaa5
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Nov 11 17:45:53 2013 -0800
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 37 +++++++-
libraries/liblmdb/mdb.c | 217 ++++++++++++++++++++++++++------------------
libraries/liblmdb/mtest.c | 2 +-
libraries/liblmdb/mtest2.c | 2 +-
4 files changed, 165 insertions(+), 93 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, OPENLDAP_REL_ENG_2_5 has been updated
via 95ea544e98c0ede188e62fddebefd0c755cd3b20 (commit)
via eecbaa594290a42af1ab594786663511ab757e92 (commit)
via 509a1977284a8d8c3affea9fc1afb9fa70ddb533 (commit)
via 92f71f50f9f2a9e93c7d757538688376a6f6debb (commit)
via fc87d405f1636d2241306584189f6b1266bbb833 (commit)
via 9d6e4a916367e85ffdf37b1cb7b5cdb7ac0e15b5 (commit)
via 25d370cb2e13a6959e78fa20da750bfc1643d837 (commit)
via 550bbe3788fafdf0fddcb2130173c1349fbc477f (commit)
via 4a1717708cf1127c3d5d9f4101af69d67d8296d7 (commit)
from 0c25e37ec44bbfe836e692a9e89c01203810a10f (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 95ea544e98c0ede188e62fddebefd0c755cd3b20
Merge: 0c25e37 eecbaa5
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Nov 11 17:45:45 2013 -0800
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 37 +++++++-
libraries/liblmdb/mdb.c | 217 ++++++++++++++++++++++++++------------------
libraries/liblmdb/mtest.c | 2 +-
libraries/liblmdb/mtest2.c | 2 +-
4 files changed, 165 insertions(+), 93 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git