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 d800cd71fe67bb5ee9e10867db2442da30f0d9d7 (commit)
via a3e5539505ce6397b052078deff5ed816fe2ad16 (commit)
via 7fe85f5c8291f531f93c28b98865367aeca75484 (commit)
via 9a4ef8406eac173875e67131421a684c34bf92f3 (commit)
via ca47c2af1f4d90e1a0ec7e4c6ce4937262c18c74 (commit)
via 225bcae3e7bf944d0740609dd331e08900ae4161 (commit)
via aa89ca31b3a95f266cd2b354037466a2d950bc1f (commit)
via d9423e13f85bac7c33083a4b872c022d18a41232 (commit)
via cf331ccb3dc482769d6ac8d75cc66249b0086d29 (commit)
via 7cab7b95e240446dd11c7e0951af8b2c3409765b (commit)
via eebbd22c2ff9d6088e307c960be56baf35e1ab0d (commit)
via 79e8462d748543f7dc36a3ff3fa8263c62b34c3f (commit)
via 0d013609fe754dd065faf77297d8d5b1c93bb672 (commit)
via c05f45b7dd83ab582c99a720fd44d6a6ba8ddf32 (commit)
via 1a72b19e26d226eaec26a7f9cd231337f20bf4da (commit)
via 21b51cb746aa455e3c6398f35b56b9117e657d64 (commit)
via 3e83b5b27bcd76a5ae086573516f9b76bdc6e2da (commit)
from 6fafcf8caf312dc544b2f565ec289f348d7a9781 (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 d800cd71fe67bb5ee9e10867db2442da30f0d9d7
Merge: 6fafcf8 a3e5539
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jun 24 13:46:30 2014 -0500
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/.gitignore | 1 +
libraries/liblmdb/Doxyfile | 4 +-
libraries/liblmdb/Makefile | 6 +-
libraries/liblmdb/lmdb.h | 64 ++++---
libraries/liblmdb/mdb.c | 218 +++++++++++++++++------
libraries/liblmdb/mdb_copy.1 | 10 +-
libraries/liblmdb/mdb_copy.c | 7 +-
libraries/liblmdb/mdb_dump.1 | 75 ++++++++
libraries/liblmdb/mdb_dump.c | 276 +++++++++++++++++++++++++++++
libraries/liblmdb/mdb_load.1 | 77 ++++++++
libraries/liblmdb/mdb_load.c | 396 ++++++++++++++++++++++++++++++++++++++++++
libraries/liblmdb/mdb_stat.1 | 9 +-
libraries/liblmdb/mdb_stat.c | 9 +-
libraries/liblmdb/midl.c | 2 +-
libraries/liblmdb/midl.h | 4 +-
libraries/liblmdb/mtest.c | 11 +-
libraries/liblmdb/mtest2.c | 11 +-
libraries/liblmdb/mtest3.c | 11 +-
libraries/liblmdb/mtest4.c | 5 +-
libraries/liblmdb/mtest5.c | 11 +-
libraries/liblmdb/mtest6.c | 7 +-
libraries/liblmdb/tooltag | 22 +++
22 files changed, 1113 insertions(+), 123 deletions(-)
create mode 100644 libraries/liblmdb/mdb_dump.1
create mode 100644 libraries/liblmdb/mdb_dump.c
create mode 100644 libraries/liblmdb/mdb_load.1
create mode 100644 libraries/liblmdb/mdb_load.c
create mode 100644 libraries/liblmdb/tooltag
---
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 a2d11eeffb9593a5cdb54729f8d3cbf2db979d92 (commit)
via a3e5539505ce6397b052078deff5ed816fe2ad16 (commit)
via 7fe85f5c8291f531f93c28b98865367aeca75484 (commit)
via 9a4ef8406eac173875e67131421a684c34bf92f3 (commit)
via ca47c2af1f4d90e1a0ec7e4c6ce4937262c18c74 (commit)
via 225bcae3e7bf944d0740609dd331e08900ae4161 (commit)
via aa89ca31b3a95f266cd2b354037466a2d950bc1f (commit)
via d9423e13f85bac7c33083a4b872c022d18a41232 (commit)
via cf331ccb3dc482769d6ac8d75cc66249b0086d29 (commit)
via 7cab7b95e240446dd11c7e0951af8b2c3409765b (commit)
via eebbd22c2ff9d6088e307c960be56baf35e1ab0d (commit)
via 79e8462d748543f7dc36a3ff3fa8263c62b34c3f (commit)
via 0d013609fe754dd065faf77297d8d5b1c93bb672 (commit)
via c05f45b7dd83ab582c99a720fd44d6a6ba8ddf32 (commit)
via 1a72b19e26d226eaec26a7f9cd231337f20bf4da (commit)
via 21b51cb746aa455e3c6398f35b56b9117e657d64 (commit)
via 3e83b5b27bcd76a5ae086573516f9b76bdc6e2da (commit)
from 84b9ddbaf2c2d3beda9491519954441366c06a89 (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 a2d11eeffb9593a5cdb54729f8d3cbf2db979d92
Merge: 84b9ddb a3e5539
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jun 24 13:46:18 2014 -0500
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/.gitignore | 1 +
libraries/liblmdb/Doxyfile | 4 +-
libraries/liblmdb/Makefile | 6 +-
libraries/liblmdb/lmdb.h | 64 ++++---
libraries/liblmdb/mdb.c | 218 +++++++++++++++++------
libraries/liblmdb/mdb_copy.1 | 10 +-
libraries/liblmdb/mdb_copy.c | 7 +-
libraries/liblmdb/mdb_dump.1 | 75 ++++++++
libraries/liblmdb/mdb_dump.c | 276 +++++++++++++++++++++++++++++
libraries/liblmdb/mdb_load.1 | 77 ++++++++
libraries/liblmdb/mdb_load.c | 396 ++++++++++++++++++++++++++++++++++++++++++
libraries/liblmdb/mdb_stat.1 | 9 +-
libraries/liblmdb/mdb_stat.c | 9 +-
libraries/liblmdb/midl.c | 2 +-
libraries/liblmdb/midl.h | 4 +-
libraries/liblmdb/mtest.c | 11 +-
libraries/liblmdb/mtest2.c | 11 +-
libraries/liblmdb/mtest3.c | 11 +-
libraries/liblmdb/mtest4.c | 5 +-
libraries/liblmdb/mtest5.c | 11 +-
libraries/liblmdb/mtest6.c | 7 +-
libraries/liblmdb/tooltag | 22 +++
22 files changed, 1113 insertions(+), 123 deletions(-)
create mode 100644 libraries/liblmdb/mdb_dump.1
create mode 100644 libraries/liblmdb/mdb_dump.c
create mode 100644 libraries/liblmdb/mdb_load.1
create mode 100644 libraries/liblmdb/mdb_load.c
create mode 100644 libraries/liblmdb/tooltag
---
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 f6eacdbbc56be65dc1080ae2527b96399c24418d (commit)
via a3e5539505ce6397b052078deff5ed816fe2ad16 (commit)
via 7fe85f5c8291f531f93c28b98865367aeca75484 (commit)
via 9a4ef8406eac173875e67131421a684c34bf92f3 (commit)
via ca47c2af1f4d90e1a0ec7e4c6ce4937262c18c74 (commit)
via 225bcae3e7bf944d0740609dd331e08900ae4161 (commit)
via aa89ca31b3a95f266cd2b354037466a2d950bc1f (commit)
via d9423e13f85bac7c33083a4b872c022d18a41232 (commit)
via cf331ccb3dc482769d6ac8d75cc66249b0086d29 (commit)
via 7cab7b95e240446dd11c7e0951af8b2c3409765b (commit)
via eebbd22c2ff9d6088e307c960be56baf35e1ab0d (commit)
via 79e8462d748543f7dc36a3ff3fa8263c62b34c3f (commit)
via 0d013609fe754dd065faf77297d8d5b1c93bb672 (commit)
via c05f45b7dd83ab582c99a720fd44d6a6ba8ddf32 (commit)
via 1a72b19e26d226eaec26a7f9cd231337f20bf4da (commit)
via 21b51cb746aa455e3c6398f35b56b9117e657d64 (commit)
via 3e83b5b27bcd76a5ae086573516f9b76bdc6e2da (commit)
from 282d215924dbbb275f359939b9182903e9ce7878 (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 f6eacdbbc56be65dc1080ae2527b96399c24418d
Merge: 282d215 a3e5539
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jun 24 13:46:07 2014 -0500
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/.gitignore | 1 +
libraries/liblmdb/Doxyfile | 4 +-
libraries/liblmdb/Makefile | 6 +-
libraries/liblmdb/lmdb.h | 64 ++++---
libraries/liblmdb/mdb.c | 218 +++++++++++++++++------
libraries/liblmdb/mdb_copy.1 | 10 +-
libraries/liblmdb/mdb_copy.c | 7 +-
libraries/liblmdb/mdb_dump.1 | 75 ++++++++
libraries/liblmdb/mdb_dump.c | 276 +++++++++++++++++++++++++++++
libraries/liblmdb/mdb_load.1 | 77 ++++++++
libraries/liblmdb/mdb_load.c | 396 ++++++++++++++++++++++++++++++++++++++++++
libraries/liblmdb/mdb_stat.1 | 9 +-
libraries/liblmdb/mdb_stat.c | 9 +-
libraries/liblmdb/midl.c | 2 +-
libraries/liblmdb/midl.h | 4 +-
libraries/liblmdb/mtest.c | 11 +-
libraries/liblmdb/mtest2.c | 11 +-
libraries/liblmdb/mtest3.c | 11 +-
libraries/liblmdb/mtest4.c | 5 +-
libraries/liblmdb/mtest5.c | 11 +-
libraries/liblmdb/mtest6.c | 7 +-
libraries/liblmdb/tooltag | 22 +++
22 files changed, 1113 insertions(+), 123 deletions(-)
create mode 100644 libraries/liblmdb/mdb_dump.1
create mode 100644 libraries/liblmdb/mdb_dump.c
create mode 100644 libraries/liblmdb/mdb_load.1
create mode 100644 libraries/liblmdb/mdb_load.c
create mode 100644 libraries/liblmdb/tooltag
---
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 a3e5539505ce6397b052078deff5ed816fe2ad16 (commit)
from 7fe85f5c8291f531f93c28b98865367aeca75484 (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 a3e5539505ce6397b052078deff5ed816fe2ad16
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Jun 24 11:43:13 2014 -0700
More for mdb_page_loose
Require that the page is dirty in the current txn,
not a parent txn.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 81 +++++++++++++++++++++++++++++++++--------------
1 file changed, 58 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 7fe85f5c8291f531f93c28b98865367aeca75484 (commit)
from 9a4ef8406eac173875e67131421a684c34bf92f3 (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 7fe85f5c8291f531f93c28b98865367aeca75484
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Jun 24 04:42:44 2014 -0700
More MDB -> LMDB renames
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 18 +++++++++---------
libraries/liblmdb/midl.c | 2 +-
libraries/liblmdb/midl.h | 4 ++--
3 files changed, 12 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 9a4ef8406eac173875e67131421a684c34bf92f3 (commit)
from ca47c2af1f4d90e1a0ec7e4c6ce4937262c18c74 (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 9a4ef8406eac173875e67131421a684c34bf92f3
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Jun 24 04:16:19 2014 -0700
Doc updates
Rename MDB -> LMDB
Integrate tool manpages
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/Doxyfile | 4 +--
libraries/liblmdb/lmdb.h | 58 +++++++++++++++++++++++++-------------------
libraries/liblmdb/tooltag | 22 +++++++++++++++++
3 files changed, 57 insertions(+), 27 deletions(-)
create mode 100644 libraries/liblmdb/tooltag
---
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 282d215924dbbb275f359939b9182903e9ce7878 (commit)
from dda779d83e701c43ef48780653f396329e16c755 (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 282d215924dbbb275f359939b9182903e9ce7878
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jun 23 08:21:36 2014 -0700
Fixup for win64 commit
couldn't avoid ifdefs. Silence warnings.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/config.c | 12 ++++++++++--
1 file changed, 10 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 dda779d83e701c43ef48780653f396329e16c755 (commit)
from fed9370fae35b4aed29a5f8ab619c0b17a9e8cd7 (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 dda779d83e701c43ef48780653f396329e16c755
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Nov 16 17:21:48 2013 -0800
Windows64 32/64 silliness
On Windows64, long is the same size as int. Use size_t when we
need an actual 64 bit unsigned long.
-----------------------------------------------------------------------
Summary of changes:
include/lutil_meter.h | 8 ++++----
libraries/liblutil/meter.c | 4 ++--
servers/slapd/config.c | 8 ++++----
servers/slapd/config.h | 2 +-
servers/slapd/slapadd.c | 4 ++--
5 files changed, 13 insertions(+), 13 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 ca47c2af1f4d90e1a0ec7e4c6ce4937262c18c74 (commit)
via 225bcae3e7bf944d0740609dd331e08900ae4161 (commit)
from aa89ca31b3a95f266cd2b354037466a2d950bc1f (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 ca47c2af1f4d90e1a0ec7e4c6ce4937262c18c74
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Jun 23 07:39:06 2014 -0700
ITS#7879 Windows build compatibility
Just use srand/rand, we don't care about the quality
of the random numbers, we just want some data.
commit 225bcae3e7bf944d0740609dd331e08900ae4161
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Jun 23 07:36:38 2014 -0700
Flesh out mdb_cmp_cint for BigEndians
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/.gitignore | 1 +
libraries/liblmdb/mdb.c | 11 ++++++++++-
libraries/liblmdb/mtest.c | 11 +++++------
libraries/liblmdb/mtest2.c | 11 +++++------
libraries/liblmdb/mtest3.c | 11 +++++------
libraries/liblmdb/mtest4.c | 5 ++---
libraries/liblmdb/mtest5.c | 11 +++++------
libraries/liblmdb/mtest6.c | 7 +++----
8 files changed, 36 insertions(+), 32 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 aa89ca31b3a95f266cd2b354037466a2d950bc1f (commit)
from d9423e13f85bac7c33083a4b872c022d18a41232 (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 aa89ca31b3a95f266cd2b354037466a2d950bc1f
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Jun 22 16:39:14 2014 -0700
More for page_loosen
Don't try this when working on the FreeDB. Again,
too much hassle to unkink the recursions...
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 5 ++++-
1 file changed, 4 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 d9423e13f85bac7c33083a4b872c022d18a41232 (commit)
from cf331ccb3dc482769d6ac8d75cc66249b0086d29 (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 d9423e13f85bac7c33083a4b872c022d18a41232
Author: Howard Chu <hyc(a)symas.com>
Date: Sat Jun 21 15:53:41 2014 -0700
More cleanup for page_merge, page_loosen
Only loosen src page if it's actually dirty.
Refactor page refs in page_merge.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 49 ++++++++++++++++++++++++++++-------------------
1 file changed, 29 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 cf331ccb3dc482769d6ac8d75cc66249b0086d29 (commit)
from 7cab7b95e240446dd11c7e0951af8b2c3409765b (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 cf331ccb3dc482769d6ac8d75cc66249b0086d29
Author: Howard Chu <hyc(a)symas.com>
Date: Sat Jun 21 08:34:45 2014 -0700
Silence ptr arithmetic warnings
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb_load.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 7cab7b95e240446dd11c7e0951af8b2c3409765b (commit)
from eebbd22c2ff9d6088e307c960be56baf35e1ab0d (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 7cab7b95e240446dd11c7e0951af8b2c3409765b
Author: Howard Chu <hyc(a)symas.com>
Date: Sat Jun 21 03:30:34 2014 -0700
Handle loose pages
Pages that were dirtied and deleted in the same txn should be
reused, instead of consuming freeDB pages.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 75 +++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 70 insertions(+), 5 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 eebbd22c2ff9d6088e307c960be56baf35e1ab0d (commit)
from 79e8462d748543f7dc36a3ff3fa8263c62b34c3f (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 eebbd22c2ff9d6088e307c960be56baf35e1ab0d
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Jun 20 23:40:44 2014 -0700
Fix mdb_page_merge
Similar to prev commit for mdb_node_move, the call of
mdb_page_serch_lowest() was leaving csrc unusable.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 15 +++++++--------
1 file changed, 7 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 79e8462d748543f7dc36a3ff3fa8263c62b34c3f (commit)
from 0d013609fe754dd065faf77297d8d5b1c93bb672 (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 79e8462d748543f7dc36a3ff3fa8263c62b34c3f
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Jun 20 17:56:04 2014 -0700
Fix mdb_node_move
Was leaving stale info in dst cursor
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 16 ++++++++--------
1 file changed, 8 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 0d013609fe754dd065faf77297d8d5b1c93bb672 (commit)
from c05f45b7dd83ab582c99a720fd44d6a6ba8ddf32 (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 0d013609fe754dd065faf77297d8d5b1c93bb672
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Jun 20 09:03:41 2014 -0700
Fix lineno count
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb_load.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 c05f45b7dd83ab582c99a720fd44d6a6ba8ddf32 (commit)
from 1a72b19e26d226eaec26a7f9cd231337f20bf4da (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 c05f45b7dd83ab582c99a720fd44d6a6ba8ddf32
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Jun 20 09:00:33 2014 -0700
Fix multiple subDBs
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb_load.c | 6 ++----
1 file changed, 2 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 1a72b19e26d226eaec26a7f9cd231337f20bf4da (commit)
from 21b51cb746aa455e3c6398f35b56b9117e657d64 (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 1a72b19e26d226eaec26a7f9cd231337f20bf4da
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Jun 20 08:56:52 2014 -0700
Fix unhex
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb_load.c | 4 ++--
1 file 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 21b51cb746aa455e3c6398f35b56b9117e657d64 (commit)
from 3e83b5b27bcd76a5ae086573516f9b76bdc6e2da (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 21b51cb746aa455e3c6398f35b56b9117e657d64
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Jun 20 08:49:59 2014 -0700
Add mdb_load
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/Makefile | 5 +-
libraries/liblmdb/mdb_dump.1 | 15 +-
libraries/liblmdb/mdb_load.1 | 77 ++++++++
libraries/liblmdb/mdb_load.c | 397 ++++++++++++++++++++++++++++++++++++++++++
4 files changed, 487 insertions(+), 7 deletions(-)
create mode 100644 libraries/liblmdb/mdb_load.1
create mode 100644 libraries/liblmdb/mdb_load.c
---
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 3e83b5b27bcd76a5ae086573516f9b76bdc6e2da (commit)
from 59d30a49c3ad403235ba30f65e074eddf1c125f0 (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 3e83b5b27bcd76a5ae086573516f9b76bdc6e2da
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Jun 20 05:33:31 2014 -0700
Add mdb_dump, update copyrights
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/Makefile | 5 +-
libraries/liblmdb/lmdb.h | 6 +-
libraries/liblmdb/mdb.c | 2 +-
libraries/liblmdb/mdb_copy.1 | 10 +-
libraries/liblmdb/mdb_copy.c | 7 +-
libraries/liblmdb/mdb_dump.1 | 70 +++++++++++
libraries/liblmdb/mdb_dump.c | 276 ++++++++++++++++++++++++++++++++++++++++++
libraries/liblmdb/mdb_stat.1 | 9 +-
libraries/liblmdb/mdb_stat.c | 9 +-
libraries/liblmdb/midl.c | 2 +-
libraries/liblmdb/midl.h | 2 +-
11 files changed, 382 insertions(+), 16 deletions(-)
create mode 100644 libraries/liblmdb/mdb_dump.1
create mode 100644 libraries/liblmdb/mdb_dump.c
---
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 6fafcf8caf312dc544b2f565ec289f348d7a9781 (commit)
via 59d30a49c3ad403235ba30f65e074eddf1c125f0 (commit)
via 0c041e09779f0775d884304782be921d99fdbef2 (commit)
via b898cb642abc019556104e1977edc8c0518806c6 (commit)
via 01a75c5ab51ad15c02ce6f256b2f272e1cf7881e (commit)
via 39ed8bef0406844fca087d194416748afe8ca27f (commit)
via b4ecbd78d9d153f653eb338ce34d553c4c96fb65 (commit)
via dc7f2530dd0fca5f9030e1d457306674f6cd6966 (commit)
via 2db55c7d999bafe488550af10fa722d47b93d1c5 (commit)
via 52406746bd08639bcbd9fb70c2f56b830655a775 (commit)
from 44b20c617e3b7b3b278bae0388694169efdb0d0e (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 6fafcf8caf312dc544b2f565ec289f348d7a9781
Merge: 44b20c6 59d30a4
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Jun 18 16:27:27 2014 -0500
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 6 +
libraries/liblmdb/lmdb.h | 20 +-
libraries/liblmdb/mdb.c | 24 +-
libraries/libmdb/mdb.c | 3678 ---------------------------------------------
4 files changed, 28 insertions(+), 3700 deletions(-)
delete mode 100644 libraries/libmdb/mdb.c
---
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 84b9ddbaf2c2d3beda9491519954441366c06a89 (commit)
via 59d30a49c3ad403235ba30f65e074eddf1c125f0 (commit)
via 0c041e09779f0775d884304782be921d99fdbef2 (commit)
via b898cb642abc019556104e1977edc8c0518806c6 (commit)
via 01a75c5ab51ad15c02ce6f256b2f272e1cf7881e (commit)
via 39ed8bef0406844fca087d194416748afe8ca27f (commit)
via b4ecbd78d9d153f653eb338ce34d553c4c96fb65 (commit)
via dc7f2530dd0fca5f9030e1d457306674f6cd6966 (commit)
via 2db55c7d999bafe488550af10fa722d47b93d1c5 (commit)
via 52406746bd08639bcbd9fb70c2f56b830655a775 (commit)
from c14a608e7b6de48a51aa8c1de5e991ead0cf0e55 (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 84b9ddbaf2c2d3beda9491519954441366c06a89
Merge: c14a608 59d30a4
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Jun 18 16:27:16 2014 -0500
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 6 +
libraries/liblmdb/lmdb.h | 20 +-
libraries/liblmdb/mdb.c | 24 +-
libraries/libmdb/mdb.c | 3678 ---------------------------------------------
4 files changed, 28 insertions(+), 3700 deletions(-)
delete mode 100644 libraries/libmdb/mdb.c
---
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 fed9370fae35b4aed29a5f8ab619c0b17a9e8cd7 (commit)
via 59d30a49c3ad403235ba30f65e074eddf1c125f0 (commit)
via 0c041e09779f0775d884304782be921d99fdbef2 (commit)
via b898cb642abc019556104e1977edc8c0518806c6 (commit)
via 01a75c5ab51ad15c02ce6f256b2f272e1cf7881e (commit)
via 39ed8bef0406844fca087d194416748afe8ca27f (commit)
via b4ecbd78d9d153f653eb338ce34d553c4c96fb65 (commit)
via dc7f2530dd0fca5f9030e1d457306674f6cd6966 (commit)
via 2db55c7d999bafe488550af10fa722d47b93d1c5 (commit)
via 52406746bd08639bcbd9fb70c2f56b830655a775 (commit)
from 85d467aca6d7e88e51cbebd738edac121b3d854f (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 fed9370fae35b4aed29a5f8ab619c0b17a9e8cd7
Merge: 85d467a 59d30a4
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Jun 18 16:27:06 2014 -0500
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 6 +
libraries/liblmdb/lmdb.h | 20 +-
libraries/liblmdb/mdb.c | 24 +-
libraries/libmdb/mdb.c | 3678 ---------------------------------------------
4 files changed, 28 insertions(+), 3700 deletions(-)
delete mode 100644 libraries/libmdb/mdb.c
---
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 59d30a49c3ad403235ba30f65e074eddf1c125f0 (commit)
from 0c041e09779f0775d884304782be921d99fdbef2 (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 59d30a49c3ad403235ba30f65e074eddf1c125f0
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Jun 18 14:25:46 2014 -0700
Bump to 0.9.13
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 2 +-
1 file changed, 1 insertion(+), 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 0c041e09779f0775d884304782be921d99fdbef2 (commit)
from b898cb642abc019556104e1977edc8c0518806c6 (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 0c041e09779f0775d884304782be921d99fdbef2
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Jun 18 14:07:15 2014 -0700
Bump to 0.9.13
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 6 ++++++
1 file changed, 6 insertions(+)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git