summaryrefslogtreecommitdiff
path: root/src/mongo/client/parallel.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25009 when ReplicaSetMonitor::get() fails, report nameserver-25009-null-checkNathan Myers2016-09-191-1/+3
* SERVER-25009 check null ReplicaSetMonitor::get(), connection stringNathan Myers2016-09-161-0/+1
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-021-11/+13
* SERVER-23996 ShardRegistry::getShard should return a StatusWith<shared_ptr<Sh...Misha Tyulenev2016-08-251-2/+2
* SERVER-24439 Make mongos commands over sharded collections inherit the collec...Tess Avitabile2016-08-051-2/+4
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-2/+2
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-3/+3
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-031-1/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-11/+17
* SERVER-23513 Move SocketException to its own librarysamantharitter2016-04-071-0/+1
* SERVER-23513 Create an ErrorCode for socket exceptions with magic value 9001samantharitter2016-04-071-1/+1
* SERVER-15133 remove DBClientCursor::initCommand()Misha Tyulenev2016-03-151-12/+1
* SERVER-22767 mongos segfault when invoking .explain() on certain operationsWaley Chen2016-03-071-2/+8
* Revert "SERVER-22767 mongos segfault when invoking .explain() on certain oper...Waley Chen2016-03-071-8/+2
* SERVER-22767 mongos segfault when invoking .explain() on certain operationsWaley Chen2016-03-041-2/+8
* SERVER-22318 remove SCCC supportMisha Tyulenev2016-03-031-10/+1
* SERVER-18671 SecondaryPreferred can end up using unversioned connectionsRandolph Tan2016-01-201-46/+41
* SERVER-22174 Cleanup unused sharding codeKaloian Manassiev2016-01-201-7/+8
* SERVER-21441 faster shard targeting for equality queries on the shard keyDavid Storch2015-11-171-2/+2
* SERVER-21418 delete dead ParallelSortClusteredCursor codeDavid Storch2015-11-121-182/+0
* SERVER-20646 Get rid of CommonErrorCodesKaloian Manassiev2015-10-131-2/+2
* SERVER-20463 DatabaseNotFound -> NamespaceNotFoundKaloian Manassiev2015-09-221-1/+1
* SERVER-20040 fassert that we never hold a distributed lock while waiting for ...Spencer T Brody2015-09-021-1/+1
* SERVER-20040 Access the ForwardingCatalogManager explicitly when needed, othe...Spencer T Brody2015-09-021-1/+1
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-251-44/+8
* SERVER-19543 Catalog manager switch in Parallel Sorted Cursor and commandsKaloian Manassiev2015-08-191-1/+10
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-17/+18
* SERVER-18084 Cleanup includesKaloian Manassiev2015-07-281-27/+24
* SERVER-19414 SERVER-19459 Make ParallelSortClusteredCursor::startInit check f...Spencer T Brody2015-07-221-2/+2
* SERVER-18567 Move Future under the mongos commandsKaloian Manassiev2015-07-161-134/+2
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-15/+15
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-18/+23
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1369/+1296
* SERVER-18815 Rename shard registry's findIfExists(...) to getShard(...) and a...Daniel Alabi2015-06-181-4/+4
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-6/+5
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-091-69/+90
* SERVER-18127 Shard class should use ConnectionString for addressesKaloian Manassiev2015-05-261-6/+14
* SERVER-18124 Cleanup ChunkType and ChunkVersionKaloian Manassiev2015-04-281-2/+2
* SERVER-18102 Remove ServerAndQueryKaloian Manassiev2015-04-201-54/+22
* SERVER-18064 Move shard.cpp under the sharding client libraryKaloian Manassiev2015-04-151-5/+5
* SERVER-17723 Sharding catalog cacheKaloian Manassiev2015-04-101-55/+76
* SERVER-17496 Remove unused header includesKaloian Manassiev2015-03-261-2/+1
* SERVER-17722 Remove 'justConnection' from StaleConfigExceptionKaloian Manassiev2015-03-261-19/+25
* SERVER-17496 Move ChunkManager to separate fileKaloian Manassiev2015-03-091-2/+1
* SERVER-16754 correct shouldLog() to respect the current default componentEric Milkie2015-01-151-2/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+7
* SERVER-16684 Assert that dynamic_cast succeeded to satisfy coveritySpencer T Brody2015-01-071-0/+1
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+4
* SERVER-16237 Don't check shard version if the replica set monitor knows the p...Spencer T Brody2014-12-221-1/+15
* SERVER-14306 Make sure mongos never requests more results than needed from th...Spencer T Brody2014-12-181-0/+7