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 20, 2025 — Aug 20, 2026
Showing page 252 of 295
Search / Filter on:
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
Jeff Yemin
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
Jeff Yemin
More...
over 14 years ago
Merge branch 'master' of github.com:mongodb/mongo-java-driver into JAVA-458
Jeff Yemin
More...
over 14 years ago
Updating lib.minor
Jeff Yemin
More...
over 14 years ago
_masterPortPool needs to be volatile
Jeff Yemin
More...
over 14 years ago
JAVA-272: Fixed OSGi manifest
Jeff Yemin
More...
over 14 years ago
JAVA-522: Add constructor to CommandResult that takes a command. Fix NPE when command is null
Jeff Yemin
More...
over 14 years ago
Added assert equals for byte
Jeff Yemin
More...
over 14 years ago
JAVA-458: code review changes
Jeff Yemin
More...
over 14 years ago
Fixed but decoding regex
Jeff Yemin
More...
over 14 years ago
JAVA-498: Reserving connection after requestStart for reads now as well as writes
Jeff Yemin
More...
over 14 years ago
JAVA-486: Synchronized DBTCPConnector._set method to eliminate race condition on log message
Jeff Yemin
More...
over 14 years ago
JAVA-472: Fixed equals and hashCode for WriteConcern
Jeff Yemin
More...
over 14 years ago
JAVA-534: Added cursor id and server address to CursorNotFound exception
Jeff Yemin
More...
over 14 years ago
JAVA-534: Added cursor id and server address to CursorNotFound exception
Jeff Yemin
More...
over 14 years ago
JAVA-537: Make DBCursor Closeable
Jeff Yemin
More...
over 14 years ago
Simplified assertion
Jeff Yemin
More...
over 14 years ago
Reduced memory consumption by removing all the unecessary buffers and instead doing much simpler decoding of utf8 and cstrings
Jeff Yemin
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
Jeff Yemin
More...
over 14 years ago
Adding message to SecondaryReadTest.verifySecondaryCounts assertion
Jeff Yemin
More...
over 14 years ago
Added entrySet() implementation for LazyBSONObject, which will perform much better than using keySet()/get(String key)
Jeff Yemin
More...
over 14 years ago
Adding equals/hashCode for MinKey, MaxKey, and Symbol
Jeff Yemin
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
Jeff Yemin
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
Jeff Yemin
More...
over 14 years ago
Fixed JAVA-526 to remove infinite recursion
Jeff Yemin
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
Daniel Gottlieb
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
Daniel Gottlieb
More...
over 14 years ago
replaced println with assert
Jeff Yemin
More...
over 14 years ago
fixed TestNGListener: replaced . with _ in key name
Jeff Yemin
More...
over 14 years ago
More Mongo instance cleanup
Jeff Yemin
More...
over 14 years ago
←
1
2
…
248
249
250
251
252
253
254
255
256
…
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