summaryrefslogtreecommitdiff
path: root/src/mongo/base
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-36280 Create a feature tracker bit indicating the existence of...Eric Milkie2018-08-231-5/+1
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-221-1/+5
* SERVER-36730 Correct error codes to be consistent with 4.0.1jannaerin2018-08-211-5/+5
* SERVER-35731 Prevent a repaired node from re-joining a replica setLouis Williams2018-08-171-0/+3
* SERVER-36278 Remove the 1KB index key size limit in FCV42Xiangyu Yao2018-08-151-0/+1
* SERVER-36265: Expose a $backupCursor aggregation stage.Daniel Gottlieb2018-08-081-1/+1
* SERVER-35808 Returns error when new txns start on a session with existing pre...Pavi Vetriselvan2018-08-021-0/+1
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutJames Wahlin2018-07-241-2/+4
* SERVER-30173 Make moveChunk report orphaned range deletion errors consistentlyCheahuychou Mao2018-07-201-0/+1
* SERVER-36148 allow downgrade to 4.0 in the presence of long index namespaces.Benety Goh2018-07-191-1/+0
* SERVER-35824 disallow downgrade to 4.0 if long index namespaces are detectedBenety Goh2018-07-131-0/+1
* SERVER-36013 Remove isMMAPv1 predicates and resulting dead codeGeert Bosch2018-07-111-1/+1
* SERVER-33697 Provide sanity check on the number of cached sessionsCheahuychou Mao2018-07-091-0/+1
* SERVER-35388 Improve misleading error messages for operations banned in trans...Samy Lanka2018-06-251-0/+1
* SERVER-35517 Add failpoint mechanism to the mongo shellBen Caimano2018-06-081-0/+1
* SERVER-34748 Added error code check to wtRCToStatus; provides friendlier retu...Ben Judd2018-06-071-0/+1
* SERVER-34817 find replace from InterruptedDueToReplStateChange error code to ...Nathan Louie2018-06-061-3/+3
* SERVER-34906 Rename CannotSatisfyWriteConcern to UnsatisfiableWriteConcernNathan Louie2018-06-051-2/+2
* SERVER-32088: ChangeStream resumeAfter does not work on sharded collections i...Nick Zolnierz2018-05-291-0/+1
* SERVER-35055 keyed executorJason Carey2018-05-251-0/+1
* SERVER-34944 Create a shim-override mechanism.ADAM David Alan Martin2018-05-241-6/+60
* Revert "SERVER-34944 Create a shim-override mechanism."Louis Williams2018-05-241-60/+6
* SERVER-34944 Create a shim-override mechanism.ADAM David Alan Martin2018-05-231-6/+60
* SERVER-34893 Embedded authorization componentsADAM David Alan Martin2018-05-221-1/+1
* SERVER-33244 All lock acquisitions for transaction operations obey maxTransac...Dianna Hohensee2018-05-141-3/+4
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-112-5/+3
* SERVER-34794 Construct the global ServiceContext inside a MONGO_INITIALIZERAndy Schwerin2018-05-025-58/+28
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-304-4/+303
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-303-296/+4
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-0/+15
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-273-4/+296
* SERVER-34583 Clean up transaction error codes.Matthew Russotto2018-04-261-1/+1
* SERVER-34600 uassert if using getParameter to read uninitialized fCVMaria van Keulen2018-04-231-0/+1
* SERVER-33951 Abort transactions when the pending writes pass 16MB worth of wr...Matthew Russotto2018-04-131-0/+2
* SERVER-33501 Support retryable writes for commitTransaction commandSiyuan Zhou2018-04-111-0/+1
* Revert "SERVER-33501 Support retryable writes for commitTransaction command"William Schultz2018-04-111-1/+0
* SERVER-33501 Support retryable writes for commitTransaction commandSiyuan Zhou2018-04-101-0/+1
* SERVER-34220 Write Curl Networking ImplMark Benvenuto2018-04-101-0/+3
* SERVER-33906 Callback registration for logs in embedded C API.Henrik Edin2018-04-101-0/+1
* SERVER-34271 Rename ErrorCodes::isStaleShardingError to ErrorCodes::isStaleSh...Esha Maharishi2018-04-031-1/+1
* SERVER-33432 Abort transaction on write conflicts and other exceptions.Siyuan Zhou2018-03-271-0/+1
* SERVER-33453 - Add timestamp support to the ChunkManagerMartin Neupauer2018-03-271-1/+2
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-268-94/+63
* SERVER-33568 Support StringBuilder << streaming for Status and StatusWith<T>Mathias Stearn2018-03-263-10/+40
* SERVER-29213: Have WiredTiger support recoverToStableTimestamp.Daniel Gottlieb2018-03-241-1/+0
* SERVER-33643 refactor processInfo to no longer depend on globalRobert Guo2018-03-151-1/+1
* SERVER-33098 Make shards check the client's databaseVersion and throw StaleDb...Esha Maharishi2018-03-121-0/+1
* SERVER-33629 Deinitialization support for MONGO_INITIALIZER. Done via the Glo...Henrik Edin2018-03-1212-55/+428
* SERVER-22411 Refactor Windows Certificate PEM file loadingMark Benvenuto2018-03-081-3/+6
* SERVER-33572 Add ProducerConsumerQueue to utilJason Carey2018-03-081-0/+2