summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/engine_v8.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19378 Remove support for building with v8Andrew Morrow2015-08-241-1880/+0
* SERVER-19628 Add Decimal128 type support to update/delete code pathsDavid Hatch2015-08-131-1/+1
* SERVER-19627 Add Decimal128 type support to mongo shellRaymond Jacobson2015-08-131-1/+34
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1623/+1623
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-7/+7
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-3/+3
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-3/+3
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-3/+3
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-3/+3
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-3/+3
* SERVER-17647 Compute BinData lengthSpencer Jackson2015-03-261-3/+3
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-9/+7
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-10/+10
* SERVER-16754 correct shouldLog() to respect the current default componentEric Milkie2015-01-151-2/+2
* SERVER-16754 adjust V8's log message severitiesEric Milkie2015-01-151-6/+6
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+6
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+2
* SERVER-14143 Re-enable javascript interruption.Spencer T Brody2014-12-011-20/+18
* SERVER-15210 SERVER-15211 remove OID undefined behavior and make it endian awareAdam Midvidy2014-09-191-1/+1
* SERVER-14371 SERVER-14143 killOp notification callbackMathias Stearn2014-08-211-0/+5
* SERVER-14778 hide _native_function and _native_data properties of injected na...Benety Goh2014-08-121-11/+10
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+45
* SERVER-13961 Pass through OperationContext in the JS frameworkKaloian Manassiev2014-07-281-4/+13
* SERVER-14254 convert _v8_function from function pointer to booleanBenety Goh2014-07-021-4/+4
* SERVER-14426 Add a StringData method to BSONElementSpencer T Brody2014-07-021-1/+1
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+5
* SERVER-10178 Improve debugging output in shell.Andy Schwerin2014-05-011-2/+7
* SERVER-13013 Raise js->bson size limit to BSONObjMaxInternalSizeMathias Stearn2014-03-071-2/+2
* SERVER-12969: db.eval should not support load()Mark Benvenuto2014-03-041-3/+0
* SERVER-8391 upgradeCheck() function added to shellmatt dannenberg2014-02-191-0/+3
* SERVER-12426 updated max BSON timestamp to depend on OpTime::max() which is d...Benety Goh2014-01-241-2/+13
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-11781 better fix for V8Scope::objectDeptLimit linker errorMathias Stearn2013-11-221-0/+4
* SERVER-11781 Don't crash when converting deeply nested or cyclical JS objects...Mathias Stearn2013-11-221-0/+4
* Revert "SERVER-5424 use NumberInt function template in mongoToV8Element"Ernie Hershey2013-11-191-3/+1
* SERVER-5424 use NumberInt function template in mongoToV8ElementTyler Brock2013-11-191-1/+3
* SERVER-11525 Better error message on oversized BSON in JSMathias Stearn2013-11-121-1/+8
* SERVER-10795 clean up V8Scope if exception thrown in constructorMathias Stearn2013-10-071-14/+2
* SERVER-11044 Expose BSONObj::wocompare to mongo shellRandolph Tan2013-10-041-0/+2
* SERVER-10313: uassert number conflict fixScott Hernandez2013-07-241-1/+1
* SERVER-10313: uassert if null char in js field namesScott Hernandez2013-07-241-0/+8
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-81/+87
* SERVER-9503 Corrected usage of execFile function callsAndreas Nilsson2013-06-271-1/+1
* SERVER-9878 Add type checks to V8 C++ bindingsMathias Stearn2013-06-171-372/+350
* SERVER-8926 Remove extra error text and 'L' line number prefixTad Marshall2013-05-301-1/+1
* Add V8String class to avoid copying v8::Strings into std::stringsMathias Stearn2013-04-241-28/+28
* Cache conversion of string literals to V8 StringsMathias Stearn2013-04-241-54/+54
* Attach V8Scope to v8::Isolate's DataMathias Stearn2013-04-241-22/+18
* Get rid of "args" global in V8Mathias Stearn2013-04-241-4/+0