You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
rstam cf816c3bae Added uuidhelpers.js file with Javascript helper functions to work with the various encoding of UUIDs in the mongo shell. These will eventually be obsoleted when SERVER-3153 is implemented. 14 years ago
..
MongoGridFS.cs Fixed CSHARP-330. MongoGridFSSettings now inherits SafeMode settings from MongoDatabase. 14 years ago
MongoGridFSCreateOptions.cs Added doc comments for all the GridFS classes. 15 years ago
MongoGridFSException.cs First round of namespace refactoring. Moved all serializers to their own namespace. Moved all wrappers to their own namespace. The goal is to put little used classes into separate namespaces so that they don't clutter up the standard namespaces. 15 years ago
MongoGridFSFileInfo.cs Implemented CSHARP-338 and CSHARP-339. Added operator == implementations to subclasses of BsonValue to eliminate multiple levels of indirection. Equals only returns true if both arguments are the same type. Equals no longer coerces between numeric BsonValue classes, but operator == does. Classes that override Equals all now implement IEquatable<T> also. Added tons of new unit tests (almost all related to Equals and operator ==). 14 years ago
MongoGridFSSettings.cs Implemented CSHARP-338 and CSHARP-339. Added operator == implementations to subclasses of BsonValue to eliminate multiple levels of indirection. Equals only returns true if both arguments are the same type. Equals no longer coerces between numeric BsonValue classes, but operator == does. Classes that override Equals all now implement IEquatable<T> also. Added tons of new unit tests (almost all related to Equals and operator ==). 14 years ago
MongoGridFSStream.cs Fixed CSHARP-290. Removed overloads with an IDictionary<string, object> parameter leaving the one with the non-generic IDictionary parameter. The overload with the non-generic IDictionary parameter can also take Dictionary<string, object> argument values and will do the right thing with them. This removes the ambiguity caused by having both overloads. 14 years ago