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 accd19edbccfc6442a770dfcbbb45f23e3482fd3 (commit)
via 7e9a6134fde1e65648aa18c935c1af7554fd5b97 (commit)
via a0993354a603a970889ad5c160c289ecca316f81 (commit)
via 0ea56294f179d7e93e06a575af73837eb0a8607c (commit)
via 1a9775dc5a0a494659b2669f0732cd09b152571d (commit)
via 248fd1c7b86c21f1f02f5bdd8b3018882159be63 (commit)
from 6934696c23a2eef4cf6b08a7f1b0fedc336b956d (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 accd19edbccfc6442a770dfcbbb45f23e3482fd3
Merge: 6934696 7e9a613
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jul 18 14:19:19 2012 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 250 +++++++++++++++++++++++-----------------------
libraries/libmdb/mfree.c | 4 +-
2 files changed, 126 insertions(+), 128 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 7e9a6134fde1e65648aa18c935c1af7554fd5b97 (commit)
from a0993354a603a970889ad5c160c289ecca316f81 (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 7e9a6134fde1e65648aa18c935c1af7554fd5b97
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Jul 17 04:02:48 2012 -0700
Make sure cursor's DB is init'd if STALE.
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 34 ++++++++++++++++++++++------------
1 files changed, 22 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 a0993354a603a970889ad5c160c289ecca316f81 (commit)
from 0ea56294f179d7e93e06a575af73837eb0a8607c (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 a0993354a603a970889ad5c160c289ecca316f81
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Jul 12 17:04:05 2012 -0700
Don't use env-private copy of DB root nodes.
Just lookup the DB roots as needed. When many DBs are in use,
most of the copies won't be referenced in a given txn, and
there's a bad race condition in the copy routine.
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 137 +++++++++--------------------------------------
1 files changed, 27 insertions(+), 110 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 0ea56294f179d7e93e06a575af73837eb0a8607c (commit)
via 1a9775dc5a0a494659b2669f0732cd09b152571d (commit)
via 248fd1c7b86c21f1f02f5bdd8b3018882159be63 (commit)
from e562f53e10b07ed439d3dae934198d3e9cdb9834 (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 0ea56294f179d7e93e06a575af73837eb0a8607c
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Jul 13 11:57:11 2012 -0700
Fix darwin sem_open() names
Must begin with '/'
commit 1a9775dc5a0a494659b2669f0732cd09b152571d
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Jul 13 11:56:29 2012 -0700
Fix ID -> MDB_ID due to 20baad4a207db5d0e84fc3a7409f216aefa59385
commit 248fd1c7b86c21f1f02f5bdd8b3018882159be63
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Jul 12 16:50:27 2012 -0700
Windows thread callback support
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 81 +++++++++++++++++++++++++++++++++++++++++++---
libraries/libmdb/mfree.c | 4 +-
2 files changed, 78 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, master has been updated
via 6934696c23a2eef4cf6b08a7f1b0fedc336b956d (commit)
from 43d47c46a7987e8ae0f582062786f1a6ec8abc10 (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 6934696c23a2eef4cf6b08a7f1b0fedc336b956d
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jul 12 02:36:12 2012 -0700
ITS#7323 plug leak in online indexer
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/config.c | 1 +
1 files changed, 1 insertions(+), 0 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 43d47c46a7987e8ae0f582062786f1a6ec8abc10 (commit)
from 113538806ffcdd83da45ad39d0ab54d515ffb1ae (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 43d47c46a7987e8ae0f582062786f1a6ec8abc10
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jul 11 16:53:33 2012 -0700
ITS#6262 fix gettime() regression
Add a mutex in ldap_pvt_gettime(), delete the mutex comment
since it's no longer relevant (and was ignored anyway). This
could only ever affect multi-processor machines.
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/util-int.c | 8 +++++++-
1 files changed, 7 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, master has been updated
via 113538806ffcdd83da45ad39d0ab54d515ffb1ae (commit)
via e562f53e10b07ed439d3dae934198d3e9cdb9834 (commit)
via 179c44e7da554049ded2c3733cfc83d440945496 (commit)
from c6b5abbfd20567116846ebc38f0005c429284c98 (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 113538806ffcdd83da45ad39d0ab54d515ffb1ae
Merge: c6b5abb e562f53
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jul 9 08:44:12 2012 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 30 +++++++-----------------------
1 files changed, 7 insertions(+), 23 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 e562f53e10b07ed439d3dae934198d3e9cdb9834 (commit)
via 179c44e7da554049ded2c3733cfc83d440945496 (commit)
from 433105f09b33b28065a06185f628b4b38e0c4c22 (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 e562f53e10b07ed439d3dae934198d3e9cdb9834
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Jul 8 18:24:11 2012 -0700
Drop me_toggle, unused
commit 179c44e7da554049ded2c3733cfc83d440945496
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Jul 8 18:18:12 2012 -0700
Revert "libmdb: Do not use the MDB_txbody.mtb_txnid field."
This reverts commit 4a0b30499caab8628efcedb8be5643fead7cd17e.
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 30 +++++++-----------------------
1 files changed, 7 insertions(+), 23 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 c6b5abbfd20567116846ebc38f0005c429284c98 (commit)
via 433105f09b33b28065a06185f628b4b38e0c4c22 (commit)
via df7ddb6bf44a6ceec7f3974293fdc0669b68251f (commit)
via 38560c2517d53bd43b530361ec7682657583aded (commit)
via b802bcf7040110e1f0768d9d9ffa88dabd4bd5e7 (commit)
from 5ff873d575ea5050c0d9f24c8181222a5dfbcfb7 (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 c6b5abbfd20567116846ebc38f0005c429284c98
Merge: 5ff873d 433105f
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jul 6 18:03:06 2012 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 17 +++++++++++------
libraries/libmdb/mdb.h | 12 ++++++++++--
2 files changed, 21 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 433105f09b33b28065a06185f628b4b38e0c4c22 (commit)
from df7ddb6bf44a6ceec7f3974293fdc0669b68251f (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 433105f09b33b28065a06185f628b4b38e0c4c22
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Jul 6 17:38:03 2012 -0700
Fix: avoid direct reference to meta pages
Relevant info should be copied during txn_begin only.
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git