summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22114 fix code formatRandolph Tan2016-01-161-0/+1
* SERVER-22114 Avoid doing unnecessary repeated calls to DBConfig::_loadRandolph Tan2016-01-152-13/+31
* SERVER-22114 Remove unnecessary refresh in ChunkManagerTargeter::refreshNowRandolph Tan2016-01-159-106/+56
* SERVER-7656 Execute aggregation command on targeted shard if first stage is a...Charlie Swanson2016-01-131-13/+41
* SERVER-21571 Do not leak ChunkManager object on errorKaloian Manassiev2016-01-072-13/+16
* Revert "SERVER-21366 Periodically yield when applying migration deletions"Dan Pasette2015-12-181-37/+14
* SERVER-21366 Periodically yield when applying migration deletionsKaloian Manassiev2015-12-151-14/+37
* SERVER-21382 In chunk migration out-of-range deletes on the donor shard.Andy Schwerin2015-12-152-0/+19
* Revert "SERVER-21382 In chunk migration out-of-range deletes on the donor sha...Andy Schwerin2015-12-112-20/+0
* SERVER-21382 In chunk migration out-of-range deletes on the donor shard.Andy Schwerin2015-12-112-0/+20
* SERVER-20407 Sharded findAndModify should retry on shard version mismatchKaloian Manassiev2015-10-263-5/+18
* SERVER-20557 Active window setting is not being processed properlyRandolph Tan2015-09-241-25/+11
* SERVER-20460 Make listIndexes authz check backwards compatAndreas Nilsson2015-09-231-6/+19
* SERVER-19395 Write commands should use ShardConnectionsRandolph Tan2015-08-263-54/+25
* SERVER-17886 Don't call Request::getns() if message doesn't include nsJason Rassi2015-08-263-9/+12
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-07-2919-146/+194
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-07-28190-45146/+44426
* BUILD-770 Backport version info and source tarball changesJonathan Reams2015-07-101-1/+0
* SERVER-18955 Have ShardedClientCursor set the batch size before all callscharlie.page@gmail.com2015-07-012-23/+27
* Revert "SERVER-17470 Remove link to replset data in the http server"Siyuan Zhou2015-06-291-1/+1
* SERVER-17470 Remove link to replset data in the http serverSiyuan Zhou2015-06-291-1/+1
* SERVER-15192 Roll up of patches required to make logOp rollback safe in v3.0.Andy Schwerin2015-06-081-38/+80
* SERVER-17453 eval command is deprecatedSamantha Ritter2015-04-201-0/+5
* SERVER-17805 logOp / OperationObserver should always check shardversionRandolph Tan2015-04-012-1/+6
* SERVER-17529 Let find on system.namespaces imply listCollectionsAndreas Nilsson2015-03-291-6/+5
* SERVER-17653 Early allocate port for the HTTP interfaceKaloian Manassiev2015-03-271-3/+11
* SERVER-8188: make cursor timeout configurable on serverEliot Horowitz2015-03-251-1/+6
* SERVER-17570: Fix NT Service shutdown race conditionMark Benvenuto2015-03-191-0/+9
* SERVER-17499 Unify GodScope and fromDBDirectClient boolJason Rassi2015-03-091-1/+1
* SERVER-17300 Balancer tries to create config.tags index multiple timesRandolph Tan2015-03-042-11/+11
* SERVER-17398 Deadlock in MigrateStatus::startCommitRandolph Tan2015-03-031-1/+1
* SERVER-5004 Do not start new chunk moves if balancer is disabled mid balancin...Spencer T Brody2015-03-031-3/+25
* SERVER-17246 Invariant failure when dropping collection during chunk splitRandolph Tan2015-02-111-1/+5
* SERVER-17205 check for primary step down after obtaining write lockBenety Goh2015-02-111-0/+10
* SERVER-15308 SERVER-17150 cancel current command on the primary when the node...Benety Goh2015-02-051-0/+8
* SERVER-17173 Emulate listCollections/listIndexes in 3.0 mongos when communica...Andy Schwerin2015-02-051-40/+130
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-042-4/+5
* SERVER-17000 Drop the { ts: 1 } index during --upgradeRandolph Tan2015-01-262-0/+103
* Changes all relevant instances of 2.8 to 3.0Ramon Fernandez2015-01-224-7/+7
* SERVER-15691 acquiring balancer lock may fail and get stuck with concurrent w...Randolph Tan2015-01-221-5/+5
* SERVER-16913 Return connection to pool on mongos when checking config servers...Siyuan Zhou2015-01-201-0/+1
* SERVER-15802 if an equality over a single-field unique index can be used to i...David Storch2015-01-161-1/+2
* SERVER-16839 collStats command in mongos needs to be updated for new fieldsDan Pasette2015-01-151-0/+14
* SERVER-8994: Boost 1.56 fixesMark Benvenuto2015-01-151-0/+1
* SERVER-16754 correct shouldLog() to respect the current default componentEric Milkie2015-01-151-1/+1
* SERVER-13256 Rename chunk_diff-inl.cpp to a header to reflect its usageAndrew Morrow2015-01-154-19/+14
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-1515-45/+0
* SERVER-13256 Remove debug_util.h from pch.hAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-1583-0/+313
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-156-22/+22