4340 Commits (4a6bb378d4fff9ed81211f4d6c77f1d3e2533fc5)

Author SHA1 Message Date
alejandro 6feea08587
buffer: preallocate array with buffer length 8 years ago
Alexey Orlenko 8caf6fd58a
test: add Unicode characters regression test 8 years ago
Luigi Pinca c814c7e9ea
events: do not keep arrays with a single listener 8 years ago
Joyee Cheung 305f822a36
net: rename internal functions for readability 8 years ago
Roman Reiss 1ee38eb874
util: add %i and %f formatting specifiers 8 years ago
Gibson Fahnestock 5bdd54925a
lib: add comment to script eval _tickCallback 8 years ago
Trevor Norris 51c8d8088a
Partial revert "tls: keep track of stream that is closed" 8 years ago
Pedro lima 126dcb76af
url: name anonymous functions in url 8 years ago
Jackson Tian 7347860966
lib: clarify the usage of 'else' 8 years ago
Claudio Rodriguez ac92d0249b
net: refactor net module to module.exports 8 years ago
Jeremiah Senkpiel 837ff4ba59
lib: remove an unnecessary coverage check 8 years ago
Bryan English 2462fd8009
process: maintain constructor descriptor 8 years ago
Ben Noordhuis 6c803db7b9
lib: fix event race condition with -e 8 years ago
Joyee Cheung f6755182e5
url: show input in parse error message 8 years ago
Shigeki Ohtsu 4b1b6b85a9
timers: fix not to close reused timer handle 8 years ago
Danny Nemer 91a2700721
readline: rename `deDupeHistory` option 8 years ago
DavidCai 0f2642ee36
errors: remove needless lazyAssert 8 years ago
Daijiro Wachi c51d925c84
url: restrict setting protocol to "file" 8 years ago
Danny Nemer 8ab26cf508
readline: add option to stop duplicates in history 9 years ago
Rich Trott 17d16e8f3d
buffer: remove unneeded eslint-disable comment 8 years ago
James M Snell d0fb578d64
fs: avoid using forEach 8 years ago
Jan Krems fbbcd1aa89
lib: Fix swallowed events in inspect integration 8 years ago
mr-spd 9cc712ca18
lib: remove unused msg parameter in debug_agent 8 years ago
DavidCai 77c69f7ace
lib, test: add duplicate symbol checking in E() 8 years ago
James M Snell 7e230727fc
module: avoid using forEach 8 years ago
James M Snell c0a2e02f51
net: avoid using forEach 8 years ago
James M Snell a0b1aa1161
readline: avoid using forEach 8 years ago
Rich Trott e19ca8ba11
readline: remove unneeded eslint-disable comment 8 years ago
James M Snell 62e726109a
repl: avoid using forEach 8 years ago
James M Snell 90be5a1f19
stream: avoid using forEach 8 years ago
James M Snell 646ee559df
tls: avoid using forEach 8 years ago
jBarz 540830116b
tls: keep track of stream that is closed 8 years ago
James M Snell 9a59913039
util: avoid using forEach 8 years ago
Vse Mozhet Byt 5b1d61ce09 child_process: fix deoptimizing use of arguments 8 years ago
Claudio Rodriguez 2fcefeeda0
dgram: refactor dgram to module.exports 8 years ago
Richard Lau 103458772a
module: fix loading from global folders on Windows 8 years ago
Juwan Yoo 1dff218cd1
net: allow missing callback for Socket.connect 8 years ago
Brian White c5874d1bd4
url: remove invalid file protocol check 8 years ago
Joyee Cheung b56e851c48 net: refactor overloaded argument handling 8 years ago
Ali BARIN 7b84363636 util: fix inspecting symbol key in string 8 years ago
James M Snell 039a1a97d8
dns: minor refactor of dns module 8 years ago
Daijiro Wachi 24e6fcce8b
url: use `hasIntl` instead of `try-catch` 8 years ago
Brian White e2133f3e57
os: improve cpus() performance 8 years ago
Rich Trott 02dbae6b3f
buffer: refactor Buffer.prototype.inspect() 8 years ago
Ben Noordhuis 13cb8a69e4
net: remove misleading comment 8 years ago
Timothy Gu 1b6ba9effb
src: do not ignore IDNA conversion error 8 years ago
Brian White 3e8d43d165
http: add new functions to OutgoingMessage 8 years ago
Arseniy Maximov 3afe90dc9b
net: prefer === to == 8 years ago
Brian White 758126301e
fs: improve performance for sync stat() functions 8 years ago
Brian White db06c7311b
os: improve loadavg() performance 8 years ago