4624 Commits (17e10b33c2c356ab276a98cabd116a8416147f33)

Author SHA1 Message Date
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
Timothy Gu 99b27ce99a url: prioritize toString when stringifying 8 years ago
Timothy Gu 455e6f1dd8 util: throw toJSON errors when formatting %j 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Alexey Orlenko ec2f098156
util: change sparse arrays inspection format 8 years ago
Brian White 7afc70de40
url: remove invalid file protocol check 8 years ago
Brian White d3480776c7
http: concatenate outgoing Cookie headers 8 years ago
Brian White 6b2cef65c9
http: append Cookie header values with semicolon 8 years ago
Brian White 8243ca0e0e
http: reuse existing StorageObject 8 years ago