summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/PosixNSPR.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42736 Remove PosixNSPR implementations.ADAM Martin2019-10-141-270/+49
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-8/+8
* SERVER-29286 import and use mozjs-60Gabriel Russell2019-01-301-0/+28
* Revert "SERVER-29286 import and use mozjs-60"Gabriel Russell2019-01-291-28/+0
* SERVER-29286 import and use mozjs-60Gabriel Russell2019-01-291-0/+28
* SERVER-31271 don't use nspr allocator for js threads for better ASANGabriel Russell2017-09-291-4/+8
* SERVER-26538 SERVER-26539 Detach from boost::threadAndrew Morrow2017-08-021-5/+5
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-1/+1
* SERVER-24104 Replace direct uses of stdx::chrono::durations with MongoDB dura...Andy Schwerin2016-05-171-1/+2
* SERVER-23358 SpiderMonkey 45.0.2 ESR MongoDB & Build IntegrationMark Benvenuto2016-04-211-1/+10
* SERVER-19614 Return to using stdx::thread for JS impl scopeAndrew Morrow2015-10-271-99/+24
* SERVER-20678 Create a new JS scope for each mapreduceAndrew Morrow2015-10-121-0/+23
* SERVER-19614 Implement stack quotas for JSJason Carey2015-10-061-23/+93
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-141-0/+259