summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19492 Use ThreadPoolTaskExecutor instead of ReplicationExecutor in uni...Andy Schwerin2015-07-2117-46/+155
* SERVER-19494 Don't shutdown mongobridge on empty responseSpencer T Brody2015-07-211-2/+5
* SERVER-19500 Remove shard version checking for write command explainKaloian Manassiev2015-07-211-5/+0
* SERVER-19500 Cleanup explain logicKaloian Manassiev2015-07-2114-584/+466
* SERVER-18997 Enforce value of boolean byte in bson validationAndrew Morrow2015-07-212-3/+26
* SERVER-19431 Remove little endian assumption from BSON db hashAndrew Morrow2015-07-211-5/+6
* SERVER-19499 Print out FSM workload schedules in the concurrency suiteKamran Khan2015-07-211-0/+11
* SERVER-8843 Return large page fault numbers as doublesAndrew Morrow2015-07-211-1/+4
* SERVER-9666 Fold SSLManager library into networkAndrew Morrow2015-07-211-18/+5
* SERVER-9666 Remove test watchdog and support codeAndrew Morrow2015-07-214-76/+0
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-2154-269/+382
* SERVER-19376 Make SpiderMonkey the default JS EngineJason Carey2015-07-211-1/+1
* post 3.1.6Ernie Hershey2015-07-211-1/+1
* SERVER-19371 FSM - Blacklist failing workloads in Replication & Sharded suitesJonathan Abrahams2015-07-213-1/+3
* BUMP 3.1.6r3.1.6Ernie Hershey2015-07-201-1/+1
* SERVER-18982: do inserts as inserts in replicationScott Hernandez2015-07-207-41/+115
* SERVER-17464: check for interrupts (like during shutdown) in clonerScott Hernandez2015-07-207-6/+29
* add idea artifacts to gitignoreScott Hernandez2015-07-201-0/+4
* SERVER-19475: Decrease Mongo-perf evergreen batch time, and add 1-Node MMAPdalyd2015-07-201-12/+32
* bump tools to 3.1.6Ramon Fernandez2015-07-201-1/+1
* SERVER-533 Add aggregation stage to randomly sample documentsCharlie Swanson2015-07-2013-35/+675
* Revert "$sample"Charlie Swanson2015-07-2013-675/+35
* $sampleCharlie Swanson2015-07-2013-35/+675
* SERVER-18846: Converts DocumentSourceTests into unit testsJames Cohan2015-07-207-2117/+2031
* SERVER-18911 Fix source tarball directory prefixJonathan Reams2015-07-201-1/+1
* SERVER-18195 remove unneeded deferred readAfterOpTime testsEric Milkie2015-07-201-54/+0
* SERVER-18531 Additional fixes for SpiderMonkeyJason Carey2015-07-2014-59/+42
* SERVER-19039 Buffer fetched documents in geoNearBrandon Zhang2015-07-207-227/+172
* SERVER-19168 Move variable declarationsKevin Albertson2015-07-201-2/+3
* SERVER-19083 Strip out WT internal metadata from creation string.Max Hirschhorn2015-07-202-1/+49
* SERVER-19207 SERVER-19210 committed reads wait for a committed snapshot and r...matt dannenberg2015-07-1924-75/+185
* SERVER-19205 change all ReadAfterOpTime objects to be ReadConcern objectsmatt dannenberg2015-07-1921-384/+417
* SERVER-19209 drop all snapshots during resyncmatt dannenberg2015-07-197-1/+24
* SERVER-19307 fixed crash in getMore downconversion - DBClientConnection::getM...Benety Goh2015-07-181-0/+7
* SERVER-18958 Changes geo query covering levelsKevin Albertson2015-07-174-16/+37
* SERVER-19168 Change default index levels for non-point geometriesKevin Albertson2015-07-171-18/+30
* SERVER-19072 Make S2 index keys numericKevin Albertson2015-07-178-116/+279
* SERVER-18921 Index points to finest levelKevin Albertson2015-07-176-14/+51
* SERVER-19097 Add version 3 to 2dsphere indexKevin Albertson2015-07-1718-213/+431
* SERVER-19428 ESE error message improvementAndreas Nilsson2015-07-171-1/+1
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-1764-133/+332
* Import wiredtiger-wiredtiger-2.6.1-284-g42823c9.tar.gz from wiredtiger branch...Michael Cahill2015-07-1765-798/+1009
* SERVER-19462 Changed std::chrono to stdx::chrono in r2_region_coverer_test.cppBrandon Zhang2015-07-171-1/+1
* SERVER-19417: Add MMAP variant to Mongo-Perf Evergreen loopdalyd2015-07-161-0/+22
* SERVER-19462 Additional R2CellUnion and S2CellUnion functionsBrandon Zhang2015-07-165-36/+431
* SERVER-18766 Convert ClusterClientCursor to an interfaceJason Rassi2015-07-166-33/+82
* Change to std::string on files depending on s2Kevin Albertson2015-07-164-14/+17
* SERVER-19454 Remove useless check of shard host from movePrimary commandSpencer T Brody2015-07-168-29/+0
* SERVER-19426 Validate "o" field for applyOps command operations.J Delaney2015-07-162-4/+31
* SERVER-19375 choose new sync source based on last fetched op rather than last...matt dannenberg2015-07-1613-55/+62