summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
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-06repl: docs-only deprecation of magic modeTimothy Gu
2017-03-06repl: remove magic mode semanticsTimothy Gu
2017-03-06tls: runtime deprecation for tls.createSecurePair()James M Snell
2017-03-06util: 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-04dns: minor refactor of dns moduleJames M Snell
2017-03-04url: use `hasIntl` instead of `try-catch`Daijiro Wachi
2017-03-03stream: fix comment for sync flag of ReadableStateWang Xinyong
2017-03-03stream: remove unused `ranOut` from ReadableStateWang Xinyong
2017-03-02os: improve cpus() performanceBrian White
2017-03-02buffer: refactor Buffer.prototype.inspect()Rich Trott