summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/mongo.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-22520 Improve ASAN MozJS integrationJason Carey2017-04-071-18/+19
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* 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-161-2/+19
* 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-23219 DBCommandCursor should route getMore operations to original serverJonathan Reams2016-08-291-4/+51
* SERVER-22382 allow mongo --host to take uriMatt Cotter2016-08-181-4/+4
* SERVER-24132 add slaveOk to copyDB helperMatt Cotter2016-08-171-4/+6
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-1/+1
* SERVER-22347 Use "legacy" read mode for replica set connections.Max Hirschhorn2016-06-161-0/+12
* SERVER-23103 Make service contexts responsible for creating DBDirectClientsAndrew Morrow2016-06-161-3/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-6/+9
* SERVER-23358 SpiderMonkey 45.0.2 ESR MongoDB & Build IntegrationMark Benvenuto2016-04-211-15/+25
* SERVER-21673 runConnectCallback in the shellJason Carey2015-11-251-0/+2
* SERVER-20640 Get wire versions from native DBClient instead of running isMasterJonathan Reams2015-11-051-0/+16
* SERVER-6233 Add URI parsing to mongo shellJonathan Reams2015-10-131-3/+4
* SERVER-19977 More fixes for javascript optJason Carey2015-10-061-1/+1
* SERVER-19977 JS ObjectWrapper improvementsJason Carey2015-10-061-7/+7
* SERVER-19977 Intern JS StringsJason Carey2015-10-061-7/+7
* SERVER-20564 no default getOwned for BSON in JSJason Carey2015-10-061-5/+9
* SERVER-20375 Constrain JS method thisvJason Carey2015-09-171-39/+46
* SERVER-20080 Constrain ctor calls for JS typesJason Carey2015-09-171-3/+3
* SERVER-20212 Forget connections to a replica set after it has been shut downCharlie Swanson2015-09-091-2/+19
* SERVER-19570 Issue kill against find command cursors in shell when cursor obj...Qingyang Chen2015-08-121-0/+29
* SERVER-19889 add ability to set request metadata and read response metadata i...Adam Midvidy2015-08-121-1/+38
* SERVER-19641 cleanup the js scope in quit()Jason Carey2015-07-281-2/+10
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-141-0/+565