summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2023-01-191-0/+12
* SERVER-67704 SERVER-67705 Fix processor package counting for ARMGabriel Marks2022-12-068-104/+139
* SERVER-68125 Correctly track all memory used during index buildsLouis Williams2022-11-253-17/+499
* SERVER-70361 Prevent crash due to duration overflow in waitForConditionOrInte...Blake Oler2022-10-273-1/+71
* SERVER-69784 Fix signed char misusesMatt Kneiser2022-10-141-1/+2
* SERVER-68893 Remove unnecessary TicketHolder benchmarksJordi Olivares Provencio2022-10-051-84/+9
* SERVER-69849 Delete FifoBasicMetrics testJordi Olivares Provencio2022-09-211-82/+0
* SERVER-63852 ThreadName rewriteBilly Donahue2022-08-194-182/+295
* SERVER-67126 Don't invoke LOGV2 in printStackTrace(ostream)Gabriel Marks2022-08-171-1/+2
* SERVER-63843 Don't allow recursive doLog in sync signal handlersGabriel Marks2022-08-171-22/+34
* Revert "SERVER-63843 Don't allow recursive doLog in sync signal handlers"Gabriel Marks2022-08-161-34/+22
* SERVER-63843 Don't allow recursive doLog in sync signal handlersGabriel Marks2022-08-161-22/+34
* SERVER-66841 Fix LOGV2 invalid JSON when truncation happens at a backslash ch...Erwin Pe2022-08-092-33/+161
* SERVER-68363 Mark 5.3 as EOLKelsey Schubert2022-07-281-1/+1
* SERVER-67418 Retry apple SSLManagerCoordinator initialization on failureGabriel Marks2022-07-271-1/+19
* SERVER-66970 Add EOL'd releases infoRichard Samuels2022-07-271-0/+19
* Revert "Revert "Merge branch 'v6.0' of github.com:10gen/mongo into v6.0""Eric Cox2022-06-221-1/+1
* Revert "Merge branch 'v6.0' of github.com:10gen/mongo into v6.0"Eric Cox2022-06-221-1/+1
* SERVER-67316 LDAP CNAME resolution truncates CNAME incorrectlyMark Benvenuto2022-06-171-1/+1
* SERVER-66489 Fix race condition in ticketholder testJordi Olivares Provencio2022-05-311-5/+21
* SERVER-66111 Set default timeouts in HttpClientGabriel Marks2022-05-203-22/+10
* SERVER-66087 Move curlLibraryManager.initialize() to global initializerGabriel Marks2022-05-201-18/+13
* 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-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
* SERVER-63956 Refactor TicketHolder to accept multiple implementationsJordi Olivares Provencio2022-02-253-62/+88
* Revert "SERVER-61018 Create a generic histogram type"auto-revert-processor2022-02-245-357/+289
* SERVER-61018 Create a generic histogram typeReo Kimura2022-02-235-289/+357