3497 Commits (13151aae1a5e6e22052efd1816cc35bc1aae377c)

Author SHA1 Message Date
Julien Gilli 88e8d93e14 domains: fix handling of uncaught exceptions 9 years ago
Myles Borins 667f9ab66b meta: remove use of profanity in source 9 years ago
Fedor Indutny 6513a5ac59 stream_wrap: error if stream has StringDecoder 9 years ago
Peter A. Bigot 434305d4f0 buffer: fix writeInt{B,L}E for some neg values 9 years ago
Jan Schär f0e37c2128 net: add local address/port for better errors 9 years ago
Evan Lucas 9b713f142a module: cache regular expressions 9 years ago
Yosuke Furukawa 8d03ec9b7c querystring: Parse multiple separator characters 9 years ago
cjihrig 8d8e721dbd child_process: add safety checks on stdio access 9 years ago
Stefan Budeanu b52c92783d tls: Use SHA1 for sessionIdContext in FIPS mode 9 years ago
Ben Noordhuis d46d9f1dd4 cluster: remove handles when disconnecting worker 9 years ago
Ben Noordhuis 02ea6f4123 child_process: don't fork bomb ourselves from -e 9 years ago
Myles Borins fe96c74f93 tls: remove util and calls to util.format 9 years ago
cjihrig 160702c1bc cluster: send suicide message on disconnect 9 years ago
qinjia 301e166d20 util: use regexp instead of str.replace().join() 9 years ago
Evan Lucas b9b2f1a22f repl: don't crash if cannot open history file 9 years ago
Andres Suarez 5086a9c919 module: remove unnecessary JSON.stringify 9 years ago
Craig Cavalier 0a8e8d976a zlib: only apply drain listener if given callback 9 years ago
Myles Borins ce7039a209 zlib: pass kind to recursive calls to flush 9 years ago
Hemanth.HM 4d91c50bbd repl: To exit, press ^C again or type .exit. 9 years ago
Fedor Indutny 1c8e6de78e http: fix pipeline regression 9 years ago
Sakthipriyan Vairamani 8a2c4aeeaa repl: handle comments properly 9 years ago
Fedor Indutny 8d78d687d5 timers: reuse timer in `setTimeout().unref()` 9 years ago
Rich Trott 2109708186 lib: fix cluster handle leak 9 years ago
Trevor Norris 1d0f2cbf87 buffer: fix value check for writeUInt{B,L}E 9 years ago
ronkorving 46c8c94055 fs: reduced duplicate code in fs.write() 9 years ago
Jeremiah Senkpiel a04408acce repl: limit persistent history correctly on load 9 years ago
Rich Trott f49c7c6955 lib: avoid REPL exit on completion error 9 years ago
Fedor Indutny 0427cdf094 http: fix stalled pipeline bug 9 years ago
Calvin Metcalf 4bac5d9ddf stream: avoid unnecessary concat of a single buffer. 9 years ago
Fábio Santos 117fb47a16 stream: fix signature of _write() in a comment 9 years ago
Yuval Brik e69c869399 tls: TLSSocket options default isServer false 9 years ago
Ryan Graham c245a199a7 lib: fix undefined timeout regression 9 years ago
Fedor Indutny af10df6108 tls: use parent handle's close callback 9 years ago
Trevor Norris 01cb3fc36b net: don't throw on bytesWritten access 9 years ago
Brian White 7b9f78acb2 stream: avoid pause with unpipe in buffered write 9 years ago
Trevor Norris 54795620f6 buffer: don't abort on prototype getters 9 years ago
Ben Noordhuis 8383c4fe00 assert: support arrow functions in .throws() 9 years ago
Karl Skomski d99336a391 src: replace naive search in Buffer::IndexOf 9 years ago
Fedor Indutny 2ddbbfd164 http: cork/uncork before flushing pipelined res 9 years ago
Trevor Norris d5a1b1ad7c buffer: clean up usage of __proto__ 9 years ago
Evan Lucas e0fffca836 util: fix for inspecting promises 9 years ago
Rich Trott 63644dd1cd lib: remove redundant code, add tests in timers.js 9 years ago
Evan Lucas 8dfdee3733 util: correctly inspect Map/Set Iterators 9 years ago
Evan Lucas b5c51fdba0 util: fix check for Array constructor 9 years ago
Jeremy Whitlock 546e8333ba src: fix --abort-on-uncaught-exception 9 years ago
Justin Chase 74f443583c module: use UNC paths when loading native addons 9 years ago
Dave Eddy 9d65528b01 node: add -c|--check CLI arg to syntax check script 10 years ago
charlierudolph 4a35ba4966 fs: include filename in watch errors 9 years ago
Fedor Indutny f638402e2f http: add comment about `outputSize` in res/server 9 years ago
Fedor Indutny fb7a491d1c http_server: pause socket properly 9 years ago