12
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2025 — Aug 19, 2026
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 More... over 15 years ago
[JAVA-312]: com.mongodb.util.JSON.serialize does not support UUID More... over 15 years ago
[JAVA-313]: several commands do not call res.throwOnError(), instead make up their own exception More... over 15 years ago
added test to make sure all types are correctly encoded with BSON to/from db More... over 15 years ago
add back all tests 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. More... over 15 years ago
added log line when IP changes More... over 15 years ago
Closing a Mongo instance now waits for the cleaner More... over 15 years ago
post 2.5.2 More... over 15 years ago
bump 2.5.2 More... over 15 years ago
[JAVA-304]: cursors with negative id were not being closed More... over 15 years ago
[JAVA-304]: Problem with closing cursors - killCursor may try to close a cursor of id 0 More... over 15 years ago
post 2.5.1 More... over 15 years ago
bump 2.5.1 More... over 15 years ago
[JAVA-280]: NaN double value is not properly parsed back in JSON More... over 15 years ago
[JAVA-301]: fix check to use isMaster for replSet name More... over 15 years ago
[JAVA-280]: BSONTimestamp and some other fields are not properly serialized to JSON and cannot be parsed back More... over 15 years ago
[JAVA-298]: fixed doc on JSON parse More... over 15 years ago
fixed test for findAndModify More... over 15 years ago
[JAVA-276]: findAndModify should eat error on no matched doc, until server is fixed More... over 15 years ago
added comment and convenience method for getBoolean More... over 15 years ago
post 2.5 More... over 15 years ago
BUMP 2.5 More... over 15 years ago
[JAVA-293]: added tests 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. More... over 15 years ago
better toString for Code More... over 15 years ago
make getMore smarter 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. More... over 15 years ago
fix tests to work with --dur More... over 15 years ago
simplified check for error code. More... over 15 years ago