12
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jul 30, 2025 — Jul 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
convenience method to access the replset name More... over 15 years ago
changed all localhost examples to use 127.0.0.1. Localhost behaves strangely on some platforms. More... over 15 years ago
[JAVA-237]: Should only have 1 DBCleanerThread per Mongo instance More... over 15 years ago
[JAVA-266]: Need to update the IP resolved for hosts frequently enough to pick up dns changes More... over 15 years ago
[JAVA-281]: still need to ignore error due to ns not existing More... over 15 years ago
[JAVA-282]: on ioexception, call to port.close() after putting back port in the pool, may break other thread that is using port More... over 15 years ago
[JAVA-281]: when dropping a database or a collection, they remain in the driver cache, which can lead to problems More... over 15 years ago
[JAVA-239]: getting late, forgot to remove import lines More... over 15 years ago
[JAVA-239]: make sure src/main/org/bson has no mongodb deps More... over 15 years ago
[JAVA-239]: make sure src/main/org/bson has no mongodb deps More... over 15 years ago
[JAVA-151]: Dot allowed in key names More... over 15 years ago
[JAVA-279]: ObjectId could generate duplicate ids if used in different classloader More... over 15 years ago
[JAVA-276]: findAndModify does not throw MongoException on error, fails silently More... over 15 years ago
added useful toString() for DBCursor More... over 15 years ago
improved ensureIndex to use default index name if null is provided, instead of getting mongoexception More... over 15 years ago
[JAVA-263]: added NPE handling in rare edge case More... over 15 years ago
[JAVA-275]: fix to implementation, was looping in case driver is started with no master available More... over 15 years ago
[JAVA-275]: with default write concern (no getLastError), if master changes in repl set, writes will fail undetected forever More... over 15 years ago
[JAVA-263]: NullPointerException due to race condition during concurrent access to DBTCPTransport, comprehensive refactoring More... over 15 years ago
removed debug lines More... over 15 years ago
[JAVA-273: many db commands (stats, list db, group, etc) should succeed if slaveOk=true and at least one server is up] More... over 15 years ago
[JAVA-241]: driver has a bunch of hardcoded timing settings that many customers want to tweak More... over 15 years ago
fixed test for M/R More... over 15 years ago
[JAVA-251]: remove M/R method that automatically uses INLINE More... over 15 years ago
[JAVA-258]: prevent getLastError from being called in toString() More... over 15 years ago
[JAVA-247]: additional authenticate method More... over 15 years ago
enabled -Xlint:all for main and test. More... over 15 years ago
cleanup - finished fixing compiler warnings More... over 15 years ago
cleanup - fixing compiler warnings (serializable and unchecked). More... over 15 years ago
changed error code to Integer (was string). More... over 15 years ago