summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-66345: Add a MONGO_UNIMPLEMENTEDErin McNulty2022-06-212-0/+32
|
* SERVER-67126 Don't invoke LOGV2 in printStackTrace(ostream)Gabriel Marks2022-06-211-1/+2
|
* SERVER-65733: remove SNMP moduleAdam Rayner2022-06-201-19/+0
|
* SERVER-67316 LDAP CNAME resolution truncates CNAME incorrectlyMark Benvenuto2022-06-171-1/+1
|
* SERVER-65660 Protect Ticket against self assignmentJordi Olivares Provencio2022-06-161-0/+3
|
* SERVER-65276 minor test fix for u8 literals under C++20Billy Donahue2022-06-121-2/+13
|
* SERVER-7240 Delay writing PID file to the end of startupGregory Noma2022-06-101-2/+1
|
* SERVER-65276 add src/mongo/util/pcre libraryBilly Donahue2022-06-107-0/+1781
|
* Revert "SERVER-63789 Async file copy/import"Sviatlana Zuiko2022-06-071-5/+0
| | | | This reverts commit eaa1d95dd83ed50c6730da464df7a8140a65adc2.
* SERVER-66970 Add EOL'd releases infoRichard Samuels2022-06-071-0/+19
|
* SERVER-64931 Reintroduce tassert clauses in LRU and ReadThru CachesPaolo Polato2022-06-072-0/+22
|
* SERVER-66153 Propagate HTTPClient errors to connection poolGabriel Marks2022-06-061-8/+19
|
* SERVER-63789 Async file copy/importChristopher Caplinger2022-06-061-0/+5
|
* SERVER-66796 Make TicketHolder metrics independent from ImplJordi Olivares Provencio2022-06-013-292/+237
|
* SERVER-63261 Add metrics for wait time for requests to acquire egress ↵Vojislav Stojkovic2022-05-281-10/+11
| | | | connections
* SERVER-63843 Don't allow recursive doLog in sync signal handlersGabriel Marks2022-05-271-22/+34
|
* SERVER-60440 Upgrade boost to 1.79.0Andrew Morrow2022-05-262-0/+2
| | | | | | - Reapply the fix for SERVER-46008 for boost 1.79.0 - Reapply the slist fix from SERVER-44079 to boost 1.79.0 - Reapply the fix from SERVER-55204 to boost 1.79.0
* SERVER-66254 update TODO referencing destructor orderingMatt Diener2022-05-261-1/+1
|
* SERVER-66128 Add Policy to Future Func-using APIMatt Diener2022-05-262-93/+256
|
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-255-78/+69
|
* 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 ↵Amirsaman Memaripour2022-05-102-7/+34
| | | | `TemporarilyUnavailableException` into `assert_util.h`
* 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 ↵Amirsaman Memaripour2022-04-281-0/+12
| | | | WriteConflictException
* 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 ↵XueruiFa2022-04-132-2/+3
| | | | 'kFullyDowngradedTo...'
* 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 ↵Jess Balint2022-04-091-0/+44
| | | | performance
* SERVER-49271 Convert more non-shipping non-windows builders to ↵Richard Samuels2022-04-081-0/+1
| | | | --link-model=dynamic