3720 Commits (530adfdb2a3357e3b8aa43fbd488bbdff04b5fc0)

Author SHA1 Message Date
Ben Noordhuis 15231aa6e5
http: reject control characters in http.request() 8 years ago
Michaël Zasso 2eda3c7c75
lib,test: use consistent operator linebreak style 8 years ago
Lance Ball d8b902f787
debugger: call `this.resume()` after `this.run()` 8 years ago
Sakthipriyan Vairamani a67ada7d32
tls: copy the Buffer object before using 9 years ago
Shigeki Ohtsu e750f142ce
tls, crypto: add ALPN Support 10 years ago
Florian MARGAINE 2269d7db0f
fs: add the fs.mkdtemp() function. 9 years ago
cjihrig 58245225ef
child_process: add shell option to spawn() 9 years ago
Ben Ripkens 30d60cf81c
v8,src: expose statistics about heap spaces 9 years ago
Rich Trott cfa2b87b5d
test,lib,benchmark: match function names 8 years ago
Jeremiah Senkpiel 759e8fdd18 timers: bail from intervals if _repeat is bad 8 years ago
Jeremiah Senkpiel 553d95da15 timers: use consistent checks for canceled timers 8 years ago
Rich Trott 724910a991 debugger: refactor _debugger.js 8 years ago
Feross Aboukhadijeh c5f82b8421 assert: fix deepEqual/deepStrictEqual on equivalent typed arrays 9 years ago
cjihrig 698bf2e829 repl: don't override all internal repl defaults 9 years ago
Rich Trott 7b4268b889 benchmark,lib,test,tools: remove unneeded . escape 8 years ago
Rich Trott 3d45b35f73 repl: refactor lib/repl.js 8 years ago
Fedor Indutny 54c38eb22e tickprocessor: apply c++filt manually on mac 8 years ago
Brian White 50a4471aff http: fix connection upgrade checks 8 years ago
DavidCai f6f0b387ea events: pass the original listener added by once 9 years ago
Alejandro Oviedo Garcia f18f3b61e3 util: use template strings 8 years ago
Adri Van Houdt 3b448a7f12 lib: changed var to const in linkedlist 8 years ago
Matteo Collina 4571c84c67 dgram: generalized send queue to handle close 9 years ago
Ben Noordhuis 748e424163 debugger: make listen address configurable 9 years ago
Wyatt Preul a3a184d40a lib: fix TypeError in v8-polyfill 8 years ago
Ilkka Myller 12da2581a8 https: fix memory leak with https.request() 8 years ago
Italo A. Casas ba4a3ede56 test: writable stream ending state 8 years ago
Fedor Indutny bf25994308 tls: fix leak of WriteWrap+TLSWrap combination 8 years ago
Max Barinov c94482b167 http: 451 status code "Unavailable For Legal Reasons" 9 years ago
jessicaquynh c8dccf29dd tools: avoid let in for loops 8 years ago
Anna Henningsen 9b9762ccec streams: fix regression in `unpipe()` 8 years ago
Myles Borins 423846053b lib: remove let from for loops 8 years ago
Fedor Indutny 9a192a9683 net: fix ambiguity in EOF handling 8 years ago
Fedor Indutny 9049c1f6b6 tls: introduce `secureContext` for `tls.connect` 9 years ago
Robert Chiras 612dfeb647 child_process: Check stderr before accessing it 9 years ago
Teddy Katz 408a585261 buffer: fix `fill` with encoding in Buffer.alloc() 8 years ago
Sakthipriyan Vairamani c841b5a6b9 tls: copy the Buffer object before using 9 years ago
Rich Trott 06a1c9bf80 assert: remove code that is never reached 9 years ago
Brian White fe48415c60 net: add length check when normalizing args 9 years ago
Brian White 3906206ecc net: remove unnecessary variables 9 years ago
Luigi Pinca 0b87b1a095 dns: tweak regex for IPv6 addresses 8 years ago
Lance Ball 8198dbc5a4 repl: Enable tab completion for global properties 9 years ago
Santiago Gimeno 5ed5142158 child_process: workaround fd passing issue on OS X 9 years ago
Luigi Pinca 389a6d2cc2 url: fix off-by-one error in loop handling dots 8 years ago
Ilkka Myller be9d9bd7c3 url: fix inconsistent port in url.resolveObject 8 years ago
Guy Fraser 2b933339d0 debugger: use arrow function for lexical `this` 9 years ago
Ilkka Myller 96cfa926bd url: `url.format()` encodes all `#` in `search` 9 years ago
Prince J Wesley c235708bef readline: keypress trigger for escape character 9 years ago
cjihrig 227db0ab21 cluster: remove bind() and self 9 years ago
Anna Henningsen 9f1b790f79 net: make holding the buffer in memory more robust 8 years ago
Rich Trott f6e332da2d lib: implement consistent brace style 9 years ago