summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60116 Used a 3-pointer implementation of BasicBufBuilder to optimize f...Mohammad Dashti2021-10-261-1/+2
* SERVER-60787 Force alignment with std::aligned_storage not inheritanceBilly Donahue2021-10-224-66/+252
* SERVER-60115 Fixed `BasicBufBuilder` to correctly use powers of two allocationsMohammad Dashti2021-10-211-2/+8
* SERVER-60490 Update FCV constants to recognise 5.2 as latestJon Streets2021-10-201-0/+1
* SERVER-60691 fail_point_bm requires fail_point libraryBenety Goh2021-10-191-0/+1
* SERVER-60630 Add back default as a prerequisite to the SetupOpenSSL initializerErwin Pe2021-10-191-1/+2
* SERVER-60425: Cache users during exact-match usersInfo commandsVarun Ravichandran2021-10-191-2/+6
* SERVER-60333 Refactor UserName and RoleNameSara Golemon2021-10-181-2/+2
* SERVER-60326 Windows server fails to start when X509 certificate has empty su...Erwin Pe2021-10-151-0/+4
* SERVER-57466 Swallow connection reset-related errors received during ASIO ses...Blake Oler2021-10-143-43/+65
* SERVER-60646 remove ThreadSafeStringBilly Donahue2021-10-145-135/+16
* SERVER-60503 refactor SSLThreadInfo for easier debuggingsergey.galtsev2021-10-111-15/+14
* SERVER-60224 Add SetupOpenSSL as prerequisite for AuditManager initializerGabriel Marks2021-10-082-1/+4
* Revert "SERVER-59148: Periodically refresh LDAP users in authorization user c...Varun Ravichandran2021-10-042-48/+0
* SERVER-59148: Periodically refresh LDAP users in authorization user cacheVarun Ravichandran2021-10-012-0/+48
* SERVER-60147 analyze result of X509_digestsergey.galtsev2021-09-301-1/+3
* SERVER-57625 Add serverStatus metrics for in-progress index buildsJosef Ahmad2021-09-281-0/+59
* SERVER-60157 Annotate mongoMalloc and mongoRealloc more aggressivelyAndrew Morrow2021-09-283-5/+8
* SERVER-59618 add LockerNoopClientObserver and register this ClientObserver in...Benety Goh2021-09-275-6/+20
* SERVER-59908 simplify extendedFCVTable useBilly Donahue2021-09-211-18/+17
* SERVER-60022 global std::optional -> boost::optionalBilly Donahue2021-09-214-26/+27
* SERVER-59012: Calculate FCV constants in resmokeXueruiFa2021-09-202-3/+5
* SERVER-59234 Fix clang-12 warnings in C++20 modeAndrew Morrow2021-09-171-2/+0
* SERVER-60027 avoid makePromiseFuture in future_utilBilly Donahue2021-09-171-7/+14
* SERVER-59862 PromiseAndFuture comment revisionBilly Donahue2021-09-161-7/+11
* SERVER-59862 give PromiseFuture a nameBilly Donahue2021-09-141-53/+55
* SERVER-58333: Remove references to FCV 4.XXueruiFa2021-09-141-5/+3
* SERVER-59760 Generate FCV enum order consistent with existing convention.Vishnu Kaushik2021-09-091-29/+80
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-0812-18/+18
* SERVER-59221 Make OCSPFetcher rapidly retry on network errorErwin Pe2021-09-071-2/+26
* SERVER-59753 deduction guide for ScopeGuardBilly Donahue2021-09-031-2/+22
* SERVER-59012: Revert calculating FCV constants in resmokeXueruiFa2021-09-022-5/+3
* SERVER-59709 fix incorrect calculation of last continuous when MONGO_VERSION ...Vishnu Kaushik2021-09-022-5/+10
* SERVER-59011: Avoid generating mongo_version.ymlXueruiFa2021-09-012-17/+0
* SERVER-57553 add $sum accumulator to SBEAdityavardhan Agrawal2021-09-011-0/+12
* SERVER-59012: Calculate FCV constants in resmokeXueruiFa2021-09-012-3/+5
* SERVER-56416 Remove non-portable cpuFeatures check from macOSMatthew Saltz2021-08-311-3/+1
* SERVER-59048 Add support for SRV and SRV raw to LDAPDNSResolverCacheMark Benvenuto2021-08-313-6/+20
* SERVER-58345 Updated releases.h.tpl to generate pre-lastLTS FCV constants, St...Vishnu Kaushik2021-08-301-17/+63
* SERVER-59669 fix race in test accessing unprotected variableAndrew Shuvalov2021-08-301-2/+2
* SERVER-59336 Use absl::InlinedVector for vectors that are likely to be small ...Martin Neupauer2021-08-241-2/+2
* SERVER-50911: Generate YAML file containing latest git tagXueruiFa2021-08-232-0/+17
* SERVER-54400 stop CIDR::parse() from logging a debug message if passeā€¦erwinpe2021-08-202-25/+34
* SERVER-57633 fix implicit long long to double conversion in unit testsBenety Goh2021-08-191-2/+3
* SERVER-57633 SERVER-48079 fix implicit long long to double conversion in summ...Benety Goh2021-08-192-4/+4
* SERVER-59013: Rewrite shell and JS tests to use generated FCV constantsXueruiFa2021-08-181-2/+2
* SERVER-57004: Move FIPSMode flag to enterpriseVarun Ravichandran2021-08-173-20/+0
* SERVER-58449 Using a DNS resolver cache with ldapaldo-aguilar2021-08-175-11/+26
* SERVER-47804 On Windows, warn user about slow OCSP responsesErwin Pe2021-08-172-0/+17
* SERVER-58042 cleaned up releases.h.tplVishnu Kaushik2021-08-161-47/+60