12
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 14 hours 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
initail load. More... over 14 years ago
made code more concise. More... over 14 years ago
added constants and moved isAscii method to static so it can be inlined by jit. More... over 14 years ago
added optimization to call no arg method before arge based one and cleaned layout. More... over 14 years ago
added constants and made some vars final More... over 14 years ago
made outputstream final More... over 14 years ago
removed extra whitespace More... over 14 years ago
removed extra whitespace 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 More... over 14 years ago
refactored QueryBuilderTest More... over 14 years ago
fixed compilation error More... over 14 years ago
getting tests to pass in jenkins on 1.8 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. More... over 14 years ago
temporarily disabling clover, take two More... over 14 years ago
uncommenting a test that is now working More... over 14 years ago
temporarily disabling clover More... over 14 years ago
Merge branch 'master' of github.com:mongodb/mongo-java-driver More... over 14 years ago
test for DuplicateKey exception being thrown More... over 14 years ago
Merge branch 'master' of github.com:mongodb/mongo-java-driver More... over 14 years ago
Merge branch 'master' of github.com:mongodb/mongo-java-driver More... over 14 years ago
Merge pull request #59 from rwallace/master More... over 14 years ago
Use COW list in BSON instead of Vector More... over 14 years ago
upgrading to latest testng jar More... over 14 years ago
moved classes into org.bson.util so that they could be made package protected 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." More... over 14 years ago
Merge pull request #58 from jedws/encoding-concurrency More... over 14 years ago
removed accidentally added Sysout println More... over 14 years ago
now has a secondary lazily populated cache that can be cleared when mutated 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. 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. More... over 14 years ago