summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-01-09util: update comment in util.promisifyKazushi Kitaya
2019-01-09fs: extract start and end check into checkPositionZYSzys
2019-01-09util: inspect ArrayBuffers contents as wellRuben Bridgewater
2019-01-09worker: remove `--experimental-worker` flagAnna Henningsen
2019-01-08crypto: remove deprecated crypto._toBufTobias Nießen
2019-01-08crypto: always accept private keys as public keysTobias Nießen
2019-01-08lib: support overriding http\s.globalAgentRoy Sommer
2019-01-07crypto: fix key object wrapping in sync keygenTobias Nießen
2019-01-06lib: move DEP0023 to end of lifecjihrig
2019-01-06process: make tick callback and promise rejection callback more robustJoyee Cheung
2019-01-06src: refactor tickInfo accessJoyee Cheung
2019-01-06src: split `LoadEnvironment()` at `startExecution()`Anna Henningsen
2019-01-05buffer: refactor checks for SlowBuffer creationP. Mike
2019-01-05zlib: add brotli supportAnna Henningsen
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-03lib,test: remove lib/internal/test/unicode.jsRich Trott
2019-01-02repl: indicate if errors are thrown or notRuben Bridgewater
2019-01-01coverage: pass cwd to path.resolve() in setupcjihrig
2019-01-01coverage: use process._rawDebug() during setupcjihrig
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-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-30lib: remove unintended access to deps/Anna Henningsen
2018-12-29lib: simplify several debug() callscjihrig
2018-12-29tools: enable no-useless-catch lint rulecjihrig
2018-12-29src: lazily load internalBinding('uv') and build the errmap lazilyJoyee 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-28child_process: simplify argument handlingcjihrig
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-27util: make inspect aware of RegExp subclasses and null prototypeRuben Bridgewater
2018-12-26net: use decodeStrings public API for writable streamRich Trott
2018-12-26net: check for close on stream, not parentDavid Halls
2018-12-24crypto: add key object APITobias Nießen
2018-12-24buffer: simplify codeRuben Bridgewater