summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/engine_v8.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-9089 Check for NULL BSONHolderMathias Stearn2013-04-181-4/+10
* SERVER-9385 Make sure _id fields are extracted from modified lazy V8 objectsMathias Stearn2013-04-181-2/+5
* SERVER-9267 Make readonly v8 objects use same getters as regular lazy objectsMathias Stearn2013-04-051-37/+59
* Speed up conversion of v8::Arrays to BSONMathias Stearn2013-04-051-2/+8
* Use indexed rather than named Set() when converting to v8::ArrayMathias Stearn2013-04-051-177/+10
* SERVER-6079 Use Timestamp constructor to return BSON Timestamp to v8 shellShaun Verch2013-04-041-11/+6
* SERVER-9213: remove v8 ResourceConstraintsBen Becker2013-04-021-6/+0
* SERVER-9066: avoid duplicate JS field namesBen Becker2013-04-011-5/+5
* Reverting due to test failuresBen Becker2013-03-301-0/+2
* SERVER-9185: add v8 GC epligoue statsBen Becker2013-03-291-7/+18
* SERVER-9186: avoid storing properties on js objects in the getter interceptorBen Becker2013-03-291-2/+0
* SERVER-6646: fix round-trip of null values in v8Ben Becker2013-03-131-15/+19
* SERVER-8799: handle symbol BSON type as string in v8Ben Becker2013-03-131-0/+2
* Avoid enum/unsigned mismatch in case statementAndrew Morrow2013-03-081-1/+2
* SERVER-8832: do not convert javascript properties in prototype chainBen Becker2013-03-051-1/+1
* SERVER-8170: free all external JavaScript resources on V8Scope destructionBen Becker2013-03-011-23/+4
* SERVER-7718: JS Timestamp constructor now in seconds (not millis anymore)Scott Hernandez2013-02-281-3/+3