12
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 22, 2025 — Jul 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Maybe use markdown... duh.. More... over 17 years ago
hopefully this will make it render More... over 17 years ago
update readme More... over 17 years ago
DBCursor : reformatting and tweaking - should have no functional changes More... over 17 years ago
Merge branch 'master' of [email protected]:mongodb/mongo-java-driver More... over 17 years ago
DBCollection : add bulk insert operations (takes either [] or List) More... over 17 years ago
Test (not part of regular run) that shows DB update-during-iteration bug More... over 17 years ago
DBApiLayer.java : remove the _seen functionality (which exposes the db bug that an update on a large collection while iterating a cursor may well result in you seeing the document again at the end of the result set, but dwight is fixing...) More... over 17 years ago
ByteDecoder.java : no functional change. Some javadoc, and code clarification More... over 17 years ago
Javadoc and non-functional code cleanup More... over 17 years ago
DBAddress.java : handle "localhost" better - when specified, be sure to only return localhost, rather than all possible local interfaces More... over 17 years ago
build.xml : had a reference to now-deleted samples More... over 17 years ago
Removed samples. There was only one, and it was very... opaque More... over 17 years ago
Remove VFile stuff - not needed More... over 17 years ago
Remove conf/ dir. Not needed More... over 17 years ago
More license tweaks and additions More... over 17 years ago
All the modified files for the relicensing More... over 17 years ago
Relicense under the AL2.0 More... over 17 years ago
modernize git More... over 17 years ago
DBRef- fix the compile breakage More... over 17 years ago
Adding getLastError(), getPreviousError(), resetError() and forceError() for testing More... over 17 years ago
Cleanup and normalization of find() and findOne() - if method returns one object, it's a findOne(). If it returns more, it's a find() and it must return a cursor More... over 17 years ago
remove some old babble stuff More... over 17 years ago
JSON - javadoc More... over 17 years ago
Javadoc tweak - no functional change More... over 17 years ago
No need to find ED anymore... More... over 17 years ago
Machine - removing as it is unused More... over 17 years ago
remove some junk More... over 17 years ago
Merge branch 'master' of [email protected]:mongodb/mongo-java-driver More... over 17 years ago
more admin functions and examples : getDatabase(name), dropDatabase(name) More... over 17 years ago