summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32275 Remove MONGODB-CR client support from monogd/mongosSara Golemon2017-12-123-89/+18
* SERVER-32238 Revert erroneous high error codesMatthew Russotto2017-12-111-1/+1
* SERVER-29476 Fix ODR violation in fetcherSara Golemon2017-12-081-2/+1
* SERVER-29476 Fix ODR violation in fetcherSara Golemon2017-12-082-3/+3
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-043-17/+7
* Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"Kaloian Manassiev2017-12-013-7/+17
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-013-17/+7
* SERVER-30491 Remove CRAM-MD5Sara Golemon2017-12-011-20/+0
* SERVER-32059 Implement Drivers spec changes to SRVADAM David Alan Martin2017-11-283-44/+170
* SERVER-32077 Fix connection string test.ADAM David Alan Martin2017-11-221-14/+15
* SERVER-31498 Make build more clang5 friendlySara Golemon2017-11-221-1/+4
* SERVER-32038 Update host entries for dns query testsMathew Robinson2017-11-201-10/+10
* SERVER-31897 Fix exhaust queries in the shellJonathan Reams2017-11-151-1/+5
* SERVER-31296 Update sessions, causal, and retryable in the mongo shell.Max Hirschhorn2017-11-082-9/+14
* SERVER-31734 Add Status::withContext() and addContext()Mathias Stearn2017-11-021-14/+13
* SERVER-31629 Support putting unique codes directly into Status constructorsMathias Stearn2017-11-021-3/+3
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-022-6/+6
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-022-50/+47
* SERVER-26108 Speed up dbclient_rs_test by disabling sleepy retriesMathias Stearn2017-11-013-1/+18
* SERVER-31061 Add `mongo+srv://` support for URIs.ADAM David Alan Martin2017-10-3112-129/+328
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-202-5/+5
* SERVER-31456 Expose server type on Mongo connection object.Max Hirschhorn2017-10-143-0/+23
* 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