3925 Commits (c60faf6ba85b6365145fd8215ed572efa9f25fdc)

Author SHA1 Message Date
Rich Trott c60faf6ba8 test: fix flaky test-net-socket-timeout-unref 9 years ago
Rich Trott 8d96300c22 test: fix test-dns.js flakiness 9 years ago
James M Snell f739a1222f test: fix error message checks in test-module-loading 9 years ago
Rich Trott 8832be4188 tools: remove disabling of already-disabled rule 9 years ago
Santiago Gimeno 8d1d3bb714 test: refactor http-end-throw-socket-handling 9 years ago
Vladimir Kurchatkin 0dcb026db3 buffer: don't set `kNoZeroFill` flag in allocUnsafe 9 years ago
Colin Ihrig 39de601e1c net: support DNS hints in createConnection() 9 years ago
Phillip Johnsen ec49fc8229 net: improve socket.write() error message 9 years ago
Mihai Potra dabe1d5734 http: Corrects IPv6 address in Host header 9 years ago
Rich Trott a20c700290 test: ensure _handle property existence 9 years ago
Sakthipriyan Vairamani 854f758169 test: fix offending max-len linter error 9 years ago
Anna Henningsen cf949293ba assert: Check typed array view type in deepEqual 9 years ago
Jeremiah Senkpiel d6c9f64e98 test: stdin is not always a net.Socket 9 years ago
Anna Henningsen 54a5287e3e zlib: fix gzip member head/buffer boundary issue 9 years ago
Rich Trott 33c27f8fcf test: add known_issues test for GH-2148 9 years ago
Rich Trott ea47cc41e6 test: mitigate flaky test-https-agent 9 years ago
Brian White ef6c4c694f test: fix flaky test-repl 9 years ago
Anna Henningsen 761787be91 test: add test for piping large input from stdin 9 years ago
Santiago Gimeno 82fdaae901 test: remove the use of curl in the test suite 9 years ago
Myles Borins 652782d137 test: update test-repl-require for local paths 9 years ago
Phillip Johnsen d38503ab01 module: prioritize current dir for local lookups 9 years ago
Michael Dawson b1c05871a3 test: exclude new fs watch test for AIX 9 years ago
Rich Trott f0367d0edc test: confirm globals not used internally 9 years ago
Kyle Simpson 9fa25c8ca0 timers: fixing API refs to use safe internal refs 9 years ago
Trevor Norris a17200b520 async_wrap: don't abort on callback exception 9 years ago
Trevor Norris 20337addd6 async_wrap: notify post if intercepted exception 9 years ago
Trevor Norris f9938b6141 async_wrap: setupHooks now accepts object 9 years ago
cjihrig 4bc1cccb22 dgram: pass null as error on successful send() 9 years ago
Jackson Tian 293fd04535 buffer: make byteLength work with ArrayBuffer & DataView 9 years ago
Sakthipriyan Vairamani 41feaa89e0 crypto: improve error messages 9 years ago
Brian White 8b2e437fdb test: fix flaky test-net-socket-timeout 9 years ago
Brian White c169ac6bab querystring: don't stringify bad surrogate pair 9 years ago
Ben Noordhuis de92a66527 test: move dns test to test/internet 9 years ago
James M Snell 060e5f0c00 fs: Buffer and encoding enhancements to fs API 9 years ago
Rich Trott 04ac1c0c07 test: fix flaky test-http-set-timeout 9 years ago
James M Snell c6656db352 process: add 'warning' event and process.emitWarning() 9 years ago
Rich Trott fc8542f1c0 test: fix test-debugger-client.js 9 years ago
Anna Henningsen 0b3936b49f zlib: Fix handling of gzip magic bytes mid-file 9 years ago
James M Snell 7d73e60f60 buffer: add swap16() and swap32() methods 9 years ago
Jeremiah Senkpiel 015cef25eb lib,src: refactor src/node.js into internal files 9 years ago
Benjamin Gruenbaum c9c387fdac dns: Use object without protoype for map 9 years ago
Jérémy Lal c979a2d447 test: smaller chunk size for smaller person.jpg 9 years ago
Jérémy Lal 2b60481942 test: strip non-free icc profile from person.jpg 9 years ago
Matt Loring d3c0d1bb8b buffer: throw range error before truncating write 9 years ago
Santiago Gimeno 6a3d38f00f test: remove timer from test-http-1.0 9 years ago
Santiago Gimeno c7b127025a test: repl tab completion test 9 years ago
Jackson Tian 4d78121b77 lib: simplify code with String.prototype.repeat() 9 years ago
Jackson Tian d2b93e55cc lib: reduce usage of `self = this` 9 years ago
James M Snell d0edabecbf net: strict checking for internal/net isLegalPort 9 years ago
Michael Dawson 287bdabe40 test: make test-net-connect-options-ipv6.js better 9 years ago