summaryrefslogtreecommitdiff
path: root/src/mongo/rpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-20498 have metadata writer take the server addressAdam Midvidy2015-09-181-4/+5
* SERVER-19855 Update config server optime based on response metadata from runn...Spencer T Brody2015-09-183-10/+23
* SERVER-19855 Change ShardingRequestMetadata to ConfigServerRequestMetadata to...Spencer T Brody2015-09-185-39/+152
* SERVER-19855 Make shards append last known config opTime on command metadata ...Randolph Tan2015-09-174-0/+227
* SERVER-19342 extend NIA with metadata hooksAdam Midvidy2015-09-171-0/+71
* SERVER-19905 SERVER-19855 Put config server optime into its own subobject whe...Spencer T Brody2015-09-172-0/+42
* SERVER-19905 consistently use t as the field name for the term portion of an ...matt dannenberg2015-09-172-15/+4
* SERVER-18384 commented on use of -1 for primary index in replication metadataBenety Goh2015-09-022-1/+12
* SERVER-19765 Rename term constants.Siyuan Zhou2015-08-271-4/+2