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  65d9791ada4672d2c7fb93a65e0ce7a1e4474658 (commit)
       via  a43fcad8c65c2f4998a27d5596677dd81a42bd0f (commit)
       via  f25d716513944b667d430beece3d616d326e0cf2 (commit)
       via  0842f998ee49b7891483c601fc4f8ad7d83b30d3 (commit)
       via  12ad38d67f722d22a8ab3793dc2967d1247d3fea (commit)
       via  dff8bafb36eef019b1b121eb10fbd259197fa01f (commit)
       via  32764bcb52e70588982d576cb16f435705c11279 (commit)
      from  84610e65da85d483f9461b4bdc300a082f004de2 (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 65d9791ada4672d2c7fb93a65e0ce7a1e4474658
Author: Hallvard Furuseth <[email protected]>
Date:   Sat Jul 23 12:45:46 2016 +0200

    Refactor mdb_page_get()

commit a43fcad8c65c2f4998a27d5596677dd81a42bd0f
Author: Hallvard Furuseth <[email protected]>
Date:   Sat Jul 23 12:43:16 2016 +0200

    MDB_VL32: Match mdb_size_t type with format modifier.
    
    When using format modifier "ll" or "I64", use the matching
    type unsigned <long long / __int64> rather than uint64_t.

commit f25d716513944b667d430beece3d616d326e0cf2
Author: Hallvard Furuseth <[email protected]>
Date:   Sat Jul 23 12:18:01 2016 +0200

    Fix MDB_INTEGERKEY doc of integer types

commit 0842f998ee49b7891483c601fc4f8ad7d83b30d3
Author: Hallvard Furuseth <[email protected]>
Date:   Sat Jul 23 12:17:04 2016 +0200

    Use mdb_size_t for line numbers in mdb_load
    
    This matches the mdb_size_t entry counts.

commit 12ad38d67f722d22a8ab3793dc2967d1247d3fea
Author: Hallvard Furuseth <[email protected]>
Date:   Sat Jul 23 12:16:20 2016 +0200

    Fix size_t/formats -> mdb_size_t for MDB_VL32

commit dff8bafb36eef019b1b121eb10fbd259197fa01f
Author: Hallvard Furuseth <[email protected]>
Date:   Sat Jul 23 12:11:34 2016 +0200

    Factor some MDB_VL32-related '#if's out to macros
    
    Add MC_OVPG() + MC_SET_OVPG(), NEED_CMP_CLONG(), MDB_CURSOR_UNREF().

commit 32764bcb52e70588982d576cb16f435705c11279
Author: Hallvard Furuseth <[email protected]>
Date:   Sat Jul 23 12:08:12 2016 +0200

    Factor out MDB_SIZE_MAX, MDB_FMT_Y, MDB_FMT_Z

-----------------------------------------------------------------------

Summary of changes:
 libraries/liblmdb/lmdb.h     |   37 ++++++++--
 libraries/liblmdb/mdb.c      |  163 ++++++++++++++++--------------------------
 libraries/liblmdb/mdb_dump.c |   15 +---
 libraries/liblmdb/mdb_load.c |   43 ++++-------
 libraries/liblmdb/mdb_stat.c |   28 +++-----
 libraries/liblmdb/midl.h     |    9 +--
 6 files changed, 118 insertions(+), 177 deletions(-)


--- 
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git

Reply via email to