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
about 14 hours
ago. based on code collected
1 day
ago.
Aug 20, 2025 — Aug 20, 2026
Showing page 254 of 295
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
initail load.
Ryan
More...
over 14 years ago
made code more concise.
Ryan
More...
over 14 years ago
added constants and moved isAscii method to static so it can be inlined by jit.
Ryan
More...
over 14 years ago
added optimization to call no arg method before arge based one and cleaned layout.
Ryan
More...
over 14 years ago
added constants and made some vars final
Ryan
More...
over 14 years ago
made outputstream final
Ryan
More...
over 14 years ago
removed extra whitespace
Ryan
More...
over 14 years ago
removed extra whitespace
Ryan
More...
over 14 years ago
JAVA-518: moving classes from src/main to src/test, because that's where they belong. Also removed unused ZipUtil class
Jeff Yemin
More...
over 14 years ago
refactored QueryBuilderTest
Jeff Yemin
More...
over 14 years ago
fixed compilation error
Jeff Yemin
More...
over 14 years ago
getting tests to pass in jenkins on 1.8
Jeff Yemin
More...
over 14 years ago
Replace _authed with a ConcurrentHashMap instead of a synchronized WeakHashMap - There is no reason it ever should have been a Weak HashMap - Synchronizing it causes massive contention for people using authentication - The weak consistency of a Concurrent collection is more than acceptable here; there should be no reason it causes problems for people except in edge race conditions.
Brendan W. McAdams
More...
over 14 years ago
temporarily disabling clover, take two
Jeff Yemin
More...
over 14 years ago
uncommenting a test that is now working
Jeff Yemin
More...
over 14 years ago
temporarily disabling clover
Jeff Yemin
More...
over 14 years ago
Merge branch 'master' of github.com:mongodb/mongo-java-driver
Jeff Yemin
More...
over 14 years ago
test for DuplicateKey exception being thrown
Jeff Yemin
More...
over 14 years ago
Merge branch 'master' of github.com:mongodb/mongo-java-driver
Brendan W. McAdams
More...
over 14 years ago
Merge branch 'master' of github.com:mongodb/mongo-java-driver
Jeff Yemin
More...
over 14 years ago
Merge pull request #59 from rwallace/master
Brendan W. McAdams
More...
over 14 years ago
Use COW list in BSON instead of Vector
Richard Wallace
More...
over 14 years ago
upgrading to latest testng jar
Jeff Yemin
More...
over 14 years ago
moved classes into org.bson.util so that they could be made package protected
Jeff Yemin
More...
over 14 years ago
Revert "Changed testng.xml to run tests in all packages under com.mongodb and org.bson, instead of explicitly naming test classes. This is less error prone, since committers have not always added new test classes to testng.xml. Now unit tests run a lot more tests. Two tests that weren't running before are failing, so I commented them out. For one there is a known bug which is referenced, the other I'm still debugging with the committer."
Brendan W. McAdams
More...
over 14 years ago
Merge pull request #58 from jedws/encoding-concurrency
Jeff Yemin
More...
over 14 years ago
removed accidentally added Sysout println
Jed Wesley-Smith
More...
over 14 years ago
now has a secondary lazily populated cache that can be cleared when mutated
Jed Wesley-Smith
More...
over 14 years ago
Changed testng.xml to run tests in all packages under com.mongodb and org.bson, instead of explicitly naming test classes. This is less error prone, since committers have not always added new test classes to testng.xml. Now unit tests run a lot more tests. Two tests that weren't running before are failing, so I commented them out. For one there is a known bug which is referenced, the other I'm still debugging with the committer.
Jeff Yemin
More...
over 14 years ago
Changed testng.xml to run tests in all packages under com.mongodb and org.bson, instead of explicitly naming test classes. This is less error prone, since committers have not always added new test classes to testng.xml. Now unit tests run a lot more tests. Two tests that weren't running before are failing, so I commented them out. For one there is a known bug which is referenced, the other I'm still debugging with the committer.
Jeff Yemin
More...
over 14 years ago
←
1
2
…
250
251
252
253
254
255
256
257
258
…
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