summaryrefslogtreecommitdiff
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
* don't allow db.eval on sharded collections SHARDING-27Eliot Horowitz2009-09-101-0/+18
* slightly better next() at end handling SERVER-280Eliot Horowitz2009-09-041-0/+4
* support JS_SetOperationCallback in sm 1.8.1 SERVER-167Eliot Horowitz2009-09-011-9/+14
* fix sm gc issueEliot Horowitz2009-08-291-7/+14
* better error messagesEliot Horowitz2009-08-281-6/+9
* type in non xulrunnerEliot Horowitz2009-08-281-1/+1
* some sm safetyEliot Horowitz2009-08-281-3/+8
* fix function rooting and function namesEliot Horowitz2009-08-281-4/+9
* replaced super hacky compileFunction with some minimal custom parsingEliot Horowitz2009-08-281-24/+54
* minor 181 cleaningEliot Horowitz2009-08-282-10/+9
* xulrunner in ubuntu passes all client tests nowEliot Horowitz2009-08-282-5/+56
* npe for sm 1.8 that makes client passEliot Horowitz2009-08-281-1/+1
* fix concurrency issue cleaning up pooled scopesEliot Horowitz2009-08-211-3/+9
* couple of small optimizationsEliot Horowitz2009-08-193-12/+22
* debugging for posible issue MINOREliot Horowitz2009-08-161-1/+3
* 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