12
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 20, 2025 — Aug 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
JAVA-538: Returning reserved connection even of hostNeeded is not null, if the reserved connection is to the same host More... over 14 years ago
Removed need for lib.major and lib.minor in build.properties by parsing lib.version with propertyregexp from ant-contrib More... over 14 years ago
Merge branch 'master' of github.com:mongodb/mongo-java-driver into JAVA-458 More... over 14 years ago
Updating lib.minor More... over 14 years ago
_masterPortPool needs to be volatile More... over 14 years ago
JAVA-272: Fixed OSGi manifest More... over 14 years ago
JAVA-522: Add constructor to CommandResult that takes a command. Fix NPE when command is null More... over 14 years ago
Added assert equals for byte More... over 14 years ago
JAVA-458: code review changes More... over 14 years ago
Fixed but decoding regex More... over 14 years ago
JAVA-498: Reserving connection after requestStart for reads now as well as writes More... over 14 years ago
JAVA-486: Synchronized DBTCPConnector._set method to eliminate race condition on log message More... over 14 years ago
JAVA-472: Fixed equals and hashCode for WriteConcern More... over 14 years ago
JAVA-534: Added cursor id and server address to CursorNotFound exception More... over 14 years ago
JAVA-534: Added cursor id and server address to CursorNotFound exception More... over 14 years ago
JAVA-537: Make DBCursor Closeable More... over 14 years ago
Simplified assertion More... over 14 years ago
Reduced memory consumption by removing all the unecessary buffers and instead doing much simpler decoding of utf8 and cstrings More... over 14 years ago
Added pipe(OutputStream os) to LazyBSONObject to pipe raw bytes Added equals and hashCode to LazyBSONOBject to compare and hash the raw bytes More... over 14 years ago
Adding message to SecondaryReadTest.verifySecondaryCounts assertion More... over 14 years ago
Added entrySet() implementation for LazyBSONObject, which will perform much better than using keySet()/get(String key) More... over 14 years ago
Adding equals/hashCode for MinKey, MaxKey, and Symbol More... over 14 years ago
Fixed a number of issues with LazyBSONObject class 1. Changed sizeCString method to that is assume offset is on the first character of the cstring, not the character preceding it, and adjusted all called to account for that 2. Changed name of LazyBSONIterator to LazyBSONKeyIterator and made it package private, since it should not be public. 3. Changed implemenation of the get(String key) method so that it doesn't require the creation an an array of ElementRecord for all preceding keys, just to get the value of this key 4. Added a getElements method that return an array of all fields, for use by LazyBSONList 5. Fixed a buffer overrun that will occur when the document contains a field of type BSON.REGEX More... over 14 years ago
Simplified decode method to use much less memory for small documents. Before it would use a minumum of 4K per document. Not it allocates an array of exactly the right size. Got rid of unnecessary _buffer field, because ownership of each buffer is handed off to the callback and can't be re-used anyway More... over 14 years ago
Fixed JAVA-526 to remove infinite recursion More... over 14 years ago
fix a bug about GridFSDBFile.MyInputStream.skip not returning the appropriate amount when the filesize is not a multiple of chunk size More... over 14 years ago
JAVA-332: Have GridFSDBInputFile.MyInputStream.skip be smart about not fetching grid fs chunks that are being entirely skipped over More... over 14 years ago
replaced println with assert More... over 14 years ago
fixed TestNGListener: replaced . with _ in key name More... over 14 years ago
More Mongo instance cleanup More... over 14 years ago