]> git.sur5r.net Git - openldap/history - libraries
ITS#7191 more alignment tweaks
[openldap] / libraries /
2012-03-09 Howard ChuITS#7191 more alignment tweaks
2012-03-09 Howard ChuITS#7194 fix IPv6 URL detection
2012-03-07 Howard ChuFix typo in 7bc62c512824c0d54cc6885ea876c2764510eca2
2012-03-07 Howard ChuITS#7190 fix merging of branch pages in deletes
2012-03-07 Hallvard FurusethFix libmdb comments
2012-03-07 Hallvard FurusethRemove development file libmdb/make.sh
2012-03-07 Hallvard FurusethITS#7191 Fix mdb_xcursor_init1() unaligned access
2012-03-06 Howard ChuITS#7196 use IOV_MAX if it's defined and small
2012-02-28 Howard ChuITS#7115 add missing pool_idle/unidle stubs
2012-02-21 Howard ChuITS#7160 get BYTE_ORDER def for HPUX (and Solaris)
2012-02-21 Howard ChuITS#7167 only poll sockets for write as needed
2012-02-21 Howard ChuITS#7174 lutil_str2bin: can't modify input strings
2012-02-08 Hallvard FurusethFix typo in ldap_int_client_controls() comment
2012-01-26 Jan VcelakITS#7136 MozNSS: store TLS params until the deferred...
2012-01-26 Jan VcelakITS#7135 MozNSS, PEM: fix segfault when TLS certificate...
2012-01-24 Hallvard FurusethSilence 'assign away const' warning
2012-01-24 Hallvard Furuseththr_debug: tweak debug_already_initialized().
2012-01-24 Hallvard FurusethITS#7115: Tighten ldap_pvt_thread_pool_unidle().
2012-01-23 Howard ChuFix typo in e8e57be42107a877f604d0c4e67115ef37681a1b
2012-01-23 Howard ChuAdd valgrind support with -DUSE_VALGRIND
2012-01-23 Howard Chutxn_commit must abort txn before returning errors
2012-01-23 Howard ChuITS#7121 fix page splits when newindx == 0
2012-01-23 Howard ChuITS#7126 fix cursor tracking code
2012-01-23 Howard ChuHappy New Year!
2012-01-20 Hallvard FurusethITS#7115 Re-fix tpool.c (idle/unidle)
2012-01-20 Howard ChuITS#7121 fix page splits when data+key size is too...
2012-01-20 Kurt ZeilengaHappy New Year!
2011-12-21 Howard ChuITS#7115 blocked writers should not interfere with...
2011-11-22 Howard ChuAdd $(SOLIBS) macro for shared lib dependencies
2011-11-15 Howard ChuMore s/DEBUG/MDB_DEBUG/
2011-11-15 Howard ChuAlignment fixes for debug msgs
2011-11-15 Howard Chus/DEBUG/MDB_DEBUG/
2011-11-11 Howard ChuAdd MDB_FDATASYNC to allow override to fsync if needed.
2011-11-11 Howard ChuUse <inttypes.h> instead of <stdint.h>
2011-11-11 Howard ChuFix size check
2011-11-10 Howard ChuMore Solaris warning cleanup
2011-11-10 Howard ChuMore pgno alignment tweaks
2011-11-10 Howard ChuAdd dummy DKEY define
2011-11-10 Howard ChuAdd Solaris byte-order detection
2011-11-10 Howard ChuFix mdb_drop return
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
next