summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22577 disallow creation of databases containing $ on mmapv1Robert Guo2016-03-291-1/+1
* SERVER-23103 Remove some stale or resolve some trivial incomplete tagsAndrew Morrow2016-03-211-5/+0
* SERVER-23103 Make libcommand not depend on libcuropAndrew Morrow2016-03-211-0/+2
* SERVER-23103 Unify exit handlingAndrew Morrow2016-03-212-43/+0
* SERVER-23207 expose additional MongoURI constructorsAdam Midvidy2016-03-171-1/+3
* SERVER-20077 requestId field of message header should always be a signed integerWaley Chen2016-03-171-1/+1
* SERVER-23125 MessageHandler has shared ownershipsamantharitter2016-03-171-5/+5
* SERVER-15133 remove DBClientCursor::initCommand()Misha Tyulenev2016-03-153-32/+1
* SERVER-22320 remove SYNC option and SyncClusterConnectionMisha Tyulenev2016-03-1010-1033/+32
* SERVER-22913 create SyncSourceResolvermatt dannenberg2016-03-072-18/+6
* 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-032-11/+1
* SERVER-22184 check for the new error format in peekErrorAdam Midvidy2016-02-241-1/+4
* SERVER-18154 migrated fetcher_test from repl::ReplicationExecutor to executor...Benety Goh2016-02-223-33/+130
* SERVER-22714 Fix compile breakKaloian Manassiev2016-02-181-1/+2
* SERVER-22714 MongoURI should use the socketTimeout optionKaloian Manassiev2016-02-184-43/+59
* Revert "SERVER-22714 MongoURI should use the socketTimeout option"Kaloian Manassiev2016-02-183-45/+30
* SERVER-22714 MongoURI should use the socketTimeout optionKaloian Manassiev2016-02-183-30/+45
* SERVER-21789 fix formatRandolph Tan2016-02-011-1/+1
* SERVER-21789 mongos replica set monitor should choose primary based on (rs co...Randolph Tan2016-02-013-18/+131
* SERVER-18671 SecondaryPreferred can end up using unversioned connectionsRandolph Tan2016-01-205-47/+72
* SERVER-22174 Cleanup unused sharding codeKaloian Manassiev2016-01-202-11/+11
* SERVER-22077 Speed up sharding tests which stop replica set membersKaloian Manassiev2016-01-111-2/+4
* SERVER-22055 Remove unused client functionalityKaloian Manassiev2016-01-057-137/+52
* SERVER-21956 DBClientCursor should propagate the correct exception codeKaloian Manassiev2015-12-231-2/+10
* Revert "SERVER-21956 DBClientCursor should propagate the correct exception code"Kaloian Manassiev2015-12-221-6/+2
* SERVER-21956 DBClientCursor should propagate the correct exception codeKaloian Manassiev2015-12-221-2/+6
* SERVER-21050 Continuous config stepdown logging changesKaloian Manassiev2015-12-211-3/+1
* SERVER-21050 Make CSRS use write concern timeout of 15 secondsKaloian Manassiev2015-12-161-2/+2
* SERVER-21890 Allow realm to be set in SSPI shellSpencer Jackson2015-12-153-0/+15
* SERVER-21597 Fix connPoolStats to work with many NetworkInterfacessamantharitter2015-12-143-30/+27
* SERVER-20651 do not allow mongos connect to mongod if mongod does not suppor...Misha Tyulenev2015-11-191-0/+9
* SERVER-21215 If the config servers are all down, retry sharding state initial...Spencer T Brody2015-11-181-2/+3
* SERVER-21441 faster shard targeting for equality queries on the shard keyDavid Storch2015-11-171-2/+2
* SERVER-21293 Add network timeout to the query fetcherKaloian Manassiev2015-11-162-4/+30
* SERVER-21401 Ensure that Client outlives its associated messaging portJason Rassi2015-11-131-0/+2
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-133-5/+4
* SERVER-21416 remove OperationContext pointer from AsyncResultsMergerDavid Storch2015-11-121-1/+2
* SERVER-21418 delete dead ParallelSortClusteredCursor codeDavid Storch2015-11-122-229/+8
* SERVER-21276: Fix various issues with topMartin Bligh2015-11-111-2/+2
* SERVER-21272 Make RemoteCommandTargeter use timeout for findHostKaloian Manassiev2015-11-1110-11/+91
* SERVER-21272 Make replica set monitor retry finding hostsKaloian Manassiev2015-11-117-110/+148
* SERVER-19301 Expose new MongoBridge API for network partition testing.Max Hirschhorn2015-11-062-2/+17
* SERVER-20640 Get wire versions from native DBClient instead of running isMasterJonathan Reams2015-11-059-15/+94
* SERVER-21186 Make catalog manager insert virtualKaloian Manassiev2015-11-032-14/+18
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-304-38/+39
* SERVER-21149 Make sure that ShardRegistry is aware of any node that the Remot...Spencer T Brody2015-10-292-7/+39
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-232-2/+2