12
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
Aug 22, 2025 — Aug 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
JAVA:613: Added ConnectionPoolStat class with cmd line interface Clarified in doc that some public classes are not part of the public API Added a few more stats for in use connections: durationMS and threadName More... about 14 years ago
JAVA-613: Added support for host, port, and local port to JMX connection pool mbean More... about 14 years ago
JAVA-612: Properly define equals and hashCode for DBRefBase More... about 14 years ago
JAVA-614: Move fall to OutMessage#doneWithMessage to finally block in DBTCPConnector#call More... about 14 years ago
JAVA-613: Expand connection pool JMX stats to include the current operation being executed by each in use connection. Did this by by using MXBean instean of MBean More... about 14 years ago
JAVA-610: Make DBCursor finalizer optional and disable it in all cases where there is no cursor maintained on the server More... about 14 years ago
Replaced synchronization with AtomicReference for handling authentication More... about 14 years ago
Fixing assertion More... about 14 years ago
Expanded MongoURI Javadoc More... about 14 years ago
JAVA-531: minor refactoring More... about 14 years ago
JAVA-474: Added support for read preference in MongoURI and MongoOptions. Implemented equals/hashCode for read preferences More... about 14 years ago
JAVA-531: throw an exception if Mongo connects to replica sets with different names More... about 14 years ago
Fixed javadoc format for @see More... about 14 years ago
JAVA-474: Now only send on wire if talking to a mongos More... about 14 years ago
Fixed @see javadoc More... about 14 years ago
JAVA-606: Added a test. Made check for inline a bit more lax. More... about 14 years ago
handling case where out is not a map More... about 14 years ago
Fixed Javadoc More... about 14 years ago
Fixed examples up a bit More... about 14 years ago
JAVA-590: fixed test to work with older server versions. Using Collections.addAll More... about 14 years ago
Aggregation Framework Helper Function More... about 14 years ago
Merge branch 'master' into AggregationHelper More... about 14 years ago
added calls to close More... about 14 years ago
Aggregation Helper Function More... about 14 years ago
JAVA-381: Some cleanup from code review More... about 14 years ago
Fixed findAndModify test to work with stricter error checking in server > 2.1 More... about 14 years ago
Upping max deviation percent More... about 14 years ago
Re-organizing the read preference code so that TaggableReadPreference is a top-level public class. Refactored some methods to pull out common code into base classes. More... about 14 years ago
formatting changes, error checking More... about 14 years ago
Remove bug in ReadPreferenceTest More... about 14 years ago