summaryrefslogtreecommitdiff
path: root/src/mongo/rpc
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31531 featureCompatibilityVersion writes must check for writeErrorsTess Avitabile2017-11-102-0/+56
* SERVER-27543 Process OplogQueryMetadata with backwards and forwards compatibi...Judah Schvimer2017-04-065-4/+57
* SERVER-27543 Create new metadata for oplog queriesJudah Schvimer2017-04-064-0/+331
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-281-1/+25
* 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
* 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