3679 Commits (8da2dcb70a79034669823a5d7d34533e24b919fb)

Author SHA1 Message Date
Santiago Gimeno 5ed5142158 child_process: workaround fd passing issue on OS X 8 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` 8 years ago
Ilkka Myller 96cfa926bd url: `url.format()` encodes all `#` in `search` 8 years ago
Prince J Wesley c235708bef readline: keypress trigger for escape character 8 years ago
cjihrig 227db0ab21 cluster: remove bind() and self 8 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 8 years ago
Anna Henningsen f7796f23e3 util: inspect boxed symbols like other primitives 8 years ago
Sakthipriyan Vairamani b630be2309 net: export isIPv4, isIPv6 directly from cares 8 years ago
Сковорода Никита Андреевич 93b10fbec2 buffer: zero-fill uninitialized bytes in .concat() 8 years ago
Ben Noordhuis 3ff82deb2c lib: make tls.checkServerIdentity() more strict 8 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 8 years ago
Rich Trott fd05b0b289 Revert "child_process: measure buffer length in bytes" 8 years ago
Fedor Indutny b956635e41 tls: catch `certCbDone` exceptions 9 years ago
Rich Trott a4888926a2 assert: remove unneeded arguments special handling 8 years ago
Prince J Wesley c8e9adb135 repl: fix tab completion for defined commands 8 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
cjihrig 4ee863d956 child_process: allow buffer encoding in spawnSync 9 years ago
Rich Trott 39e24742f8 assert: allow circular references 9 years ago
Eugene Obrezkov a3fa5db5ca repl: copying tabs shouldn't trigger completion 9 years ago
Jeremiah Senkpiel b07c3a6ea6 tty: use blocking mode on OS X 9 years ago
James M Snell 06327e5eed tls: use process.binding('config') to detect fips mode 8 years ago
Сковорода Никита Андреевич 709048134c buffer: backport new buffer constructor APIs to v4.x 8 years ago
Anna Henningsen 200429e9e1 buffer: ignore negative allocation lengths 9 years ago
Fedor Indutny 07fd52e5aa http: skip body and next message of CONNECT res 9 years ago
Brian White d0bf09d3ad util: improve format() performance further 9 years ago
Evan Lucas 72fb281961 util: improve util.format performance 9 years ago
cjihrig f152adf5b7 cluster: close ownerless handles on disconnect() 9 years ago
cjihrig 0b8124f205 child_process: emit IPC messages on next tick 9 years ago
Matt Lavin 7d66752f1f zlib: release callback and buffer after processing 9 years ago
Ben Noordhuis 74a5e911c0 debugger: propagate --debug-port= to debuggee 9 years ago
Ben Noordhuis c807287e80 tls,https: respect address family when connecting 9 years ago
David Halls a08a0179e9 stream: ensure awaitDrain is increased once 8 years ago
Anna Henningsen b73ec46dcb stream: reset awaitDrain after manual .resume() 9 years ago
Rich Trott 552e25cb6b lib,test: update in preparation for linter update 9 years ago
cjihrig 2389006720 debugger: display array contents in repl 9 years ago
Jackson Tian c98aaf59bf http: speed up checkIsHttpToken 9 years ago
Carl Lei 4c1eb5bf03 repl: create history file with mode 0600 9 years ago
Fedor Indutny b3acbc5648 net: replace __defineGetter__ with defineProperty 9 years ago