summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71279 Fix race condition in OnlyLowPriorityOps testJordi Olivares Provencio2022-11-141-12/+21
* SERVER-71251 Move PriorityTicketHolder and SemaphoreTicketHolder into separat...Haley Connelly2022-11-149-606/+794
* Revert "SERVER-70700 Use UserRequest to in authorization workflow"auto-revert-processor2022-11-141-2/+1
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-11-131-1/+2
* SERVER-71065 Implement onTelemetryStoreSizeUpdate functionjoshua2022-11-124-214/+0
* SERVER-29601 Add -Wshadow to compilation - part1Juan Gu2022-11-112-7/+10
* SERVER-71119 Add PriorityTicketHolder benchmark comparable to SemaphoreTicket...Haley Connelly2022-11-111-16/+57
* SERVER-70792 Separate Queue from PriorityTicketHolderHaley Connelly2022-11-115-270/+352
* SERVER-71189 relax the system tick precision expectationsBilly Donahue2022-11-091-10/+20
* SERVER-70927 Make PriorityTicketHolder select where to dequeueHaley Connelly2022-11-086-200/+179
* SERVER-70950: add benchmark for tickSource:getTicks()Maddie Zechar2022-11-072-0/+58
* SERVER-70508 Add Linux thread count to periodic and ulimits to rotate FTDC co...Mark Benvenuto2022-11-041-0/+5
* SERVER-70742 Add assertion that tenantId is always set in NamespaceStringUtil...jannaerin2022-11-032-6/+4
* SERVER-70854 Add telemetry infrastructure and generic memory size toolsJennifer Peshansky2022-11-034-0/+214
* SERVER-70766 Server crashes when the OCSP fetcher attempts to fetch during sh...Shreyas Kalyan2022-11-021-0/+4
* 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