4432 Commits (221b03ad20453f08cef7ac3fcc788b8466edc3ef)

Author SHA1 Message Date
DavidCai 221b03ad20 events, doc: check input in defaultMaxListeners 8 years ago
Shigeki Ohtsu 81ab78e62e timers: fix not to close reused timer handle 8 years ago
Luigi Pinca e0a9ad1af2 http: avoid retaining unneeded memory 8 years ago
Kunal Pathak 4eb194a2b1 lib: Use regex to compare error message 8 years ago
Danny Nemer c8eec76c5f readline: rename `deDupeHistory` option 8 years ago
DavidCai a00c9e95e4 errors: remove needless lazyAssert 8 years ago
Luca Maraschi eed87b1637 fs: (+/-)Infinity and NaN invalid unixtimestamp 8 years ago
Timothy Gu c515a985ea url: spec-compliant URLSearchParams parser 8 years ago
Timothy Gu c98a8022b7 querystring: move isHexTable to internal 8 years ago
Rich Trott 39bba4dff8 buffer: remove unneeded eslint-disable comment 8 years ago
Rich Trott cce520a5de tools: ignore URLs in line length linting 8 years ago
James M Snell 74c1e02642 http: replace uses of self 8 years ago
James M Snell 5425e0dcbe http: use more efficient module.exports pattern 8 years ago
Daijiro Wachi 60c8a35744 url: restrict setting protocol to "file" 8 years ago
Danny Nemer 5bda5faffd readline: add option to stop duplicates in history 9 years ago
James M Snell 989713d343 lib: avoid using forEach 8 years ago
James M Snell f6dbead126 util: avoid using forEach 8 years ago
James M Snell 2d230faa56 module: avoid using forEach 8 years ago
James M Snell ae9e640f30 repl: avoid using forEach 8 years ago
James M Snell 53cf483401 readline: avoid using forEach 8 years ago
James M Snell 42e55eb37b net: avoid using forEach 8 years ago
James M Snell 4d090855c6 lib: avoid using forEach in LazyTransform 8 years ago
James M Snell a993beb915 fs: avoid using forEach 8 years ago
James M Snell 5aa7d4daca tls: avoid using forEach 8 years ago
James M Snell 910a8998fb stream: avoid using forEach 8 years ago
Jan Krems 704263139b lib: Fix swallowed events in inspect integration 8 years ago
Jan Krems c7b60165a6 repl: Empty command should be sent to eval function 8 years ago
jBarz 4cdb0e89d8 tls: keep track of stream that is closed 8 years ago
Shahar Or 5bfd13b81e
util: display Symbol keys in inspect by default 8 years ago
DavidCai b5eccc4c7e lib, test: add duplicate symbol checking in E() 8 years ago
mr-spd 5bd1642dd1 lib: remove unused msg parameter in debug_agent 8 years ago
Rich Trott db277f00fe readline: remove unneeded eslint-disable comment 8 years ago
Brian White 71097744b2 fs: more realpath*() optimizations 8 years ago
Brian White 6a5ab5d550 fs: include more fs.stat*() optimizations 8 years ago
Blake Embrey 39d9afe279 repl: refactor `LineParser` implementation 9 years ago
Timothy Gu d77a7588cf url: spec-compliant URLSearchParams serializer 8 years ago
Daijiro Wachi 879d6663ea net: remove an unused internal module `assertPort` 8 years ago
Juwan Yoo c6cbbf9263 net: allow missing callback for Socket.connect 8 years ago
Joyee Cheung efec14a7d1
assert: enforce type check in deepStrictEqual 8 years ago
Richard Lau 055482c21e
module: fix loading from global folders on Windows 8 years ago
Lukas Möller 443691a5ae
crypto: fix default encoding of LazyTransform 8 years ago
Brian White c67207731f
lib: simplify Module._resolveLookupPaths 8 years ago
Brian White e32425bfcd
module: avoid JSON.stringify() for cache key 8 years ago
Brian White 28dc848e70
lib: improve method of function calling 8 years ago
Brian White 403b89e72b
module: avoid hasOwnProperty() 8 years ago
Brian White 298a40e04e
module: use "clean" objects 8 years ago
Brian White a851b868c0
lib: remove sources of permanent deopts 8 years ago
Brian White 1c3df96570
fs: replace regexp with function 8 years ago
Brian White 34c9fc2e4e
fs: avoid multiple conversions to string 8 years ago
Brian White 21b2440176
fs: avoid recompilation of closure 8 years ago