12
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day 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
better handling of Mongo.close More... almost 16 years ago
when using replica set and setting SLAVE_OK automatically route reads to slaves JAVA-147 More... almost 16 years ago
plugging in ReplicaSetStatus to DBTCPConnector final prep for JAVA-147 More... almost 16 years ago
ensureMaster More... almost 16 years ago
logic to pick a secondary More... almost 16 years ago
working on replica set status class so can do load balancing to slaves More... almost 16 years ago
better docss More... almost 16 years ago
getBoolean More... almost 16 years ago
remove checked exception and added a findOne method to DBPort More... almost 16 years ago
much cleaner replica set management and fixed some bugs in failover More... almost 16 years ago
part of a replset test More... almost 16 years ago
cleaning/better names More... almost 16 years ago
cleaning MyPort since we aren't recursive anymore More... almost 16 years ago
store query options More... almost 16 years ago
easier option to set slave ok and options at Mongo,DB,DBCollection or DBCursor JAVA-144 More... almost 16 years ago
spacing More... almost 16 years ago
Added capability on GridFSInputFile objects to be used through an OuptutStream object. This object can be obtained using the getOutputStream() method. Everything should be backwards compatible to older API versions. Only upon obtaining an output stream, the GridFS file is finally persisted calling close() on the output stream. More... almost 16 years ago
eclipse formatting files (v3.5) More... almost 16 years ago
use java.util.concurrent More... almost 16 years ago
don't put OutMessage in ThreadLocal. store buffers in Mongo not ThreadLocal JAVA-130 More... almost 16 years ago
doing our own UTF-8 Encoding so we can avoid extra buffers. this makes BSONEncoder lightweight prep for JAVA-130 More... almost 16 years ago
readme stuff More... almost 16 years ago
remove 1 ThreadLocal by putting BSONDecoder in DBPort JAVA-130 From hans More... almost 16 years ago
cleaning kill cursor code More... almost 16 years ago
more cleaning More... almost 16 years ago
more cleaning More... almost 16 years ago
remove extraneous DEBUG More... almost 16 years ago
removing System.out JAVA-126 More... almost 16 years ago
cleaning mains More... almost 16 years ago
add ability to add special query operators JAVA-136 More... almost 16 years ago