openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Mongo Java Driver
Settings
|
Report Duplicate
12
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
2 days
ago. based on code collected
2 days
ago.
Jul 30, 2025 — Jul 30, 2026
Showing page 267 of 295
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
convenience method to access the replset name
agirbal
More...
over 15 years ago
changed all localhost examples to use 127.0.0.1. Localhost behaves strangely on some platforms.
Ryan
More...
over 15 years ago
[JAVA-237]: Should only have 1 DBCleanerThread per Mongo instance
agirbal
More...
over 15 years ago
[JAVA-266]: Need to update the IP resolved for hosts frequently enough to pick up dns changes
agirbal
More...
over 15 years ago
[JAVA-281]: still need to ignore error due to ns not existing
agirbal
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
agirbal
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
agirbal
More...
over 15 years ago
[JAVA-239]: getting late, forgot to remove import lines
agirbal
More...
over 15 years ago
[JAVA-239]: make sure src/main/org/bson has no mongodb deps
agirbal
More...
over 15 years ago
[JAVA-239]: make sure src/main/org/bson has no mongodb deps
agirbal
More...
over 15 years ago
[JAVA-151]: Dot allowed in key names
agirbal
More...
over 15 years ago
[JAVA-279]: ObjectId could generate duplicate ids if used in different classloader
agirbal
More...
over 15 years ago
[JAVA-276]: findAndModify does not throw MongoException on error, fails silently
agirbal
More...
over 15 years ago
added useful toString() for DBCursor
agirbal
More...
over 15 years ago
improved ensureIndex to use default index name if null is provided, instead of getting mongoexception
agirbal
More...
over 15 years ago
[JAVA-263]: added NPE handling in rare edge case
agirbal
More...
over 15 years ago
[JAVA-275]: fix to implementation, was looping in case driver is started with no master available
agirbal
More...
over 15 years ago
[JAVA-275]: with default write concern (no getLastError), if master changes in repl set, writes will fail undetected forever
agirbal
More...
over 15 years ago
[JAVA-263]: NullPointerException due to race condition during concurrent access to DBTCPTransport, comprehensive refactoring
agirbal
More...
over 15 years ago
removed debug lines
agirbal
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]
agirbal
More...
over 15 years ago
[JAVA-241]: driver has a bunch of hardcoded timing settings that many customers want to tweak
agirbal
More...
over 15 years ago
fixed test for M/R
agirbal
More...
over 15 years ago
[JAVA-251]: remove M/R method that automatically uses INLINE
agirbal
More...
over 15 years ago
[JAVA-258]: prevent getLastError from being called in toString()
agirbal
More...
over 15 years ago
[JAVA-247]: additional authenticate method
agirbal
More...
over 15 years ago
enabled -Xlint:all for main and test.
Ryan
More...
over 15 years ago
cleanup - finished fixing compiler warnings
Ryan
More...
over 15 years ago
cleanup - fixing compiler warnings (serializable and unchecked).
Ryan
More...
over 15 years ago
changed error code to Integer (was string).
Ryan
More...
over 15 years ago
←
1
2
…
263
264
265
266
267
268
269
270
271
…
294
295
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree