summaryrefslogtreecommitdiff
path: root/src/mongo/base
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-2/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-212-2/+0
* SERVER-46103 Retain NonResumableChangeStreamError label for 4.4Bernard Gorman2020-02-211-2/+3
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-202-18/+27
* SERVER-45981 Prevent duplicating action upon receiving notice that a given sh...Blake Oler2020-02-111-0/+4
* SERVER-45039 Awaitable isMaster returns an error on reconfigs that change the...Jason Chan2020-02-071-0/+1
* SERVER-45505 Add ResumableChangeStreamError error labelBernard Gorman2020-02-071-3/+2
* SERVER-44905 Futurize the retrieval of OCSP ResponsesShreyas Kalyan2020-02-041-0/+1
* SERVER-45915: Tag TransactionExceededLifetimeLimitSeconds InterruptionLingzhi Deng2020-02-031-1/+2
* SERVER-45249 Make recipient wait for orphan cleanup before cloning indexesCheahuychou Mao2020-01-201-1/+1
* SERVER-40620 uassert and log when fetching dangling index entryJustin Seyster2020-01-171-0/+1
* SERVER-45414 Remove CannotImplicitlyCreateCollection retry logic on mongosMihai Andrei2020-01-161-2/+1
* SERVER-39364: Get the last oplog entry from the storage engine for setLastOpT...Lingzhi Deng2020-01-151-1/+2
* SERVER-45024 Add new function to handle range deletionMatthew Saltz2020-01-131-0/+1
* SERVER-42937 Implement Support for OCSP Stapling for OpenSSLShreyas Kalyan2020-01-061-0/+1
* SERVER-45171 Improve handling of transitive dependencies in hygienicAndrew Morrow2020-01-031-1/+1
* SERVER-44934 Support logging of Status and DBException in logv2Henrik Edin2019-12-182-0/+11
* SERVER-43333 Ingest driver SDAM testsLamont Nelson2019-12-051-0/+1
* Revert "SERVER-43333 Ingest driver SDAM tests"Annie Black2019-12-021-1/+0
* SERVER-43333 Ingest driver SDAM testsLamont Nelson2019-11-271-0/+1
* SERVER-44519: Label ExceededTimeLimit errors with RetryableWriteError labelLingzhi Deng2019-11-201-1/+1
* SERVER-42897 Validate base-level latchesRahul Sundararaman2019-11-191-0/+1
* SERVER-43331 Implement State Machine for Server Discovery and Monitoring SpecLamont Nelson2019-11-081-0/+4
* SERVER-44372 WeakFunction: a simplification of SHIM_ macrosBilly Donahue2019-11-072-259/+141
* SERVER-41245: Add RetryableWriteError error labelLingzhi Deng2019-11-065-167/+2
* SERVER-4393 Remove cpplint.py and lint.pyMark Benvenuto2019-10-281-6/+0
* SERVER-44132 DataBuilder move assignment computes size incorrectlyMark Benvenuto2019-10-232-3/+6
* SERVER-42659 Reserve QueryExceededMemoryLimitNoDiskUseAllowed errorJustin Seyster2019-10-231-0/+1
* SERVER-44025 Ensure isNamedCode specializations have internal linakageSpencer Jackson2019-10-171-1/+1
* SERVER-42423 Use ProjectionExecutor in ProjectionStageDefaultAnton Korshunov2019-10-111-1/+1
* SERVER-43418 ASSERT macro repairsBilly Donahue2019-10-021-1/+1
* SERVER-43202 propagate errors from interrupts during yieldingIan Boros2019-10-011-0/+1
* SERVER-42806 move base/backtrace test stuff to util/stacktrace_*Billy Donahue2019-09-304-332/+0
* SERVER-42029 Combine stacktrace posix and unwind filesBilly Donahue2019-09-201-38/+39
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-42908 Add ErrorCodes to retryable errors to match driversBen Caimano2019-09-091-312/+313
* SERVER-43032 simplify overflow_arithmetic.hBilly Donahue2019-08-281-2/+2
* SERVER-42821 Improve error message when operation killed because it exceeded ...Janna Golden2019-08-261-0/+2
* SERVER-42417 Introduce projection ASTIan Boros2019-08-221-0/+57
* SERVER-41961 Remove the `NOINLINE_DECL` and replace with `MONGO_COMPILER_NOIN...ADAM David Alan Martin2019-08-152-8/+6
* SERVER-42624 convert to error_codes.ymlBilly Donahue2019-08-134-412/+430
* SERVER-42368 Remove max shard key size limit of 512 bytesJamie Heppenstall2019-08-081-1/+0
* SERVER-41277 Create FLE Data Framing ClassesShreyas Kalyan2019-07-291-2/+3
* SERVER-40160 Remove `if_constexpr.h` header.ADAM David Alan Martin2019-07-272-5/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2716-164/+172
* SERVER-41369 Terminate the TransactionCoordinator retry logic if read concern...Kaloian Manassiev2019-07-231-1/+1
* SERVER-42164 Allowed ErrorCode::is{Category} to take a StatusBen Caimano2019-07-233-7/+27
* SERVER-36242 Optionally use libunwind for backtracesA. Jesse Jiryu Davis2019-07-174-6/+186
* SERVER-40785 Create WaitForMajorityService to allow waiting for write concern...Randolph Tan2019-07-161-0/+2
* SERVER-33259 add libunwind to third_partyBilly Donahue2019-07-152-0/+150