summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66646 UUID::isUUIDString without regexBilly Donahue2022-05-252-11/+11
* SERVER-64409 Prevent concurrent calls to std::abort due to assertion failuresGeorge Wangensteen2022-05-241-8/+20
* SERVER-66249 Fix typo in non-Linux ticketholderJordi Olivares Provencio2022-05-181-1/+1
* SERVER-66489 Fix race condition in ticketholder testJordi Olivares Provencio2022-05-181-5/+21
* SERVER-66249 Refactor Tickets to be RAII and auto releasableJordi Olivares Provencio2022-05-185-221/+134
* SERVER-66456 remove ThreadContextBilly Donahue2022-05-166-465/+3
* SERVER-66385 separate ThreadName from ThreadContextBilly Donahue2022-05-132-7/+16
* SERVER-63852 ThreadName rewriteBilly Donahue2022-05-134-183/+253
* SERVER-62560 implement valid() on Future typesMatt Diener2022-05-124-0/+320
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-102-7/+34
* SERVER-66087 Move curlLibraryManager.initialize() to global initializerGabriel Marks2022-05-061-18/+13
* SERVER-65664 Provide more specific types for cache alignment needsAndrew Morrow2022-05-062-16/+86
* SERVER-66203 fix ntservice.cpp after MONGO_LOGV2_DEFAULT_COMPONENT moveBilly Donahue2022-05-061-0/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-0682-87/+243
* SERVER-66111 Set default timeouts in HttpClientGabriel Marks2022-05-053-22/+10
* SERVER-60789 Add info about Linux file handles to FTDCGabriel Marks2022-05-033-0/+135
* SERVER-64639 ThreadContext remove invariant on main thread checkBilly Donahue2022-05-031-4/+0
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-292-4/+4
* SERVER-65984 add HistogramServerStatusMetric under db/exec/Billy Donahue2022-04-281-45/+0
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-0/+12
* SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue2022-04-2829-454/+559
* SERVER-65275 Add dependency on PCRE2 libraryJennifer Peshansky2022-04-251-1/+0
* SERVER-65542 Fix compilation error in WindowsJordi Olivares Provencio2022-04-191-3/+3
* SERVER-65542 Fix ticket resizeJordi Olivares Provencio2022-04-194-19/+39
* SERVER-65585: Prepare tests for FCV upgradeXueruiFa2022-04-181-0/+2
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-181-1/+2
* SERVER-65394: Ensure that old LTS constants are generated with 'kFullyDowngra...XueruiFa2022-04-132-2/+3
* SERVER-63825 Add metrics for read/write queuesDaniel Gómez Ferro2022-04-117-113/+649
* SERVER-63642 Add serverStatus histogram metrics to measure multi-planning per...Jess Balint2022-04-091-0/+44
* SERVER-49271 Convert more non-shipping non-windows builders to --link-model=d...Richard Samuels2022-04-081-0/+1
* SERVER-65355 avoid binding to temporary to silence warningBilly Donahue2022-04-071-1/+1
* SERVER-62498 Non-`const` `unique_function` should not convert to `std::functi...Casey Carter2022-04-041-0/+2
* SERVER-60209 Add option of persisting old multiversion constants after upgradeVesselina Ratcheva2022-04-042-1/+19
* SERVER-63476 Remove extra ellipsis in function_ref implMathias Stearn2022-04-012-2/+26
* SERVER-51904 Add feature flag for execution controlJordi Olivares Provencio2022-03-312-3/+3
* SERVER-63495 Unyielding TransactionRouter never fails except at shutdown and ...Jack Mulrow2022-03-301-0/+9
* SERVER-64466 Add PlusCal implementation for the ticketholderJordi Olivares Provencio2022-03-302-0/+563
* SERVER-63476 Add function_ref and stdx::remove_cvref_tMathias Stearn2022-03-294-432/+888
* SERVER-64930 Disabling some tassertsSergi Mateo Bellido2022-03-282-22/+0
* SERVER-64788 demystify time_support_testBilly Donahue2022-03-251-757/+317
* SERVER-58046 add demangled names to stacktraceBilly Donahue2022-03-241-0/+6
* SERVER-56571 rename and unprotect invariant.hBilly Donahue2022-03-202-12/+12
* SERVER-64076 Fix deadlock when waiting for ticketsJordi Olivares Provencio2022-03-164-47/+210
* SERVER-51770 add std::error_code functions to errno_utilBilly Donahue2022-03-163-98/+58
* SERVER-64407 Add ResourceYielder support to ARSJack Mulrow2022-03-112-1/+53
* SERVER-63588 ServerParameter: test for redact, remove self-registrationBilly Donahue2022-03-101-2/+1
* SERVER-63822 Change TicketHolder implementation to use a FIFO queueing systemJordi Olivares Provencio2022-03-042-2/+179
* SERVER-63241 Lookup round should fulfill atleast a promiseSergi Mateo Bellido2022-03-043-5/+44
* SERVER-49950 Refactor and fix `ClockSourceMock`Saman Memaripour2022-02-257-82/+91
* SERVER-61018 Create a generic histogram typeReo Kimura2022-02-255-289/+357