4079 Commits (4850b503ddeea0a1ec50b97af56266f7376c74eb)

Author SHA1 Message Date
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
Walter Beller-Morales 6632b3d1ab lib: use === in _http_server and _tls_wrap 8 years ago
Teddy Katz eba4f9a3ff repl: fix generator function preprocessing 8 years ago
Bryan English 166eea7534 constants: errors -> errno 8 years ago
Kelvin Jin 3689813fdd module: check -e flag in debug break setup 8 years ago
Rich Trott a8909b833e benchmark,lib,test,tools: remove unneeded . escape 8 years ago
Rich Trott 70062f7cd7 repl: refactor lib/repl.js 8 years ago
Rich Trott f3861c200d
lib,test: remove unneeded escaping of / 8 years ago
jedireza a178abfae6 lib: change == to === in linkedlist 8 years ago
Anna Henningsen 58b60fc79d repl: don’t write to input stream in editor mode 8 years ago
Anna Henningsen ed3de0854e repl: make `key` of `repl.write()` optional always 8 years ago
Alejandro Oviedo Garcia 52a04bbfe2 util: use template strings 8 years ago
Fedor Indutny 9cb236ff45 tls: fix leak of WriteWrap+TLSWrap combination 8 years ago
Charmander e108f20d5c buffer: use correct name for custom inspect symbol 8 years ago
cjihrig b867294aa0 child_process: remove unreachable execSync() code 8 years ago
cjihrig 0cffa3c87e buffer: coerce offset using Math.trunc() 8 years ago
Sakthipriyan Vairamani (thefourtheye) 0276e9e82c buffer: coerce slice parameters consistently 8 years ago
Ben Noordhuis 5efb3c373a lib: fix beforeExit not working with -e 8 years ago
Italo A. Casas 7fbfb739c1 test: writable stream ending state 8 years ago
Rich Trott 7b75cb9e5a test,lib,benchmark: match function names 8 years ago
jessicaquynh 87285ed984 tools: avoid let in for loops 8 years ago
Fedor Indutny 0f1a22d28a net: fix ambiguity in EOF handling 8 years ago
Tanuja-Sawant cbfde3cd0a child_process: update outdated comment 8 years ago