4762 Commits (c5521fa6176377e0be958621102cad29be39a290)

Author SHA1 Message Date
Anna Henningsen 90dee89d8e
async_hooks: rename AsyncEvent to AsyncResource 8 years ago
Matteo Collina b153420fd9 stream: emit finish when using writev and cork 8 years ago
Brian White a10bdb51b1
http: improve outgoing string write performance 8 years ago
Brian White 01a1022857
lib,src: improve writev() performance for Buffers 8 years ago
Ebrahim Byagowi b3d1e3d4c7 fs: fix realpath{Sync} on resolving pipes/sockets 8 years ago
Daniel Pihlstrom a109032260 src,fs: calculate fs times without truncation 8 years ago
Timothy Gu 413691fde0
url: expose WHATWG url.origin as ASCII 8 years ago
Anna Henningsen 410b141764
async_hooks: only set up hooks if used 8 years ago
Calvin Metcalf 155687cb7e
stream: remove dup property 8 years ago
Calvin Metcalf ba513d140c
stream: add final method 8 years ago
Michael Dawson e912c67d24 dgram: convert to using internal/errors 8 years ago
Matteo Collina ccd3eadbd7 stream: fix destroy(err, cb) regression 8 years ago
Marcel Laverdet 3c5bfba28b
vm: fix displayErrors in runIn.. functions 8 years ago
Brian White 359ea2a0bd
stream: improve readable push performance 8 years ago
Ebrahim Byagowi 594b5d7b89
cmd: support dash as stdin alias 8 years ago
Evan Lucas ba0dbaa193 Revert "net: remove unnecessary process.nextTick()" 8 years ago
Eugene Ostroukhov 60390cd7fb
inspector: JavaScript bindings for the inspector 8 years ago
Faiz Halde 425aba4f36 errors: AssertionError moved to internal/error 8 years ago
Daniel Pihlstrom 9836cf5717 lib: lazy instantiation of fs.Stats dates 8 years ago
Brian White 3774c99f66
http: fix IPv6 Host header check 8 years ago
Brian White ed365653f6
http,https: avoid instanceof for WHATWG URL 8 years ago
cjihrig f8c617dbe2 stream: improve multiple callback error message 8 years ago
Matteo Collina 330c8d743e stream: add destroy and _destroy methods. 8 years ago
Alexey Orlenko 9e4660b518
zlib: fix node crashing on invalid options 8 years ago
Shadowbeetle 6fb27af70a
async_hooks: add constructor check to async-hooks 8 years ago
Myles Borins 8250bfd1e5
fs: Revert throw on invalid callbacks 8 years ago
cjihrig 51664fc265 net: add symbol to normalized connect() args 8 years ago
Anna Henningsen 28ddac2ec2
buffer: fix indexOf for empty searches 8 years ago
Tobias Nießen 11918c4aed stream: fix highWaterMark integer overflow 8 years ago
Fedor Indutny e600fbe576 tls: accept `lookup` option for `tls.connect()` 8 years ago
Ruslan Bekenev b23d414c7e
tls: do not wrap net.Socket with StreamWrap 8 years ago
James M Snell ef16319eff util: fixup internal util exports 8 years ago
Rich Trott 98609fc1c4 timers: do not use user object call/apply 8 years ago
Rich Trott 6f449db60f fs: refactor deprecated functions for readability 8 years ago
cjihrig 9ce2271e81 https: support agent construction without new 8 years ago
Daniel Bevenius 54d331895c lib: add guard to originalConsole 8 years ago
Trevor Norris 4a7233c178
lib: implement async_hooks API in core 8 years ago
Trevor Norris 7e3a3c962f
async_hooks: initial async_hooks implementation 8 years ago
Trevor Norris 4b9d84df51
tty_wrap: throw when uv_tty_init() returns error 8 years ago
Jackson Tian 824fb49a70 lib: remove useless default caught 8 years ago
Sakthipriyan Vairamani (thefourtheye) 4cb5f3daa3
fs: throw on invalid callbacks for async functions 8 years ago
Anna Henningsen faf6654ff7
dns: support promisified `lookup(Service)` 8 years ago
Anna Henningsen fe5ca3ff27
child_process: support promisified `exec(File)` 8 years ago
Anna Henningsen fbcb4f50b8
fs: support util.promisify for fs.read/fs.write 8 years ago
Anna Henningsen e7c51454b0
timers: add promisify support 8 years ago
Anna Henningsen 99da8e8e02
util: add util.promisify() 8 years ago
Daniel Bevenius cf980b0311 net: check and throw on error for getsockname 8 years ago
Thomas Watson 212a7a609d net: ensure net.connect calls Socket connect 8 years ago
Rich Trott f6247a945c assert: restore TypeError if no arguments 8 years ago
James M Snell 4c070d4897
readline: move escape codes into internal/readline 8 years ago