summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-03-15src,lib: make DOMException available in all ContextsAnna Henningsen
2019-03-15src,lib: allow running multiple per-context filesAnna Henningsen
2019-03-15lib: make lowerProto scope more cleargengjiawen
2019-03-15repl: remove redundant initializationgengjiawen
2019-03-15http: delay ret declaration in method _flushOutputgengjiawen
2019-03-15net: some scattered cleanupoyyd
2019-03-14report: remove unnecessary return in settersRich Trott
2019-03-13util: prevent tampering with internals in `inspect()`Ruben Bridgewater
2019-03-13lib,test: improve faulty assert usage detectionRuben Bridgewater
2019-03-13v8: integrate node-heapdump into coreJames M Snell
2019-03-13repl: eliminate var in function _memorygengjiawen
2019-03-13repl: simplify regex expressiongengjiawen
2019-03-13repl: remove redundant escapegengjiawen
2019-03-13lib: refactor deprecated function in readline.jsgengjiawen
2019-03-13timers: remove dead code and simplify args checkRuben Bridgewater
2019-03-13cluster: refactor empty for in round_robin_handle.jsgengjiawen
2019-03-13domain: set `.domain` non-enumerable on resourcesJordan Harband
2019-03-12http2: `Http2ServerResponse.end()` should always return selfRobert Nagy
2019-03-12process: make Symbol.toStringTag writableRuben Bridgewater
2019-03-12lib: move DTRACE_* probes out of global scopeJames M Snell
2019-03-12lib: import TextEncoder and TextDecoder from `internal/encoding`Joyee Cheung
2019-03-12url: require encodeStr from internal/querystringZYSzys
2019-03-12http: reduce usage of public utilZYSzys
2019-03-12process: create legacy process properties during pre-executionJoyee Cheung
2019-03-12process: delay process.argv[0] and process.argv0 handlingJoyee Cheung
2019-03-12src: refactor coverage connectionJoyee Cheung
2019-03-11process: add --pending-deprecation to `process.binding()`Anna Henningsen
2019-03-11buffer: harden SlowBuffer creationZYSzys
2019-03-11lib,src: remove usage of _externalStreamAnna Henningsen
2019-03-11process: refactor global.queueMicrotask()Joyee Cheung
2019-03-10report: rename triggerReport() to writeReport()cjihrig
2019-03-10doc: document fake ENOTFOUND as a system errorcjihrig
2019-03-10net: use kHandle symbol for accessing native handleAnna Henningsen
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-03-09src: forbid access to CLI options before bootstrapping is doneJoyee Cheung
2019-03-09crypto: improve error handling in parseKeyEncodingTobias Nießen
2019-03-09http: send connection: close when closing connYann Hamon
2019-03-09http: improve for-loop readability in _http_outgoing.jsgengjiawen
2019-03-08lib: move queueMicrotask to stableGus Caplan
2019-03-08lib: explicitly initialize debuglog during bootstrapJoyee Cheung
2019-03-08process: call prepareMainThreadExecution in all main thread scriptsJoyee Cheung
2019-03-08lib: move format and formatWithOptions into internal/util/inspect.jsJoyee Cheung
2019-03-08process: handle process.env.NODE_V8_COVERAGE in pre-executionJoyee Cheung
2019-03-08process: set up process warning handler in pre-executionJoyee Cheung
2019-03-08process: call `prepareMainThreadExecution` in `node inspect`Joyee Cheung
2019-03-08repl: add replDefaults to customize the writerRuben Bridgewater
2019-03-07child_process: fire close event from stdiokohta ito
2019-03-07lib: assign missed deprecation codeAnna Henningsen
2019-03-07http: remove unused variable in _http_server.jsgengjiawen
2019-03-07src: use the config binding to carry --no-browser-globalsJoyee Cheung