summaryrefslogtreecommitdiff
path: root/scripting/engine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-0/+15
* replace cerr with cout for all server filesEliot Horowitz2009-10-161-2/+2
* cache functionsEliot Horowitz2009-10-091-0/+17
* compilie solaris MINOREliot Horowitz2009-09-291-1/+1
* allow you to store js functions in the server SERVER-157Eliot Horowitz2009-09-291-2/+41
* changed order for older boostEliot Horowitz2009-09-241-7/+8
* handle js -> bson in 1 placeEliot Horowitz2009-09-211-0/+35
* fix concurrency issue cleaning up pooled scopesEliot Horowitz2009-08-211-3/+9
* couple of small optimizationsEliot Horowitz2009-08-191-2/+2
* 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-121-6/+33
* inShutdown() method so spider monkey can shutdown cleanlyEliot Horowitz2009-08-051-0/+3
* caching js context, also THREADSAFE manglingEliot Horowitz2009-08-051-0/+146
* Windows:Dwight2009-05-281-4/+5
* Add paramaterizable timeout for engine's invoke and exec, set timeout of 10 m...Aaron2009-05-191-4/+4
* checkpoint for smshell - working except for dbEliot Horowitz2009-05-131-0/+24
* more spider monkey work and testingEliot Horowitz2009-04-241-0/+6
* visual studio happyDwight2009-04-231-0/+1
* abstracted out ScriptEngine to allow for playing with other javascript enginesEliot Horowitz2009-04-231-0/+20