Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-12-20lib: replace string concatenation with templateVijayalakshmi Kannan
2017-12-20path: remove obsolete commentRich Trott
2017-12-20errors,tools: ASCIIbetical instead of alphabeticalRefael Ackermann
2017-12-20crypto: make createXYZ inlineableMatteo Collina
2017-12-19http2: use more descriptive namesJames M Snell
2017-12-19http2: remove unnecessary event handlersJames M Snell
2017-12-19http2: reduce code duplication in settingsJames M Snell
2017-12-19http2: general cleanupsJames M Snell
2017-12-13tty: refactor exportscjihrig
2017-12-08http2: use correct connect event for TLS SocketJames M Snell
2017-12-08http2: use 'close' event instead of 'streamClosed'James M Snell
2017-12-08http2: general cleanups in core.jsJames M Snell
2017-12-08http2: major update to internalsJames M Snell
2017-12-08http2: simplify subsequent rstStream callsAnatoli Papirovski
2017-12-08http2: refactor multiple internalsJames M Snell
2017-12-07buffer: zero-fill buffer allocated with invalid contentAnna Henningsen
2017-11-17lib: replace string concatenation with templateSuryanarayana Murthy N
2017-11-17lib: guard inspector console using process varDaniel Bevenius
2017-11-17lib: change concatenated string to templatePawan Jangid
2017-11-17lib: change concatenated string to templateNayana Das K
2017-11-17lib: replace string concatenation with templatesubrahmanya chari p
2017-11-14http: use arrow fns for lexical `this` in AgentBryan English
2017-11-14http2: improve errors thrown in header validationJoyee Cheung
2017-11-14http2: refactor settings handlingJames M Snell
2017-11-14test,net: remove scatological terminologyRich Trott
2017-11-14repl: avoid crashing from null and undefined errorscPhost
2017-11-08console: avoid adding infinite error listenersMatteo Collina
2017-11-03Revert "https: refactor to use http internals"Myles Borins
2017-10-31inspector: track async stacks when necessaryAli Ijaz Sheikh
2017-10-31lib: refactor wrap_js_stream for ES6/readabilityAnna Henningsen
2017-10-31lib: move _stream_wrap into internalsAnna Henningsen
2017-10-31child_process: fix memory leak in .fork()Ben Noordhuis
2017-10-31lib: use destructuring for some constantsWeijia Wang
2017-10-31lib: move duplicate spliceOne into internal/utilWeijia Wang
2017-10-31http2: fix stream reading resumptionAnatoli Papirovski
2017-10-31lib: setup IPC channel before consoleNikolai Vavilov
2017-10-31http2: simplify mapToHeaders, stricter validationAnatoli Papirovski
2017-10-31http2: fix several timeout related issuesAnatoli Papirovski
2017-10-31src: use V8 function to get Module NamespaceBradley Farias
2017-10-31module: fix extension lookups for top-level mainGuy Bedford
2017-10-31module: fix hook module CJS dependency loadingguybedford
2017-10-31https: refactor to use http internalsBryan English
2017-10-31http2: fix mapToHeaders() with single string valueJinwoo Lee
2017-10-31http2: do not allow socket manipulationAnatoli Papirovski
2017-10-31module: support custom paths to require.resolve()cjihrig
2017-10-31lib: internal/errors should not be executableJon Moss
2017-10-31util: graduate TextEncoder/TextDecoder, testsJames M Snell
2017-10-25net: fix timeout with null handleAnatoli Papirovski
2017-10-24zlib: gracefully set windowBits from 8 to 9Myles Borins
2017-10-24child_process: add windowsHide optioncjihrig