summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-31process: split worker IO into internal/worker/io.jsJoyee Cheung
2018-12-31process: move eval and exception bootstrap ito process/execution.jsJoyee Cheung
2018-12-30src: remove unused variable from string_search.hAnna Henningsen
2018-12-30doc: include license for src/large_pages in LICENSEUjjwal Sharma
2018-12-30test: remove `util.inherits()` usageZYSzys
2018-12-30tools: replace NULL with nullptrJuan José Arboleda
2018-12-31win, build: fix building addons on WindowsBartosz Sosnowski
2018-12-31test: slightly refactor test-child-process-execsyncDenys Otrishko
2018-12-30test: remove try/catch in common.isMainThreadRich Trott
2018-12-31process: move process.features initialization into node.jsJoyee Cheung
2018-12-31util: fix util.inspect with proxied functionWeijia Wang
2018-12-30tools: remove custom buffer-constructor lint rulecjihrig
2018-12-30tools: enable no-buffer-constructor lint rulecjihrig
2018-12-31buffer: fix crash for invalid index typesAnna Henningsen
2018-12-31src: pass along MaybeLocal<> state from `URL::ToObject()`Anna Henningsen
2018-12-31src: ignore termination exceptions in fatal TryCatchAnna Henningsen
2018-12-30lib: remove unintended access to deps/Anna Henningsen
2018-12-30src: fulfill Maybe contract in InlineDecoderAnna Henningsen
2018-12-30crypto: fix zero byte allocation assertion failureTobias Nießen
2018-12-30test: regression test for uv threadpool congestionGireesh Punathil
2018-12-29benchmark: fix net-wrap-js-stream-passthroughRich Trott
2018-12-29lib: simplify several debug() callscjihrig
2018-12-29tools: enable no-useless-catch lint rulecjihrig
2018-12-29tools: update ESLint to 5.11.1cjihrig
2018-12-29src: lazily load internalBinding('uv') and build the errmap lazilyJoyee Cheung
2018-12-29test: add TODO to encoding tests that can be replaced with WPTJoyee Cheung
2018-12-29test: rename custom encoding tests that cannot be replaced by WPTJoyee Cheung
2018-12-29test: split encoding tests where some cases can be run without ICUJoyee Cheung
2018-12-29test: split test-whatwg-encoding-textdecoder-fatal.jsJoyee Cheung
2018-12-29test: split test-whatwg-encoding-textdecoder.jsJoyee Cheung
2018-12-29process: make internal/queue_microtask.js more self-containedJoyee Cheung
2018-12-28src: use consistent names for JSStreamSam Roberts
2018-12-28tls: do not confuse session and session IDSam Roberts
2018-12-28tls: do not confuse TLSSocket and SocketSam Roberts
2018-12-28tls: fix initRead socket argument nameSam Roberts
2018-12-28tls: remove unused ocsp extension parsingSam Roberts
2018-12-28child_process: simplify argument handlingcjihrig
2018-12-28test: mark two tests as flaky in AIXGireesh Punathil
2018-12-27deps: cherry-pick 26b145a from upstream V8Sam Roberts
2018-12-27doc: describe TLS session resumptionSam Roberts
2018-12-27doc: link and expand --tls-cipher-list docsSam Roberts
2018-12-27src: add .code and SSL specific error propertiesSam Roberts
2018-12-27util: simplify codeKazushi Kitaya
2018-12-27console: use spread notation instead of Object.assignRuben Bridgewater
2018-12-27lib: expose all type checks from the internal types moduleRuben Bridgewater
2018-12-27buffer: inspect extra propertiesRuben Bridgewater
2018-12-27test: add more inspect subclassing testsRuben Bridgewater
2018-12-27util: make inspect aware of RegExp subclasses and null prototypeRuben Bridgewater
2018-12-27test: fix test-repl-envvarsAnna Henningsen
2018-12-27test: refactor stdio handling in test-esm-cjs-mainRichard Lau