summaryrefslogtreecommitdiff
path: root/scripting/sm_db.cpp
Commit message (Expand)AuthorAgeFilesLines
* xulrunner in ubuntu passes all client tests nowEliot Horowitz2009-08-281-3/+15
* implement paired connection support in shell SERVER-171Eliot Horowitz2009-08-101-6/+19
* fix gratuitous slowness in Map (for group) SERVER-189Eliot Horowitz2009-07-291-7/+2
* sm18 checkpointEliot Horowitz2009-07-241-4/+10
* make sure db doesn't crash with weird db.eval returns SERVER-159Eliot Horowitz2009-07-151-2/+10
* better error check, and clean shutdownServer message SERVER-152Eliot Horowitz2009-07-131-2/+5
* fix null,date returns from db.eval SERVER-151Eliot Horowitz2009-07-131-0/+8
* change Map to use Map.get Map.put Map[] won't workEliot Horowitz2009-06-081-0/+44
* try to fix windows compileEliot Horowitz2009-06-051-1/+1
* BinData for spider monkey SERVER-97Eliot Horowitz2009-06-051-0/+29
* ubuntu sm hack MINOREliot Horowitz2009-06-041-1/+1
* db ref for javascript and shell SERVER-46Eliot Horowitz2009-06-031-2/+42
* better error handling for invalid objcet ids SERVER-88Eliot Horowitz2009-06-021-1/+18
* spider monkey 1.6 compile MINOREliot Horowitz2009-06-011-1/+13
* fix dates in spider monkey SERVER-83Eliot Horowitz2009-06-011-9/+4
* make "new ObjectId()" and "ObjectId()" both work for backwards compatabilityEliot Horowitz2009-05-281-2/+7
* tests and asserts MINOREliot Horowitz2009-05-231-6/+6
* reorder cursor / connection destructionAaron2009-05-191-3/+3
* use reference counted pointers for private connection and cursor objects to e...Aaron2009-05-181-23/+45
* fix assert macro definition after a boost include (ugly at the moment)Dwight2009-05-151-2/+0
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-05-151-128/+3
|\
| * get rid of fork()Aaron2009-05-151-131/+2
| * don't define JS_THREADSAFEAaron2009-05-151-0/+4
| * fix compile warnings MINORAaron2009-05-151-1/+1
* | remove vstudio warning MINOREliot Horowitz2009-05-151-1/+1
|/
* Merge branch 'smshell'Eliot Horowitz2009-05-151-18/+283
|\
| * backwards compatibile js timestampEliot Horowitz2009-05-151-1/+1
| * finish cleaning up externalSetup modes MINORAaron2009-05-151-1/+1
| * cleanup externalSetup modes MINORAaron2009-05-151-4/+2
| * Thread cleanup MINORAaron2009-05-151-3/+2
| * Spider Monkey: Timestamp, MaxKey, MinKey workingEliot Horowitz2009-05-151-2/+0
| * Spider Monkey: more types - almost workingEliot Horowitz2009-05-151-4/+48
| * Merge branch 'smshell' of git@github.com:mongodb/mongo into smshellAaron2009-05-141-1/+4
| |\
| | * Merge branch 'smshell' of git@github.com:mongodb/mongo into smshellEliot Horowitz2009-05-141-4/+9
| | |\
| | * | print shell stuffEliot Horowitz2009-05-141-1/+4
| * | | fix join() now that done_ is set elsewhere MINORAaron2009-05-141-2/+2
| | |/ | |/|
| * | don't exec jsconcatcode for forked contexts, not sure why this is a problemAaron2009-05-141-4/+9
| |/
| * fork fixes MINORAaron2009-05-141-0/+2
| * thread safe use of js contextsAaron2009-05-141-5/+35
| * port fork() to spidermonkeyAaron2009-05-141-1/+92
| * save host in Mongo objectAaron2009-05-141-0/+2
| * handle sm->bson dateEliot Horowitz2009-05-141-0/+8
| * smshell: query array access modeEliot Horowitz2009-05-131-2/+6
| * smshell: more utils working, some other fixesEliot Horowitz2009-05-131-0/+7
| * smshell: almost doneEliot Horowitz2009-05-131-2/+61
| * resolver fixEliot Horowitz2009-05-131-3/+3
| * Spider Monkey Shell: another checkpointEliot Horowitz2009-05-131-9/+24
* | eliminate warnings with vc++Dwight2009-05-141-2/+2
|/
* Spider Monkey: find field specEliot Horowitz2009-05-091-2/+2
* Spider Monkey: ObjectIdEliot Horowitz2009-05-081-4/+28