12
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 22 hours ago.
Aug 26, 2025 — Aug 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
JAVA-553 change connection timeout default from unlimited to 10 sec. More... about 14 years ago
JAVA-488: Rolling back unintentional API change More... about 14 years ago
pom.xml now builds source jar More... about 14 years ago
Removed spurious import of a com.sun class More... about 14 years ago
JAVA-488: API changes for JSON serialization. Clients should use static methods in the new JSONSerializers class More... about 14 years ago
Updating revision More... about 14 years ago
Not ready yet for tagged read prefs More... about 14 years ago
Adding pom.xml for driver developers who prefer working with Maven to Ant. It is NOT used for release builds. For that, Ant is still used (see build.xml). More... over 14 years ago
Fixed scm url in maven POMs More... over 14 years ago
JAVA-272: Cleaning of the manifest. Added Bundle-License, improved Bundle-Name and Bundle-SymbolicName, removed Bundle-ClassPath More... over 14 years ago
JAVA-272: To deal with the OSGi/Maven version name incompatibilities, added ability to use a different version name for maven and OSGi. So the Maven POM that we upload would have a version like 2.8.0-RC1 or 2.8.0, while the corresponding Bundle-Version in MANIFEST.MF would be 2.8.0.RC1 or 2.8.0.RELEASE. Hopefully this will work for both Maven and OSGi users, as it's the strategy used by, for example the maven-bundle-plugin More... over 14 years ago
Fixed publish-local target to use user.home for root of local maven repository More... over 14 years ago
JAVA-573: Changed Mongo.getVersion() to return the full version string, instead of just major.minor More... over 14 years ago
Added package to OSGi manifest More... over 14 years ago
[Java-475] GridFSInput constructors are now protected access More... over 14 years ago
Fixed path to local maven repo More... over 14 years ago
Merge remote-tracking branch 'origin/master' More... over 14 years ago
Correct parsing of Long date values More... over 14 years ago
JAVA-497: Rolling back this change until what we want to do is fully spec'd More... over 14 years ago
JAVA-458: Fixed regression which caused nodes not in the seed list to be ignored until the second round of calls to isMaster. This could result in not finding the primary for > 5s if the primary didn't happen to be in the seed list More... over 14 years ago
refactored com.mongodb.DBTCPConnector#_checkWriteError to make intent clearer. More... over 14 years ago
JAVA-535: Respecting read preference on DB for DB.getCollectionNames More... over 14 years ago
JAVA-249: Removed calls to InetAddress.getLocalHost and InetAddress.getAllByName, using InetAddress.getByName instead Simplified code. Fixed Javadoc. Removed unused methods. Made it thread-safe by making _address volatile More... over 14 years ago
JAVA-378: Added unit test More... over 14 years ago
Added missing braces to conditional More... over 14 years ago
changed parameter name and added comment. More... over 14 years ago
Merge pull request #75 from lesnail/master More... over 14 years ago
JAVA-378 reallocate buffer to correct size when changing chunksize of GridFSInputFile More... over 14 years ago
Merge branch 'master' of github.com:mongodb/mongo-java-driver More... over 14 years ago
Fixed an unused assignment warning More... over 14 years ago