summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-28util: prevent leaking internal propertiesRuben Bridgewater
2019-02-28lib: don't use `util.inspect()` internalsRuben Bridgewater
2019-02-28util: mark iterator entries as suchRuben Bridgewater
2019-02-28stream: make _read() be called indefinitely if the user wants soMatteo Collina
2019-02-28http: prevent slowloris with keepalive connectionsMatteo Collina
2019-02-28repl: hide editor mode if not used in a terminalRuben Bridgewater
2019-02-28repl: add new line on ctrl+dRuben Bridgewater
2019-02-28repl: add more informationRuben Bridgewater
2019-02-26report: refactor argument validationcjihrig
2019-02-26report: refactor triggerReport()cjihrig
2019-02-26inspector: return Error objects on errorcjihrig
2019-02-26errors: add ERR_INSPECTOR_COMMAND errorcjihrig
2019-02-26http: validate timeout in ClientRequest()cjihrig
2019-02-26url: handle quasi-WHATWG URLs in urlToOptions()cjihrig
2019-02-25process: use common operations to define browser globalsJoyee Cheung
2019-02-24worker: serialize errors if stack getter throwsRich Trott
2019-02-24process: move initialization of node-report into pre_execution.jsJoyee Cheung
2019-02-24process: setup signal handler in prepareMainThreadExecutionJoyee Cheung
2019-02-22timers: support name in validateTimerDuration()cjihrig
2019-02-21buffer: harden validation of buffer allocation sizeZYSzys
2019-02-21src: simplify loop arithmetic in `GetCPUInfo`Gireesh Punathil
2019-02-21process: simplify the setup of async hooks trace eventsJoyee Cheung
2019-02-21src: move async hooks trace events setup to pre_execution.jsJoyee Cheung
2019-02-20report: remove verbose settingcjihrig
2019-02-20util: update set iterator entries inspectionRuben Bridgewater
2019-02-20src: simplify InspectorConsoleCallAnna Henningsen
2019-02-20src: remove `process.binding('config').fipsForced`Joyee Cheung
2019-02-19module: revert module._compile to original state if module is patchedUjjwal Sharma
2019-02-19module: use compileFunction over Module.wrapUjjwal Sharma
2019-02-19lib: converted element to lowercase in tty.jsAbhishek Agarwal
2019-02-18process: start coverage collection before bootstrapJoyee Cheung
2019-02-18src: use PauseOnNextJavascriptStatement to implement --inspect-brk-nodeJoyee Cheung
2019-02-18lib: convert legacy process.binding to internalBindingZYSzys
2019-02-17worker: do not add removed methods to MessagePortAnna Henningsen
2019-02-15worker: switch to internal assert moduleRich Trott
2019-02-16process: delay setup of global exception handlersJoyee Cheung
2019-02-15worker: use fake MessageEvent for port.onmessageAnna Henningsen
2019-02-15lib: improve error message for MODULE_NOT_FOUNDAli Ijaz Sheikh
2019-02-15lib: requireStack property for MODULE_NOT_FOUNDAli Ijaz Sheikh
2019-02-15fs, src, lib: fix `blksize` & `blocks` on WindowsRichard Lau
2019-02-14lib: merge 'undefined' into one 'break' branchMaleDong
2019-02-14cluster: migrate round_robin_handle to internal assertRich Trott
2019-02-14assert: add internal assert.fail()Rich Trott
2019-02-13http: improve performance for incoming headersWeijia Wang
2019-02-13lib: simplify 'umask'MaleDong
2019-02-13lib: fix the typo errorMaleDong
2019-02-13tls: renegotiate should take care of its own stateSam Roberts
2019-02-13process: refactor lib/internal/bootstrap/node.jsJoyee Cheung
2019-02-13process: use primordials in bootstrap/node.jsJoyee Cheung