summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-21603 Revert to old format for gleStats if being talked to by an old m...r3.2.0-rc4Spencer T Brody2015-11-245-11/+15
* SERVER-21643: fix compile on osxScott Hernandez2015-11-241-7/+7
* SERVER-21653 do not cache lastoptime decoration from Client objectEric Milkie2015-11-244-17/+10
* SERVER-21249 only restart heartbeats once when a node cannot find a syncsourcematt dannenberg2015-11-243-20/+29
* SERVER-21643: Add server metrics for the Replication ExecutorScott Hernandez2015-11-247-27/+96
* Import wiredtiger-wiredtiger-mongodb-3.2.0-rc3-206-gb65381f.tar.gz from wired...Ramon Fernandez2015-11-246-65/+72
* SERVER-21640 fix race in getting size of _serviceRunners in NetworkInterfaceASIOAdam Midvidy2015-11-241-17/+15
* SERVER-21636 fix testing snapshots in isolationmatt dannenberg2015-11-241-1/+1
* SERVER-21639 set ResultFlag_ShardConfigStale on OP_QUERY command replies if n...Adam Midvidy2015-11-234-4/+35
* Remove unused variable from WT RecoveryUnitGeert Bosch2015-11-231-1/+0
* SERVER-21588 sharding_legacy_multiversion not using v3.0 mongosRandolph Tan2015-11-231-1/+3
* Import wiredtiger-wiredtiger-mongodb-3.2.0-rc3-199-g4d72349.tar.gz from wired...Ramon Fernandez2015-11-236-47/+59
* SERVER-21626 Do not fassert if namespace gets dropped during balancingKaloian Manassiev2015-11-231-5/+7
* SERVER-21571 Do not leak ChunkManager object on errorKaloian Manassiev2015-11-232-21/+15
* SERVER-21627: Increase journal buffer limit for debug buildsGeert Bosch2015-11-231-1/+1
* SERVER-21606 inMemory storage engine should support touch commandCharlie Swanson2015-11-234-0/+21
* SERVER-21605 Compact command should error on inMemory storage engineCharlie Swanson2015-11-231-1/+1
* SERVER-21078: Avoid unsafe sessionCache usage in waitUntilDurableGeert Bosch2015-11-204-14/+35
* SERVER-21590 reject majority readConcern in PV0matt dannenberg2015-11-201-0/+12
* SERVER-21589 SERVER-21362 disable journal sync in PV0matt dannenberg2015-11-202-1/+10
* Revert "SERVER-21078 - Fix race conditions by using the session cache more wi...Geert Bosch2015-11-203-37/+10
* SERVER-21096: only record election win in PV1Scott Hernandez2015-11-202-3/+14
* SERVER-21487 Add new suite for running 3.2 SCCC cluster with 3.0 mongos again...Randolph Tan2015-11-202-9/+17
* SERVER-21521: Add a version token to encrypted rollbacksSpencer Jackson2015-11-201-1/+1
* SERVER-21520: Ensure encrypted rollback files end in '.enc'Spencer Jackson2015-11-203-0/+20
* SERVER-21515: Add mongodecrypt to dist targetSpencer Jackson2015-11-201-1/+13
* Import wiredtiger-wiredtiger-mongodb-3.2.0-rc3-192-g4898aa4.tar.gz from wired...Michael Cahill2015-11-2011-127/+130
* SERVER-21327 Add bridgeOptions to ReplSetTest and ShardingTest.Max Hirschhorn2015-11-204-11/+84
* SERVER-21486 Redact bypassDocumentValidation from user privilege set when bei...Spencer T Brody2015-11-197-11/+73
* SERVER-21527 Cleanup usages of getShard for resolving host to shardKaloian Manassiev2015-11-199-47/+38
* SERVER-21483 Don't reorder capped inserts on secondariesMathias Stearn2015-11-191-5/+45
* SERVER-21454 Lint replsettest.jsKamran Khan2015-11-191-160/+169
* SERVER-20651 do not allow mongos connect to mongod if mongod does not suppor...Misha Tyulenev2015-11-1915-36/+144
* SERVER-21530: Pass cache size and canonical name explicitly to WiredTigerKVEn...Geert Bosch2015-11-1910-45/+87
* SERVER-21361 Fix JS function body parsingJonathan Reams2015-11-191-6/+37
* no_delayJason Carey2015-11-194-0/+26
* SERVER-21359 let JS registerOperation take nullptrJason Carey2015-11-191-0/+6
* 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-21543 Lengthen delay before deleting old journal filesCharlie Swanson2015-11-191-1/+5
* SERVER-21491 Add input validation for 2dsphere index creationRobert Guo2015-11-191-4/+10
* 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-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-182-0/+33