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
1 day
ago. based on code collected
1 day
ago.
Aug 19, 2025 — Aug 19, 2026
Showing page 266 of 295
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
[JAVA-315]: several exception cases do not put back the dbport in pool, resulting in forever hanging pool to that server [JAVA-316]: in DBTCPConnector.say(), possible race condition that affects getLastError() result
agirbal
More...
over 15 years ago
[JAVA-312]: com.mongodb.util.JSON.serialize does not support UUID
agirbal
More...
over 15 years ago
[JAVA-313]: several commands do not call res.throwOnError(), instead make up their own exception
agirbal
More...
over 15 years ago
added test to make sure all types are correctly encoded with BSON to/from db
agirbal
More...
over 15 years ago
add back all tests
agirbal
More...
over 15 years ago
[JAVA-280]: bug in BSONTimestamp JSON parse. Added BSON encoding of DBRef. Added test for JSON encode/decode all types.
agirbal
More...
over 15 years ago
added log line when IP changes
agirbal
More...
over 15 years ago
Closing a Mongo instance now waits for the cleaner
Sean Reilly
More...
over 15 years ago
post 2.5.2
Scott Hernandez
More...
over 15 years ago
bump 2.5.2
Scott Hernandez
More...
over 15 years ago
[JAVA-304]: cursors with negative id were not being closed
agirbal
More...
over 15 years ago
[JAVA-304]: Problem with closing cursors - killCursor may try to close a cursor of id 0
agirbal
More...
over 15 years ago
post 2.5.1
Scott Hernandez
More...
over 15 years ago
bump 2.5.1
Scott Hernandez
More...
over 15 years ago
[JAVA-280]: NaN double value is not properly parsed back in JSON
agirbal
More...
over 15 years ago
[JAVA-301]: fix check to use isMaster for replSet name
Scott Hernandez
More...
over 15 years ago
[JAVA-280]: BSONTimestamp and some other fields are not properly serialized to JSON and cannot be parsed back
agirbal
More...
over 15 years ago
[JAVA-298]: fixed doc on JSON parse
agirbal
More...
over 15 years ago
fixed test for findAndModify
agirbal
More...
over 15 years ago
[JAVA-276]: findAndModify should eat error on no matched doc, until server is fixed
agirbal
More...
over 15 years ago
added comment and convenience method for getBoolean
agirbal
More...
over 15 years ago
post 2.5
Eliot Horowitz
More...
over 15 years ago
BUMP 2.5
Eliot Horowitz
More...
over 15 years ago
[JAVA-293]: added tests
agirbal
More...
over 15 years ago
[JAVA-293]: Cursor is not closed after limit is fully fetched from server. This turned out to be more of a refactoring than hoped, to clean up code while fixing issue. Solution: - positive batchsize tells server the ideal size of a batch returned - negative batchsize tells server to return 1 batch of maximum that size, or whatever fits in a 4MB batch, and close the cursor - positive limit does limit the total number of documents to return on cursor. Once limit is reached, cursor should be called automatically by driver. - negative limit is only supported for legacy reason. It sets the batchSize to that negative value.
agirbal
More...
over 15 years ago
better toString for Code
agirbal
More...
over 15 years ago
make getMore smarter
Eliot Horowitz
More...
over 15 years ago
convenience method to access information about which server returned result. Requested by user and useful to verify proper request routing.
agirbal
More...
over 15 years ago
fix tests to work with --dur
agirbal
More...
over 15 years ago
simplified check for error code.
Ryan
More...
over 15 years ago
←
1
2
…
262
263
264
265
266
267
268
269
270
…
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