summaryrefslogtreecommitdiff
path: root/src/mongo/base
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40528 Do not allow constructing ConstDataRange from boolJonathan Reams2019-04-171-2/+3
* SERVER-40631 Attach TransientTransactionError error label for network error c...Jack Mulrow2019-04-153-1/+53
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-112-7/+5
* SERVER-40389 use fmt in server, add readme file to third_party/fmtBilly Donahue2019-04-111-8/+13
* SERVER-40542 Remove references to pip2Mathew Robinson2019-04-101-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-0913-28/+23
* SERVER-32295 Support Python 3Mathew Robinson2019-04-081-18/+20
* SERVER-40389 small tweaks to third_party/fmt & related.Billy Donahue2019-04-082-2/+14
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-069-108/+268
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-051-0/+4
* SERVER-39175 Transactional bulkWrite error missing writeErrors (mongos)Randolph Tan2019-04-031-0/+4
* Revert "SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)"Benety Goh2019-04-031-4/+0
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-021-0/+4
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-2810-66/+16
* SERVER-40223 Ensure that the TransactionCoordinator will always complete if i...Kaloian Manassiev2019-03-211-0/+2
* SERVER-39675 Look up prepared txn for commit op in $changeStreamJustin Seyster2019-03-181-0/+3
* Revert "SERVER-36243 Use sized deallocation."Andrew Morrow2019-03-182-37/+18
* SERVER-36243 Use sized deallocation.Henrik Edin2019-03-122-18/+37
* SERVER-39085 fix index build setup in the IndexBuildsCoordinator during secon...Benety Goh2019-03-061-0/+1
* SERVER-39688 Support namespaces for ErrorExtraInfoJason Carey2019-03-066-1/+95
* SERVER-39778 Create WouldChangeOwningShard exceptionjannaerin2019-02-271-0/+1
* SERVER-39227 Mongos should always re-throw original error in a transactionJack Mulrow2019-02-251-2/+3
* SERVER-38522/SERVER-38715 Make all TransactionCoordinator tasks interruptibleKaloian Manassiev2019-02-222-2/+9
* SERVER-37786 Add new ChangeStreamFatalError codeBernard Gorman2019-02-221-0/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1391-95/+0
* SERVER-38583 Fix transaction insert writeError formatA. Jesse Jiryu Davis2019-02-122-0/+108
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-1/+2
* SERVER-39146 Refactor BatonJason Carey2019-02-051-0/+1
* SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommitQuorumI...Gregory Wlodarek2019-01-301-0/+1
* Revert "SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommi...Gregory Wlodarek2019-01-301-1/+0
* SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommitQuorumI...Gregory Wlodarek2019-01-301-0/+1
* SERVER-38891 Fix some `collection_cloner_test` races.ADAM David Alan Martin2019-01-251-0/+9
* SERVER-38412 Allow resuming from a high-water-mark pseudo resume tokenBernard Gorman2019-01-241-6/+0
* SERVER-38649 Add generic AlarmScheduler and AlarmRunnerJonathan Reams2019-01-151-0/+1
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-1/+1
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-073-4/+4
* Revert "SERVER-38649 Add generic AlarmScheduler and AlarmRunner"Jonathan Reams2019-01-041-1/+0
* SERVER-38649 Add generic AlarmScheduler and AlarmRunnerJonathan Reams2019-01-031-0/+1
* SERVER-38408 rename UUID::nil() to UUID::makeDefaultForChangeStream()Benety Goh2018-12-221-1/+1
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2018-12-221-0/+6
* SERVER-38248 Change StringMap implementation to absl::flat_hash_mapHenrik Edin2018-12-041-0/+4
* SERVER-37763 add support for aborting MultiIndexBlock index buildsBenety Goh2018-11-211-0/+1
* SERVER-38178 - Fix bug with data_type_terminated that caused seg-faults on da...Tyler Kaye2018-11-202-1/+15
* SERVER-36656 Add canary builders for XCode 10 and XCode 10 with C++17Andrew Morrow2018-11-171-2/+3
* SERVER-37124 Disambiguate DuplicateKey error and return keyPattern details in...James Wahlin2018-11-163-4/+4
* SERVER-32198 Split CollectionShardingState::getMetadata into three methodsKaloian Manassiev2018-11-141-1/+0
* SERVER-37613 Exchange error handling may deliver incorrect error code.Martin Neupauer2018-11-091-0/+1
* SERVER-37882 Switch the distributed transaction commit protocol to the RPC pr...Esha Maharishi2018-11-071-0/+2
* SERVER-37797 PCQ +multi +pipeJason Carey2018-11-021-0/+2
* SERVER-37350 Shards should reject writes in snapshot sharded transactions to ...Jack Mulrow2018-10-301-1/+2