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-03-10meta: restore original copyright headerJames M Snell
2017-03-10util: change sparse arrays inspection formatAlexey Orlenko
2017-03-09url: remove invalid file protocol checkBrian White
2017-03-09http: concatenate outgoing Cookie headersBrian White
2017-03-09http: append Cookie header values with semicolonBrian White
2017-03-09http: reuse existing StorageObjectBrian White
2017-03-09http: support old private properties and functionBrian White
2017-03-09http: use Symbol for outgoing headersBrian White
2017-03-09lib, test: fix server.listen error messageJoyee Cheung
2017-03-09dgram: refactor dgram to module.exportsClaudio Rodriguez
2017-03-08net: refactor overloaded argument handlingJoyee Cheung
2017-03-07repl: docs-only deprecation of magic modeTimothy Gu
2017-03-07repl: remove magic mode semanticsTimothy Gu
2017-03-07tls: runtime deprecation for tls.createSecurePair()James M Snell
2017-03-07util: convert inspect.styles and inspect.colors to prototype-less objectsNemanja Stojanovic
2017-03-06util: fix inspecting symbol key in stringAli BARIN
2017-03-05v8: add cachedDataVersionTagAndres Suarez
2017-03-05dns: minor refactor of dns moduleJames M Snell
2017-03-04url: use `hasIntl` instead of `try-catch`Daijiro Wachi
2017-03-04stream: fix comment for sync flag of ReadableStateWang Xinyong
2017-03-04stream: remove unused `ranOut` from ReadableStateWang Xinyong
2017-03-02os: improve cpus() performanceBrian White
2017-03-02buffer: refactor Buffer.prototype.inspect()Rich Trott
2017-03-01net: remove misleading commentBen Noordhuis
2017-03-01child_process: fix deoptimizing use of argumentsVse Mozhet Byt
2017-03-01url: enforce valid UTF-8 in WHATWG parserTimothy Gu
2017-03-01src: do not ignore IDNA conversion errorTimothy Gu
2017-02-27net: prefer === to ==Arseniy Maximov
2017-02-27assert: fix premature deep strict comparisonJoyee Cheung
2017-02-26fs: improve performance for sync stat() functionsBrian White
2017-02-26os: improve loadavg() performanceBrian White
2017-02-25process: fix typo in commentslevsthings
2017-02-25http: docs-only deprecation of res.writeHeader()James M Snell
2017-02-25assert: apply minor refactoringRich Trott
2017-02-24lib: rename kMaxCallbacksUntilQueueIsShortenedJungMinu
2017-02-24process: improve memoryUsage() performanceBrian White
2017-02-23fs: runtime deprecation for fs.SyncWriteStreamJames M Snell
2017-02-22domain,events: support non-object 'error' argumentBen Noordhuis
2017-02-22tty: avoid oob warning in TTYWrap::GetWindowSize()Dmitry Tsvettsikh
2017-02-22tls: do not crash on STARTTLS when OCSP requestedFedor Indutny
2017-02-22lib: more consistent use of module.exports = {} modelJames M Snell
2017-02-22lib: refactor internal/socket_listJames M Snell
2017-02-22lib: refactor internal/freelistJames M Snell
2017-02-22lib: refactor internal/linkedlistJames M Snell
2017-02-22lib: remove unnecessary assignments with _extendSakthipriyan Vairamani (thefourtheye)
2017-02-21console: fixup `console.dir()` error handlingAnna Henningsen
2017-02-21tools: enable one-var-declaration-per-line ESLint ruleMichaƫl Zasso
2017-02-21http: add new functions to OutgoingMessageBrian White
2017-02-20tls: new tls.TLSSocket() supports sec ctx optionsSam Roberts
2017-02-20tls: use emitWarning() for dhparam < 2048 bitsJames M Snell