0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 14 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add hypothetical reference.conf, not used/tested yet More... about 12 years ago
add docs on numberToReturn in OP_QUERY More... about 12 years ago
add sendInsert, sendDelete, sendKillCursors More... about 12 years ago
add the UPDATE_FLAG constants More... about 12 years ago
name reply flags REPLY_FLAG instead of RESPONSE_FLAG More... about 12 years ago
list all projects in root aggregate More... about 12 years ago
use MongoChannelException for "document too large" More... about 12 years ago
add MongoSocket.sendUpdate and some refactoring to implement it More... about 12 years ago
add MongoSocket.sendGetMore More... about 12 years ago
in GridFSTest, use SAFE write concern with Java driver to avoid races. More... about 12 years ago
add "channel" module for "raw channel" drivers More... about 12 years ago
add new subprojects wire, channel, channel-netty, channel-driver More... about 12 years ago
use putIfAbsent rather than locks with ConcurrentHashMap More... about 12 years ago
use only selected portions of MongoURI as key in connections cache More... about 12 years ago
make CollectionAccess.collectionName a def not a val More... about 12 years ago
rename CollectionGroup to CollectionFactory to reflect new reality More... about 12 years ago
Keep and use a singleton JavaDriver More... about 12 years ago
update README for API changes More... about 12 years ago
Cache each collection for the most recent context More... about 12 years ago
only create one jdriver connection per host More... about 12 years ago
Automatically migrate() each collection prior to use. More... about 12 years ago
don't cache Java driver connections anymore More... about 12 years ago
split MongoBackend into Driver and Context More... about 12 years ago
fix docs xref to nonexistent classes More... about 12 years ago
make README.md somewhat more accurate More... about 12 years ago
add Async version of Database More... about 12 years ago
make distinct() return an Iterator so it can be lazy More... about 12 years ago
add a FIXME about how the async collection actor may not be needed and is never stopped More... about 12 years ago
split readonly trait out of async More... about 12 years ago
add SyncCollection.fromAsync More... about 12 years ago