summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-26219 - Change accessors/observers to const.ADAM David Alan Martin2016-12-021-2/+2
* SERVER-27052 make Fetcher single-use only - cannot be restarted after failing...Benety Goh2016-11-303-61/+176
* SERVER-26927 Rename maxStalenessMS to maxStalenessSeconds and support doublesKaloian Manassiev2016-11-152-66/+113
* SERVER-26799 do not refresh if RSM is removed from a RSM managerMisha Tyulenev2016-11-093-0/+24
* SERVER-26904 correctly parse socketTimeoutMS as msMatt Cotter2016-11-071-3/+3
* SERVER-26674 transport::Session objects should be shared_ptr managedsamantharitter2016-11-051-4/+4
* SERVER-3993 Windows File Version stampingMark Benvenuto2016-11-031-0/+54
* SERVER-26846 scoped_db_conn_test.exe - DontReturnConnGoneBadToPool: expected ...Waley Chen2016-11-013-14/+47
* SERVER-26840 Make ChunkManager not return early on bad metadataKaloian Manassiev2016-10-311-12/+11
* SERVER-25662 remove executor diagnostic output from Fetcher::toString() resultBenety Goh2016-10-281-1/+0
* SERVER-26787 move logging for removing a ReplicaSetMonitor to ReplicaSetMonit...Esha Maharishi2016-10-261-0/+1
* SERVER-26709 Merge mongo/platform/platform and mongo/util/foundation into mon...Andy Schwerin2016-10-261-1/+0
* SERVER-25183 scoped_db_conn_test.exe - DontReturnConnGoneBadToPool FailedWaley Chen2016-10-251-1/+1
* SERVER-26420 fix shell to not send internalClient info in isMasterDavid Storch2016-10-242-9/+52
* SERVER-25183 scoped_db_conn_test.exe - DontReturnConnGoneBadToPool FailedWaley Chen2016-10-243-26/+42
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-2418-198/+217
* Revert "SERVER-26683 Log reason for marking repl hosts as failed in the RSM"Kaloian Manassiev2016-10-2418-217/+198
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-2418-198/+217
* SERVER-26420 add internalClient information to isMaster handshake requestDavid Storch2016-10-203-5/+56
* SERVER-26586: SCRAM client should preemptively validate server nonceSpencer Jackson2016-10-181-6/+5
* SERVER-26606: Add check of global flag for object verification.ADAM David Alan Martin2016-10-171-5/+7
* SERVER-25218 add more information to connPoolStatsMatt Cotter2016-09-271-5/+5
* SERVER-25662: add more diagnostics to fetcher/retry-policy toString outputScott Hernandez2016-09-263-18/+62
* 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-162-1/+2
* SERVER-24866 Balancer recoveryDianna Hohensee2016-09-141-1/+2
* SERVER-25151 Honor ssl=true/false in URIs in the shellsamantharitter2016-09-138-11/+53
* Revert "SERVER-25151 Honor 'ssl' option in URIs passed to the shell"samantharitter2016-09-138-56/+33
* SERVER-25151 Honor 'ssl' option in URIs passed to the shellsamantharitter2016-09-138-33/+56
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-2/+2
* SERVER-25230 use ReplicaSetMonitor's ConnectionString when reloading shards f...Misha Tyulenev2016-09-071-1/+5
* SERVER-24600 Increase interruptibility of RemoteCommandTargeter::findHost.Andy Schwerin2016-09-0711-92/+95
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-024-25/+29
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-022-6/+8
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-021-1/+4
* SERVER-25913 hold mutex while scheduling getMore in FetcherBenety Goh2016-09-011-2/+2
* SERVER-23219 DBCommandCursor should route getMore operations to original serverJonathan Reams2016-08-294-9/+68
* SERVER-25126 Return a different error code if the step down occurs after the ...Siyuan Zhou2016-08-251-0/+1
* SERVER-23996 ShardRegistry::getShard should return a StatusWith<shared_ptr<Sh...Misha Tyulenev2016-08-251-2/+2
* SERVER-25183 scoped_db_conn_test.exe - DontReturnConnGoneBadToPool FailedWaley Chen2016-08-241-2/+14
* SERVER-24807 Remove hiding of 'ns' variable in DBClientWithCommands::getIndex...Spencer T Brody2016-08-241-1/+1
* SERVER-25572 Fix ASAN clean shutdown logicJason Carey2016-08-231-3/+5
* SERVER-25393 Disallow mongos making connections to older versionsMark Benvenuto2016-08-191-5/+11
* SERVER-13517 Internal client validates BSON in all command responses and when...Adam Chelminski2016-08-192-1/+14
* SERVER-22382 allow mongo --host to take uriMatt Cotter2016-08-181-1/+1
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-184-22/+23
* SERVER-25385 Eliminate checks of this against nullptrAndrew Morrow2016-08-172-10/+0
* SERVER-25082 Allow x509 authentication without user/subject fieldHai-Kinh Hoang2016-08-171-8/+8
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-152-1/+4
* SERVER-25568 shutdown task executors for ShardRegistry and ReplicaSet monitor...Misha Tyulenev2016-08-124-4/+35