index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
client
/
dbclient_connection_integration_test.cpp
Age
Commit message (
Expand
)
Author
2023-06-15
SERVER-77042 automated IWYU changes up to ratio of 0.3
Daniel Moody
2023-04-17
SERVER-76085 Create createDatabaseName_forTest to be used in unit testing
mathisbessamdb
2023-01-23
SERVER-72948 Change DBClient runCommand function to use DatabaseName object
Sophia Tan
2021-08-14
SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...
Irina Yatsenko
2021-01-07
SERVER-53423: Make ConnectString::connect return a status instead of setting ...
Andrew Shuvalov
2021-01-07
Revert "SERVER-53423: Make ConnectString::connect return a status instead of ...
Pavi Vetriselvan
2021-01-07
SERVER-53423: Make ConnectString::connect return a status instead of setting ...
Andrew Shuvalov
2019-06-28
SERVER-41809 Undo collapse of integration tests in mongo/client
Andrew Morrow
2019-06-27
SERVER-41809 disable failing tests temporarily
Benety Goh
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-10-15
SERVER-37633 ignore ops without client metadata in dbclient_connection_integr...
Mathias Stearn
2018-09-13
SERVER-36468 Add a mechanism to allow breaking DBClientConnection out of a bl...
Mathias Stearn