12
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
Jul 20, 2025 — Jul 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix _id index More... over 17 years ago
doSave -> insert More... over 17 years ago
always put _id first More... over 17 years ago
embeded create fix More... over 17 years ago
more _id laxing More... over 17 years ago
allow _id to be any type, not just ObjectId More... over 17 years ago
validate.sh : little script to help run against the bson encoding test tree More... over 17 years ago
Support for BSON Undefined type More... over 17 years ago
XSON : remove pointless cast More... over 17 years ago
XSON : proper full string and null handling in xson More... over 17 years ago
Full regex support. More... over 17 years ago
XSON : fix from XJDM for handling docs and nested docs More... over 17 years ago
Support for SYMBOL More... over 17 years ago
ByteEncoder : support encoding DBRef directly. I need to talk to Eliot to understand better the "special object" magic. More... over 17 years ago
DBRef : add a constructor that does't require to know about a parent object, a field name and a database (!). Not sure if the resultant object is useful in general, but is certainly serializable. More... over 17 years ago
ObjectId : proposed change to the CTOR ObjectId(String) so it can handle any valid input string. Existing impl assumes that the first 16 characters are pareseable as a Long, which isn't always the case. More... over 17 years ago
XSON : handle binary More... over 17 years ago
ByteEncoder - reverting change - format was incorrectly documented More... over 17 years ago
ByteEncoder : encode a binary (e.g. byte[]) as per the spec More... over 17 years ago
have find() return a dbcursor More... over 17 years ago
not sure why Iterator got removed More... over 17 years ago
Merge branch 'master' of ssh://git.10gen.com/data/gitroot/10gen-java-driver More... over 17 years ago
wiki sample More... over 17 years ago
alphabetical order test More... over 17 years ago
alphabetical order test More... over 17 years ago
flag changes More... over 17 years ago
flag support More... over 17 years ago
validate script for kristina's framework More... over 17 years ago
XSON - add license More... over 17 years ago
XSON : xson <-> bson utility. Currently just does xson->bson More... over 17 years ago