]> git.sur5r.net Git - openldap/history - libraries
ITS#7083
[openldap] / libraries /
2011-11-04 Howard ChuITS#6405 in ldap_pvt_gettime, also check for microsecs...
2011-11-04 Quanah Gibson-MountMissing copyright bit from e0bcb7b571bcaf62bad89ca7a290...
2011-11-04 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2011-11-04 Howard ChuITS#6848 Add -w option to wait for DB startup before...
2011-11-04 Howard ChuExport pw_string64 as lutil_passwd_string64
2011-11-03 Howard ChuAndroid defines wctomb but doesn't provide it
2011-11-02 Howard ChuITS#7006 fix MozNSS wildcard cert match
2011-11-02 Rich MegginsonITS#7034 use mutex for connection handshake when using...
2011-11-02 Howard ChuITS#7051 fix GNUtls cert dn parse
2011-11-02 Hallvard FurusethCleanup ISO C compatibility for recent commits
2011-11-02 Howard ChuAdd a few NULL checks to defend against dumb API checkers.
2011-10-28 Howard ChuITS#7035 don't loop forever in wait4msg
2011-10-28 Howard ChuITS#7022 cleanup prev commit
2011-10-28 Rich MegginsonITS#7022 NSS_Init* functions are not thread safe
2011-10-28 Jan VcelakITS#7014 TLS: don't check hostname if reqcert is 'allow'
2011-10-15 Howard ChuAndroid/ARM portability
2011-10-07 Howard ChuFix page_split with MDB_RESERVE
2011-10-06 Howard ChuFix subcursor initialization
2011-10-05 Rich MegginsonITS#7002 MozNSS: fix VerifyCert allow/try behavior
2011-10-05 Rich MegginsonITS#7001 MozNSS: free the return of tlsm_find_and_verif...
2011-10-05 Jan VcelakITS#6998 MozNSS: when cert not required, ignore issuer...
2011-10-04 Howard ChuDon't use Append mode when splits are caused by sub...
2011-10-03 Howard ChuFix freelist bug on page split
2011-10-03 Howard ChuAdd rudimentary MDB_MULTIPLE support for puts
2011-10-03 Howard ChuAdd MDB_APPEND to avoid splitting full pages
2011-10-03 Howard ChuFix 6e05ca17e988754ae90fde1921765ba130bb90b2
2011-10-03 Howard ChuAdd mdb_cursor_txn() and mdb_cursor_dbi() for querying...
2011-10-02 Howard ChuAdd MDB_RESERVE mode
2011-10-01 Howard ChuTweak cursor adjustment code
2011-09-30 Howard ChuMake sure mdb_open actually got a sub-db record
2011-09-23 Howard ChuDoc for the MDB_NOSUBDIR env option
2011-09-23 Howard ChuAdd MDB_NOSUBDIR option
2011-09-22 Howard ChuReader table notes
2011-09-22 Howard Chuassert cleanup
2011-09-21 Howard Chutxn_abort/commit free all their cursors now.
2011-09-21 Howard ChuOnly free malloc'd cursors
2011-09-21 Howard ChuTrack changes to all cursors.
2011-09-21 Howard ChuAdd support for nested transactions.
2011-09-19 Hallvard Furusethlibmdb IDL cleanup.
2011-09-19 Howard ChuAdditional fix for prev commit
2011-09-19 Howard ChuMake sure 2 subpages fit in one real page
2011-09-19 Howard ChuFix last delete from a subpage
2011-09-18 Howard ChuFix 09006ccec7928c9cf53bca6abe741e8d4d466c98
2011-09-18 Howard ChuFix mdb_drop() if not deleting the DB record
2011-09-18 Howard ChuFix typo, minor cleanup
2011-09-18 Howard ChuAdd mdb_drop() for deleting a DB
2011-09-18 Howard ChuAPI change, consistency check
2011-09-17 Howard ChuNew sorted-dup subpage support
2011-09-15 Howard ChuUse FNV-1A hash to generate unique mutex names
2011-09-15 Howard ChuDoc tweak - txn flags
2011-09-15 Howard ChuMacOSX semaphore names are limited to 31 chars
2011-09-14 Howard ChuAdd MacOSX support
2011-09-14 Howard ChuMinor doc cleanup
2011-09-14 Howard ChuMore docs
2011-09-14 Howard ChuNamespace cleanup
2011-09-13 Howard ChuTweak search_node inner loop to avoid LEAF2 checks
2011-09-13 Howard Chucursor_set/search_node tweaks, use intcmp when possible
2011-09-12 Howard ChuMinor tweaks, update relfunc behavior
2011-09-12 Howard ChuMore cursor_init cleanup
2011-09-12 Howard ChuOne more sub-cursor fix
2011-09-12 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-09-12 Howard ChuFix 2e3bc39fa94f21d692d8e94183f57aef9122c487
2011-09-11 Hallvard FurusethFix mdb debug formats
2011-09-11 Hallvard FurusethRestore missing LAZY_LOCKS semicolon.
2011-09-11 Hallvard Furusethmdb integer type cleanup: Use MDB_dbi consistently.
2011-09-10 Hallvard FurusethDrop ULONG in favor of size_t.
2011-09-10 Hallvard FurusethAdd mdb.c:txnid_t for readability.
2011-09-10 Hallvard Furusethmdb type cleanup: Consistent reader count types.
2011-09-10 Hallvard Furusethexplain mdl_midl_sort() istack size
2011-09-10 Hallvard FurusethFix memn(r)cmp of key sizes > INT_MAX. Simplify.
2011-09-10 Hallvard FurusethCheck some mdb integer type assumptions
2011-09-10 Hallvard FurusethPut MDB_node.<mn_lo,mn_hi> in host byte order.
2011-09-10 Hallvard FurusethC90 compatibility cleanup in mdb.
2011-09-10 Hallvard FurusethCleanup mdb macros.
2011-09-10 Hallvard Furusethlibmdb/.gitignore += test[45], Doxygen output
2011-09-10 Howard ChuIf put(NOOVERWRITE) exists, return existing data
2011-09-09 Howard ChuMinor typos, additional clarification
2011-09-09 Howard ChuPartial revert, fix MDB_page definition
2011-09-09 Howard ChuMore docs
2011-09-08 Howard ChuMore docs
2011-09-08 Howard ChuSpeedup cintcmp
2011-09-08 Howard ChuFix previous commit
2011-09-08 Howard ChuMerge branch 'mdb.cursor' into mdb.master
2011-09-08 Howard ChuForgot to commit this mdb.cursor
2011-09-08 Howard ChuForgot to commit this
2011-09-08 Howard ChuFurther cursor-based restructuring
2011-09-07 Howard ChuCleanup unused code
2011-09-07 Howard ChuFix mdb_move_node again
2011-09-07 Howard ChuITS#6982 fix md5 memset invocation
2011-09-06 Howard ChuFix search_node, add cintcmp
2011-09-06 Howard ChuGuarantee nodes are 2-byte aligned
2011-09-06 Rich MegginsonITS#6980 free the result of SSL_PeerCertificate
2011-09-06 Howard ChuFor test063
2011-09-06 Howard ChuChange MDB_node to depend on 2-byte alignment
2011-09-05 Howard ChuFix for mdb_cmp refactoring
2011-09-05 Howard ChuMinor cleanup
2011-09-05 Howard ChuUse mdb_midl_append/sort instead of _insert
2011-09-05 Howard Chumdb_cmp refactoring
2011-09-05 Howard ChuCursor stuff working, no major perf gain
2011-09-05 Howard ChuCursors in-progress, broken
next