summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test: test vm.runInNewContext() filename optionBen Noordhuis2019-04-051-6/+6
* lib: make queueMicrotask fasterAnatoli Papirovski2019-04-053-15/+59
* async_hooks: improve AsyncResource performanceAnatoli Papirovski2019-04-052-15/+15
* build: don't use lint-ci on TravisRichard Lau2019-04-041-1/+1
* crypto: remove legacy native handlesTobias Nießen2019-04-046-39/+6
* crypto: fail early if passphrase is too longTobias Nießen2019-04-043-1/+26
* build: fix inspector dependency resolutionBen Noordhuis2019-04-042-20/+9
* async_hooks: minor cleanup and improvementsAnatoli Papirovski2019-04-041-31/+32
* crypto: fix crash of encrypted private key export without cipherFilip Skokan2019-04-042-7/+25
* src: prevent crash in TTYWrap::InitializeThomas2019-04-042-5/+26
* querystring: simplify stringify methodZYSzys2019-04-042-6/+11
* src: move AsyncResource impl out of public headerBen Noordhuis2019-04-043-42/+85
* deps: add ARM64 Windows configurations in opensslJon Kunkee2019-04-048-0/+17533
* deps: add ARM64 Windows support in opensslShigeki Ohtsu2019-04-048-7/+178
* buffer: fix concat error messageRuben Bridgewater2019-04-042-4/+3
* module: add extra caching layerRuben Bridgewater2019-04-041-1/+23
* module: add path to the module objectRuben Bridgewater2019-04-041-1/+2
* module: inline try catchRuben Bridgewater2019-04-0416-30/+12
* benchmark: improve module-loader benchmarkRuben Bridgewater2019-04-041-32/+28
* benchmark: add new module loading benchmarksRuben Bridgewater2019-04-041-0/+51
* errors: add more information in case of invalid callbacksRuben Bridgewater2019-04-0432-73/+90
* util: use minimal object inspection with %s specifierRuben Bridgewater2019-04-045-13/+42
* src: use sizeof(var) instead of sizeof(type)Ben Noordhuis2019-04-041-1/+1
* meta: move ofrobots to TSC emeritusAli Ijaz Sheikh2019-04-041-2/+2
* src: port bootstrap/cache.js to C++Joyee Cheung2019-04-047-107/+140
* src: implement MemoryRetainer in EnvironmentJoyee Cheung2019-04-047-66/+292
* doc: fix default maxBuffer sizekohta ito2019-04-036-3/+211
* build: only emit download ICU warnings onceRichard Lau2019-04-031-1/+2
* lib: remove Atomics.wakeGus Caplan2019-04-032-53/+5
* process: patch more process properties during pre-executionJoyee Cheung2019-04-047-64/+73
* process: store argv in EnvironmentJoyee Cheung2019-04-046-41/+19
* doc: fix section sorting, add link referenceVse Mozhet Byt2019-04-032-28/+29
* 2019-04-03, Version 6.17.1 'Boron' (LTS)Beth Griggs2019-04-032-1/+23
* esm: fix typosGeoffrey Booth2019-04-032-4/+4
* src: apply clang-tidy rule bugprone-incorrect-roundingsgengjiawen2019-04-031-4/+4
* deps: update nghttp2 to 1.37.0gengjiawen2019-04-037-38/+43
* test: make module test pass with NODE_PENDING_DEPRECATIONAnna Henningsen2019-04-031-1/+2
* lib: force using primordials for JSON, Math and ReflectMichaël Zasso2019-04-0343-3/+83
* module: fix repl require calling the same file againRuben Bridgewater2019-04-032-7/+34
* src: check return value, silence coverity warningBen Noordhuis2019-04-031-2/+1
* readline: make Symbol.asyncIterator support stableMatteo Collina2019-04-032-4/+5
* stream: make Symbol.asyncIterator support stableMatteo Collina2019-04-032-3/+5
* deps: V8: cherry-pick 0188634Michaël Zasso2019-04-0314-96/+166
* deps: V8: cherry-pick c8785d1Michaël Zasso2019-04-033-4/+4
* deps: V8: cherry-pick f4b860dMichaël Zasso2019-04-038-107/+1
* doc: document the 'pause' and 'resume' eventsLuigi Pinca2019-04-031-0/+16
* dgram: add support for UDP connected socketsSantiago Gimeno2019-04-0318-63/+736
* doc: remove unnecessary intro in governance docRich Trott2019-04-021-4/+0
* report: add cwd to reportcjihrig2019-04-023-1/+19
* process: run RunBootstrapping in CreateEnvironmentJoyee Cheung2019-04-039-67/+141