summaryrefslogtreecommitdiff
path: root/src/mongo/rpc
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28508 Move DB validation from request parser to command processorMathias Stearn2017-04-125-87/+0
* SERVER-28663 rename config server metadata from configsvr to $configsvrMathias Stearn2017-04-126-7/+52
* SERVER-28508 Delete unused DocumentRange rpc cruftMathias Stearn2017-04-1227-486/+4
* SERVER-28508 Clean up rpc interfaces to not overly constrain implementationsMathias Stearn2017-04-1210-56/+13
* SERVER-28438 Add keyId field to logicalTime objectJack Mulrow2017-03-283-11/+85
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-131-1/+25
* Revert "Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and...Randolph Tan2017-03-105-38/+29
* Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardCo...Randolph Tan2017-03-095-29/+38
* SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardConnection...Randolph Tan2017-03-085-38/+29
* SERVER-27749 Integrate LogicalTimeMetadataRandolph Tan2017-03-074-0/+67
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-079-27/+30
* Revert "SERVER-26703 reject commands exceeding the BSON depth limit"Max Hirschhorn2017-03-062-26/+1
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-062-1/+26
* SERVER-27748 Implement LogicalTimeMetadataRandolph Tan2017-02-274-0/+278
* SERVER-27855 Attach all NetworkInterface instances with EgressHooksRandolph Tan2017-02-174-0/+313
* SERVER-27543 Process OplogQueryMetadata with backwards and forwards compatibi...Judah Schvimer2017-02-155-4/+57
* SERVER-27378 Narrow scope of enterprise module environment modificationsAndrew Morrow2017-02-051-1/+1
* SERVER-27543 Create new metadata for oplog queriesJudah Schvimer2017-01-124-0/+331
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-27022 Add missing SCons dependency to client_metadata targetsamantharitter2016-11-141-0/+1
* SERVER-26709 Merge mongo/platform/platform and mongo/util/foundation into mon...Andy Schwerin2016-10-261-1/+0
* SERVER-26420 add internalClient information to isMaster handshake requestDavid Storch2016-10-201-0/+1
* SERVER-26506 add tracking for commandsMisha Tyulenev2016-10-145-0/+419
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-201-4/+13
* SERVER-24792 verify new mongos -> old mongod failsNathan Myers2016-09-201-3/+3
* Revert "SERVER-24792 verify new mongos -> old mongod fails"Judah Schvimer2016-09-201-3/+3
* SERVER-24792 verify new mongos -> old mongod failsNathan Myers2016-09-201-3/+3
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-024-23/+29
* SERVER-23501 include stringified error code in erroring command repliesDorothy Chen2016-08-264-2/+51
* SERVER-25393 Disallow mongos making connections to older versionsMark Benvenuto2016-08-193-19/+150
* SERVER-13517 Internal client validates BSON in all command responses and when...Adam Chelminski2016-08-192-2/+10
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-1811-31/+36
* SERVER-25557 Database names must be less than 64 bytesHannes Magnusson2016-08-171-2/+2
* 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