summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29135 Add post-image lookup to $changeNotificationCharlie Swanson2017-08-0123-158/+916
* SERVER-29506 Require $changeNotification to be the first stage.Charlie Swanson2017-08-0129-183/+292
* SERVER-29501 Make catchup takeover timeout configurableSamy Lanka2017-08-017-43/+140
* SERVER-30023 Move createDatabase to configserverJessica Yu2017-08-0116-636/+620
* SERVER-28752 Use IDL write_ops everywhere instead of Batched Insert/Update/De...Kaloian Manassiev2017-08-0140-3328/+1094
* SERVER-30441 Correctly set the _hasField value when deserializing from OpMsgR...Kaloian Manassiev2017-08-011-0/+14
* SERVER-30448 read collection options from CatalogCache in configsvrShardColle...Esha Maharishi2017-08-011-8/+16
* SERVER-29760 propagate UUID from primary shard to config server on shardColle...Esha Maharishi2017-08-015-5/+78
* SERVER-30445 A non-full validation should also return the number of invalid d...Gregory Wlodarek2017-08-012-9/+2
* SERVER-30453 reorganize CollectionImpl's headers to follow the correct formatGregory Wlodarek2017-08-011-1/+2
* SERVER-30453 Remove the record_store_validate_adaptor library and move its so...Gregory Wlodarek2017-08-015-18/+6
* SERVER-29791 changing meaningless 'const bool' return types to 'bool' in Shar...Dianna Hohensee2017-08-012-5/+5
* SERVER-30268 unwrap command object when injecting readConcern clauseMisha Tyulenev2017-08-011-13/+22
* SERVER-29182: Ensure propagation of user ID in usersInfoSpencer Jackson2017-08-011-5/+3
* SERVER-30185 Call setInitialDataTimestamp at the beginning and end of initial...Judah Schvimer2017-08-015-0/+36
* SERVER-30350 Move the RecordStoreValidateAdaptor into its own file from Colle...Gregory Wlodarek2017-08-015-239/+373
* SERVER-30259 Change calculations in timelib to use seconds East instead of mi...Derick Rethans2017-08-0142-916/+1283
* Import wiredtiger: 2e9744d11a65c63ba7445060dc78371250f04051 from branch mongo...Alex Gorrod2017-08-01109-1529/+4276
* SERVER-30292 split mind-bogglingly humongous shardCollection command body int...Esha Maharishi2017-07-311-503/+551
* SERVER-29959 Update rollback of renameCollection commands to use UUIDsAllison Chang2017-07-316-129/+957
* SERVER-30416 Update nonreplicated UUIDs in admin.system.version collModsMaria van Keulen2017-07-311-2/+4
* SERVER-30249 wait for the signing keys to be available in mongos at startupMisha Tyulenev2017-07-312-3/+51
* SERVER-30406 Test view catalog invalidation due to renaming to/from system.viewsGeert Bosch2017-07-311-5/+4
* SERVER-28773 UpdateNode::apply should take a parameter structTess Avitabile2017-07-3146-9835/+2766
* SERVER-30262 Update session info during batch apply in secondariesJack Mulrow2017-07-3110-16/+300
* SERVER-30435: Log username which failed to meet authenticationRestrictionSpencer Jackson2017-07-311-2/+2
* SERVER-29182: Add restriction support to the usersInfo commandSpencer Jackson2017-07-315-29/+70
* SERVER-30434: Process authenticationRestrictions in FCV 3.4Spencer Jackson2017-07-316-127/+10
* Revert "SERVER-29424 better windows dump naming"Robert Guo2017-07-311-7/+2
* SERVER-30318 Remove workaround for multiple instances of OperationContextSess...Randolph Tan2017-07-312-8/+3
* SERVER-30398 setFeatureCompatibilityVersion shouldn't disable custom rolesSara Golemon2017-07-301-0/+6
* SERVER-29284 Add support for UTC offsets to $dateFromStringDerick Rethans2017-07-303-22/+72
* SERVER-29920 Restore missing message once listeningAndrew Morrow2017-07-292-7/+19
* SERVER-30282 Update transaction progress to sessions tableRandolph Tan2017-07-283-31/+81
* SERVER-30318 Allow multiple instances of OperationContextSession per Operatio...Randolph Tan2017-07-283-11/+60
* SERVER-29672 Make Config/ShardCatalogCacheLoader decorations on ServiceContextKaloian Manassiev2017-07-2818-102/+143
* SERVER-29057 createCollectionForApplyOps uses randomly generated temporary co...Benety Goh2017-07-281-2/+11
* SERVER-29057 renameCollection() uses randomly generated temporary collection ...Benety Goh2017-07-281-3/+12
* SERVER-29057 convertToCapped uses randomly generated temporary collection nameBenety Goh2017-07-281-13/+11
* Revert "SERVER-25057 convertToCapped uses randomly generated temporary collec...Benety Goh2017-07-281-11/+13
* Revert "SERVER-25057 renameCollection() uses randomly generated temporary col...Benety Goh2017-07-281-12/+3
* SERVER-30260 Fix race condition in endAllSessionsJonathan Reams2017-07-284-78/+101
* SERVER-25057 renameCollection() uses randomly generated temporary collection ...Benety Goh2017-07-281-3/+12
* SERVER-25057 convertToCapped uses randomly generated temporary collection nameBenety Goh2017-07-281-13/+11
* SERVER-30254 temporarily disabling split_chunk_test.cpp until the fix is comm...Dianna Hohensee2017-07-281-11/+0
* SERVER-30174 Add a check for interrupts.Martin Neupauer2017-07-284-0/+8
* SERVER-29057 add Database::makeUniqueCollectionNamespace()Benety Goh2017-07-284-0/+190
* SERVER-29981 Added check_closed function to embedded_transportTed Tuckman2017-07-281-1/+5
* SERVER-30316 Refactor CollectionImpl's validate() into smaller subcomponentsGregory Wlodarek2017-07-271-130/+191
* SERVER-30258 Fix async networking on Windows/SSL testsJonathan Reams2017-07-273-18/+37