12
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 30, 2025 — Jul 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changed the link url to point to the oracle domain <sigh> More... over 15 years ago
fixed javadoc comment (@link) More... over 15 years ago
fixed minor javadoc issues. More... over 15 years ago
removed @deprecated on the old group method and added comments. More... over 15 years ago
add finalize to group and add group( DBObject) JAVA-233 More... over 15 years ago
update map/reduce given server changes More... over 15 years ago
cleanup ThreadLocal and thread refernce so Mongo can be gced More... over 15 years ago
cleaning comments More... over 15 years ago
Merge branch 'topic/withinbox' of https://github.com/jeanlaurent/mongo-java-driver More... over 15 years ago
Adding QueryBuilder.withinBox method More... over 15 years ago
BUMP 2.4-rc0 More... over 15 years ago
check response to id More... over 15 years ago
mapReduce or mapreduce JAVA-234 More... over 15 years ago
Merge branch 'master' of github.com:mongodb/mongo-java-driver More... over 15 years ago
[JAVA-221]: remove call to killcursor in finalize, to prevent blocking GC More... over 15 years ago
JAVA-151: Call _checkObject from Insert() as well as Save() to ensure no keys with . are inserted. Test to *expect* an exception. More... over 15 years ago
[JAVA-229]: when saving file with gridfs and using a custom chunksize, it is not properly set on the parent file object, and fetching object later on will break More... over 15 years ago
[JAVA-225]: Read against dead replica slave doesn't fail over correctly when there is no master More... over 15 years ago
Merge remote branch 'origin/master' More... over 15 years ago
[JAVA-226]: - improved StringRangeSet to use static Strings for 1st 100 numbers - deleted OrderedSet class, and made other classes use LinkedHashSet instead More... over 15 years ago
compile old versions More... over 15 years ago
toArray fix More... over 15 years ago
Fix (maybe? not yet tested) for n^2 query construction More... over 15 years ago
JAVA-221: kill cursor should not be called if id is 0 SUPPORT-76: several bugs found in input reader, which may read too much More... over 15 years ago
JAVA-221: made finalize call killcursors right away More... over 15 years ago
now handles primitive arrays as well More... over 15 years ago
JAVA-221: Try to remove synchronized in DBApiLayer finalize Addition of a background thread per database, that takes care of cleaning up dead cursors. More... over 15 years ago
Merge branch 'master' of github.com:mongodb/mongo-java-driver More... over 15 years ago
added setOptioins, resetOptions and getOptions to DBCursor, JAVA-222 More... over 15 years ago
fix jmx More... over 15 years ago