summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)Author
2011-04-11better error handling in loading system.js.Eliot Horowitz
2011-02-15commentAaron
2011-02-07better error messageEliot Horowitz
2011-02-05make sm conversion from BSON array to js array fasterEliot Horowitz
2011-01-25find now takes 7 argsEliot Horowitz
2011-01-25shell can pass query optionsEliot Horowitz
2011-01-24sharding check for v8Eliot Horowitz
2011-01-24fix v8 readOnly modeEliot Horowitz
2011-01-21better remove error reporting for jsEliot Horowitz
2011-01-19move object creation for mongo_insert into try/catchEliot Horowitz
2011-01-10v8 fix gc callbackAaron
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2011-01-03new Timestamp() for v8 SERVER-2315Eliot Horowitz
2010-12-30new Timestamp() for shell SERVER-2315Eliot Horowitz
2010-12-27better js error message on out of memory SERVER-2280Eliot Horowitz
2010-12-23[SERVER-2284]: operations using system.js collection (group, mapred, where) a...agirbal
2010-12-15init( BSONObj* ) can be const *Eliot Horowitz
2010-12-13fix off-by-one in spidermonkey line numbering SERVER-2215Mathias Stearn
2010-11-29fix comment parsing in v8Eliot Horowitz
2010-11-28better error message on bad encodingEliot Horowitz
2010-11-23show repl state in shell prompt. needs more workdwight
2010-11-22fix comments in embedded code SERVER-2121Eliot Horowitz
2010-11-20working on SERVER-2121Eliot Horowitz
2010-10-13SERVER-1902: Make Assertion failure JS_EncodeCharacters more verbose in logTony Hannan
2010-10-06SERVER-1841 don't allow client js to catch timeout/interruptAaron
2010-10-04SERVER-1840 make eval function construction logic in v8 more consistent with smAaron
2010-09-23newlineEliot Horowitz
2010-09-23SERVER-387 enable interrupts for v8Aaron
2010-09-16better namedwight
2010-09-14SERVER-387 support killop with db.evalAaron
2010-09-14simple js benchmakring harnessEliot Horowitz
2010-09-13SERVER-1762 clean up v8 mutex usage somewhatAaron
2010-09-08SERVER-1762 don't call loadStored() with v8 mutexAaron
2010-09-07compileAaron
2010-09-07SERVER-1749 guard all v8 function callbacksAaron
2010-09-07fix Object.bsonsize with null param SERVER-1753Eliot Horowitz
2010-09-07SERVER-1749 catch exception in get next callbackAaron
2010-09-01Scope::rename and ability to block db access prep for SERVER-1715Eliot Horowitz
2010-08-29make roundtripping of NumberLong work and add another testEliot Horowitz
2010-08-29NumberLong shell output changed to NumberLong(111111111111) or NumberLong(111...Wojciech Piekutowski
2010-08-27have to copy BinData in sm in case BSONObj is temp SERVER-1694Eliot Horowitz
2010-08-25some debugging for parallel testsEliot Horowitz
2010-08-23use smuassert instead of uassert SERVER-1661Eliot Horowitz
2010-08-23justOne for v8Eliot Horowitz
2010-08-22shell support for justOne for removes SERVER-1653Eliot Horowitz
2010-08-18SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner
2010-08-18lower log verbosity when timing out cursors with $whereEliot Horowitz
2010-08-18clean up cursor exception handlingEliot Horowitz
2010-08-11elim warnings windowsdwight
2010-08-11actual typo fixMathias Stearn