summaryrefslogtreecommitdiff
path: root/scripting/sm_db.cpp
AgeCommit message (Expand)Author
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
2009-05-19reorder cursor / connection destructionAaron
2009-05-18use reference counted pointers for private connection and cursor objects to e...Aaron
2009-05-15fix assert macro definition after a boost include (ugly at the moment)Dwight
2009-05-15Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz
2009-05-15get rid of fork()Aaron
2009-05-15remove vstudio warning MINOREliot Horowitz
2009-05-15don't define JS_THREADSAFEAaron
2009-05-15fix compile warnings MINORAaron
2009-05-15Merge branch 'smshell'Eliot Horowitz
2009-05-15backwards compatibile js timestampEliot Horowitz
2009-05-15finish cleaning up externalSetup modes MINORAaron
2009-05-15cleanup externalSetup modes MINORAaron
2009-05-15Thread cleanup MINORAaron
2009-05-15Spider Monkey: Timestamp, MaxKey, MinKey workingEliot Horowitz
2009-05-15Spider Monkey: more types - almost workingEliot Horowitz
2009-05-14Merge branch 'smshell' of git@github.com:mongodb/mongo into smshellAaron
2009-05-14fix join() now that done_ is set elsewhere MINORAaron
2009-05-14Merge branch 'smshell' of git@github.com:mongodb/mongo into smshellEliot Horowitz
2009-05-14print shell stuffEliot Horowitz
2009-05-14don't exec jsconcatcode for forked contexts, not sure why this is a problemAaron
2009-05-14fork fixes MINORAaron
2009-05-14thread safe use of js contextsAaron
2009-05-14port fork() to spidermonkeyAaron
2009-05-14save host in Mongo objectAaron
2009-05-14handle sm->bson dateEliot Horowitz