summaryrefslogtreecommitdiff
path: root/lib/internal
AgeCommit message (Expand)Author
2018-09-11net: port isIPv6 to JSWeijia Wang
2018-09-09lib: generate allowedNodeEnvironmentFlags lazilyAnna Henningsen
2018-09-09process: generate list of allowed env flags programmaticallyAnna Henningsen
2018-09-07errors: decapitalize PBKDF2 errorTobias Nießen
2018-09-07url: move process.binding('url') to internalBindingWeijia Wang
2018-09-05util: make util binding internalcjihrig
2018-09-05coverage: expose native V8 coverageBenjamin Coe
2018-09-05http2: don't expose the original socket through the socket proxySzymon Marczak
2018-09-05worker: display MessagePort status in util.inspect()Anna Henningsen
2018-09-05cli: more flexible width when printing `--help`Anna Henningsen
2018-09-05assert: fix loose set and map comparisonRuben Bridgewater
2018-09-04url: provide pathToFileURL and fileURLToPathguybedford
2018-09-02crypto: fix incorrect use of INT_MAX in validationTobias Nießen
2018-09-02lib: merge onread handlers for http2 streams & net.SocketAshok
2018-09-01src: remove calls to deprecated v8 functions (BooleanValue)Ujjwal Sharma
2018-09-01cli: generate --help text in JSAnna Henningsen
2018-08-31dgram: make process.binding('udp_wrap') internalcjihrig
2018-08-30dns: make process.binding('cares_wrap') internalcjihrig
2018-08-29lib: make pipe_wrap binding internalcjihrig
2018-08-29tty: make process.binding('tty_wrap') internalcjihrig
2018-08-28fs: make fs_event_wrap binding internalcjihrig
2018-08-27child_process: make process_wrap binding internalcjihrig
2018-08-27child_process: allow typed arrays for inputSarat Addepalli
2018-08-27http2: throw better error when accessing unbound socket proxyJames M Snell
2018-08-27src: move process.binding('async_wrap') internalDaniel Bevenius
2018-08-26deps: import acorn@5.7.2Sam Ruby
2018-08-24process: add allowedNodeEnvironmentFlags propertyChristopher Hiller
2018-08-24fs: update read to work with any TypedArray/DataViewSarat Addepalli
2018-08-24crypto: move process.binding('tls_wrap') internalDaniel Bevenius
2018-08-24src: move process.binding('tcp_wrap') to internalDaniel Bevenius
2018-08-23vm: move process.binding('contextify') to internalBindingJames M Snell
2018-08-24worker: remove redundant function call to `setupPortReferencing`Ouyang Yadong
2018-08-24crypto: move process.binding('crypto') to internalDaniel Bevenius
2018-08-23repl: tab auto complete big arraysRuben Bridgewater
2018-08-22tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLEMatteo Collina
2018-08-22lib: require a callback for end-of-streamRuben Bridgewater
2018-08-20os: improve networkInterfaces performanceRuben Bridgewater
2018-08-20assert, util: *DeepEqual() handles ArrayBuffersCaleb Sander
2018-08-20util,assert: improve performanceRuben Bridgewater
2018-08-19src: move process.binding('signal_wrap') to internalBindingJames M Snell
2018-08-19stream: move process.binding('stream_wrap') to internalBindingJames M Snell
2018-08-18v8: move process.binding('v8') to internalBindingJames M Snell
2018-08-18http: move process.binding('http_parser') to internalBindingJames M Snell
2018-08-18http2: move process.binding('http2') to internalBindingJames M Snell
2018-08-18src: perform integrity checks on built-in code cacheJoyee Cheung
2018-08-17trace_events: add trace category enabled trackingJames M Snell
2018-08-15http2: emit timeout on compat request and responseJames M Snell
2018-08-15util,assert: improve comparison performanceRuben Bridgewater
2018-08-14process: wrap process.binding for selective fallthroughJames M Snell
2018-08-14lib: extract validateNumber validatorJon Moss