summaryrefslogtreecommitdiff
path: root/src/mongo/rpc
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22287 added replicaSetId field to replica set configuration and metadata.Benety Goh2016-02-183-8/+44
* 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
* SERVER-18668 remove some pessimizing and redundant movesAdam Midvidy2015-08-243-5/+5
* SERVER-9666 Tag cyclic or incomplete libraries, add more missing edgesAndrew Morrow2015-08-241-0/+12
* SERVER-18849 only send wire version for find/getMore commands if config serve...David Storch2015-08-242-9/+10
* SERVER-19554 merge ReplSetMetadata and ReplicationMetadatamatt dannenberg2015-08-125-74/+124
* SERVER-9666 Add more misssing LIBDEP edgesAndrew Morrow2015-08-101-0/+1
* SERVER-19390 Mongod prep for supporting read after optimeRandolph Tan2015-08-064-0/+274
* SERVER-19711 detect invalid wrapped queries in ServerSelectionMetadata upconv...Adam Midvidy2015-08-052-8/+32
* SERVER-19587 remove DBClientConnection bootstrap from NetworkInterfaceASIOAdam Midvidy2015-08-021-0/+1
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-1/+10
* SERVER-19307 downconvert find/getMore based on wire protocol versionBenety Goh2015-07-162-5/+12
* SERVER-19156 support OP_COMMAND in NetworkInterfaceASIOAdam Midvidy2015-07-092-1/+7
* SERVER-18930 SERVER-19060 SERVER-19132 SERVER-19133 Implement LegacyReply(Bui...Misha Tyulenev2015-07-0812-133/+432
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-292-2/+2
* SERVER-18153 request and return replication metadatamatt dannenberg2015-06-262-0/+4
* SERVER-19035 autodetect support for OP_COMMAND in remote serversAdam Midvidy2015-06-245-0/+126
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2049-2883/+2728
* SERVER-18929: Fix signed/unsigned comparisons in unittestMisha Tyulenev2015-06-191-10/+13
* SERVER-18929: Compute available space for output docs in CommandReplyBuilderMisha Tyulenev2015-06-199-87/+297
* SERVER-19028 validate database name in request class constructorsAdam Midvidy2015-06-196-5/+81
* SERVER-18036 fixed NamespaceString usage in some commands, especially in case...Benety Goh2015-06-181-1/+1
* SERVER-18167 fix unused variableAdam Midvidy2015-06-181-2/+0
* SERVER-18167 handle BSON Validation in OP_COMMANDAdam Midvidy2015-06-177-12/+202
* SERVER-18236 cleanup ServerSelectionMetadataAdam Midvidy2015-06-164-18/+12