aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-03-24events: update and clarify error messageChris Burkhart
2017-03-24lib: use Object.create(null) directlyTimothy Gu
2017-03-24url: use a class for WHATWG url[context]Timothy Gu
2017-03-24lib: fix event race condition with -eBen Noordhuis
2017-03-23tls: make rejectUnauthorized default to trueghaiklor
2017-03-23url: show input in parse error messageJoyee Cheung
2017-03-22lib,src: make constants not inherit from ObjectSakthipriyan Vairamani (thefourtheye)
2017-03-22events, doc: check input in defaultMaxListenersDavidCai
2017-03-22timers: fix not to close reused timer handleShigeki Ohtsu
2017-03-22http: avoid retaining unneeded memoryLuigi Pinca
2017-03-22lib: Use regex to compare error messageKunal Pathak
2017-03-22readline: rename `deDupeHistory` optionDanny Nemer
2017-03-21errors: remove needless lazyAssertDavidCai
2017-03-21fs: (+/-)Infinity and NaN invalid unixtimestampLuca Maraschi
2017-03-21url: spec-compliant URLSearchParams parserTimothy Gu
2017-03-21querystring: move isHexTable to internalTimothy Gu
2017-03-20buffer: remove unneeded eslint-disable commentRich Trott
2017-03-20tools: ignore URLs in line length lintingRich Trott
2017-03-20http: replace uses of selfJames M Snell
2017-03-20http: use more efficient module.exports patternJames M Snell
2017-03-20url: restrict setting protocol to "file"Daijiro Wachi
2017-03-17readline: add option to stop duplicates in historyDanny Nemer
2017-03-17lib: avoid using forEachJames M Snell
2017-03-17util: avoid using forEachJames M Snell
2017-03-17module: avoid using forEachJames M Snell
2017-03-17repl: avoid using forEachJames M Snell
2017-03-17readline: avoid using forEachJames M Snell
2017-03-17net: avoid using forEachJames M Snell
2017-03-17lib: avoid using forEach in LazyTransformJames M Snell
2017-03-17fs: avoid using forEachJames M Snell
2017-03-17tls: avoid using forEachJames M Snell
2017-03-17stream: avoid using forEachJames M Snell
2017-03-17lib: Fix swallowed events in inspect integrationJan Krems
2017-03-17repl: Empty command should be sent to eval functionJan Krems
2017-03-16tls: keep track of stream that is closedjBarz
2017-03-16util: display Symbol keys in inspect by defaultShahar Or
2017-03-15lib, test: add duplicate symbol checking in E()DavidCai
2017-03-15lib: remove unused msg parameter in debug_agentmr-spd
2017-03-15readline: remove unneeded eslint-disable commentRich Trott
2017-03-14fs: more realpath*() optimizationsBrian White
2017-03-14fs: include more fs.stat*() optimizationsBrian White
2017-03-14repl: refactor `LineParser` implementationBlake Embrey
2017-03-14url: spec-compliant URLSearchParams serializerTimothy Gu
2017-03-14net: remove an unused internal module `assertPort`Daijiro Wachi
2017-03-13net: allow missing callback for Socket.connectJuwan Yoo
2017-03-12assert: enforce type check in deepStrictEqualJoyee Cheung
2017-03-11module: fix loading from global folders on WindowsRichard Lau
2017-03-11crypto: fix default encoding of LazyTransformLukas Mòˆller
2017-03-10lib: simplify Module._resolveLookupPathsBrian White
2017-03-10module: avoid JSON.stringify() for cache keyBrian White