summaryrefslogtreecommitdiff
path: root/scripting/sm_db.cpp
AgeCommit message (Expand)Author
2010-04-28elim some 64 bit warnings etc.Dwight Merriman
2010-03-23better sm assertsEliot Horowitz
2010-03-22can use sharding with SyncClusterConnection for 2 phase commit across 3 serve...Eliot Horowitz
2010-03-22some abstractions in prep for SHARDING-39Eliot Horowitz
2010-02-27batchSize option for js and c++Eliot Horowitz
2010-02-22Revert "Revert "SERVER-305 record uri on connect""Aaron
2010-02-22Revert "SERVER-305 record uri on connect"Aaron
2010-02-22SERVER-305 record uri on connectAaron
2010-02-17SERVER-612 informal dbref for smAaron
2010-01-26don't use asio for mongos with win vcproj yetDwight
2010-01-25SERVER-256 allow BinData construction in sm shellAaron
2010-01-25SERVER-256 fix BinData byte alignment issue and add base64 representation to ...Aaron
2010-01-25SERVER-357 NumberLong converts to number (double) implicitly when doing opera...Aaron
2010-01-20SERVER-357 NumberLong class for smAaron
2010-01-20fix vcproj; typoDwight
2010-01-19Quorum -> SyncClusterConnectionEliot Horowitz
2010-01-14fix spidermonkey error handling SERVER-515Eliot Horowitz
2010-01-03a little code cleanup / renameingDwight
2009-12-28uassert/massert take error code SERVER-112Eliot Horowitz
2009-12-21SERVER-446 extract object id string validation to general engine layerAaron
2009-12-21SERVER-502 fix specification of native callback flags in smAaron
2009-12-16quorom connection (for sharding config) checkpointEliot Horowitz
2009-12-09Silence warningsMathias Stearn
2009-12-09Start using Date_t. Can anyone think of a better name?Mathias Stearn
2009-12-03don't allow db access on $where SERVER-454Eliot Horowitz
2009-11-22added bsonsize to bson objects in jsEliot Horowitz
2009-10-27all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn
2009-10-22shell multi-update option and test SERVER-268Eliot Horowitz
2009-10-02add new style DBRef to js SERVER-243Eliot Horowitz
2009-10-02renamed DBRef DBPointer SERVER-243Eliot Horowitz
2009-09-10don't allow db.eval on sharded collections SHARDING-27Eliot Horowitz
2009-09-04slightly better next() at end handling SERVER-280Eliot Horowitz
2009-08-28type in non xulrunnerEliot Horowitz
2009-08-28xulrunner in ubuntu passes all client tests nowEliot Horowitz
2009-08-10implement paired connection support in shell SERVER-171Eliot Horowitz
2009-07-29fix gratuitous slowness in Map (for group) SERVER-189Eliot Horowitz
2009-07-24sm18 checkpointEliot Horowitz
2009-07-15make sure db doesn't crash with weird db.eval returns SERVER-159Eliot Horowitz
2009-07-13better error check, and clean shutdownServer message SERVER-152Eliot Horowitz
2009-07-13fix null,date returns from db.eval SERVER-151Eliot Horowitz
2009-06-08change Map to use Map.get Map.put Map[] won't workEliot Horowitz
2009-06-05try to fix windows compileEliot Horowitz
2009-06-05BinData for spider monkey SERVER-97Eliot Horowitz
2009-06-04ubuntu sm hack MINOREliot Horowitz
2009-06-03db ref for javascript and shell SERVER-46Eliot Horowitz
2009-06-02better error handling for invalid objcet ids SERVER-88Eliot Horowitz
2009-06-01spider monkey 1.6 compile MINOREliot Horowitz
2009-06-01fix dates in spider monkey SERVER-83Eliot Horowitz
2009-05-28make "new ObjectId()" and "ObjectId()" both work for backwards compatabilityEliot Horowitz
2009-05-23tests and asserts MINOREliot Horowitz