aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-01-22inspector: --inspect-brk for es modulesGuy Bedford
2018-01-21promises: refactor rejection handlingAnatoli Papirovski
2018-01-21lib: fix typo in trace_events_async_hooks.jsGilles De Mey
2018-01-21http: use strict comparisonleeseean
2018-01-21http: free the parser before emitting 'upgrade'Luigi Pinca
2018-01-21http: fix parsing of binary upgrade response bodyBen Noordhuis
2018-01-20util: implement util.getSystemErrorName()Joyee Cheung
2018-01-19tty: fix console printing on WindowsAnna Henningsen
2018-01-19lib: use american spelling as per style guidesreepurnajasti
2018-01-18http: simplify parser lifetime trackingAnna Henningsen
2018-01-18http2: refactor read mechanismAnna Henningsen
2018-01-18timers: allow Immediates to be unrefedAnatoli Papirovski
2018-01-18lib: make console writable and non-enumerableRuben Bridgewater
2018-01-18child_process: do not ignore proto values of envAnatoli Papirovski
2018-01-18fs: fix options.end of fs.ReadStream()陈刚
2018-01-17cluster: resolve relative unix socket pathslaino
2018-01-17fs: throw fs.fstat{Sync} errors in JSJoyee Cheung
2018-01-17fs: throw fs.lstat{Sync} errors in JSJoyee Cheung
2018-01-17fs: throw fs.stat{Sync} errors in JSJoyee Cheung
2018-01-16n-api: throw RangeError napi_create_typedarray()Jinho Bang
2018-01-16assert: throw without args in okRuben Bridgewater
2018-01-16assert: improve simple assertRuben Bridgewater
2018-01-17tls: migrate C++ errors to internal/errors.jsJoyee Cheung
2018-01-17tls: migrate argument type-checking errorsJoyee Cheung
2018-01-16util: change %o depth defaultRuben Bridgewater
2018-01-16util: change util.inspect depth defaultRuben Bridgewater
2018-01-16stream: add custom inspect to BufferListRuben Bridgewater
2018-01-15module: refactor loaderGus Caplan
2018-01-15child_process: ignore undef/proto values of env现充
2018-01-14tls: make deprecated tls.createSecurePair() use public APIAnna Henningsen
2018-01-14process: use more direct sync I/O for stdioAnna Henningsen
2018-01-12timers: setInterval interval includes cb durationzhangzifa
2018-01-12async_hooks,http: set HTTPParser trigger to socketAndreas Madsen
2018-01-11http2: remember sent headersJames M Snell
2018-01-11perf_hooks,http2: add performance.clear()James M Snell
2018-01-11http2: fix kUpdateTimer timer refreshJeremiah Senkpiel
2018-01-11lib: fix spelling in commentsTobias Nießen
2018-01-11stream: added experimental support for for-awaitMatteo Collina
2018-01-11path: fix path.normalize for relative pathsWeijia Wang
2018-01-11fs: extract out validateUint32 and validateLen functionsJon Moss
2018-01-11fs: extract out validatePath functionJon Moss
2018-01-11fs: extract out validateOffsetLengthWrite functionJon Moss
2018-01-11fs: extract out validateBuffer functionJon Moss
2018-01-11fs: extract out validateOffsetLengthRead functionJon Moss
2018-01-11fs: extract out validateFd functionJon Moss
2018-01-10stream: always defer 'readable' with nextTickMatteo Collina
2018-01-09n-api: throw RangeError in napi_create_dataview() with invalid rangeJinho Bang
2018-01-09lib: handle `throw undefined` in assert.throws()Ben Noordhuis
2018-01-09http2: use aliased buffer for perf stats, add statsJames M Snell
2018-01-09lib: enable dot-notation eslint ruleAnatoli Papirovski