summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-05benchmark,test: add brotliAnna Henningsen
2019-01-05zlib: add brotli supportAnna Henningsen
2019-01-05deps,tools: update license-builder.sh and LICENSEHackzzila
2019-01-05deps: add brotliHackzzila
2019-01-05doc: document key encryption optionsTobias Nießen
2019-01-04src: add NAPI_VERSION_EXPERIMENTALMichael Dawson
2019-01-04worker: improve JS-side debuggingAnna Henningsen
2019-01-05src: use `internalBinding('config').hasInspector` in JS landJoyee Cheung
2019-01-04lib: move DEP0006 to end of lifecjihrig
2019-01-03test: replace internals with public APIRich Trott
2019-01-03worker: use engine-provided deleter for `SharedArrayBuffer`sAnna Henningsen
2019-01-03lib,test: remove lib/internal/test/unicode.jsRich Trott
2019-01-03deps: upgrade npm to v6.5.0Jordan Harband
2019-01-02build: fix Windows shared lib buildRichard Lau
2019-01-02test: set umask explicitlyThomas Chung
2019-01-02test: make sure tmpdir is created before using itJoyee Cheung
2019-01-02repl: indicate if errors are thrown or notRuben Bridgewater
2019-01-02src: simplify JS Array creationAnna Henningsen
2019-01-02src: improve ToV8Value() functionsAnna Henningsen
2019-01-02test: remove unused --expose-native-as V8 flagpeterwmwong
2019-01-01test: mark test-util-callbackify flaky on AIXRich Trott
2019-01-01test: make test-v8-coverage.js more strictcjihrig
2019-01-01coverage: pass cwd to path.resolve() in setupcjihrig
2019-01-01coverage: use process._rawDebug() during setupcjihrig
2019-01-01doc: simplify DEP0119 wordingcjihrig
2019-01-01test: remove unnecessary test flagscjihrig
2018-12-31src: fix warning in cares_wrap.cccjihrig
2018-12-31doc: edit and simplify util.inspect() docscjihrig
2018-12-31process: move --help and --bash-completeion handling to startExecutionJoyee Cheung
2018-12-31process: move setup of process warnings into node.jsJoyee Cheung
2018-12-31crypto: add crypto/keys to cannotUseCacheDaniel Bevenius
2018-12-31process: move worker bootstrap code into worker_thread_only.jsJoyee Cheung
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