summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28072 Construct mongodb:// URI from RS string and dbnameSara Golemon2017-10-032-5/+8
* SERVER-30848 make shell getMores use sessionsJason Carey2017-10-034-15/+94
* SERVER-31333 Make ReplicaSetMonitor return ShutdownInProgress if the server i...Kaloian Manassiev2017-10-023-54/+53
* SERVER-30471 Service executors take a timeout in shutdown to honor shutdown g...Henrik Edin2017-09-221-0/+4
* SERVER-29921 rewrite URI parserSara Golemon2017-09-2111-96/+2267
* SERVER-30136 Move session stats tracking to the service entry point. At the s...Henrik Edin2017-09-151-0/+8
* SERVER-31069 Stop converting SendStaleConfig to RecvStaleConfigMathias Stearn2017-09-132-10/+8
* SERVER-19605 make oplog timeout configurableJudah Schvimer2017-09-133-17/+16
* SERVER-30508 Fail rollback via refetch if transactions collection UUID is dif...Jack Mulrow2017-08-232-5/+12
* SERVER-28510 Add DBClient::runFireAndForgetCommand() and use it to implement ...Mathias Stearn2017-08-174-8/+45
* SERVER-28964 Close connection after seeing invalid OP_MSG flagsMathias Stearn2017-08-173-26/+60
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-169-26/+26
* SERVER-30580 Make argument order consistently code then messageMathias Stearn2017-08-161-3/+3
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-162-3/+3
* SERVER-30234 Embedded CAPI CRUD testsTyler Kaye2017-08-111-61/+321
* Revert "SERVER-29923 Re-write the Mongo Server's URI parser and Testing Suite"Tyler Kaye2017-08-109-2198/+83
* SERVER-29923 Re-write the Mongo Server's URI parser and Testing SuiteTyler Kaye2017-08-109-83/+2198
* SERVER-29667 Update rollback of document refetch to use UUIDsAllison Chang2017-08-032-0/+39
* SERVER-30080 LogicalSessions in the shellJason Carey2017-08-013-0/+25
* SERVER-30249 wait for the signing keys to be available in mongos at startupMisha Tyulenev2017-07-311-3/+7
* SERVER-29981 Added check_closed function to embedded_transportTed Tuckman2017-07-281-1/+5
* SERVER-29981 Make more C++ like -- fix lintTed Tuckman2017-07-271-5/+4
* SERVER-29981 Make Transport Layer more C++ like and cleanupTed Tuckman2017-07-276-52/+408
* SERVER-28509 DBClientCursor now uses read commandsMathias Stearn2017-07-263-77/+129
* SERVER-28509 DBClient::killCursor() now uses commandMathias Stearn2017-07-265-8/+11
* SERVER-30118 DSMergeCursors only return connections to pool if in clean stateMathias Stearn2017-07-261-0/+13
* SERVER-30118 always check replyTo field in DBClientMathias Stearn2017-07-266-15/+32
* SERVER-30118 Stop setting messageIDs in AbstractMessagingPort::say() and call()Mathias Stearn2017-07-261-0/+4
* SERVER-28509 Make DBClient use write commandsMathias Stearn2017-07-261-15/+31
* SERVER-28509 Flatten DBClient hierarchy to just DBClientBase and subclassesMathias Stearn2017-07-268-209/+150
* SERVER-28509 Move code to assemble legacy requests out of DBClientMathias Stearn2017-07-263-176/+15
* SERVER-29981 write transport layer to connect c driver to embedded capiTed Tuckman2017-07-206-0/+740
* SERVER-29700 add operationTime in all connections used by mongosMisha Tyulenev2017-07-192-5/+6
* SERVER-30070 Use Op-Message to test Libmongo_capi_rpc() with isMaster CommandTyler Kaye2017-07-182-0/+40
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-141-0/+6
* SERVER-29720 Provide a libmongodbcapi database wrapper for service contextBen Shteinfeld2017-07-143-8/+120
* SERVER-29731 upconvertRequest now uses document sequences where appropriateMathias Stearn2017-07-132-6/+6
* SERVER-29731 upconvertRequest shouldn't separate data and metadataMathias Stearn2017-07-132-20/+7
* SERVER-29928 invalid_db_name.js should test server not clientMathias Stearn2017-07-131-5/+0
* Revert "SERVER-29720 Provide libmongodbcapi database wrapper for service cont...Ben Shteinfeld2017-07-134-84/+10
* SERVER-29720 Provide libmongodbcapi database wrapper for service contextBen Shteinfeld2017-07-114-10/+84
* Revert "SERVER-29720 Provide libmongodbcapi database wrapper for service cont...Ben Shteinfeld2017-07-114-84/+10
* SERVER-29720 Provide libmongodbcapi database wrapper for service contextBen Shteinfeld2017-07-114-10/+84
* SERVER-30065 Do libdeps dependency types by section, not tupleAndrew Morrow2017-07-081-0/+1
* SERVER-27198 Remove ASIO based MessagingPort implementationAndrew Morrow2017-07-052-13/+4
* SERVER-28509 Make DBClientCursor store batch as vector<BSONObj>Mathias Stearn2017-06-286-134/+86
* SERVER-29319 Delete DBClient::runCommandWithMetadata{,AndTarget}Mathias Stearn2017-06-284-51/+10
* SERVER-29722 Add libmongodbcapi header testTyler Kaye2017-06-273-9/+211
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-272-1/+5
* Revert "SERVER-29165 Don't create RestrictionEnvironment in TransportLayer"Jonathan Reams2017-06-262-5/+1