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 9cc04f604f80f033d712f5f1faeb4ed97ca74f40 (commit)
from 03ddbcf37de9ebdf244d5be4d2213852b0fd6abb (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 9cc04f604f80f033d712f5f1faeb4ed97ca74f40
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Dec 8 03:21:09 2014 +0000
Clarify mdb_dbi_open doc
The concurrency restriction is on threads within a single process.
Multiple processes can use mdb_dbi_open without affecting each other.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 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.RE/0.9 has been updated
via 196e07ca587874c602a1ae358d97c7b6b765c94e (commit)
via f284c3232de0f9281a552b5e12a6d17af17f078d (commit)
from 8704eff5917ed1f8025571bb85219d6e0b7b70fb (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 196e07ca587874c602a1ae358d97c7b6b765c94e
Author: Leo Yuriev <leo(a)yuriev.ru>
Date: Fri Dec 5 19:30:31 2014 +0000
ITS#7987 fix excessive space for single write txn
commit f284c3232de0f9281a552b5e12a6d17af17f078d
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Wed Dec 3 12:27:53 2014 +0100
Fix WIN32 -> _WIN32
-----------------------------------------------------------------------
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.RE/0.9 has been updated
via 8704eff5917ed1f8025571bb85219d6e0b7b70fb (commit)
via 5bf495abdc3cfd519053abc7c1143d11e8ce5f0d (commit)
via 3aa7537adc33b4b7ac36e1137aae18f840765153 (commit)
via 17bf75b12eb94d9903cd62329048b146d5313bad (commit)
via 3ce002fd13664ace18770565b3078ebfc3923a6b (commit)
via ce40f4f31468d46c7c37a24ddaafb7e69fc4c4db (commit)
via 042e76685e98eb676d91094423490200ff2b7d07 (commit)
via c473091f8fb32fda9be46b79abae2429e8f2c083 (commit)
via 98ed192949fcc3f0861c68a694dd5e1c0add14f4 (commit)
via af99820ac88188a3f22656cdce5e75a64c315005 (commit)
via 0482f1898d7ba25892ac82e6fa5b08fea4d4d28a (commit)
via 9227f66673f5a5ac6cd2a593227f1935a7e421e0 (commit)
via 20ad21dcc4c3d0b01ea1e638e397fa451ce7b966 (commit)
via df9da7c7bef99fb96ddc070dda2d505a8b8e8143 (commit)
via 9eede0b103babdb942dbe2a916a13739a5fc4bfe (commit)
via a7639a66a493818dc55f3ed77bebe659b6cdd2fd (commit)
from 2f587ae081d076e3707360c5db086520c219d3ea (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 8704eff5917ed1f8025571bb85219d6e0b7b70fb
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Mon Dec 1 08:59:29 2014 +0100
mdb_strerror: Silence warning @ Windows
commit 5bf495abdc3cfd519053abc7c1143d11e8ce5f0d
Author: Hallvard Furuseth <h.b.furuseth(a)usit.uio.no>
Date: Mon Dec 1 08:59:29 2014 +0100
Fix comments
commit 3aa7537adc33b4b7ac36e1137aae18f840765153
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Mon Dec 1 08:59:29 2014 +0100
Simplify recent changes a bit.
commit 17bf75b12eb94d9903cd62329048b146d5313bad
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Nov 22 22:56:31 2014 +0100
ITS#7961,#7987 Re-fix txn init.
More fallout from 4d02c741b120786df1b87ee9ed49c1d3f9bc7522:
Don't modify another thread's write txn. Reinit me_txn0 fully.
commit 3ce002fd13664ace18770565b3078ebfc3923a6b
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Oct 8 19:25:27 2014 +0100
ITS#7959 fix prev commit
fstat returns -1, not an errno. Move code into its own function
for reuse.
commit ce40f4f31468d46c7c37a24ddaafb7e69fc4c4db
Author: Howard Chu <hyc(a)symas.com>
Date: Sat Oct 4 21:48:49 2014 +0100
ITS#7961 fix txn init
More fallout from 4d02c741b120786df1b87ee9ed49c1d3f9bc7522
commit 042e76685e98eb676d91094423490200ff2b7d07
Author: Jean-Christophe DUBOIS <jcd(a)tribudubois.net>
Date: Fri Oct 3 20:24:25 2014 +0200
ITS#7959 Check fstat return value
Signed-off-by: Jean-Christophe DUBOIS <jcd(a)tribudubois.net>
commit c473091f8fb32fda9be46b79abae2429e8f2c083
Author: Leo Yuriev <leo(a)yuriev.ru>
Date: Fri Sep 5 00:19:16 2014 +0400
ITS#7841 trivial cleanup
TRIVIA - lmdb: clean testdb-dir while "make test".
commit 98ed192949fcc3f0861c68a694dd5e1c0add14f4
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Oct 2 22:11:43 2014 +0100
ITS#7956 fix compact of empty env
commit af99820ac88188a3f22656cdce5e75a64c315005
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Oct 2 21:58:20 2014 +0100
ITS#7955, #7671 fix MDB_PREV_DUP
commit 0482f1898d7ba25892ac82e6fa5b08fea4d4d28a
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Oct 2 21:35:15 2014 +0100
ITS#7953 .gitignore *.lo
commit 9227f66673f5a5ac6cd2a593227f1935a7e421e0
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Oct 2 21:33:35 2014 +0100
ITS#7952 .gitignore mdb_dump/load
commit 20ad21dcc4c3d0b01ea1e638e397fa451ce7b966
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Oct 1 21:00:03 2014 +0100
Don't use -fPIC for static lib
commit df9da7c7bef99fb96ddc070dda2d505a8b8e8143
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Jul 20 08:10:34 2014 -0700
Must do dlist_free before releasing Wmutex
commit 9eede0b103babdb942dbe2a916a13739a5fc4bfe
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Jul 16 09:24:45 2014 -0700
Free write mutex earlier in txn_reset0
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/.gitignore | 3 ++
libraries/liblmdb/Makefile | 16 ++++--
libraries/liblmdb/mdb.c | 116 +++++++++++++++++++++++++-----------------
3 files changed, 83 insertions(+), 52 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 03ddbcf37de9ebdf244d5be4d2213852b0fd6abb (commit)
from 1a7243b3f41ba1896b0ee69be5498f769cd2cfe5 (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 03ddbcf37de9ebdf244d5be4d2213852b0fd6abb
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Fri Dec 5 21:00:21 2014 +0100
C90-compatible code for SysV semaphores
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 18 +++++++++++++-----
1 file changed, 13 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, master has been updated
via 8ba5a27829368d0e3435d1e39d28f7f30ce38c51 (commit)
from 7a7d9419432954cac18a582bed85a7c489d90f00 (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 8ba5a27829368d0e3435d1e39d28f7f30ce38c51
Author: Leo Yuriev <leo(a)yuriev.ru>
Date: Fri Dec 5 19:41:40 2014 +0000
ITS#7968 add locks for syncrepl cookiestate
Mutex must be held even for a read-access of a cookie state,
as there may be a race with write in other thread.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/syncrepl.c | 11 +++++++++--
1 file changed, 9 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 1a7243b3f41ba1896b0ee69be5498f769cd2cfe5 (commit)
from c36c167cc49a59d4f40ae5fc259c013de601164e (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 1a7243b3f41ba1896b0ee69be5498f769cd2cfe5
Author: Leo Yuriev <leo(a)yuriev.ru>
Date: Fri Dec 5 19:30:31 2014 +0000
ITS#7987 fix excessive space for single write txn
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 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 c36c167cc49a59d4f40ae5fc259c013de601164e (commit)
via b660491d3fa359325cb3615a276bba78f32e2075 (commit)
from 1413de3a0474e316d2128ed420a1ebfe0d2b64d8 (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 c36c167cc49a59d4f40ae5fc259c013de601164e
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Dec 5 19:15:41 2014 +0000
ITS#7994 fix prev commit
Strip docs promising behaviors that we don't promise to hold.
Strip MDB_txnid_t typedef.
commit b660491d3fa359325cb3615a276bba78f32e2075
Author: David Barbour <dmbarbour(a)gmail.com>
Date: Fri Dec 5 11:18:30 2014 -0600
ITS#7994 Access to current transaction ID.
I, David Barbour, hereby place the following modifications to OpenLDAP
Software (and only these modifications) into the public domain. Hence,
these modifications may be freely used and/or redistributed for any
purpose with or without attribution and/or other notice.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 13 ++++++++++++-
libraries/liblmdb/mdb.c | 7 +++++++
2 files changed, 19 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 1413de3a0474e316d2128ed420a1ebfe0d2b64d8 (commit)
from 3e6ac6ef6b983a0bf34a73e14d2fd3bdb1cca777 (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 1413de3a0474e316d2128ed420a1ebfe0d2b64d8
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Fri Dec 5 18:18:53 2014 +0100
Fix SysV semaphores - repair mti_txnid.
Similar to 443a7e40c4280cfd07cbf80c5de62ea072b136e3.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 10 +++++++++-
1 file changed, 9 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.RE/0.9 has been created
at 2f587ae081d076e3707360c5db086520c219d3ea (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
---
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 3e6ac6ef6b983a0bf34a73e14d2fd3bdb1cca777 (commit)
via c306423adfdf7c5e5cc1e60323da4fa6b24da49c (commit)
from 0697869d9229ae002b0d4039718812bf5889c2da (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 3e6ac6ef6b983a0bf34a73e14d2fd3bdb1cca777
Author: Hallvard Furuseth <h.b.furuseth(a)usit.uio.no>
Date: Wed Dec 3 12:37:55 2014 +0100
For ITS#7789: Ensure mapsize >= pages in use.
Check new mapsizes against mm_last_pg. Move
mdb_env_init_meta0() so it can set mm_last_pg earlier.
commit c306423adfdf7c5e5cc1e60323da4fa6b24da49c
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Wed Dec 3 12:27:53 2014 +0100
Fix WIN32 -> _WIN32
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 41 ++++++++++++++++++++---------------------
1 file changed, 20 insertions(+), 21 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git