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 7f038d0f15bec57b4c07aa3f31cd5564c88a1897 (commit)
from 2825ad64c2ee0dbba56b379d227c400be772d88c (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 7f038d0f15bec57b4c07aa3f31cd5564c88a1897
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Jul 9 12:05:37 2014 -0700
Zero-init copy2 writebuf
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 1 +
1 file changed, 1 insertion(+)
---
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 b9abbdf623f4d00a7d5d208107769d220e05bda8 (commit)
from 01f698bce979660270207ce052f3bdbbd79365a5 (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 b9abbdf623f4d00a7d5d208107769d220e05bda8
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jul 9 11:21:41 2014 -0700
Add missing mdb_strerror calls to debug msgs
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/init.c | 8 ++++----
1 file changed, 4 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 2825ad64c2ee0dbba56b379d227c400be772d88c (commit)
via b3dedde6128041a1c30798555ed94f71bcb803ae (commit)
via 02285aca58f5629547263ba09e7dd685dcf6b4b5 (commit)
from bda6a60ad4ea32eeae6470bd2bcb7ac5e90931b7 (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 2825ad64c2ee0dbba56b379d227c400be772d88c
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Wed Jul 9 20:18:08 2014 +0200
MDB_MAXKEYSIZE = 0 (dynamic value) when MDB_DEVEL
commit b3dedde6128041a1c30798555ed94f71bcb803ae
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Wed Jul 9 20:17:13 2014 +0200
MDB_DEVEL doxygen fix
commit 02285aca58f5629547263ba09e7dd685dcf6b4b5
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Wed Jul 9 20:16:33 2014 +0200
ITS#7789 Fix resize vs MDB_NOMETASYNC, and a comment.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 2 +-
libraries/liblmdb/mdb.c | 13 ++++++++-----
2 files changed, 9 insertions(+), 6 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 bda6a60ad4ea32eeae6470bd2bcb7ac5e90931b7 (commit)
from f3573a73831ee05d7d36dd4a5d89df5cbe2e4828 (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 bda6a60ad4ea32eeae6470bd2bcb7ac5e90931b7
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Jul 9 10:22:25 2014 -0700
Windows fixes
Always set the filesize when opening for writes. Otherwise
can't use backups from mdb_copy.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 17 +++++++++--------
1 file 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 f3573a73831ee05d7d36dd4a5d89df5cbe2e4828 (commit)
via c4d0f90fce067aa02c91b975810bcd4391451430 (commit)
from 38e71c68de2ad61fb0fd72fd40214fd9a94479b9 (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 f3573a73831ee05d7d36dd4a5d89df5cbe2e4828
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Jul 9 09:31:49 2014 -0700
Windows compat
We mainly use Win32 functions, so cannot just use C-runtime strerror
to return error messages. We have to use Win32-specific messages.
Unfortunately, we document the API to return C-runtime error codes,
so we can't just switch to all Win32 error codes.
commit c4d0f90fce067aa02c91b975810bcd4391451430
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Jul 9 09:16:03 2014 -0700
Fix loading of printable dump
Off-by-one in end check, would complain on valid input.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 35 ++++++++++++++++++++++++++++++++++-
libraries/liblmdb/mdb_load.c | 2 +-
2 files changed, 35 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 38e71c68de2ad61fb0fd72fd40214fd9a94479b9 (commit)
from a5e4eecb1e59e9645113bb4c63d06a23a2c4bdf9 (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 38e71c68de2ad61fb0fd72fd40214fd9a94479b9
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Jul 9 06:54:32 2014 -0700
ITS#7789 more
persist size changes from env_open() as well. This was the
original behavior.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 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 a5e4eecb1e59e9645113bb4c63d06a23a2c4bdf9 (commit)
from d5371347e8a4ee5d5861958532007e7467c87a59 (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 a5e4eecb1e59e9645113bb4c63d06a23a2c4bdf9
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Jul 9 06:17:54 2014 -0700
Revert "ITS#7789 update RESIZED errmsg text"
This reverts commit d8e18551c3f03d5205f4dc8d1711e494d3814b17.
And partially reverts mapsize check. Only mapsize increases are relevant.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 6 +++---
1 file changed, 3 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 d5371347e8a4ee5d5861958532007e7467c87a59 (commit)
from e0273020bd1a14956fee04094d8380f8b30a13e5 (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 d5371347e8a4ee5d5861958532007e7467c87a59
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Jul 9 05:13:10 2014 -0700
ITS#7825 more
Set read txn's dbiseqs to env's. Set child txn's dbiseqs to parent's.
Simplify DBI_CHANGED test, no need to check md_name. No-op dbi_close
of already closed handle.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 66 ++++++++++++++++++++++++++++++-----------------
1 file changed, 42 insertions(+), 24 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 e0273020bd1a14956fee04094d8380f8b30a13e5 (commit)
from 276aa559698ff3eca42bc855237296c29efad4fd (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 e0273020bd1a14956fee04094d8380f8b30a13e5
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Jul 8 21:40:11 2014 -0700
Updates #7789, #7825
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 2 ++
1 file changed, 2 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 276aa559698ff3eca42bc855237296c29efad4fd (commit)
from 04851e442f8939c38175b9742af5d62a19e1ee30 (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 276aa559698ff3eca42bc855237296c29efad4fd
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Jul 8 21:31:48 2014 -0700
ITS#7825 more
only update dbiseq in dbi_open on write txns
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
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 04851e442f8939c38175b9742af5d62a19e1ee30 (commit)
from 0401f2deed75a83d2de790b8a1313e1792e5a04f (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 04851e442f8939c38175b9742af5d62a19e1ee30
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Jul 8 21:22:07 2014 -0700
ITS#7825 tweak prev commit
dbiseqs are only checked in write txns so omit from read txns
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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 0401f2deed75a83d2de790b8a1313e1792e5a04f (commit)
via d8e18551c3f03d5205f4dc8d1711e494d3814b17 (commit)
from 5926e54bba7c976e0837221efb20cbff384207b8 (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 0401f2deed75a83d2de790b8a1313e1792e5a04f
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Jul 8 21:02:40 2014 -0700
ITS#7825 add MDB_BAD_DBI error code
Use DBI sequence numbers to detect DBIs being closed while in use.
commit d8e18551c3f03d5205f4dc8d1711e494d3814b17
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Jul 8 20:05:31 2014 -0700
ITS#7789 update RESIZED errmsg text
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 5 ++++-
libraries/liblmdb/mdb.c | 36 +++++++++++++++++++++++++++++++-----
2 files changed, 35 insertions(+), 6 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 5926e54bba7c976e0837221efb20cbff384207b8 (commit)
from 604256ceffa2c3401ea6c15e756b3f0155f2c742 (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 5926e54bba7c976e0837221efb20cbff384207b8
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Jul 8 19:06:45 2014 -0700
ITS#7789 persist mapsize changes
Write decreases too, not just increases. Check for any size change
that was not requested by this process.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 5 ++++-
libraries/liblmdb/mdb.c | 48 ++++++++++++++++++++++++++++++++--------------
2 files changed, 38 insertions(+), 15 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 01f698bce979660270207ce052f3bdbbd79365a5 (commit)
via d3a5ab824dbb82991e4c9371d8a4f817b739ac46 (commit)
via 07c563b8a5a9829d467753df767776fbe0ffbf81 (commit)
via fde1f80aa8dca08180f2a03ffeec6d9a9ffa1ec4 (commit)
via 304c0cbbffd0087b9a7bfc06ba810fd089b810bc (commit)
via 7810dccdff28638d7e3175f4cc8b4e3e0430302c (commit)
via cede821cef5a663a18558f0df7b86279afcd2250 (commit)
via f05602927d88c05836ba3315d305a141978978e1 (commit)
via c048b7cad6f0bae8aa0a0009335f56a3d993547c (commit)
via 90d757406684519d05ad8c2d573f536f4baff186 (commit)
via 17e223b89659772edffa521da36a844fc96ed650 (commit)
via 5ee5251fa475631decd2dd919f5ff96d9d1276c1 (commit)
via 1c2b5e3c0c8445a80d20905fef37c769801c65fb (commit)
from bfd8b3a42aa44d317acd686e786ed4be681b2337 (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 01f698bce979660270207ce052f3bdbbd79365a5
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Mon Apr 23 16:58:20 2012 +0200
ITS#7256 A few issues discovered during testing slapmodify.
- bdb deallocates cursor after some tool operations but expects it to be
around every time it is called
- mdb tries to allocate a second transaction while it already holds one,
deadlocking
- op->o_hdr must exist for most uses of op, but o_tmpmfuncs need not
- what about indexing after a tool modify? Does it happen automatically?
commit d3a5ab824dbb82991e4c9371d8a4f817b739ac46
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Mon Apr 23 16:31:21 2012 +0200
ITS#7256 Consolidate cleanup code at one location.
commit 07c563b8a5a9829d467753df767776fbe0ffbf81
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Mon Apr 23 16:24:07 2012 +0200
ITS#7256 Rework entry retrieval and cleanup.
When doing deletes, lastmod has no entry to work on.
commit fde1f80aa8dca08180f2a03ffeec6d9a9ffa1ec4
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Mon Apr 23 15:28:41 2012 +0200
ITS#7256 Add some necessary checks.
commit 304c0cbbffd0087b9a7bfc06ba810fd089b810bc
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Mon Apr 23 10:33:51 2012 +0200
ITS#7256 Set backend for operation.
slap_tool_entry_check does it but it is not called every time.
commit 7810dccdff28638d7e3175f4cc8b4e3e0430302c
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Thu Apr 19 16:05:35 2012 +0200
ITS#7256 Let slapmodify ignore unknown operations
ldapmodify already does the same.
commit cede821cef5a663a18558f0df7b86279afcd2250
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Thu Apr 19 15:58:27 2012 +0200
ITS#7256 Allow deletes with slapmodify
commit f05602927d88c05836ba3315d305a141978978e1
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Thu Apr 19 15:53:49 2012 +0200
ITS#7256 mplement bi_tool_entry_delete for back-ldif
commit c048b7cad6f0bae8aa0a0009335f56a3d993547c
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Thu Apr 19 15:52:49 2012 +0200
ITS#7256 Introduce bi_tool_entry_delete
commit 90d757406684519d05ad8c2d573f536f4baff186
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Thu Apr 19 15:50:25 2012 +0200
ITS#7256 Temporarily disable slapmodify checks
commit 17e223b89659772edffa521da36a844fc96ed650
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Thu Apr 19 15:30:42 2012 +0200
ITS#7212 rudimentary slapmodify support for back-config
commit 5ee5251fa475631decd2dd919f5ff96d9d1276c1
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Thu Apr 19 15:29:57 2012 +0200
ITS#7212 slapmodify support for back-ldif
commit 1c2b5e3c0c8445a80d20905fef37c769801c65fb
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Thu Apr 19 15:46:49 2012 +0200
ITS#7256 Introduce slapmodify test
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-bdb/tools.c | 18 +
servers/slapd/back-ldif/ldif.c | 129 +++++++-
servers/slapd/back-mdb/id2entry.c | 2 +-
servers/slapd/bconfig.c | 30 ++
servers/slapd/slap.h | 4 +
servers/slapd/slapmodify.c | 346 ++++++++++----------
tests/data/test-modify.ldif | 110 +++++++
tests/scripts/defines.sh | 2 +
tests/scripts/test004-modify | 114 +------
.../its6794/its6794 => scripts/test007-slapmodify} | 36 +-
10 files changed, 488 insertions(+), 303 deletions(-)
create mode 100644 tests/data/test-modify.ldif
copy tests/{data/regressions/its6794/its6794 => scripts/test007-slapmodify} (67%)
---
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 604256ceffa2c3401ea6c15e756b3f0155f2c742 (commit)
via 2f04728471384e8c1ea06d850590002d45deb3ad (commit)
from e1a676eb18448d0ea396c9bbe8908d25b38ddb6d (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 604256ceffa2c3401ea6c15e756b3f0155f2c742
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Jul 8 16:27:26 2014 -0700
Update LMDB version date/info
commit 2f04728471384e8c1ea06d850590002d45deb3ad
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Jul 8 16:27:03 2014 -0700
ITS#7892 Fix MacOSX section name
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 12 ++++++++++++
libraries/liblmdb/lmdb.h | 2 +-
libraries/liblmdb/mdb.c | 6 +++++-
3 files changed, 18 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, OPENLDAP_REL_ENG_2_4 has been updated
via 15ff195b218b345592c561f92c9406bf96e56d6a (commit)
via e1a676eb18448d0ea396c9bbe8908d25b38ddb6d (commit)
via 6ed295b2569c916f9ab1a93c76b6081ad2910794 (commit)
via b3e8c71dc7d629f6311801774d275712bf72631f (commit)
via 68e6faad5c32293a5fdb1b7b7e99734f1cc1d1d1 (commit)
via 534dcc721287cfe1051191a5cd7d3df6cf1dc409 (commit)
via 1ac5147fc175907f0c657ce8416c70242eb91fd5 (commit)
via 61f7ec9bfa772f458d0ef8c25a298d7f4b42d8b3 (commit)
via 7d996d7f3d4c14086637c3fd929366c93af7c21e (commit)
via 3e98addbe294c69b94545141f466836bf92693ee (commit)
via 059b357d1addb52bbbbe4fd257ccfd906c3e6445 (commit)
via 03f0ecb0018487626bfa31d7b870b7b38517a88a (commit)
via 6043103c1311e278b255f5881393cea4704af225 (commit)
via 64191264b8e8582a9d70239c3ad5dd36464ca7b4 (commit)
via 8836b78e945d6cabb0e21c04f89a40bd0478359f (commit)
via af3c3407585fe9a75e750434135645512f58d846 (commit)
via 342cd72f2574a050469a8f37b0bf54786ad9c954 (commit)
via 4009c9ae65144e3da5879477ba8696908593c26a (commit)
via 4d65cf13265e6936ffca9047dbd2e323b1ace7c5 (commit)
via c5be1292ac21fed2242ad98f3ae5b491d8b8cdea (commit)
via ee599c525052948b623e8980db67c7032feedb4e (commit)
via b09e46904c1c059bd5086243e3915b6be510e57d (commit)
via 91d8ad1d3c3364a667ed91cb8551327ea14ea8e0 (commit)
via c73f0877500c01d978a4e8b1d50bd64011f70984 (commit)
via 277526d0f00489637798f84b5cf4e8d65a1690ca (commit)
from d800cd71fe67bb5ee9e10867db2442da30f0d9d7 (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 15ff195b218b345592c561f92c9406bf96e56d6a
Merge: d800cd7 e1a676e
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jul 8 17:22:36 2014 -0500
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/.gitignore | 3 +
libraries/liblmdb/Makefile | 21 +-
libraries/liblmdb/lmdb.h | 52 +++
libraries/liblmdb/mdb.c | 975 +++++++++++++++++++++++++++++++-----------
libraries/liblmdb/mdb_copy.1 | 7 +
libraries/liblmdb/mdb_copy.c | 9 +-
libraries/liblmdb/mdb_dump.c | 45 +-
libraries/liblmdb/mdb_load.c | 110 +++--
libraries/liblmdb/mdb_stat.c | 16 +-
9 files changed, 936 insertions(+), 302 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 f1f8078973c1c9f2af85abfe72e1ad23f41c81d8 (commit)
via e1a676eb18448d0ea396c9bbe8908d25b38ddb6d (commit)
via 6ed295b2569c916f9ab1a93c76b6081ad2910794 (commit)
via b3e8c71dc7d629f6311801774d275712bf72631f (commit)
via 68e6faad5c32293a5fdb1b7b7e99734f1cc1d1d1 (commit)
via 534dcc721287cfe1051191a5cd7d3df6cf1dc409 (commit)
via 1ac5147fc175907f0c657ce8416c70242eb91fd5 (commit)
via 61f7ec9bfa772f458d0ef8c25a298d7f4b42d8b3 (commit)
via 7d996d7f3d4c14086637c3fd929366c93af7c21e (commit)
via 3e98addbe294c69b94545141f466836bf92693ee (commit)
via 059b357d1addb52bbbbe4fd257ccfd906c3e6445 (commit)
via 03f0ecb0018487626bfa31d7b870b7b38517a88a (commit)
via 6043103c1311e278b255f5881393cea4704af225 (commit)
via 64191264b8e8582a9d70239c3ad5dd36464ca7b4 (commit)
via 8836b78e945d6cabb0e21c04f89a40bd0478359f (commit)
via af3c3407585fe9a75e750434135645512f58d846 (commit)
via 342cd72f2574a050469a8f37b0bf54786ad9c954 (commit)
via 4009c9ae65144e3da5879477ba8696908593c26a (commit)
via 4d65cf13265e6936ffca9047dbd2e323b1ace7c5 (commit)
via c5be1292ac21fed2242ad98f3ae5b491d8b8cdea (commit)
via ee599c525052948b623e8980db67c7032feedb4e (commit)
via b09e46904c1c059bd5086243e3915b6be510e57d (commit)
via 91d8ad1d3c3364a667ed91cb8551327ea14ea8e0 (commit)
via c73f0877500c01d978a4e8b1d50bd64011f70984 (commit)
via 277526d0f00489637798f84b5cf4e8d65a1690ca (commit)
from a2d11eeffb9593a5cdb54729f8d3cbf2db979d92 (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 f1f8078973c1c9f2af85abfe72e1ad23f41c81d8
Merge: a2d11ee e1a676e
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jul 8 17:22:20 2014 -0500
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/.gitignore | 3 +
libraries/liblmdb/Makefile | 21 +-
libraries/liblmdb/lmdb.h | 52 +++
libraries/liblmdb/mdb.c | 975 +++++++++++++++++++++++++++++++-----------
libraries/liblmdb/mdb_copy.1 | 7 +
libraries/liblmdb/mdb_copy.c | 9 +-
libraries/liblmdb/mdb_dump.c | 45 +-
libraries/liblmdb/mdb_load.c | 110 +++--
libraries/liblmdb/mdb_stat.c | 16 +-
9 files changed, 936 insertions(+), 302 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 bfd8b3a42aa44d317acd686e786ed4be681b2337 (commit)
via e1a676eb18448d0ea396c9bbe8908d25b38ddb6d (commit)
via 6ed295b2569c916f9ab1a93c76b6081ad2910794 (commit)
via b3e8c71dc7d629f6311801774d275712bf72631f (commit)
via 68e6faad5c32293a5fdb1b7b7e99734f1cc1d1d1 (commit)
via 534dcc721287cfe1051191a5cd7d3df6cf1dc409 (commit)
via 1ac5147fc175907f0c657ce8416c70242eb91fd5 (commit)
via 61f7ec9bfa772f458d0ef8c25a298d7f4b42d8b3 (commit)
via 7d996d7f3d4c14086637c3fd929366c93af7c21e (commit)
via 3e98addbe294c69b94545141f466836bf92693ee (commit)
via 059b357d1addb52bbbbe4fd257ccfd906c3e6445 (commit)
via 03f0ecb0018487626bfa31d7b870b7b38517a88a (commit)
via 6043103c1311e278b255f5881393cea4704af225 (commit)
via 64191264b8e8582a9d70239c3ad5dd36464ca7b4 (commit)
via 8836b78e945d6cabb0e21c04f89a40bd0478359f (commit)
via af3c3407585fe9a75e750434135645512f58d846 (commit)
via 342cd72f2574a050469a8f37b0bf54786ad9c954 (commit)
via 4009c9ae65144e3da5879477ba8696908593c26a (commit)
via 4d65cf13265e6936ffca9047dbd2e323b1ace7c5 (commit)
via c5be1292ac21fed2242ad98f3ae5b491d8b8cdea (commit)
via ee599c525052948b623e8980db67c7032feedb4e (commit)
via b09e46904c1c059bd5086243e3915b6be510e57d (commit)
via 91d8ad1d3c3364a667ed91cb8551327ea14ea8e0 (commit)
via c73f0877500c01d978a4e8b1d50bd64011f70984 (commit)
via 277526d0f00489637798f84b5cf4e8d65a1690ca (commit)
from bb8b4b2c8f3cebda388186b0de42373478e4b7db (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 bfd8b3a42aa44d317acd686e786ed4be681b2337
Merge: bb8b4b2 e1a676e
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jul 8 17:21:10 2014 -0500
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/.gitignore | 3 +
libraries/liblmdb/Makefile | 21 +-
libraries/liblmdb/lmdb.h | 52 +++
libraries/liblmdb/mdb.c | 975 +++++++++++++++++++++++++++++++-----------
libraries/liblmdb/mdb_copy.1 | 7 +
libraries/liblmdb/mdb_copy.c | 9 +-
libraries/liblmdb/mdb_dump.c | 45 +-
libraries/liblmdb/mdb_load.c | 110 +++--
libraries/liblmdb/mdb_stat.c | 16 +-
9 files changed, 936 insertions(+), 302 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 e1a676eb18448d0ea396c9bbe8908d25b38ddb6d (commit)
from 6ed295b2569c916f9ab1a93c76b6081ad2910794 (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 e1a676eb18448d0ea396c9bbe8908d25b38ddb6d
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jul 8 15:01:18 2014 -0700
ITS#7713 cleanups
'#ifdef MDB_DEVEL' -> '#if MDB_DEVEL'
Fix comments, use actual PAGEBASE macro as originally intended.
Actually enable 64K pages. Set MDB_DATA_VERSION for testing only.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 71 ++++++++++++++++++++++++-----------------------
1 file changed, 37 insertions(+), 34 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 6ed295b2569c916f9ab1a93c76b6081ad2910794 (commit)
from b3e8c71dc7d629f6311801774d275712bf72631f (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 6ed295b2569c916f9ab1a93c76b6081ad2910794
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jul 8 11:52:53 2014 -0700
Fixes for loose pages
mdb_txn_commit(child): Give loose pages to parent.
Use a pointer beyond the page header instead of mp_next, so
we will not need to save/restore mp_pgno. This avoids a crash
caused by references to mp_pgno.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 32 ++++++++++++++++++--------------
1 file changed, 18 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, mdb.master has been updated
via b3e8c71dc7d629f6311801774d275712bf72631f (commit)
from 68e6faad5c32293a5fdb1b7b7e99734f1cc1d1d1 (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 b3e8c71dc7d629f6311801774d275712bf72631f
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Jul 8 11:54:24 2014 -0700
Re-fix cursor EOF
Fix in 534dcc721287cfe1051191a5cd7d3df6cf1dc409 was in wrong place
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 9 ++++++---
1 file changed, 6 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 68e6faad5c32293a5fdb1b7b7e99734f1cc1d1d1 (commit)
from 534dcc721287cfe1051191a5cd7d3df6cf1dc409 (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 68e6faad5c32293a5fdb1b7b7e99734f1cc1d1d1
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Jul 7 09:12:22 2014 -0700
ITS#7713 handle 65536 byte page size
Fix mp_lower/mp_upper to exclude PAGEHDRSZ, which means our
max mp_upper is now pagesize - PAGEHDRSZ and won't overflow.
Currently must define MDB_DEVEL to use. Will be default for
LMDB 1.0/OpenLDAP 2.5
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 53 +++++++++++++++++++++++++++--------------------
1 file changed, 31 insertions(+), 22 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 534dcc721287cfe1051191a5cd7d3df6cf1dc409 (commit)
from 1ac5147fc175907f0c657ce8416c70242eb91fd5 (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 534dcc721287cfe1051191a5cd7d3df6cf1dc409
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Jul 7 17:13:51 2014 -0700
Set xcursor EOF after deleting last entry
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 1 +
1 file changed, 1 insertion(+)
---
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 1ac5147fc175907f0c657ce8416c70242eb91fd5 (commit)
from 61f7ec9bfa772f458d0ef8c25a298d7f4b42d8b3 (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 1ac5147fc175907f0c657ce8416c70242eb91fd5
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Jul 6 17:47:25 2014 -0700
Compacting copy doesn't need to snapshot metas
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 21 ++-------------------
1 file changed, 2 insertions(+), 19 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 61f7ec9bfa772f458d0ef8c25a298d7f4b42d8b3 (commit)
from 7d996d7f3d4c14086637c3fd929366c93af7c21e (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 61f7ec9bfa772f458d0ef8c25a298d7f4b42d8b3
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Jul 6 07:49:38 2014 -0700
Windows fixes
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git