summaryrefslogtreecommitdiff
path: root/src/mongo/scripting
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30848 make shell getMores use sessionsJason Carey2017-10-031-21/+18
* SERVER-31271 don't use nspr allocator for js threads for better ASANGabriel Russell2017-09-291-4/+8
* SERVER-31222 JSFile source member should not be a referenceJonathan Reams2017-09-291-1/+1
* SERVER-31202 add support for get/setClusterTime to local shell clientMisha Tyulenev2017-09-221-2/+2
* SERVER-31175 improve javascript setClusterTimeMark Benvenuto2017-09-221-0/+9
* SERVER-30769 Mongo shell throws 'exception during autocomplete'Mark Benvenuto2017-09-201-10/+16
* SERVER-30009: Allow JS functions to be terminated with ';'Spencer Jackson2017-08-311-0/+8
* SERVER-30875 add requireOwnedObjects() to scopeJason Carey2017-08-307-3/+33
* SERVER-30362 MozJS - implement resolve instead of getProperty for native typesMark Benvenuto2017-08-176-45/+39
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-1/+1
* SERVER-30502 --disableJavaScriptJIT does not disable JITMark Benvenuto2017-08-141-0/+8
* SERVER-26538 SERVER-26539 Detach from boost::threadAndrew Morrow2017-08-023-12/+9
* SERVER-30458 Dead code elimitation in mozjs::authSara Golemon2017-08-021-22/+3
* SERVER-30080 LogicalSessions in the shellJason Carey2017-08-019-1/+330
* SERVER-28509 DBClientCursor now uses read commandsMathias Stearn2017-07-261-1/+6
* SERVER-28509 DBClient::killCursor() now uses commandMathias Stearn2017-07-263-10/+16
* SERVER-28509 Make DBClient use write commandsMathias Stearn2017-07-261-5/+12
* SERVER-28509 Flatten DBClient hierarchy to just DBClientBase and subclassesMathias Stearn2017-07-263-8/+7
* SERVER-30065 Do libdeps dependency types by section, not tupleAndrew Morrow2017-07-081-1/+3
* SERVER-29651 Interrupts are caught in implscope functions or by the deadline ...Ted Tuckman2017-07-076-92/+120
* SERVER-28839 Unbind the impl from the proxy before terminating the threadAndrew Morrow2017-06-281-0/+6
* SERVER-29319 Delete DBClient::runCommandWithMetadata{,AndTarget}Mathias Stearn2017-06-281-12/+7
* SERVER-29726 Build iOS and tvOS on evergreenAndrew Morrow2017-06-262-0/+30
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-191-3/+1
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-10601 --> remove parseLL() function definition and use in numberlong.cppTyler Kaye2017-06-121-1/+5
* SERVER-29154 Have mongo shell display and accept UUID as such instead of BinD...Geert Bosch2017-06-091-12/+40
* SERVER-29349 delete shell/upgrade_check.js, which was relevant for v2.6 upgra...Dianna Hohensee2017-05-253-30/+3
* SERVER-29220 fix lintAndrew Morrow2017-05-251-0/+28
* SERVER-29220 Default to archive based linkingAndrew Morrow2017-05-242-0/+3
* SERVER-28665 More informative message when JS execution is interruptedKevin Pulo2017-05-041-1/+1
* SERVER-28878 Mark mozjs shim as a private dependency edgeAndrew Morrow2017-04-201-1/+3
* SERVER-28821 Dont require leak free execution before the leak checker runsAndrew Morrow2017-04-171-1/+0
* SERVER-28739 make the js scripting engine correctly verify that accessed coll...Esha Maharishi2017-04-143-16/+0
* SERVER-28323 Don't pass JavaScript scopes a function ID numberSpencer Jackson2017-04-106-60/+35
* SERVER-22520 Improve ASAN MozJS integrationJason Carey2017-04-0716-70/+151
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-03-242-2/+2
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-03-242-3/+10
* SERVER-27873 Dump a JavaScript backtrace of any code running in SpiderMonkey ...Jonathan Abrahams2017-03-162-1/+18
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-0710-47/+47
* SERVER-27954: Correctly parse code_w_s in shellSpencer Jackson2017-03-011-1/+1
* SERVER-27643 Use correct types when setting javascript stack limitJonathan Reams2017-02-021-3/+3
* SERVER-27177 initialize kCurrentScope before creating mozjs runtime/scopeJonathan Reams2016-12-011-0/+4
* SERVER-26709 Merge mongo/platform/platform and mongo/util/foundation into mon...Andy Schwerin2016-10-261-1/+0
* SERVER-26596 Make sure test doesn't break other tests and fix memory leakJonathan Reams2016-10-172-24/+25
* SERVER-26596 Don't abort when javascript heap limit is set too low to initial...Jonathan Reams2016-10-132-4/+11
* SERVER-26343 DBPointer.prototype -> bson crashesJason Carey2016-10-051-0/+4
* SERVER-19042 Make globalScriptEngine a decoration on ServiceContext where pos...Jonathan Reams2016-10-035-9/+29
* SERVER-26389 Make javascript periodic interrupts disabled by defaultJonathan Reams2016-09-302-5/+9
* SERVER-26101 DBDirectClient isn't safe to authMatt Cotter2016-09-271-1/+1