summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-01-11assert, tools: enforce strict (not)equal in eslintGibson Fahnestock
2017-01-10https: 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-09test,cluster: add test-cluster-worker-deprecatedRich Trott
2017-01-09url: allow use of URL with http.request and https.requestJames M Snell
2017-01-06benchmark,lib,test: adjust for lintingRich Trott
2017-01-06http: eliminate capture of ClientRequest in AgentEvan Torrie
2017-01-05url: 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-03url: 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
2016-12-29url: make WHATWG URL properties spec compliantJoyee Cheung
2016-12-29http: optimize headers iterationBrian White
2016-12-29http: simplify boolean checksBrian White
2016-12-29http: extract validation functionsBrian White
2016-12-29lib: avoid recompilation of anonymous functionsBrian White
2016-12-29http: improve validation performanceBrian White
2016-12-29http: refactor server connection handlingBrian White
2016-12-29http: misc cleanup and minor optimizationsBrian White
2016-12-29http: reuse existing headers array for raw valuesBrian White
2016-12-28events: improve once() performanceBrian White
2016-12-27buffer: improve allocation performanceBrian White
2016-12-26fs: support Uint8Array input to methodsAnna Henningsen
2016-12-25child_process: improve input validationcjihrig
2016-12-24url: do not truncate long hostnamesJunshu Okamoto
2016-12-23fs: cache non-symlinks in realpathSync.Jeremy Yallop
2016-12-22repl: allow autocompletion for scoped packagesEvan Lucas
2016-12-22tools: enforce linebreak after ternary operatorsMichaël Zasso
2016-12-21buffer: allow Uint8Array input to methodsAnna Henningsen
2016-12-19fs: remove needless assignment of nullFrancis Gulotta
2016-12-19tls: allow obvious key/passphrase combinationsSam Roberts
2016-12-19cluster: return worker reference from disconnect()Sean Villars
2016-12-14timers: fix handling of cleared immediateshveldstra
2016-12-14fs: remove unused argument from copyObject()Ethan Arrowood
2016-12-14fs: do not pass Buffer when toString() failsBrian White
2016-12-14url, test: fix typo in inspect output, add testJay Brownlee