summaryrefslogtreecommitdiff
path: root/scripting/engine.cpp
AgeCommit message (Expand)Author
2010-04-27stdafx->pchDwight
2010-04-08fix where on v8 SERVER-864Eliot Horowitz
2010-03-15Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron
2010-02-22Revert "Revert "SERVER-305 record uri on connect""Aaron
2010-02-22Revert "SERVER-305 record uri on connect"Aaron
2010-02-22SERVER-305 record uri on connectAaron
2010-02-07add _id to system. collections if they are legal client namespacesEliot Horowitz
2010-02-07attempt to fix weird index issueEliot Horowitz
2010-02-07moving some globals into a common fileEliot Horowitz
2010-02-07handle read-only lock caseEliot Horowitz
2010-02-07clean up scope from things removed from system.js SERVER-602Eliot Horowitz
2010-02-07make sure have _id index on system.js SERVER-609Eliot Horowitz
2010-01-25SERVER-512 MINOR looks like scope cache not used in shell, and releasing mute...Aaron
2010-01-25SERVER-512 prevent ugly boost assert on shell shutdownAaron
2009-12-29MINOR initialize callbackAaron
2009-12-29SERVER-470 MINOR abstract shell init functionality so v8_utils need not link ...Aaron
2009-12-29Merge branch 'master' of git@github.com:mongodb/mongodwight
2009-12-29remove dbinfo.h/cppdwight
2009-12-28mongo shell can now take a directory and run all *.js files in itMathias Stearn
2009-12-28uassert/massert take error code SERVER-112Eliot Horowitz
2009-12-23when loading js files, only get read accessEliot Horowitz
2009-12-21SERVER-446 extract object id string validation to general engine layerAaron
2009-12-09Silence warningsMathias Stearn
2009-12-09Start using Date_t. Can anyone think of a better name?Mathias Stearn
2009-12-04remove includeEliot Horowitz
2009-12-04moving towards direct access from DBDirectClient rather than through message ...Eliot Horowitz
2009-12-03make some js stuff use table scan helperEliot Horowitz
2009-11-10handle comments at the beginning of code SERVER-398Eliot Horowitz
2009-10-27handle numeric types betterEliot Horowitz
2009-10-27all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn
2009-10-16replace cerr with cout for all server filesEliot Horowitz
2009-10-09cache functionsEliot Horowitz
2009-09-29compilie solaris MINOREliot Horowitz
2009-09-29allow you to store js functions in the server SERVER-157Eliot Horowitz
2009-09-24changed order for older boostEliot Horowitz
2009-09-21handle js -> bson in 1 placeEliot Horowitz
2009-08-21fix concurrency issue cleaning up pooled scopesEliot Horowitz
2009-08-19couple of small optimizationsEliot Horowitz
2009-08-16debugging for posible issue MINOREliot Horowitz
2009-08-14better file handling in shellEliot Horowitz
2009-08-12better sm lockingEliot Horowitz
2009-08-05inShutdown() method so spider monkey can shutdown cleanlyEliot Horowitz
2009-08-05caching js context, also THREADSAFE manglingEliot Horowitz
2009-05-28Windows:Dwight
2009-05-19Add paramaterizable timeout for engine's invoke and exec, set timeout of 10 m...Aaron
2009-05-13checkpoint for smshell - working except for dbEliot Horowitz
2009-04-24more spider monkey work and testingEliot Horowitz
2009-04-23visual studio happyDwight
2009-04-23abstracted out ScriptEngine to allow for playing with other javascript enginesEliot Horowitz