summaryrefslogtreecommitdiff
path: root/scripting/engine.h
Commit message (Expand)AuthorAgeFilesLines
* - Added option for read only objects in JS invoke methodagirbal2011-05-251-3/+3
* SERVER-2976: added M/R pure jsMode with collection outputagirbal2011-05-101-2/+3
* SERVER-2579: optimize append() method to use same BSONObj builder throughout ...agirbal2011-05-021-1/+1
* SERVER-2579: all v8 object creation is now lazy.agirbal2011-05-021-7/+7
* move list of files outside of .hEliot Horowitz2011-04-141-19/+1
* Use intrusive_ptr rather than shared_ptr for BSONObjMathias Stearn2011-04-031-1/+1
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-34/+34
* init( BSONObj* ) can be const *Eliot Horowitz2010-12-151-1/+1
* fix comment parsing in v8Eliot Horowitz2010-11-291-0/+2
* SERVER-387 enable interrupts for v8Aaron2010-09-231-0/+20
* SERVER-387 support killop with db.evalAaron2010-09-141-0/+6
* Scope::rename and ability to block db access prep for SERVER-1715Eliot Horowitz2010-09-011-1/+17
* Use one string per JS file.Mathias Stearn2010-08-101-2/+30
* use StringData for hardcoded JS filesMathias Stearn2010-08-101-3/+3
* stdafx->pchDwight2010-04-271-1/+1
* fix where on v8 SERVER-864Eliot Horowitz2010-04-081-0/+2
* Revert "Revert "SERVER-305 record uri on connect""Aaron2010-02-221-0/+8
* Revert "SERVER-305 record uri on connect"Aaron2010-02-221-8/+0
* SERVER-305 record uri on connectAaron2010-02-221-0/+8
* clean up scope from things removed from system.js SERVER-602Eliot Horowitz2010-02-071-0/+1
* make hex_md5 work server sideEliot Horowitz2010-01-281-1/+4
* SERVER-470 MINOR abstract shell init functionality so v8_utils need not link ...Aaron2009-12-291-2/+14
* Exception classess need codes too SERVER-112Eliot Horowitz2009-12-281-2/+2
* SERVER-470 fix some v8 locking issuesAaron2009-12-221-1/+1
* SERVER-470 unlock v8 appropriately so can do work in parallelAaron2009-12-221-0/+4
* SERVER-446 extract object id string validation to general engine layerAaron2009-12-211-0/+2
* better m/r error handling and reportingEliot Horowitz2009-11-131-1/+4
* handle numeric types betterEliot Horowitz2009-10-271-0/+2
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-0/+15
* v8: some cleaningEliot Horowitz2009-10-131-1/+3
* cache functionsEliot Horowitz2009-10-091-2/+12
* don't use assert b/c of windowsEliot Horowitz2009-09-301-1/+1
* allow you to store js functions in the server SERVER-157Eliot Horowitz2009-09-291-0/+14
* handle js -> bson in 1 placeEliot Horowitz2009-09-211-0/+2
* use mmap instead of readEliot Horowitz2009-09-211-0/+3
* couple of small optimizationsEliot Horowitz2009-08-191-1/+1
* better sm lockingEliot Horowitz2009-08-121-0/+1
* caching js context, also THREADSAFE manglingEliot Horowitz2009-08-051-0/+2
* simple sm utf8 checkAaron2009-05-271-0/+2
* gc() helper method and better sm gc protectionEliot Horowitz2009-05-261-0/+2
* tests and asserts MINOREliot Horowitz2009-05-231-1/+7
* Add paramaterizable timeout for engine's invoke and exec, set timeout of 10 m...Aaron2009-05-191-4/+4
* get rid of fork()Aaron2009-05-151-1/+1
* cleanup externalSetup modes MINORAaron2009-05-151-1/+1
* don't exec jsconcatcode for forked contexts, not sure why this is a problemAaron2009-05-141-1/+1
* smshell: more utils working, some other fixesEliot Horowitz2009-05-131-1/+1
* Spider Monkey Shell: another checkpointEliot Horowitz2009-05-131-0/+1
* checkpoint for smshell - working except for dbEliot Horowitz2009-05-131-2/+4
* Spider Monkey: bson object cleaningEliot Horowitz2009-05-091-1/+1
* Spider Monkey: ObjectIdEliot Horowitz2009-05-081-0/+4