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-09-12http2: fix refs to status 205, add testsAnatoli Papirovski
2017-09-12http2: store headersSent after stream destroyedAnatoli Papirovski
2017-09-12fs: add fs.copyFile{Sync}cjihrig
2017-09-12console: improve console.group()Rich Trott
2017-09-12console: implement minimal `console.group()`Rich Trott
2017-09-12net: check EADDRINUSE after binding localPortJoyee Cheung
2017-09-12tls: multiple PFX in createSecureContextYury Popov
2017-09-12module: Allow runMain to be ESMBradley Farias
2017-09-12doc,lib,src,test: strip executable bits off filesAnna Henningsen
2017-09-12errors: remove duplicated ERR_HTTP_INVALID_STATUS_CODE errorJon Moss
2017-09-12lib: remove circular referenceRuben Bridgewater
2017-09-12perf_hooks: implementation of the perf timing APIJames M Snell
2017-09-12buffer: fix MAX_LENGTH constant exportAnna Henningsen
2017-09-12inspector: enable async stack tracesMiroslav Bajtoš
2017-09-12async_hooks: don't abort unnecessarilyTrevor Norris
2017-09-12async_hooks: improve comments and function namesTrevor Norris
2017-09-12timers: fix outdated commentTim Costa
2017-09-12promises: more robust stringificationTimothy Gu
2017-09-12http2: set decodeStrings to false, testAnatoli Papirovski
2017-09-12inspector: log exceptions in message handlersEugene Ostroukhov
2017-09-12http2: use session not socket timeout, testsAnatoli Papirovski
2017-09-12http2: add compat trailers, adjust multi-headersAnatoli Papirovski
2017-09-12http2: fix closedCode NaN, increase test coverageAnatoli Papirovski
2017-09-12http2: guard against destroyed session, timeoutsJames M Snell
2017-09-12http2: correct emit error in onConnect, full testsAnatoli Papirovski
2017-09-12http2: adjust error types, test coverageAnatoli Papirovski
2017-09-12url: remove unused code from autoEscapeStrCyril Lakech
2017-09-12buffer: increase coverage by removing dead codeMarcelo Gobelli
2017-09-12repl: force editorMode in .loadLance Ball
2017-09-12assert: handle errors properly with deep*EqualRuben Bridgewater
2017-09-12util: remove duplicate code in formatAnatoli Papirovski
2017-09-12lib: simplify the readonly properties of icuJackson Tian
2017-09-12lib: remove the invalid command line optionsJackson Tian
2017-09-12http2: handle 100-continue flow & writeContinueAnatoli Papirovski
2017-09-12lib: clean up usage of threwJackson Tian
2017-09-12path: fix normalize on directories with two dotsMichaël Zasso
2017-09-12async_hooks: emitAfter correctly on fatalExceptionTrevor Norris
2017-09-12assert: handle sparse arrays in deepStrictEqualRuben Bridgewater
2017-09-12http2: refactor error handlingMatteo Collina
2017-09-12net: move debug statementBrian White
2017-09-12stream: fix Writable instanceof for subclassesAnna Henningsen
2017-09-12dns: add `verbatim` option to dns.lookup()Ben Noordhuis
2017-09-12lib: instantiate console methods eagerlyBen Noordhuis
2017-09-12fix --prof-process --preprocess flagdavidmarkclements
2017-09-12util: fix inspect array w. negative maxArrayLengthRuben Bridgewater
2017-09-12util: use proper circular reference checkingAnna Henningsen
2017-09-12http2: Expose Http2ServerRequest/ResponsePini Houri
2017-09-10process: keep process prototype in inheritance chainJimmy Thomson
2017-09-10os: add CIDR supportMudit Ameta
2017-08-14http2: fix [kInspect]() output for Http2StreamEvan Lucas