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 a5765f1785653cabe18419e710c5b2bf7723b892 (commit)
from a119c19cf7c3c1360801751c92030b38e5ccc404 (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 a5765f1785653cabe18419e710c5b2bf7723b892
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Nov 30 14:42:29 2012 -0800
ITS#7455
liblmdb
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 29 +++++++++++++++--------------
1 files changed, 15 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, master has been updated
via aa1ae03caf2f924b46afad8fcc31cfc1e9fed158 (commit)
from ef3b4213ff3fb8dafe3477fc9006ca13b9f7d168 (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 aa1ae03caf2f924b46afad8fcc31cfc1e9fed158
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Nov 30 12:59:18 2012 -0800
Rename libmdb to liblmdb
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/Makefile.in | 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, master has been updated
via ef3b4213ff3fb8dafe3477fc9006ca13b9f7d168 (commit)
via d3f51fdcf7e952422dc39b356ae197e29de8db73 (commit)
from 1509d75363bee970579392dbd763b00bcb99d41b (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 ef3b4213ff3fb8dafe3477fc9006ca13b9f7d168
Merge: 1509d75 d3f51fd
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Nov 30 12:56:58 2012 -0800
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
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 d3f51fdcf7e952422dc39b356ae197e29de8db73 (commit)
from 98fe3390891c7577e5f2664a091088786da78ffb (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 d3f51fdcf7e952422dc39b356ae197e29de8db73
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Nov 30 12:54:19 2012 -0800
More retries for overflow page scan
-----------------------------------------------------------------------
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 2a94ebced6b349b36bfd7b9e1adc3c0f06e2faea (commit)
from 13f3bcd59c2055d53e4759b0c3356b001eca44b0 (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 2a94ebced6b349b36bfd7b9e1adc3c0f06e2faea
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Nov 30 12:39:53 2012 -0800
Add install target
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/Makefile | 15 ++++++++++++---
1 files changed, 12 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 13f3bcd59c2055d53e4759b0c3356b001eca44b0 (commit)
from f1655071994b80612e463894e17817a4161f2ee4 (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 13f3bcd59c2055d53e4759b0c3356b001eca44b0
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Nov 30 12:30:51 2012 -0800
Rename libmdb to liblmdb, lmdb.h
Avoid naming conflicts with other mdb* packages. Bump version to 0.9.5
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/Makefile | 30 +++++++++++++++---------------
libraries/libmdb/{mdb.h => lmdb.h} | 18 +++++++++---------
libraries/libmdb/mdb.c | 2 +-
libraries/libmdb/mdb_copy.c | 2 +-
libraries/libmdb/mdb_stat.c | 2 +-
libraries/libmdb/mfree.c | 2 +-
libraries/libmdb/mtest.c | 2 +-
libraries/libmdb/mtest2.c | 2 +-
libraries/libmdb/mtest3.c | 2 +-
libraries/libmdb/mtest4.c | 2 +-
libraries/libmdb/mtest5.c | 2 +-
libraries/libmdb/mtest6.c | 2 +-
12 files changed, 34 insertions(+), 34 deletions(-)
rename libraries/libmdb/{mdb.h => lmdb.h} (99%)
---
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 f1655071994b80612e463894e17817a4161f2ee4 (commit)
via 185136397dd20c64148e090a24c620430d420287 (commit)
via 049b145ec77f0cde208a2b63baf8adb2090ce9ce (commit)
from 97ed96206d10c29c5612ef38db9c37de23005871 (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 f1655071994b80612e463894e17817a4161f2ee4
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Nov 28 17:13:26 2012 -0800
ITS#7455 use freelist for overflow pages
commit 185136397dd20c64148e090a24c620430d420287
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Nov 28 15:34:44 2012 -0800
Drop unneeded #include <time.h>
commit 049b145ec77f0cde208a2b63baf8adb2090ce9ce
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Nov 28 15:34:19 2012 -0800
Doc layout tweaks
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 141 ++++++++++++++++++++++++++++++++++---------
libraries/libmdb/mdb.h | 8 ++-
libraries/libmdb/mdb_copy.c | 1 -
3 files changed, 119 insertions(+), 31 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git