summaryrefslogtreecommitdiff
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
* better file handling in shellEliot Horowitz2009-08-141-2/+9
* better sm lockingEliot Horowitz2009-08-123-8/+53
* implement paired connection support in shell SERVER-171Eliot Horowitz2009-08-101-6/+19
* better debugging for invalid utf-8 in smEliot Horowitz2009-08-071-0/+24
* little more debugging for next new type MINOREliot Horowitz2009-08-061-0/+1
* unknow regex flag warning, not assertEliot Horowitz2009-08-061-1/+3
* inShutdown() method so spider monkey can shutdown cleanlyEliot Horowitz2009-08-051-0/+3
* clean up dbexit with an ExitCode enum SERVER-183Eliot Horowitz2009-08-051-1/+1
* fix shellEliot Horowitz2009-08-051-1/+0
* fix sun compileEliot Horowitz2009-08-051-1/+1
* more sm lockingEliot Horowitz2009-08-051-0/+3
* some sm internal lockingEliot Horowitz2009-08-051-0/+4
* get rid of JS_THREADSAFE checksEliot Horowitz2009-08-051-23/+0
* caching js context, also THREADSAFE manglingEliot Horowitz2009-08-053-10/+222
* NumberLong in spider monkeyEliot Horowitz2009-08-041-0/+1
* fix gratuitous slowness in Map (for group) SERVER-189Eliot Horowitz2009-07-291-7/+2
* fix for win64 and boostEliot Horowitz2009-07-271-0/+3
* linux boost fix MINORyellow2009-07-241-0/+1
* sm18 checkpointEliot Horowitz2009-07-243-10/+37
* fix npe in fixEliot Horowitz2009-07-231-4/+6
* temp fix for sub object modsEliot Horowitz2009-07-231-1/+9
* fix object -> bson when adding fieldsEliot Horowitz2009-07-231-2/+9
* make sure db doesn't crash with weird db.eval returns SERVER-159Eliot Horowitz2009-07-152-19/+30
* 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-133-1/+14
* fix issue when deleting fields from JS SERVER-139Eliot Horowitz2009-07-091-8/+25
* strip leading whitespace from code before adding returnMike Dirolf2009-06-191-0/+4
* whitespaceMike Dirolf2009-06-191-140/+140
* fix shell printingEliot Horowitz2009-06-111-0/+3
* set VAROBJFIX even though its on by default MINOREliot Horowitz2009-06-111-0/+2
* add "this" as a LocalRoot SERVER-102Eliot Horowitz2009-06-091-1/+9
* finish SERVER-101 move BSONObjIterator::_more to BSONObjIterator::moreEliot Horowitz2009-06-091-2/+2
* moved BSONObjIterator::more to BSONObjectIteratore::moreWEOO()Eliot Horowitz2009-06-091-7/+2
* change Map to use Map.get Map.put Map[] won't workEliot Horowitz2009-06-081-0/+44
* fix type() for ArrayEliot Horowitz2009-06-081-1/+6
* fix mem leakEliot Horowitz2009-06-061-0/+2
* try to fix windows compileEliot Horowitz2009-06-051-1/+1
* BinData for spider monkey SERVER-97Eliot Horowitz2009-06-053-4/+43
* typo MINOREliot Horowitz2009-06-041-1/+1
* ubuntu sm hack MINOREliot Horowitz2009-06-042-1/+3
* fix shell var SERVER-95Eliot Horowitz2009-06-041-0/+1
* db ref for javascript and shell SERVER-46Eliot Horowitz2009-06-033-3/+68
* fixed a bug in sm gc not cleaning things upEliot Horowitz2009-06-031-5/+31
* better error handling for invalid objcet ids SERVER-88Eliot Horowitz2009-06-021-1/+18
* fix gc issue with long running $where SERVER-86Eliot Horowitz2009-06-011-1/+9
* spider monkey 1.6 compile MINOREliot Horowitz2009-06-012-2/+14
* CodeWScope SERVER-80Eliot Horowitz2009-06-011-3/+13
* fix dates in spider monkey SERVER-83Eliot Horowitz2009-06-012-9/+6
* hack for ubuntu's weird js versionEliot Horowitz2009-05-291-0/+2
* memory leak in sm SERVER-73Eliot Horowitz2009-05-281-1/+3