12
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 20 hours ago.
Aug 22, 2025 — Aug 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
JAVA-381: Added support for detecting a mongos connection More... about 14 years ago
Merge branch 'master' of github.com:mongodb/mongo-java-driver More... about 14 years ago
Add ReadPreference to testMapReduceInline More... about 14 years ago
Command obedience test specifies inline mapreduce More... about 14 years ago
JAVA-381: fixed race condition More... about 14 years ago
Code cleanup: Removed unused methods and fields, using new for loop, clarified exception handling More... about 14 years ago
Clarified error handling to make explicit that update object can not be null More... about 14 years ago
ReadPreference refactored as an abstract class Nested static inner classes of ReadPreference are private and instantiated via factory methods _compatableCommands renamed as _obedientCommands More... about 14 years ago
List of _compatableCommands now a member of DB More... about 14 years ago
Merge branch 'readPrefConflictRes' into ReadPreferences More... about 14 years ago
Merge branch 'master' of github.com:mongodb/mongo-java-driver More... about 14 years ago
Synchronize DB authentication methods More... about 14 years ago
Code Review Issue 8131020 changes More... about 14 years ago
Deprecating ThreadPool More... about 14 years ago
Remove cruft More... about 14 years ago
Read Prefs & Tagging Conflict cleanup More... about 14 years ago
Read Preferences and Tagging More... about 14 years ago
Merge branch 'master' into readPrefConflictRes More... about 14 years ago
Read Preference Tagging More... about 14 years ago
ReadPreferences and Tagging More... about 14 years ago
WIP on (no branch): 9f5214b Removed unnecessary field initialization More... about 14 years ago
index on (no branch): 9f5214b Removed unnecessary field initialization More... about 14 years ago
Merge pull request #77 from eujern/patch-1 More... about 14 years ago
Fix warning message. More... about 14 years ago
JAVA-381: Added MongosStatus class as a sibling to ReplicaSetStatus to handle mongos failover. Refactored ReplicaSetStatus and MongosStatus to share a common base class ConnectionStatus. Added DynamicConnectionStatus class to handle dynamic discovery of whether a list of seed nodes represents a bunch of mongos servers or a replicaset. Is uses ExecutorService to handle multiple threads that communicate with each member of the seed list. Changed DBTCPConnection to depend on DynamicConnectionStatus insteand of ReplicaSetStatus. More... about 14 years ago
Merge branch 'master' of github.com:mongodb/mongo-java-driver More... about 14 years ago
removed check for enabled log level. infrequent enough to not cause performance problems. More... about 14 years ago
Updated version in pom.xml More... about 14 years ago
_ok was not being set in new exception handling. More... about 14 years ago
added class to error. More... about 14 years ago