3701 Commits (ed31f9cc30a2f3660cc92094802ebbf6d4d7800d)

Author SHA1 Message Date
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 8 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
Anna Henningsen f7796f23e3 util: inspect boxed symbols like other primitives 9 years ago
Sakthipriyan Vairamani b630be2309 net: export isIPv4, isIPv6 directly from cares 9 years ago
Сковорода Никита Андреевич 93b10fbec2 buffer: zero-fill uninitialized bytes in .concat() 8 years ago
Ben Noordhuis 3ff82deb2c lib: make tls.checkServerIdentity() more strict 9 years ago
Evan Lucas b5c57ff772 http: check reason chars in writeHead 9 years ago
Rich Trott 8b88c384f0 tools: lint for object literal spacing 9 years ago
Santiago Gimeno 20d3378969 cluster: reset handle index on close 9 years ago
Santiago Gimeno 09349a8b92 cluster: don't send messages if no IPC channel 9 years ago
Rich Trott 6a08535dd1 child_process: preserve argument type 9 years ago
Rich Trott fd05b0b289 Revert "child_process: measure buffer length in bytes" 9 years ago
Fedor Indutny b956635e41 tls: catch `certCbDone` exceptions 9 years ago
Rich Trott a4888926a2 assert: remove unneeded arguments special handling 9 years ago
Prince J Wesley c8e9adb135 repl: fix tab completion for defined commands 9 years ago
Rich Trott 3be5cdcd43 debugger: remove obsolete setTimeout 9 years ago
Fedor Indutny 9d13337183 http: wait for both prefinish/end to keepalive 9 years ago
Rich Trott 8eb18e4289 child_process: measure buffer length in bytes 9 years ago
cjihrig 6ece2a0322 cluster: rewrite debug ports consistently 9 years ago
cjihrig 8cba3b2f72 cluster: guard against undefined message handlers 9 years ago
Fedor Indutny ece428ea63 http: fix no dumping after `maybeReadMore` 9 years ago