summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23448 create an ASIO based MessagingPortMatt Cotter2016-05-204-7/+25
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-176-2/+8
* SERVER-24104 Replace direct uses of stdx::chrono::durations with MongoDB dura...Andy Schwerin2016-05-171-2/+2
* SERVER-23134 added retry support for scheduling remote commands on a task exe...Benety Goh2016-05-167-237/+1261
* SERVER-23134 removed QueryFetcherBenety Goh2016-05-063-210/+0
* SERVER-23857 dispatch shard creation by ConnectionString typeMisha Tyulenev2016-05-054-5/+28
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-5/+0
* SERVER-23947 Log replica set monitor refresh durationKaloian Manassiev2016-04-281-4/+4
* SERVER-23495 Add abstract Shard class and shift the ShardRemote implementatio...Esha Maharishi2016-04-201-1/+0
* SERVER-23494 Cleanup sharding library dependenciesKaloian Manassiev2016-04-191-1/+0
* Revert "SERVER-23494 Cleanup sharding library dependencies"Kaloian Manassiev2016-04-191-0/+1
* SERVER-23494 Cleanup sharding library dependenciesKaloian Manassiev2016-04-191-1/+0
* SERVER-18038 added minvalid and initial sync flag support to repl storage int...Benety Goh2016-04-181-1/+3
* SERVER-23520 Add a C++14 canary builderAndrew Morrow2016-04-181-2/+2
* SERVER-6823 Rename --tryClusterAuth to --transitionToAuthShane Harvey2016-04-181-3/+3
* SERVER-23745 Fix coverity 98538, unchecked return valueShane Harvey2016-04-151-1/+1
* SERVER-23210 Merge the functionality from CatalogManagerCommon into CatalogMa...Spencer T Brody2016-04-141-1/+1
* SERVER-23724 fix shared libraries dependenciesMisha Tyulenev2016-04-141-0/+1
* SERVER-23498 Add ShardFactoryMisha Tyulenev2016-04-141-0/+1
* SERVER-6823 Enable Access control without downtime.Shane Harvey2016-04-132-9/+27
* SERVER-23679 add missing dependency edge for libclientdriverEric Milkie2016-04-131-0/+1
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-122-5/+16
* SERVER-23297 consolidate namespace validationRobert Guo2016-04-121-1/+1
* SERVER-22661 Require --shardsvr for shard aware initializationRandolph Tan2016-04-081-0/+2
* SERVER-22774 Copied BackgroundSync::_fetcherCallback logic to OplogFetcherBenety Goh2016-04-083-25/+102
* SERVER-23513 Move SocketException to its own librarysamantharitter2016-04-075-1/+6
* SERVER-23513 Create an ErrorCode for socket exceptions with magic value 9001samantharitter2016-04-071-1/+1
* SERVER-23494 Remove link dependency of mongod on coreshardKaloian Manassiev2016-04-051-2/+1
* 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