summaryrefslogtreecommitdiff
path: root/src/mongo/rpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-18236 fix exception safety in generateErrorResponseAdam Midvidy2015-06-164-0/+31
* SERVER-18292 expose protocol type of RPC classes andAdam Midvidy2015-06-1623-12/+99
* SERVER-18236 SERVER-18292 send impersonated users and roles via metadata objectAdam Midvidy2015-06-164-5/+235
* SERVER-18236 send GLEStats over OP_COMMAND metadata objectAdam Midvidy2015-06-169-9/+511
* SERVER-18236 make runCommandHook and postRunCommand hook operate on the metad...Adam Midvidy2015-06-161-0/+35
* SERVER-18236 provide variant of DBClientWithCommands::runCommands thatAdam Midvidy2015-06-161-0/+97
* SERVER-18236 remove unused variableAdam Midvidy2015-06-031-1/+0
* SERVER-18236 hang slaveOk/secondaryOk and readPreference off OpCtxAdam Midvidy2015-06-038-26/+660
* SERVER-17608 implement OP_COMMAND in the shellAdam Midvidy2015-05-181-1/+5
* SERVER-18288 implement a common interface for OP_COMMAND and OP_QUERYAdam Midvidy2015-05-1834-155/+2010
* SERVER-9666 Split up and push bson library into bson directoryAndrew Morrow2015-05-061-1/+1
* SERVER-9666 Push network and hostandport into util/netAndrew Morrow2015-04-241-2/+2
* SERVER-9666 Push foundation lib declaration into util directoryAndrew Morrow2015-04-241-1/+1
* SERVER-17606 fix erroneous initializer in ReplyBuilderAdam Midvidy2015-04-241-1/+1