summaryrefslogtreecommitdiff
path: root/scripting/engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-519/+0
* SERVER-3630: 'this' supplied to map function not read onlyagirbal2011-10-041-1/+1
* - SERVER-3972: Add memory limits to V8 JSagirbal2011-09-281-2/+5
* SERVER-3102: clear JS contexts in case of OOMagirbal2011-09-261-2/+11
* SERVER-3528: memory footprint of JS context keeps increasing as it is used, d...agirbal2011-09-191-2/+4
* - Added option for read only objects in JS invoke methodagirbal2011-05-251-1/+1
* SERVER-2976: added M/R pure jsMode with collection outputagirbal2011-05-101-2/+6
* SERVER-2579: optimize append() method to use same BSONObj builder throughout ...agirbal2011-05-021-0/+4
* SERVER-2579: all v8 object creation is now lazy.agirbal2011-05-021-7/+7
* starting to work on sharding helper (sh)Eliot Horowitz2011-04-141-0/+2
* move list of files outside of .hEliot Horowitz2011-04-141-0/+19
* better error handling in loading system.js.Eliot Horowitz2011-04-111-2/+2
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-107/+107
* [SERVER-2284]: operations using system.js collection (group, mapred, where) a...agirbal2010-12-231-1/+1
* init( BSONObj* ) can be const *Eliot Horowitz2010-12-151-1/+1
* fix comment parsing in v8Eliot Horowitz2010-11-291-0/+15
* SERVER-387 enable interrupts for v8Aaron2010-09-231-1/+2
* SERVER-387 support killop with db.evalAaron2010-09-141-0/+1
* Scope::rename and ability to block db access prep for SERVER-1715Eliot Horowitz2010-09-011-0/+4
* SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner2010-08-181-1/+1
* lower log verbosity when timing out cursors with $whereEliot Horowitz2010-08-181-1/+3
* elim warnings windowsdwight2010-08-111-3/+7
* actual typo fixMathias Stearn2010-08-111-1/+1
* ignore first line if starts with shebang SERVER-1536Mathias Stearn2010-08-111-1/+9
* plug leak in Scope::execFileMathias Stearn2010-08-111-3/+5
* use StringData for hardcoded JS filesMathias Stearn2010-08-101-1/+1
* check for null return from query()Dwight2010-08-021-0/+1
* some log cleaningEliot Horowitz2010-07-251-2/+2
* append for Code in scripting engine SERVER-1293Eliot Horowitz2010-06-241-0/+3
* MutexDebuggerDwight Merriman2010-05-261-1/+1
* stdafx->pchDwight2010-04-271-1/+1
* fix where on v8 SERVER-864Eliot Horowitz2010-04-081-1/+11
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-151-3/+3
* Revert "Revert "SERVER-305 record uri on connect""Aaron2010-02-221-0/+3
* Revert "SERVER-305 record uri on connect"Aaron2010-02-221-3/+0
* SERVER-305 record uri on connectAaron2010-02-221-0/+3
* add _id to system. collections if they are legal client namespacesEliot Horowitz2010-02-071-3/+0
* attempt to fix weird index issueEliot Horowitz2010-02-071-1/+1
* moving some globals into a common fileEliot Horowitz2010-02-071-1/+1
* handle read-only lock caseEliot Horowitz2010-02-071-2/+3
* clean up scope from things removed from system.js SERVER-602Eliot Horowitz2010-02-071-1/+24
* make sure have _id index on system.js SERVER-609Eliot Horowitz2010-02-071-1/+3
* SERVER-512 MINOR looks like scope cache not used in shell, and releasing mute...Aaron2010-01-251-1/+0
* SERVER-512 prevent ugly boost assert on shell shutdownAaron2010-01-251-0/+1
* MINOR initialize callbackAaron2009-12-291-1/+1
* SERVER-470 MINOR abstract shell init functionality so v8_utils need not link ...Aaron2009-12-291-1/+1
* Merge branch 'master' of git@github.com:mongodb/mongodwight2009-12-291-11/+27
|\
| * mongo shell can now take a directory and run all *.js files in itMathias Stearn2009-12-281-4/+20
| * uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-7/+7
* | remove dbinfo.h/cppdwight2009-12-291-1/+0
|/