summaryrefslogtreecommitdiff
path: root/src/mongo/scripting
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-262-3/+2
* SERVER-9634 typo fixesVeres Lajos2014-06-092-2/+2
* SERVER-9790 Add this.$db || db.toString() to DBRef string representationStephen Lee2014-06-061-1/+7
* SERVER-4740 Don't use unsigned for time deltasMathias Stearn2014-05-271-2/+2
* SERVER-12621 narrow the localhost exception when auth is enabledAmalia Hawkins2014-05-221-0/+2
* SERVER-13519 benchRun doesn't pass through correct documents.Davide Italiano2014-05-221-6/+5
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-195-36/+36
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-164-8/+8
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-1612-108/+252
* SERVER-13798 (v8-3.25) add dependency on connection to cursor object tracker ...Benety Goh2014-05-153-30/+49
* SERVER-13798 add dependency on connection to cursor object tracker in JavaScr...Benety Goh2014-05-153-27/+45
* SERVER-10178 Improve debugging output in shell.Andy Schwerin2014-05-012-4/+14
* SERVER-13686 V8 3.25 scripting engine. Disabled by default. Enable using SCon...Benety Goh2014-05-018-0/+4279
* SERVER-13492 fix bson template evaluator test compile on 32 bit linuxDavid Storch2014-04-072-3/+4
* SERVER-13492 add OID and SEQ_INT to bson template evaluatorDavid Storch2014-04-075-23/+302
* SERVER-13033: Static Initalizer race condition with CreateDirectClient and se...Mark Benvenuto2014-03-192-2/+5
* 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-12806 stop calling invalidForStorage okForStorage in its error messagesmatt dannenberg2014-03-121-2/+2
* 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-12838: return status reasonScott Hernandez2014-02-241-4/+4
* SERVER-8391 upgradeCheck() function added to shellmatt dannenberg2014-02-194-0/+24
* SERVER-11781 Lower JS to BSON depth limit to 150Mathias Stearn2014-02-141-1/+1
* SERVER-11586 Fix benchRun.Andy Schwerin2014-02-121-4/+5
* rename bulk api stuff to bulk (not batch)Scott Hernandez2014-02-041-2/+2
* SERVER-11586 Default to the old behaviour (write ops) until jstestsDavide Italiano2014-01-291-2/+3
* SERVER-11586 Implement support for WriteCommands in benchRun andDavide Italiano2014-01-291-11/+73
* SERVER-12426 updated max BSON timestamp to depend on OpTime::max() which is d...Benety Goh2014-01-242-3/+14
* 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-1011-0/+132
* SERVER-11781 better fix for V8Scope::objectDeptLimit linker errorMathias Stearn2013-11-222-1/+5
* SERVER-11781 Use enum hack to avoid need to assign storage to static constantMathias Stearn2013-11-221-1/+1
* SERVER-11781 Don't crash when converting deeply nested or cyclical JS objects...Mathias Stearn2013-11-222-0/+8
* 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
* Downconversion support for mongo shell and typed WriteResults and WriteConcernsGreg Studer2013-11-151-0/+2
* SERVER-11525 Better error message on oversized BSON in JSMathias Stearn2013-11-121-1/+8
* SERVER-11426 change C++ drive to accept both userSource and db as the DB to a...matt dannenberg2013-10-301-1/+1
* SERVER-11204 Catch c++ exceptions in JSThreadMathias Stearn2013-10-211-29/+46
* SERVER-10795 clean up V8Scope if exception thrown in constructorMathias Stearn2013-10-072-15/+27
* SERVER-11044 Expose BSONObj::wocompare to mongo shellRandolph Tan2013-10-043-0/+19
* SERVER-10596 Globalize formerly per-thread Pool of JS ScopesMathias Stearn2013-08-262-115/+64
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-1/+1
* 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-5932 Aggregation returning a cursorMathias Stearn2013-07-102-0/+23