summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-20651 do not allow mongos connect to mongod if mongod does not suppor...Misha Tyulenev2015-11-1918-48/+195
* SERVER-21530: Pass cache size and canonical name explicitly to WiredTigerKVEn...Geert Bosch2015-11-1911-60/+108
* SERVER-21564 simplify shardCollection in fsm's cluster.jsJudah Schvimer2015-11-191-5/+1
* SERVER-21384 Specify roots, not include_files in bulk_gle_passthrough suiteCharlie Swanson2015-11-191-2/+2
* SERVER-21361 Fix JS function body parsingJonathan Reams2015-11-192-9/+43
* SERVER-21384 Enable replication suites for in-memory storage enginesCharlie Swanson2015-11-196-2/+42
* no_delayJason Carey2015-11-194-0/+26
* SERVER-21359 let JS registerOperation take nullptrJason Carey2015-11-192-2/+8
* SERVER-21559 CheckReplDBHash testing hook in read_concern_majority_passthroug...Jonathan Abrahams2015-11-192-0/+4
* SERVER-21458 thread request timeout in to ConnectionPool::get in NetworkInter...Adam Midvidy2015-11-194-12/+68
* SERVER-21534 do not assume that setStreamNonBlocking will always succeedAdam Midvidy2015-11-193-9/+19
* SERVER-18744 New FSM workload for createIndex in backgroundJonathan Abrahams2015-11-191-0/+239
* SERVER-21543 Lengthen delay before deleting old journal filesCharlie Swanson2015-11-192-45/+53
* SERVER-21384 Enable replica set suites for in-memory storage enginesCharlie Swanson2015-11-1931-27/+206
* SERVER-21489 Fix broken passthrough suiteKaloian Manassiev2015-11-194-52/+52
* SERVER-20873 Add separate key file using 644 permissionJonathan Abrahams2015-11-193-24/+24
* SERVER-21491 Add input validation for 2dsphere index creationRobert Guo2015-11-192-5/+21
* SERVER-21523 Inject "threadCount" property after threadMgr.init().Max Hirschhorn2015-11-191-19/+27
* SERVER-21522 Make a copy of the $config before running a workload.Max Hirschhorn2015-11-192-13/+18
* SERVER-21326 Add a --verbose option to mongobridge.Max Hirschhorn2015-11-191-4/+21
* SERVER-21542 Optimize spinlock on non-windows systemsKaloian Manassiev2015-11-193-116/+45
* Revert "SERVER-21542 Optimize spinlock on non-windows systems"Kaloian Manassiev2015-11-193-45/+116
* Import wiredtiger-wiredtiger-mongodb-3.2.0-rc3-177-g9d375e3.tar.gz from wired...Ramon Fernandez2015-11-1984-1326/+3779
* SERVER-21542 replace non-standard pthread_yield with standardized sched_yieldMathias Stearn2015-11-191-1/+2
* SERVER-21340 Add basic test for sharding server statusRandolph Tan2015-11-191-0/+51
* SERVER-20996 - Avoid advancing cursors multiple timesDavid Hows2015-11-191-8/+8
* SERVER-21078 - Fix race conditions by using the session cache more within the...David Hows2015-11-193-10/+37
* SERVER-20877 - fix linting errorsDavid Hows2015-11-191-3/+3
* SERVER-21489 enableSharding should return error if sharding is already enabledKaloian Manassiev2015-11-186-82/+140
* SERVER-21533 Lock manager should not starve requestsKaloian Manassiev2015-11-182-8/+59
* SERVER-20877 - Allow getSession to specify if a WiredTiger txn is neededDavid Hows2015-11-193-2/+17
* SERVER-21542 Optimize spinlock on non-windows systemsMathias Stearn2015-11-183-116/+45
* SERVER-19510 Move text query parsing to TextMatchExpression::init()Jason Rassi2015-11-1831-314/+812
* SERVER-19510 Rename FTSQuery to FTSQueryImplJason Rassi2015-11-1815-82/+83
* SERVER-21451 Add jstestfuzz replica set to evergreenRobert Guo2015-11-182-0/+64
* SERVER-21320 When no port is provided for a configdb argument to mongos, assumeAndy Schwerin2015-11-182-1/+49
* SERVER-21481 optimize generating indices in BSONArrayBuilderAdam Midvidy2015-11-186-21/+1227
* SERVER-21261 distributed correctness: use the correct clusterRui Zhang2015-11-181-3/+5
* SERVER-21504 NetworkInterfaceASIO logging tweaksAdam Midvidy2015-11-181-6/+10
* SERVER-21329 Disable moveParanoia by defaultSpencer T Brody2015-11-185-24/+16
* SERVER-21490 give all NetworkInterfaceASIO threads a unique nameAdam Midvidy2015-11-187-12/+23
* SERVER-21215 If the config servers are all down, retry sharding state initial...Spencer T Brody2015-11-1816-98/+291
* SERVER-20564 reset overrides for $where testsKyle Suarez2015-11-181-93/+102
* SERVER-21340 Add config server optime to serverStatus for diagnosticsRandolph Tan2015-11-182-0/+14
* SERVER-21479 Check if listIndexes can find valid shardsRobert Guo2015-11-181-0/+4
* SERVER-21425 fix racy stepdown unit testEric Milkie2015-11-181-14/+21
* SERVER-21392 Fix broken unit-test replset_dist_lock_manager_testKaloian Manassiev2015-11-181-5/+9
* SERVER-21216 Fix FreeBSD & OpenBSD compilation, add stack_locatorMark Benvenuto2015-11-175-6/+62
* SERVER-21497 Disable yield_geo_near_dedup.js when balancer is running.Max Hirschhorn2015-11-172-0/+8
* SERVER-21233 Sharding config servers should not be pinging the distributed lockRandolph Tan2015-11-177-111/+184