summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35979 Split ssl_otions and decouple from main runtimeSara Golemon2018-07-0914-992/+1122
* SERVER-33697 Provide sanity check on the number of cached sessionsCheahuychou Mao2018-07-0910-26/+52
* SERVER-35305 Added timeOpenMicros to CurrentOp's transaction sub-documentjinichu2018-07-092-33/+22
* Import wiredtiger: 333460997573558235254cb7e84dad765bb844a7 from branch mongo...Luke Chen2018-07-0924-51/+140
* SERVER-35522 Implement dummy version of Biggie store for new in memory storageAudrey Fang2018-07-064-1/+713
* SERVER-35998 Do not include deprecatedSingleName options in --help outputSara Golemon2018-07-061-10/+13
* SERVER-35984 Remove remaining MMAPv1 testingGeert Bosch2018-07-061-26/+0
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-06155-33895/+79
* SERVER-35894 The initial implementation of the producer document sourceMartin Neupauer2018-07-069-36/+958
* SERVER-32907 Make resmoke pass TestData.setParameters to mongo shell as a Jav...William Schultz2018-07-061-27/+17
* Revert "SERVER-31031 Skip oplog entries that are unrelated to the chunk being...Blake Oler2018-07-061-14/+3
* SERVER-35293 Add counts of active and inactive transactions to serverStatusNathan Louie2018-07-062-0/+8
* SERVER-35985 Destroy clients started in other threads.Max Hirschhorn2018-07-062-0/+29
* SERVER-35200 Speed up steady state oplog fetching failure detectionWilliam Schultz2018-07-0612-31/+213
* SERVER-35893: Update $out to accept new syntaxNick Zolnierz2018-07-0517-53/+546
* SERVER-35460 Replaced CommandReplyBuilder with direct usage of ReplyBuilderIn...Anthony Roy2018-07-0523-149/+216
* SERVER-35961 Remove unitialized count variable in MapReduce commandBen Caimano2018-07-051-4/+6
* SERVER-31031 Skip oplog entries that are unrelated to the chunk being migratedBlake Oler2018-07-051-3/+14
* SERVER-35294 Add total number of open transactions to serverStatusNathan Louie2018-07-051-0/+1
* SERVER-35157 Add transactions latency tracking to OperationLatencyHistogramNathan Louie2018-07-054-5/+12
* SERVER-35173 Added autocommit value to currentOp's transaction sub-documentjinichu2018-07-056-22/+151
* SERVER-35671 Add handling so closeAll, on failure, leaves UUIDCatalog inBen Judd2018-07-052-2/+4
* SERVER-35596 "max" field of the createCollection command should be sanitized ...Sean Tao2018-07-052-3/+50
* SERVER-35965 Improve storage documentation for RecoveryUnit, RecordStore and ...Louis Williams2018-07-053-45/+80
* SERVER-34129 Don't hold database or collection locks during oplog truncationXiangyu Yao2018-07-051-20/+32
* SERVER-35164 cappedDeleteAsNeeded should not be a public methodAudrey Fang2018-07-052-12/+16
* SERVER-29917 Alias server options starting with 'ssl' to parameters starting ...Gregory Noma2018-07-0513-355/+899
* SERVER-35715 Remove nopreallocj and smallfiles options from testsGeert Bosch2018-07-056-35/+2
* SERVER-32509 Remove --repair error reporting and "mobile" referenceSulabh Mahajan2018-07-051-7/+0
* SERVER-32509 Report error for unsupported startup-options with Mobile SESulabh Mahajan2018-07-053-0/+27
* SERVER-35765 Allow small discrepancy in computed geo distances.Charlie Swanson2018-07-041-7/+3
* SERVER-23282 diagnostic log message on unexpected CSRS replset nameKevin Pulo2018-07-041-2/+3
* SERVER-35948 Clean up stale TODO comments in query system code.David Storch2018-07-034-13/+2
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-0327-66/+226
* SERVER-35710 Remove extentFreeList reporting from the mongos dbStats cmd in c...Dianna Hohensee2018-07-031-15/+0
* SERVER-35428 Added ability to add two OpDebug objects togetherjinichu2018-07-0317-109/+393
* SERVER-34009 Remove old version of $mergeCursorsCharlie Swanson2018-07-033-315/+17
* SERVER-35729 Create explicit Session state transition tableJudah Schvimer2018-07-034-69/+240
* SERVER-34810 do not kill new sessions in logical session cacheMisha Tyulenev2018-07-031-1/+12
* SERVER-35585 Make PeriodicRunner jobs be pausable/resumableMatthew Saltz2018-07-034-47/+334
* SERVER-35131 Remove system.namespaces and system.indexes-specific UUID handli...Audrey Fang2018-07-035-25/+9
* SERVER-35259 Reactivate the snapshot window by changing the default from 0 to...Dianna Hohensee2018-07-031-1/+1
* SERVER-35441 Make dropDatabase/dropCollection clean up config.tagsCheahuychou Mao2018-07-032-0/+40
* Import wiredtiger: 27f8e047911ff31500fecf4ea760e688ec541b97 from branch mongo...Luke Chen2018-07-0347-938/+1261
* SERVER-35058 Do not rely only on heartbeats to signal secondary positions in ...Vesselina Ratcheva2018-07-025-77/+208
* SERVER-18341 Matcher returns false positives in comparison predicates with Mi...Minji2018-07-022-35/+134
* SERVER-35662 Make Future::isReady() use memory_order_acquireMathias Stearn2018-07-021-3/+1
* SERVER-35602 Add support to benchRun for atClusterTime reads with adjustable ...Dianna Hohensee2018-07-022-10/+151
* SERVER-35908 Shutdown the service entry point before embedded in mongoed to m...Henrik Edin2018-07-021-1/+9
* SERVER-35918 Check that dropCollection cleans up config.chunks and updates co...Cheahuychou Mao2018-07-021-0/+73