summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2017-03-10lib: improve method of function callingBrian White
2017-03-10module: avoid hasOwnProperty()Brian White
2017-03-10module: use "clean" objectsBrian White
2017-03-10lib: remove sources of permanent deoptsBrian White
2017-03-10fs: replace regexp with functionBrian White
2017-03-10fs: avoid multiple conversions to stringBrian White
2017-03-10fs: avoid recompilation of closureBrian White
2017-03-10url: prioritize toString when stringifyingTimothy Gu
2017-03-10util: throw toJSON errors when formatting %jTimothy Gu
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