summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/engine.cpp
AgeCommit message (Expand)Author
2014-07-28SERVER-13961 Pass through OperationContext in the JS frameworkKaloian Manassiev
2014-07-10SERVER-13961 Move benchRunner to be in the shell onlyKaloian Manassiev
2014-06-26SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev
2014-05-22SERVER-12621 narrow the localhost exception when auth is enabledAmalia Hawkins
2014-03-19SERVER-13033: Static Initalizer race condition with CreateDirectClient and se...Mark Benvenuto
2014-03-17Revert "SERVER-13033: Fix bad static initializer"Mark Benvenuto
2014-03-17SERVER-13033: Fix bad static initializerMark Benvenuto
2014-02-19SERVER-8391 upgradeCheck() function added to shellmatt dannenberg
2014-02-04rename bulk api stuff to bulk (not batch)Scott Hernandez
2014-01-10SERVER-12214 Make WriteResult in the shell adhere to write command specRandolph Tan
2014-01-09Revert "SERVER-12214 Make WriteResult in the shell adhere to write command spec"Dan Pasette
2014-01-08SERVER-12214 Make WriteResult in the shell adhere to write command specRandolph Tan
2014-01-03SERVER-9038 Shell Batch API implementationChristian Kvalheim
2013-12-10SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen
2013-11-15Downconversion support for mongo shell and typed WriteResults and WriteConcernsGreg Studer
2013-08-26SERVER-10596 Globalize formerly per-thread Pool of JS ScopesMathias Stearn
2013-05-06SERVER-7902 added support for global /etc/mongorc.jsagralius
2013-04-24SERVER-9129: reset js scope cache after auth and logoutBen Becker
2013-03-20SERVER-5689, fix and associated testsAndrewCEmil
2013-03-18SERVER-7496 Handle non-ASCII JavaScript filespecs better in WindowsTad Marshall
2013-03-13SERVER-6646: fix round-trip of null values in v8Ben Becker
2013-03-05SERVER-8827: fix SpiderMonkey function cache mapBen Becker
2013-02-27SERVER-8632: fix server-side JS for MapReduce, $where and groupBen Becker
2013-02-21SERVER-8647: don't fail when loading invalid stored JSBen Becker
2013-02-20SERVER-8637: don't reuse scope if an exception was thrownBen Becker
2013-02-20SERVER-8618: add context to JS exception messagesBen Becker
2013-02-12SERVER-8220: fix native function conversionBen Becker
2013-01-18SERVER-8104: clean up js global objectBen Becker
2013-01-15SERVER-8177 Improve copyright license consistency for scripting filesTad Marshall
2013-01-14allow full non-near geo functionality in matcherHari Khalsa
2013-01-06SERVER-8040: don't execute more js when a scope is terminatedBen Becker
2013-01-02Bulk v8 cleanup:Ben Becker
2012-12-21SERVER-7776: fix preemption mechanism, heap-allocated handles and handle scopesBen Becker
2012-11-14Revert "SERVER-7617 Enter and Exit our scope's Isolate in V8"Tad Marshall
2012-11-13SERVER-7617 Enter and Exit our scope's Isolate in V8Tad Marshall
2012-10-24SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch
2012-09-11SERVER-7010 do not use massert to validate user inputTad Marshall
2012-08-31SERVER-6908 Don't pass strings by valueTad Marshall
2012-06-12SERVER-5627: mongodb hangs when doing mapreduceagirbal
2012-04-02SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie
2012-03-26replace assert with verify SERVER-1259Eliot Horowitz
2012-01-05remove boost filesystem includes from pch.h and be explicit anywhere we use itEliot Horowitz
2011-12-24bulk move of code to src/ SERVER-4551Eliot Horowitz