summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/engine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-16754 adjust V8's log message severitiesEric Milkie2015-01-151-3/+3
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-1/+5
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+4
* SERVER-13256 Remove scoped_array from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Move string utils from goodies.h to str.hAndrew Morrow2015-01-051-1/+1
* SERVER-14143 Re-enable javascript interruption.Spencer T Brody2014-12-011-4/+7
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14875 explain helpers for the shellDavid Storch2014-10-131-0/+4
* blahBenety Goh2014-08-301-1/+1
* SERVER-15032 enforce 2GB file limit for Javascript files passed to shellBenety Goh2014-08-301-1/+5
* SERVER-14371 SERVER-14143 killOp notification callbackMathias Stearn2014-08-211-0/+1
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-13961 Pass through OperationContext in the JS frameworkKaloian Manassiev2014-07-281-7/+14
* SERVER-13961 Move benchRunner to be in the shell onlyKaloian Manassiev2014-07-101-9/+0
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-2/+2
* SERVER-12621 narrow the localhost exception when auth is enabledAmalia Hawkins2014-05-221-0/+2
* SERVER-13033: Static Initalizer race condition with CreateDirectClient and se...Mark Benvenuto2014-03-191-2/+3
* Revert "SERVER-13033: Fix bad static initializer"Mark Benvenuto2014-03-171-13/+2
* SERVER-13033: Fix bad static initializerMark Benvenuto2014-03-171-2/+13
* SERVER-8391 upgradeCheck() function added to shellmatt dannenberg2014-02-191-0/+2
* rename bulk api stuff to bulk (not batch)Scott Hernandez2014-02-041-2/+2
* SERVER-12214 Make WriteResult in the shell adhere to write command specRandolph Tan2014-01-101-2/+0
* Revert "SERVER-12214 Make WriteResult in the shell adhere to write command spec"Dan Pasette2014-01-091-0/+2
* SERVER-12214 Make WriteResult in the shell adhere to write command specRandolph Tan2014-01-081-2/+0
* SERVER-9038 Shell Batch API implementationChristian Kvalheim2014-01-031-0/+2
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* Downconversion support for mongo shell and typed WriteResults and WriteConcernsGreg Studer2013-11-151-0/+2
* SERVER-10596 Globalize formerly per-thread Pool of JS ScopesMathias Stearn2013-08-261-105/+57
* SERVER-7902 added support for global /etc/mongorc.jsagralius2013-05-061-0/+4
* SERVER-9129: reset js scope cache after auth and logoutBen Becker2013-04-241-5/+37
* SERVER-5689, fix and associated testsAndrewCEmil2013-03-201-2/+18
* SERVER-7496 Handle non-ASCII JavaScript filespecs better in WindowsTad Marshall2013-03-181-2/+6
* SERVER-6646: fix round-trip of null values in v8Ben Becker2013-03-131-1/+1
* SERVER-8827: fix SpiderMonkey function cache mapBen Becker2013-03-051-5/+5
* SERVER-8632: fix server-side JS for MapReduce, $where and groupBen Becker2013-02-271-3/+7
* SERVER-8647: don't fail when loading invalid stored JSBen Becker2013-02-211-3/+9
* SERVER-8637: don't reuse scope if an exception was thrownBen Becker2013-02-201-1/+1
* SERVER-8618: add context to JS exception messagesBen Becker2013-02-201-3/+13
* SERVER-8220: fix native function conversionBen Becker2013-02-121-1/+4
* SERVER-8104: clean up js global objectBen Becker2013-01-181-1/+10
* SERVER-8177 Improve copyright license consistency for scripting filesTad Marshall2013-01-151-9/+9
* allow full non-near geo functionality in matcherHari Khalsa2013-01-141-0/+1
* SERVER-8040: don't execute more js when a scope is terminatedBen Becker2013-01-061-0/+1
* Bulk v8 cleanup:Ben Becker2013-01-021-271/+174
* SERVER-7776: fix preemption mechanism, heap-allocated handles and handle scopesBen Becker2012-12-211-3/+3
* Revert "SERVER-7617 Enter and Exit our scope's Isolate in V8"Tad Marshall2012-11-141-4/+0
* SERVER-7617 Enter and Exit our scope's Isolate in V8Tad Marshall2012-11-131-0/+4
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-1/+1