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 b56be64d2e5ff6ab79533df2949ebdf3df383427 (commit) via b1cfff4aeb9aceed8b18714f4029bd53d59f05ca (commit) via bf9d722bec7d0e6094242b405d6a66720b934fc6 (commit) via 5f682934751d54263df19f3b181f1555158daf25 (commit) via 2d1f3b7ed39007201cb009a4e7ed8aa58a4be6fc (commit) via 69e53cf700bcceb5c531384ab97e10c2ecff922a (commit) via 88da18cccfb7e76b35e075b0c9419c6b164c6a43 (commit) via c5dad7a6d0eb1b3597beda18b38fe92820df0d30 (commit) via 3dc8fa491add8aaa7688375439d967bb5ffe524f (commit) via ec2d82f79ae0884326daf2276e42052fae2ca750 (commit) from acdc248f57306edc00046c43e5af0126e06de50b (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 b56be64d2e5ff6ab79533df2949ebdf3df383427 Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Sep 10 20:01:07 2011 +0200
Drop ULONG in favor of size_t.
commit b1cfff4aeb9aceed8b18714f4029bd53d59f05ca Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Sep 10 10:11:56 2011 +0200
Add mdb.c:txnid_t for readability.
Maybe later we'll test txnid wraparound with it defined to ushort.
commit bf9d722bec7d0e6094242b405d6a66720b934fc6 Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Sep 10 10:11:56 2011 +0200
mdb type cleanup: Consistent reader count types.
Use unsigned int for reader counts/max limits, that's the smallest change. Don't need uint32_t when mdb_env_set_maxreaders() takes less. Change prototypes of mdb_env_set_maxreaders,mdb_env_get_maxreaders(). Check the mdb_env_set_maxreaders() argument.
commit 5f682934751d54263df19f3b181f1555158daf25 Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Sep 10 10:11:55 2011 +0200
explain mdl_midl_sort() istack size
commit 2d1f3b7ed39007201cb009a4e7ed8aa58a4be6fc Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Sep 10 10:11:55 2011 +0200
Fix memn(r)cmp of key sizes > INT_MAX. Simplify.
commit 69e53cf700bcceb5c531384ab97e10c2ecff922a Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Sep 10 10:11:55 2011 +0200
Check some mdb integer type assumptions
commit 88da18cccfb7e76b35e075b0c9419c6b164c6a43 Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Sep 10 10:11:55 2011 +0200
Put MDB_node.<mn_lo,mn_hi> in host byte order.
commit c5dad7a6d0eb1b3597beda18b38fe92820df0d30 Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Sep 10 10:11:55 2011 +0200
C90 compatibility cleanup in mdb.
Fix void* pointer arithmetic in cintcmp(). Fix invalid ';'s in declarations after possibly-empty macros.
commit 3dc8fa491add8aaa7688375439d967bb5ffe524f Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Sep 10 10:11:55 2011 +0200
Cleanup mdb macros.
Parenthesize. Rename GetPageSize -> GET_PAGESIZE since it does not behave like a function (it has a non-pointer output argument).
commit ec2d82f79ae0884326daf2276e42052fae2ca750 Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Sep 10 10:11:55 2011 +0200
libmdb/.gitignore += test[45], Doxygen output
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/.gitignore | 4 +- libraries/libmdb/mdb.c | 284 ++++++++++++++++++++++-------------------- libraries/libmdb/mdb.h | 16 ++-- libraries/libmdb/mdb_stat.c | 8 +- libraries/libmdb/midl.c | 6 +- libraries/libmdb/midl.h | 11 +- 6 files changed, 174 insertions(+), 155 deletions(-)