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-01-18tools: rename eslintrc to an undeprecated formatSakthipriyan Vairamani
2017-01-18lib: remove unnecessary parameter for assertCrypto()Jackson Tian
2017-01-17child_process: allow Infinity as maxBuffer valuecjihrig
2017-01-17crypto,tls: fix mutability of return valuesRich Trott
2017-01-16test,util: remove lint workaroundsRich Trott
2017-01-16child_process: optimize IPC for large dataYuya Tanaka
2017-01-16test,repl: add coverage for repl .clear+useGlobalRich Trott
2017-01-15util: improve readability of normalizeEncodingJoyee Cheung
2017-01-15test,net: add tests for server.connectionsRich Trott
2017-01-14Revert "fs: ensure readFile[Sync] reads from the beginning"Sakthipriyan Vairamani (thefourtheye)
2017-01-14fs: ensure readFile[Sync] reads from the beginningNikolai Vavilov
2017-01-14cluster: refactor module into multiple filescjihrig
2017-01-14http: misc ClientRequest cleanupBrian White
2017-01-14http: avoid duplicate isArray()Brian White
2017-01-14http: optimize default method caseBrian White
2017-01-14http: optimize short path validationBrian White
2017-01-13lib: refactor bootstrap_node.js regular expressionRich Trott
2017-01-13readline: refactor construct InterfaceJackson Tian
2017-01-11stream: avoid instanceofBrian White
2017-01-11stream: use plain objects for write/corked reqsBrian White
2017-01-11http: misc optimizations and style fixesBrian White
2017-01-11http: try to avoid lowercasing incoming headersBrian White
2017-01-11http: avoid using object for removed header statusBrian White
2017-01-11http: optimize header storage and matchingBrian White
2017-01-11http: check statusCode earlyBrian White
2017-01-11assert, tools: enforce strict (not)equal in eslintGibson Fahnestock
2017-01-11https: Use secureProtocol in Agent#getNameAndreas Lind
2017-01-10child_process: support Uint8Array input to methodsAnna Henningsen
2017-01-10http: remove pointless use of argumentscjihrig
2017-01-10lib: refactor crypto cipher/hash/curve gettersRich Trott
2017-01-10fs: remove fs.read's string interfaceNikolai Vavilov
2017-01-10http: define all used properties in constructorsvitkarpov
2017-01-10test,cluster: add test-cluster-worker-deprecatedRich Trott
2017-01-09url: allow use of URL with http.request and https.requestJames M Snell
2017-01-07benchmark,lib,test: adjust for lintingRich Trott
2017-01-06http: eliminate capture of ClientRequest in AgentEvan Torrie
2017-01-06url: change null password handlingJames M Snell
2017-01-05events: avoid emit() eager deoptVictor Felder
2017-01-05stream: avoid additional validation for BuffersBrian White
2017-01-05events: improve removeListener() performanceBrian White
2017-01-05util: avoid out-of-bounds arguments index accessTeddy Katz
2017-01-04assert: update commentsKai Cataldo
2017-01-04events: optimize arrayClone by copying forwardBenedikt Meurer
2017-01-04url: set toStringTag for the URL classJames M Snell
2017-01-03url: TupleOrigin#toString use unicode by defaultJoyee Cheung
2017-01-03url: fix accidental filemode changeJames M Snell
2017-01-01url: fix URL query update if searchParams changesMichaël Zasso
2017-01-01url: improve spec compliance of WHATWG URLMichaël Zasso
2016-12-30url: move originFor, domainToAscii and domainToUnicodeJames M Snell
2016-12-30url: performance improvement in URL implementationJames M Snell