summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15308 SERVER-17150 cancel current command on the primary when the node...Benety Goh2015-02-051-0/+8
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-022-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
* SERVER-16659 Better request/response parsing for cursor commandsJason Rassi2015-01-121-32/+41
* SERVER-16767: Add cursorInfo in mongos metricsMark Benvenuto2015-01-121-3/+34
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-122-2/+2
* SERVER-16657 Auth check for ops on cursors owned by global cursor mgrJason Rassi2015-01-121-8/+8
* optimize update request parsingEliot Horowitz2015-01-122-41/+65
* SERVER-16733 mongos does not fail when different configdb string is usedRandolph Tan2015-01-093-1/+238
* SERVER-16740 Log contents instead of pointer address in shardCollection failureRandolph Tan2015-01-081-8/+8
* SERVER-16683 Decrease mongos memory footprint when shards have several tagsRandolph Tan2015-01-0611-85/+149
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-0512-8/+30
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-055-0/+7
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-0530-14/+80
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Remove smart_ptr.hpp from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-053-0/+4
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-0515-0/+45
* SERVER-13256 Move PRINT macro to own header and incldue where neededAndrew Morrow2015-01-052-0/+2
* SERVER-13256 Move ptr<T> out of goodies to own headerAndrew Morrow2015-01-051-0/+1
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-2/+2
* SERVER-16694 check for shutdown definitively in bgsyncEric Milkie2014-12-304-0/+4
* SERVER-16523 listIndexes leave cursor open if >1 batch neededJason Rassi2014-12-231-1/+15
* SERVER-16522 listCollections leave cursor open if >1 batch neededJason Rassi2014-12-231-1/+15
* Whitespace fix for sharding error message re: numJumboChunksMatt Kangas2014-12-231-2/+2
* SERVER-16498 d_migrate.cpp should not rely on system.namespacesSiyuan Zhou2014-12-231-4/+10
* SERVER-16392 ShardInfo should stop using mapped to get size estimateRandolph Tan2014-12-196-69/+83
* SERVER-14306 Make sure mongos never requests more results than needed from th...Spencer T Brody2014-12-181-0/+5
* SERVER-16432 Chunk migration data structures not properly synchronizedRandolph Tan2014-12-181-118/+211
* SERVER-16495 Map Reduce Output to Collection Occasionally Kills the ServerRandolph Tan2014-12-171-13/+76
* SERVER-16432 Chunk migration data structures not properly synchronizedRandolph Tan2014-12-151-176/+261
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-121-7/+7
* SERVER-16273 createIndex is not sent to shards with no chunk for nsRandolph Tan2014-12-111-3/+6
* SERVER-16481 Replace internalShardingMaxSplitPointsPerOperationRandolph Tan2014-12-111-10/+6
* Revert "SERVER-16429 Get rid of assertWriteLocked which was doing incomplete ...Kaloian Manassiev2014-12-101-7/+7
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-101-7/+7
* SERVER-15674 Auto split of low top chunk does not move it to appropriate shar...Randolph Tan2014-12-055-61/+113
* SERVER-16423: Reduce NamespaceString temporariesMark Benvenuto2014-12-0411-69/+110