4201 Commits (5db4c6a76b39f76d1bd9fa5b8c69691624abd953)

Author SHA1 Message Date
Rich Trott a2aa2f7de4
lib: refactor bootstrap_node.js regular expression 8 years ago
Jackson Tian dc88b6572d
readline: refactor construct Interface 9 years ago
Rich Trott 797d9ee924
lib: refactor crypto cipher/hash/curve getters 8 years ago
yorkie 412f380903
stream: move legacy to lib/internal dir 9 years ago
Umair Ishaq f7c6ad2df9
readline: update 6 comparions to strict 8 years ago
Roee Kasher 28102edbc8
src: unconsume stream fix in internal http impl 8 years ago
asafdav2 b90a141cc7
timer: remove duplicated word in comment 8 years ago
John Barboza d71ebb90ec
timer,domain: maintain order of timer callbacks 8 years ago
Rich Trott 32b264c33b
assert: remove unneeded condition 8 years ago
Jackson Tian 4179c7050f
child_process: move anonymous class to top level 8 years ago
Shinnosuke Watanabe e54b433c8d
util: use ES2015+ Object.is to check negative zero 8 years ago
James M Snell a55af77fc5
vm: refactor vm module 8 years ago
cjihrig 818cef848e
child_process: remove empty if condition 8 years ago
Arseniy Maximov c371fdcf34
child_process: refactor internal/child_process.js 8 years ago
Fedor Indutny 2a168917cb
tls: do not crash on STARTTLS when OCSP requested 8 years ago
Dmitry Tsvettsikh 1ed47d3f33
tty: avoid oob warning in TTYWrap::GetWindowSize() 8 years ago
JungMinu 69327f5e72
lib: rename kMaxCallbacksUntilQueueIsShortened 8 years ago
Daniel Bevenius a6b2dfa43c
lib: add constant kMaxCallbacksUntilQueueIsShortened 8 years ago
Rich Trott a0c705ef79
assert: apply minor refactoring 8 years ago
levsthings 02e5f5c57e
process: fix typo in comments 8 years ago
Arseniy Maximov 742ec6213f
net: prefer === to == 8 years ago
Kai Cataldo 7ecfe4971a
assert: update comments 8 years ago
Ben Noordhuis a3ad63b9b3
lib,src: support values > 4GB in heap statistics 8 years ago
Ben Noordhuis d777da27bc
http: reject control characters in http.request() 8 years ago
Sakthipriyan Vairamani (thefourtheye) f83d035c50
buffer: convert offset & length to int properly 8 years ago
Evan Lucas bad0d9367e
http: add debug message for invalid header value 8 years ago
Anna Henningsen 1d400ea484 Revert "repl: disable Ctrl+C support on win32 for now" 8 years ago
Evan Lucas 57c4c6f5ae repl: allow autocompletion for scoped packages 8 years ago
Francis Gulotta e6c74b37b3 fs: remove needless assignment of null 8 years ago
Anna Henningsen 40c7ec62e0 buffer: fix single-character string filling 8 years ago
Axel Monroy 3ac9e01faa url: add a got host pattern in url.js 8 years ago
Lance Ball 8bccd9ed67 debugger: call `this.resume()` after `this.run()` 8 years ago
Jeremy Yallop 709b9b4660 fs: cache non-symlinks in realpathSync. 8 years ago
hveldstra b868ce6763 timers: fix handling of cleared immediates 8 years ago
Anna Henningsen 6f8b32e754 promise: better stack traces for --trace-warnings 8 years ago
Sam Roberts 95a0a67ff3 tls: do not refer to secureOptions as flags 8 years ago
Sam Roberts d50e8d8af9 tls: document and test option-less createServer 8 years ago
Sam Roberts 89db5fcc23 tls: fix/annotate connect arg comments 8 years ago
Michaël Zasso 5ddd508304 lib,test: use consistent operator linebreak style 8 years ago
Karl Böhlmark b5f747187d http: remove stale timeout listeners 8 years ago
Jeremiah Senkpiel 8bb66cd920 timers: use consistent checks for canceled timers 8 years ago
cjihrig 2ce6916ddc events: remove unnecessary checks 8 years ago
cjihrig 9a526cb8fe child_process: remove unreachable code 8 years ago
Kyle E. Mitchell fe821fbefa fs: clarify fs.link and fs.linkSync arguments 8 years ago
Evan Lucas db10e94083 process: improve performance of nextTick 8 years ago
Teddy Katz fac61118f9 repl: avoid parsing division operator as regex 8 years ago
Jackson Tian 12fe071abf internal/util: move the case 'latin1' 8 years ago
Prince J Wesley 86efc93a41 repl: preprocess only for defaultEval 8 years ago
Rich Trott 106e6cdebd debugger: refactor _debugger.js 8 years ago
joyeecheung 13b16881ef test,url: improve escaping in url.parse 8 years ago