4099 Commits (16f98e589c69ffe6283aa11493fd417368708557)

Author SHA1 Message Date
cjihrig d6e56fd843 os: add userInfo() method 9 years ago
Rich Trott aba035fb27 test: fix flaky test-child-process-fork-net 9 years ago
Anna Henningsen 819b2d36bc stream: Fix readableState.awaitDrain mechanism 9 years ago
Igor Kalashnikov 5dafb435d8 querystring: using toString for objects on querystring.escape 9 years ago
silverwind ffe5c8385e
test: fix issues for ESLint 2.7.0 9 years ago
James M Snell a2466896dd buffer: add Buffer.prototype.compare by offset 9 years ago
Santiago Gimeno eaab17c6a7 test: move some test from sequential to parallel 9 years ago
Rich Trott a9aa199543 test: fix flaky test-http-client-abort 9 years ago
Mike Kaufman 1384de29f7 path: fixing a test that breaks on some machines. 9 years ago
Rich Trott c5afd98b48 repl: refactor repl.js 9 years ago
Trevor Norris 9d94cc584e buffer: standardize array index check 9 years ago
Rich Trott 7c9a691ee7 test: refactor test-file-write-stream3 9 years ago
Jeremiah Senkpiel 7d8882ba9a handle_wrap: expose an `isRefed()` check to JS 9 years ago
Rich Trott d4eafd0c11 test: enforce strict mode for test-domain-crypto 9 years ago
Ali Ijaz Sheikh b73e1b3c5a test: fix another flaky stringbytes test 9 years ago
Ali Ijaz Sheikh f4ebd5989a test: fix flakiness of stringbytes-external 9 years ago
Anna Henningsen 2d7e31614d zlib: detect gzip files when using unzip* 9 years ago
cjihrig 0a62f929da readline: emit key info unconditionally 9 years ago
cjihrig 3de9bc9429 readline: document emitKeypressEvents() 9 years ago
Rich Trott d416a59f91 test: make use of globals explicit 9 years ago
Rich Trott ae2be27add test: be explicit about polluting of `global` 9 years ago
Rich Trott 3df16b1dc8 test: explicitly set global in test-repl 9 years ago
Brian White 3072546feb path: fix win32.isAbsolute() inconsistency 9 years ago
Rich Trott 263222da49 test: fix pummel test failures 9 years ago
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