832 Commits (f0367d0edc2a5ff42bf838bc50af02d38f61c006)

Author SHA1 Message Date
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
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
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
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
Santiago Gimeno 8d394810e8 test: fix `test-cluster-worker-kill` 9 years ago
Claudio Rodriguez 74a703df84 test: fix flaky test-cluster-shared-leak 9 years ago
Rich Trott ccb7b45ba0 test: minimize test-http-get-pipeline-problem 9 years ago
Florian MARGAINE e5f8a6a2fa fs: add the fs.mkdtemp() function. 9 years ago
Rich Trott 8b43d3f52d zlib: do not emit event on *Sync() methods 9 years ago
Ali Ijaz Sheikh a53b2ac4b1 contextify: tie lifetimes of context & sandbox 9 years ago
Matt Loring 0eb3ed50ba test: reduce brittleness of tab complete test 9 years ago
Prince J Wesley a38d6ad4be repl: support standalone blocks 9 years ago
Lance Ball ad8257fa5b repl: Assignment of _ allowed with warning 9 years ago
HUANG Wei 545b8fd8d8 net: emit host in lookup event 9 years ago
Brian White 08085c49b6 path: assert inputs are strings 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
Rich Trott 6ba5af2c2c console: check that stderr is writable 9 years ago
James M Snell b6e3fa745b events: add eventNames() method 9 years ago
Kári Tristan Helgason f380db237b zlib: add support for concatenated members 9 years ago
Vladimir Kurchatkin 3b2094152e net: make `isIPv4` and `isIPv6` more efficient 9 years ago
Sam Roberts a78b3344f8 net: type check createServer options object 9 years ago
Santiago Gimeno fbe0b444ef test: improve test-npm-install 9 years ago
Kári Tristan Helgason 25eedf02a8 test: eval a strict function 9 years ago
Vaibhav f2bd9cddee doc: update removeListener behaviour 9 years ago
James M Snell a5aa7c1713 test: expand test case for unknown file open flags 9 years ago
Trevor Norris 3521b052b1 src,http: fix uncaughtException miss in http 9 years ago
Myles Borins 061ebb39c9 test: add test-npm-install to parallel tests suite 9 years ago
Evan Lucas 3d3b45ae95 path: fix normalize for absolutes 9 years ago
Matteo Collina 8af4bb86c0 dgram: default send address to 127.0.0.1 or ::1 9 years ago