summaryrefslogtreecommitdiff
path: root/src/mongo/scripting
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15684 Make copydb work with SCRAM (SASL)Andreas Nilsson2014-10-312-0/+92
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-151-58/+58
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-145-0/+10
* SERVER-14875 explain helpers for the shellDavid Storch2014-10-131-0/+4
* SERVER-15574 Exception in benchrun when a #VARIABLE is used without a corrosp...Alvin Richards2014-10-102-3/+33
* SERVER-15222 BsonTemplateEvaluator::_evalElem one builds a single levelAlvin Richards2014-10-073-24/+175
* SERVER-15210 SERVER-15211 SERVER-15382 (v8-3.25) remove OID undefined behavio...Michael Hudson-Doyle2014-09-242-2/+3
* SERVER-15064 Extend benchRun store and retrieve valuesAlvin Richards2014-09-203-62/+215
* SERVER-15210 SERVER-15211 remove OID undefined behavior and make it endian awareAdam Midvidy2014-09-192-2/+3
* blahBenety Goh2014-08-301-1/+1
* SERVER-15032 enforce 2GB file limit for Javascript files passed to shellBenety Goh2014-08-301-1/+5
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-282-2/+2
* SERVER-14371 SERVER-14143 killOp notification callbackMathias Stearn2014-08-214-1/+13
* SERVER-14778 (v8-3.25) hide _native_function and _native_data properties of i...Benety Goh2014-08-121-13/+12
* 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-122-4/+4
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-127-104/+93
* SERVER-13961 Pass through OperationContext in the JS frameworkKaloian Manassiev2014-07-2810-40/+73
* SERVER-9790 SERVER-14554 (v8-3.25) Add this.$db || db.toString() to DBRef str...Benety Goh2014-07-191-1/+7
* SERVER-13961 Move benchRunner to be in the shell onlyKaloian Manassiev2014-07-104-1374/+0
* SERVER-14254 (v8-3.25) convert _v8_function from function pointer to booleanBenety Goh2014-07-021-4/+6
* 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-022-3/+3
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-014-0/+16
* 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