summaryrefslogtreecommitdiff
path: root/src/mongo/scripting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "SERVER-26101 DBDirectClient isn't safe to auth"Charlie Swanson2016-09-231-1/+1
* SERVER-26101 DBDirectClient isn't safe to authMark Benvenuto2016-09-221-1/+1
* SERVER-26002 Make sure javascript sleep isn't interruptedJonathan Reams2016-09-166-12/+84
* SERVER-23135 properly print context on js loadMatt Cotter2016-09-152-6/+16
* SERVER-22688 Provide a setParameter and shell option to control the js heap l...Waley Chen2016-09-156-13/+32
* Revert "SERVER-22688 Provide a setParameter and shell option to control the j...Waley Chen2016-09-136-32/+13
* SERVER-22688 Provide a setParameter and shell option to control the js heap l...Waley Chen2016-09-136-13/+32
* Revert "SERVER-25151 Honor 'ssl' option in URIs passed to the shell"samantharitter2016-09-131-4/+4
* SERVER-25151 Honor 'ssl' option in URIs passed to the shellsamantharitter2016-09-131-4/+4
* SERVER-25324 Expose a function in the shell to compare BSON at a byte levelJonathan Abrahams2016-09-122-4/+21
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-092-3/+6
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-083-6/+5