13723 Commits (c32c889c450f6e428e822294ed4caeace389506d)
 

Author SHA1 Message Date
Dirceu Pereira Tiegs c32c889c45 net: Validate port in createServer().listen() 9 years ago
James M Snell 451f4fc88e benchmarks: add microbenchmarks for new ES6 features 9 years ago
James M Snell 962c1e1cac benchmarks: add common.v8ForceOptimization 9 years ago
James M Snell 77e2efec8c console: refactor to use rest params and template strings 9 years ago
Calvin Metcalf c0abecdaf3 stream: make null an invalid chunk to write in object mode 9 years ago
Fedor Indutny 816df10d09 http: unref socket timer on parser execute 9 years ago
Michaël Zasso f3d9de772c module: fix resolution of filename with trailing slash 9 years ago
Fedor Indutny 8db8a4bc2c net: replace __defineGetter__ with defineProperty 9 years ago
Fedor Indutny 479344f695 stream_base: expose `bytesRead` getter 9 years ago
Fedor Indutny 6e57d2d7c4 test: spawn new processes in vm-cached-data 9 years ago
Anna Henningsen d94283c9e6 doc: add full example for zlib.flush() 9 years ago
Anna Henningsen eb92eaae0c doc: note that zlib.flush acts after pending writes 9 years ago
Santiago Gimeno de4dc31a55 test: move more tests from sequential to parallel 9 years ago
cjihrig aa395b78fe net: set ADDRCONFIG DNS hint in connections 9 years ago
Anna Henningsen 54f2218018 child_process: add nullptr checks after allocs 9 years ago
surya panikkal 3dbd58ab3e test: assert - fixed error messages to match the tests 9 years ago
Anna Henningsen 6e3301fb7e test: add zlib close-after-error regression test 9 years ago
Rich Trott 422fabaec3 test,tools: enable linting for undefined vars 9 years ago
Rich Trott 5b5a195e05 tools: lint rule for assert.fail() 9 years ago
Rich Trott 90fa0776f2 tools: enable linting for v8_prof_processor.js 9 years ago
Brian White 59737b29c7 url: use "empty" object for empty query strings 9 years ago
Ali Ijaz Sheikh 809ed52147 deps: upgrade to V8 5.0.71.33 9 years ago
Michael Dawson 19867cedfe deps: exclude tests on ppc for v8 5.0 9 years ago
Gibson Fahnestock ce14468655 build: fix make tar-headers for Linux 9 years ago
Sakthipriyan Vairamani f286e1e1ad src: fix -Wunused-result warning in e38bade 9 years ago
Josh Leder 5e6a03a46b test: add test for responses to HTTP CONNECT req 9 years ago
Fedor Indutny 1ede900ff0 http: skip body and next message of CONNECT res 9 years ago
Fedor Indutny 0a019e299f deps: update to http-parser 2.7.0 9 years ago
Santiago Gimeno 4dcb1a2654 test: fix flaky test-http-set-timeout-server 9 years ago
Santiago Gimeno 8330fa4e91 test: fix test-net-settimeout flakiness 9 years ago
James Lal bd944e33ef zlib: fix use after null when calling .close 9 years ago
Brian White c3ad97d3cc events: don't inherit from Object.prototype 9 years ago
Brian White 33c286154b querystring: don't inherit from Object.prototype 9 years ago
Rich Trott d84b00c4d5 tools: lint for alignment of variable assignments 9 years ago
Rich Trott 6f073ce9db lib,test,tools: alignment on variable assignments 9 years ago
Ilya Shaisultanov 8b8746f43d assert: respect assert.doesNotThrow message. 10 years ago
abouthiroppy 6178ec2192 doc: replace functions with arrow functions 9 years ago
William Kapke 28baed9c0f doc: DCO anchor that doesn't change 9 years ago
Igor Klopov 09ec1cc1c7 doc: path.resolve ignores zero-length strings 9 years ago
Matthew Douglass 7500b68441 doc: fix http response event, Agent#getName 9 years ago
Nikolai Vavilov c2631658f2 doc: document intention and dangers of fs module Buffer API 9 years ago
Calvin Metcalf 47cca06412 crypto: better error message for createHash 9 years ago
Steven R. Loomis 67eed63349 tools: fix license-builder.sh again for ICU 9 years ago
Mike Kaufman 6a49d11043 gitignore: adding .vs/ directory to .gitignore 9 years ago
Mike Kaufman 0f96297872 gitignore: ignore VS 2015 *.VC.opendb files 9 years ago
Alexander Gromnitsky 59a6cdade6 doc: fix broken references 9 years ago
James M Snell ebf20ed920 doc: explain differences in console.assert between node and browsers 9 years ago
Anna Henningsen 1a1beeaffe repl: keep the built-in modules non-enumerable 9 years ago
Anna Henningsen b7e87172ff node: make builtin libs available for `--eval` 9 years ago
Jeremiah Senkpiel 4c6b3be246 test,repl: use deepStrictEqual for false-y values 9 years ago