summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-03-04http2: improve compatibility with http/1Sagi Tsofan
2019-03-03report: use triggerReport() to handle signalscjihrig
2019-03-03report: use triggerReport() to handle exceptionscjihrig
2019-03-04zlib: report premature ends earlierAnna Henningsen
2019-03-04repl: use object writer for thrown errorsAnna Henningsen
2019-03-03tty: improve color detectionRuben Bridgewater
2019-03-03esm: process proxy Symbol.toString fixGuy Bedford
2019-03-02doc,lib,test: rename node-report to reportcjihrig
2019-03-02events: add once method to use promises with EventEmitterMatteo Collina
2019-03-02crypto: move DEP0113 to End-of-LifeTobias Nießen
2019-03-02console: prevent constructing console methodsThomas
2019-03-01buffer: avoid materializing ArrayBuffer for creationAnna Henningsen
2019-03-01doc,test,repl: fix deprecation codecjihrig
2019-03-01readline: improve Unicode handlingAvi ד
2019-03-01path: refactor code for clarityRuben Bridgewater
2019-03-01path: refactor for less indentationRuben Bridgewater
2019-03-01path: simplify code and remove obsolete checksRuben Bridgewater
2019-03-01path: refactor logic for to reduce code branchesRuben Bridgewater
2019-03-01path: minor refactoringRuben Bridgewater
2019-03-01path: refactor more path code for simplicityRuben Bridgewater
2019-03-01path: more small refactoringsRuben Bridgewater
2019-03-01path: minor refactoringRuben Bridgewater
2019-03-01module: fix stat cacheRuben Bridgewater
2019-03-01module: simpler shebang functionRuben Bridgewater
2019-03-01repl: deprecate REPLServer.rliRuben Bridgewater
2019-03-01util: group array elements togetherRuben Bridgewater
2019-03-01util: add compact depth modeRuben Bridgewater
2019-02-28util: fix proxy inspectionRuben Bridgewater
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