summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28467 sign range of timesMisha Tyulenev2017-06-063-13/+74
* Import wiredtiger: 7aaeaaa054d1ac27a95c79984f7ca69ba739caae from branch mongo...Alex Gorrod2017-06-07680-3776/+10593
* SERVER-27769 Add wallClock time to oplogMisha Tyulenev2017-06-062-5/+24
* SERVER-28445 Compute operationTime in command error responseMisha Tyulenev2017-06-061-14/+12
* SERVER-29458 Fix building on FreeBSDADAM David Alan Martin2017-06-061-0/+8
* Revert "SERVER-29434 Don't accept empty timestamps for readConcern afterClust...Judah Schvimer2017-06-061-5/+0
* SERVER-29037: Updated logging in replication coordinator to show new replSetC...Allison Chang2017-06-061-1/+3
* SERVER-28608 Vendorize the timelib libraryDerick Rethans2017-06-0637-0/+82286
* SERVER-29434 Don't accept empty timestamps for readConcern afterClusterTimeJack Mulrow2017-06-061-0/+5
* SERVER-28458 Unit test wall clock reset admin errorsJack Mulrow2017-06-062-2/+74
* SERVER-2938 Improved lock file error messageGWlodarek2017-06-062-6/+19
* SERVER-27633 Rename reloadShardRegistryUntilSuccess in sharding_initializatio...chorn2017-06-064-7/+8
* Revert "SERVER-28944 change validate() reporting order"Max Hirschhorn2017-06-051-6/+3
* SERVER-28767 UpdateNode::apply uses exceptions instead of Status.Justin Seyster2017-06-0515-1408/+1402
* SERVER-29020 Upgrade vendored copy of ASIO to 524288cb4fcf84664b3dc39cb4424c7...Spencer Jackson2017-06-05964-98240/+109259
* SERVER-28944 change validate() reporting orderRobert Guo2017-06-051-3/+6
* SERVER-28300 Fix lintsamantharitter2017-06-053-6/+8
* SERVER-29073 Allow variable definition within $lookupJames Wahlin2017-06-056-61/+274
* SERVER-29240 Add test to ensure valid index creation for capped collections d...William Schultz2017-06-051-0/+18
* SERVER-29238 Implement ServiceStateMachineJonathan Reams2017-06-0515-194/+900
* SERVER-28300 Implement mock libraries to test logical session cacheSamantha Ritter2017-06-058-0/+849
* SERVER-28300 Implement the logical session cacheSamantha Ritter2017-06-057-8/+440
* SERVER-28300 Add interfaces for logical session cache supporting typesSamantha Ritter2017-06-055-0/+251
* SERVER-28300 Make PeriodicRunnerASIO more resilientsamantharitter2017-06-052-3/+9
* SERVER-29441 Clean up declaration of the cpuprofiler libraryAndrew Morrow2017-06-052-40/+38
* SERVER-29327: Prevent DBDirectClient from storing MaxTimeMS on cursorsSpencer Jackson2017-06-053-14/+23
* SERVER-29443 Fix iOS and tvOS compilesAndrew Morrow2017-06-052-1/+5
* SERVER-29253 Migrate cursor manager to the client cursor lib.ADAM David Alan Martin2017-06-0513-53/+44
* SERVER-29342 Fix build on windosNathan Myers2017-06-022-4/+1
* SERVER-29342 CollectionShardState/RangeDeleter support for safe secondary readsNathan Myers2017-06-029-146/+337
* SERVER-28743: Have WiredTiger data structures be --groupCollections aware.Daniel Gottlieb2017-06-0219-894/+1934
* SERVER-29237 add maxConnecting in asio connpoolJason Carey2017-06-026-6/+249
* SERVER-28767 Create IncNode/MulNodeJustin Seyster2017-06-0211-79/+2173
* SERVER-29333 replace incorrect use of getStatusFromCommandResult in ShardServ...Dianna Hohensee2017-06-021-6/+24
* SERVER-29334 remove dotted field name check from BSONObj::okForStorageDianna Hohensee2017-06-024-100/+11
* SERVER-29396 Fix logical clock unit test for kMaxAcceptableLogicalClockDriftS...Kevin Pulo2017-06-021-3/+3
* SERVER-29396 maxAcceptableLogicalClockDriftSecs must be positiveKevin Pulo2017-06-022-15/+15
* Revert "SERVER-29342 CollectionShardState/RangeDeleter support for safe secon...Nathan Myers2017-06-019-337/+146
* SERVER-29342 CollectionShardState/RangeDeleter support for safe secondary readsNathan Myers2017-06-019-146/+337
* SERVER-29274 make reaper mandatory in Database::dropCollection()Benety Goh2017-06-015-121/+99
* SERVER-29315 Fix lint issue.ADAM David Alan Martin2017-06-011-2/+2
* SERVER-29315 Fix `clonable_ptr_test` in UBSANADAM David Alan Martin2017-06-012-28/+30
* SERVER-29002: Fixed typo in IndexBoundsBuilder::simpleRegexAnne Lim2017-06-011-1/+1
* SERVER-29283 Fix circular shared_ptr dependency in the periodic runnersamantharitter2017-06-014-62/+153
* SERVER-29210: Manage WiredTiger checkpoints in MongoDB.Daniel Gottlieb2017-06-012-2/+56
* SERVER-27310 Add support for zlib wire protocol compressionHannes Magnusson2017-06-019-3/+293
* SERVER-29197 initial sync now builds capped indexes correctlyEric Milkie2017-05-312-22/+61
* SERVER-28837 Do not attempt to subtract negative cursorTimeoutMillis.Justin Seyster2017-05-311-2/+7
* SERVER-29274 applyCommand_inlock() passes optime from oplog entry to mongo::d...Benety Goh2017-05-311-1/+1
* SERVER-29274 Database::dropCollection() renames collection using provided dro...Benety Goh2017-05-312-28/+128