summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70187 Suppress TLS handshake log line when --quiet enabledJason Chan2022-10-313-13/+18
* SERVER-70941 system TickSource via std::chrono::steady_clockBilly Donahue2022-10-316-178/+72
* SERVER-60234 Implement plumbing for getField() pushdown in the SBE stage builderDrew Paroski2022-10-311-0/+204
* SERVER-70053 Serialize and deserialize DatabaseName correctly in multitenancy...jannaerin2022-10-274-2/+345
* SERVER-70869 update ticketholder target to use LIPDEPS_PRIVATEHaley Connelly2022-10-271-1/+1
* SERVER-68125 Correctly track all memory used during index buildsLouis Williams2022-10-263-17/+499
* SERVER-70803 Initialize ICU USPrep code during startupMark Benvenuto2022-10-261-0/+11
* SERVER-69935 Introduce PriorityTicketHolder promotion policyHaley Connelly2022-10-265-91/+331
* SERVER-70022 Optimize ScopedTimer by using two constructorsRuoxin Xu2022-10-253-130/+0
* SERVER-70787 Fix race condition in ticketholder_testJordi Olivares Provencio2022-10-241-3/+7
* SERVER-70601 Separate TicketHolder management from TicketHolder logicHaley Connelly2022-10-242-169/+8
* SERVER-70750 clean up ticketholder and curop library dependenciesBenety Goh2022-10-211-3/+6
* SERVER-69721 Serialize and deserialize namespace in cursor reply objects corr...jannaerin2022-10-212-40/+49
* SERVER-70361 Prevent crash due to duration overflow in waitForConditionOrInte...Blake Oler2022-10-203-1/+71
* SERVER-67464 Add base64url encode/decodeSara Golemon2022-10-183-97/+236
* SERVER-68791: Allow for getting a stack trace object that can later be printe...Daniel Gottlieb2022-10-184-51/+91
* SERVER-70370 Remove TODO disallowing default AdmissionContext::Priority::kNormalHaley Connelly2022-10-181-1/+0
* SERVER-70391 Reduce line skipping of low priority operationsJordi Olivares Provencio2022-10-174-36/+216
* SERVER-70137 Add OpCtx priority for ticket acquisition in CurOpJordi Olivares Provencio2022-10-133-4/+59
* SERVER-70264 make slowMS and sampleRate atomicMatt Diener2022-10-122-4/+5
* SERVER-69046 Suppress ARM Mac cpufrequency startup messagesAlex Li2022-10-111-4/+0
* SERVER-69499 Change callsites to use serialize and deserialize from Namespace...Adityavardhan Agrawal2022-10-102-8/+25
* SERVER-70324 Annotate locks held in PriorityTicketHolder methodsHaley Connelly2022-10-072-16/+17
* SERVER-69784 Fix signed char misusesMatt Kneiser2022-09-291-1/+2
* SERVER-70079 Remove optional_util::setOrAddBilly Donahue2022-09-291-11/+0
* SERVER-69953 Remove const members from Timer and StopwatchMatt Diener2022-09-262-3/+3
* SERVER-69894 Combine PriorityTicketHolder and SchedulingTicketHolderHaley Connelly2022-09-232-110/+80
* SERVER-67951 Record AdmissionContext::Priority::kImmediate statisticsHaley Connelly2022-09-224-108/+347
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-221-1/+0
* SERVER-42810 Changed `throw()` to `noexcept`Celina Tala2022-09-211-1/+1
* SERVER-64005 Add metric tracking listener socket backlog queue depthBlake Oler2022-09-212-0/+11
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-202-2/+2
* SERVER-69383 elide trivial destructors for DecorationsBilly Donahue2022-09-201-2/+14
* SERVER-67155: serialize and deserialize namespaceString correctlyAdityavardhan Agrawal2022-09-194-0/+321
* SERVER-69580 add performance-faster-string-find check to clang-tidyTrevor Guidry2022-09-161-1/+1
* SERVER-69578 add bugprone-misplaced-widening-cast check to clang-tidyTrevor Guidry2022-09-151-1/+3
* SERVER-68314 Add priority queueing metrics to the ticketholderHaley Connelly2022-09-143-164/+437
* SERVER-68581 Benchmark for PriorityTicketHolderLeonardo Menti2022-09-081-0/+3
* SERVER-69284 Remove FifoTicketHolder and StochasticTicketHolderHaley Connelly2022-09-084-422/+3
* SERVER-68528 Explain shared_mutex in SchedulingTicketHolderJordi Olivares Provencio2022-09-081-0/+12
* SERVER-69211 Fixed unneeded copyWarren James2022-09-071-1/+1
* SERVER-68584 Generalize skipTicketAcquisitionForLockLeonardo Menti2022-09-073-18/+18
* SERVER-66036 add correct Future validity semanticsMatt Diener2022-09-063-65/+316
* SERVER-68793 Refactor TicketHolder::resize() in all implementationsJordi Olivares Provencio2022-09-053-30/+163
* SERVER-68783 Disambiguate 0 time estimate from no estimate in reshardingBrett Nawrocki2022-09-011-0/+11
* SERVER-68401 Log latency of requests to OCSP responder for client-side verifi...Jason Chan2022-08-311-2/+20
* SERVER-69289 Add 6.2 to releases.ymlJason Chan2022-08-311-0/+1
* SERVER-69155 fix bugprone-suspicious-string-compare warningsJuan Gu2022-08-302-2/+2
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-308-62/+82
* SERVER-69187 Use a no-op buffer to avoid allocating memory when checking for ...Yuhong Zhang2022-08-292-13/+22