summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-0860-175/+272
* SERVER-26012 pass SOMAXCONN to calls to listenMatt Cotter2016-09-082-4/+2
* SERVER-25736 deleted Pipeline::Optimizations::LocalMaria van Keulen2016-09-081-5/+3
* SERVER-26022 collMod should copy ViewDefinition before modifyingJames Wahlin2016-09-083-2/+16
* SERVER-14596 fix variable nameMatt Cotter2016-09-081-6/+6
* SERVER-26011 Use all threads for secondary applicationMathias Stearn2016-09-082-15/+5
* SERVER-25071 Remove temporary invariantsMathias Stearn2016-09-081-8/+0
* SERVER-25949 Don't hang if BGSync::consume() is called after shutdown()Mathias Stearn2016-09-087-154/+10
* SERVER-26013 Add a missing library dependencyKaloian Manassiev2016-09-081-0/+1
* SERVER-24850 Make balancer skip namespaces which get dropped during analyisKaloian Manassiev2016-09-081-2/+8
* SERVER-14596 move free function escape out of bsonelementMatt Cotter2016-09-088-46/+54
* SERVER-25856 Rename _configsvr{Split,Merge}Chunks commands to _configsvrCommi...Spencer T Brody2016-09-0810-64/+66
* SERVER-26013 Add a tryLock method to the dist lock managerKaloian Manassiev2016-09-0812-23/+118
* SERVER-26013 Remove ShardingCatalogClient::distLock and cleanup DistLockManagerKaloian Manassiev2016-09-0819-83/+63
* SERVER-24536 Nodes can run an election while stepping down.Siyuan Zhou2016-09-081-4/+5
* SERVER-24920 fix false positives for `Value::integral` on non-integral decima...Sam Rossi2016-09-081-1/+1
* SERVER-25741 Disallow collection default collation if featureCompatibilityVer...Tess Avitabile2016-09-081-0/+8
* Revert "SERVER-25666 add invariants to ensure proper primary transition state...Eric Milkie2016-09-081-7/+0
* SERVER-25979 View graph invalid on WUOW rollbackJames Wahlin2016-09-081-0/+1
* SERVER-25910 fail setShardVersion on mongod if not running with --shardsvrEsha Maharishi2016-09-074-2/+13
* Revert "SERVER-25741 Disallow collection default collation if featureCompatib...Tess Avitabile2016-09-071-8/+0
* SERVER-25741 Disallow collection default collation if featureCompatibilityVer...Tess Avitabile2016-09-071-0/+8
* SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn2016-09-0724-115/+538
* SERVER-26012 temporarily comment out the test for windowsMatt Cotter2016-09-071-0/+2
* SERVER-25666 add invariants to ensure proper primary transition state changesEric Milkie2016-09-071-0/+7
* SERVER-24153 Add/refactor create() methods for DocumentSourcesCharlie Swanson2016-09-0719-222/+313
* SERVER-25997 Make mongos shutdown safer if the grid object is not yet initial...Andy Schwerin2016-09-071-4/+9
* SERVER-25868 Incomplete FTDC files on WindowMark Benvenuto2016-09-071-1/+3
* SERVER-25230 use ReplicaSetMonitor's ConnectionString when reloading shards f...Misha Tyulenev2016-09-073-7/+17
* SERVER-25889 Collection validation should fail if featureCompatibilityVersion...Tess Avitabile2016-09-072-6/+6
* SERVER-25868 Incomplete FTDC files on WindowsMark Benvenuto2016-09-073-7/+53
* SERVER-25895 JS Exceptions can overflow BufBuilderMark Benvenuto2016-09-071-14/+24
* SERVER-25978 Do not clear the CollectionShardingState map on stepdownKaloian Manassiev2016-09-075-22/+22
* SERVER-25982 Improve log message after finish event in data replicatorJudah Schvimer2016-09-071-1/+1
* SERVER-25742 Disallow per-op collation when featureCompatibilityVersion=3.2Tess Avitabile2016-09-079-0/+127
* SERVER-25975 print oplog on failures in optime.jsJudah Schvimer2016-09-071-13/+9
* SERVER-25977 Increase default assert.soon timeout to 5 minutesJudah Schvimer2016-09-071-1/+1
* SERVER-24600 Increase interruptibility of RemoteCommandTargeter::findHost.Andy Schwerin2016-09-0720-108/+110
* SERVER-25965 Use 'ceil' division when determining the optimal number of chunk...Kaloian Manassiev2016-09-062-7/+24
* SERVER-25186 fix comment for ViewCatalog::modifyViewKyle Suarez2016-09-061-1/+1
* SERVER-25186 check view collation during create/collModKyle Suarez2016-09-062-0/+30
* SERVER-25186 support a default collation for viewsKyle Suarez2016-09-0615-59/+190
* SERVER-22666 Test that basic sharded cluster upgrade procedure properly makes...Spencer T Brody2016-09-061-0/+3
* SERVER-24508 delete BSONElement::valuesEqual() in favor of BSONElementComparatorDavid Storch2016-09-066-19/+34
* SERVER-25887 fix autocomplete for NumberLongMatt Cotter2016-09-061-9/+10
* SERVER-25603 Quiet net resets in asio check openJason Carey2016-09-062-2/+3
* SERVER-25002 Wire in new _configsvrMergeChunks command so shards no longer ru...Spencer T Brody2016-09-0610-294/+317
* SERVER-24702 remove remnants of ShardingCatalogManagerImpl from ShardingTestF...Esha Maharishi2016-09-062-3/+1
* SERVER-23972 Disallow decimal insertion in legacy write mode when featureComp...Tess Avitabile2016-09-062-7/+6
* SERVER-25131: release collection/db locks on collection clone failure.Scott Hernandez2016-09-065-45/+111