summaryrefslogtreecommitdiff
path: root/src/mongo/rpc
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-083-5/+3
* SERVER-25266 Enhance NetworkASIO to send the client metadata documentMark Benvenuto2016-08-045-0/+76
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-046-0/+1118
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-262-5/+12
* SERVER-21561 Remove privilege redaction added for backwards compatilityAndreas Nilsson2016-06-271-12/+0
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-225-8/+6
* SERVER-23750: enable slaveOk/Secondary read preference for fetch/oplogFetcherScott Hernandez2016-06-172-4/+5
* SERVER-21631: Remove gleStats format detection based on operation Protocol (O...Sam Dunietz2016-06-094-12/+9
* SERVER-24191 Bump wire version number to show command support for write concernLeon Zaruvinsky2016-06-071-2/+4
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-06-011-2/+2
* Revert "SERVER-24222 Update current known primary from command metadata"Eric Milkie2016-05-311-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2817-65/+115
* SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bugMark Benvenuto2016-05-282-0/+4
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-05-271-2/+2
* SERVER-24305 Add NetworkTaskExecutor to clientdriver libraryMisha Tyulenev2016-05-271-5/+1
* SERVER-22564 Move ReplicaSetMonitor to TaskExecutor threadMisha Tyulenev2016-05-261-0/+3
* SERVER-24104 Replace direct uses of stdx::chrono::durations with MongoDB dura...Andy Schwerin2016-05-171-1/+1
* SERVER-23873 Optimize checking for interruptMathias Stearn2016-05-101-0/+2
* SERVER-24111 Move WriteConcernErrorDetail under mongo/rpcKaloian Manassiev2016-05-104-3/+290
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-034-30/+0
* SERVER-23887 OP_COMMAND parser should validate that command names matchMathias Stearn2016-04-293-4/+30
* SERVER-23647 Make Shard::runCommand retry on failuresSpencer T Brody2016-04-283-0/+42
* SERVER-1393: Include decimal support under control of server parameterGeert Bosch2016-04-222-4/+14
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-1/+2
* SERVER-23440 Rename duplicate metadata_test testsGeert Bosch2016-03-311-1/+1
* SERVER-22577 disallow creation of databases containing $ on mmapv1Robert Guo2016-03-292-6/+8
* SERVER-23103 Remove some stale or resolve some trivial incomplete tagsAndrew Morrow2016-03-211-9/+0
* SERVER-23103 Break circularity between optime and bson_extractAndrew Morrow2016-03-213-1/+3
* SERVER-23103 Add some missing libdeps edgesAndrew Morrow2016-03-211-4/+1
* SERVER-22287 added replicaSetId field to replica set configuration and metadata.Benety Goh2016-02-053-8/+44
* Revert "SERVER-21956 DBClientCursor should propagate the correct exception code"Kaloian Manassiev2015-12-221-2/+0
* SERVER-21956 DBClientCursor should propagate the correct exception codeKaloian Manassiev2015-12-221-0/+2
* SERVER-20357 Add some missing libdeps edgesAndrew Morrow2015-12-172-1/+2
* SERVER-21603 Revert to old format for gleStats if being talked to by an old m...r3.2.0-rc4Spencer T Brody2015-11-244-10/+14
* SERVER-21639 set ResultFlag_ShardConfigStale on OP_QUERY command replies if n...Adam Midvidy2015-11-234-4/+35
* SERVER-21486 Redact bypassDocumentValidation from user privilege set when bei...Spencer T Brody2015-11-192-0/+24
* SERVER-20651 do not allow mongos connect to mongod if mongod does not suppor...Misha Tyulenev2015-11-192-0/+18
* SERVER-21459 reserve bytes in ReplyBuilder buffer to avoid excessive reallocingAdam Midvidy2015-11-175-6/+13
* SERVER-20884 remove duplicate invariantAdam Midvidy2015-11-131-1/+0
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-1319-499/+121
* SERVER-21276: Fix various issues with topMartin Bligh2015-11-111-1/+1
* SERVER-20609 make BSON validation inlineableAdam Midvidy2015-11-103-10/+16
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-3016-60/+55
* SERVER-21072 optimize rpc::readRequestMetadataAdam Midvidy2015-10-239-92/+183
* SERVER-18194 command should not set slaveOk if ReadPreference == PrimaryOnlyMisha Tyulenev2015-10-152-0/+10
* SERVER-20822 make sync source decisions based on ReplSetMetadatamatt dannenberg2015-10-143-16/+36
* SERVER-20743 Combine target selection and command execution in ShardRegistry.Andy Schwerin2015-10-062-2/+14
* SERVER-20498 Send config server optime to shards automatically on all command...Spencer T Brody2015-09-247-176/+37
* SERVER-20434 Allow mongos to store full OpTimes for GLE supportSiyuan Zhou2015-09-233-37/+81
* SERVER-19057 avoid extra buffer copy when creating message in rpc buildersAdam Midvidy2015-09-193-16/+34