3392 Commits (212c9c086c526a0fdf8ac0bb0db36626f0534a0a)

Author SHA1 Message Date
James M Snell 6192c9892f http: add checkIsHttpToken check for header fields 9 years ago
Johann 6df47d6151 crypto: add more keylen sanity checks in pbkdf2 9 years ago
Fedor Indutny 36b969ff44 child_process: `null` channel handle on close 9 years ago
Salman Aljammaz ccea33df62 repl: don't use tty control codes when $TERM is set to "dumb" 9 years ago
Sakthipriyan Vairamani fcfd87d7e1 repl: backslash bug fix 9 years ago
Sakthipriyan Vairamani 571a517259 test: test sync version of mkdir & rmdir 9 years ago
Sakthipriyan Vairamani 61d48b45b5 test: use tmpDir instead of fixtures in readdir 9 years ago
Fedor Indutny 229a03f1bb http_parser: do not dealloc during kOnExecute 9 years ago
Ben Noordhuis e68a119c18 http: guard against response splitting in trailers 9 years ago
Ben Noordhuis a9ad31fb3d test: test more http response splitting scenarios 9 years ago
Alexis Campailla 4144cb054c test: add test-spawn-cmd-named-pipe 9 years ago
Matt Harrison e29e470c14 readline: fix tab completion bug 9 years ago
Trevor Norris 0a329d2d1f buffer: don't set zero fill for zero-length buffer 9 years ago
Matt Loring e0c3d2ad57 tools: single, cross-platform tick processor 9 years ago
Evan Lucas 921f2de6cf src: honor --abort_on_uncaught_exception flag 9 years ago
Michael Dawson 2853f9894f test: make cluster tests more time tolerant 9 years ago
Imran Iqbal 1cfee8ebcb test: update cwd-enoent tests for AIX 9 years ago
Sakthipriyan Vairamani 5f6579d366 buffer: remove raw & raws encoding 9 years ago
Sakthipriyan Vairamani 9aa6a437cd test: use tmp directory in chdir test 9 years ago
Trevor Norris 71c53b6790 test: fix Buffer OOM error message 9 years ago
Sam Roberts 94e663ac5f timer: ref/unref return self 9 years ago
Karl Skomski e7a3ca3d31 src: use subarray() in Buffer#slice() for speedup 9 years ago
Michael Dawson 2a17c7f65e build: Updates to enable AIX support 9 years ago
Sakthipriyan Vairamani 52f84add77 test: fix default value for additional param 9 years ago
Fedor Indutny 7ec0491fd0 http_server: fix resume after socket close 9 years ago
Yazhong Liu 1f842c2c61 fs: consider NaN/Infinity in toUnixTimestamp 9 years ago
Matt Loring fed0b28754 tools: fix flakiness in test-tick-processor 9 years ago
Rich Trott 999d25b5ec test: remove disabled test 9 years ago
Rich Trott a787f72e68 test: split up internet dns tests 9 years ago
Rich Trott bcc6d4740c test: increase dgram timeout for armv6 9 years ago
Rich Trott a1949e8ad9 test: remove valid hostname check in test-dns.js 9 years ago
Rich Trott f8152df5e8 test: expect error for test_lookup_ipv6_hint on FreeBSD 9 years ago
Fedor Indutny c7be08cec1 cluster: allow shared reused dgram sockets 9 years ago
Evan Lucas 3bc7e58ab0 child_process: use stdio.fd even if it is 0 9 years ago
Karl Skomski 98608774a7 src: use standard conform snprintf on windows 9 years ago
Karl Skomski 3bb923740d src: fix buffer overflow for long exception lines 9 years ago
Sakthipriyan Vairamani f0a75ab2d3 doc,test: enable recursive file watching in Windows 9 years ago
Michaël Zasso 729479f3f4 buffer: SlowBuffer only accept valid numeric values 9 years ago
Rod Vagg 30e76c59cd test: fix use of `common` before required 9 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 9 years ago
Ali Ijaz Sheikh d571680638 test: fix test-repl-tab-complete.js for V8 4.5 9 years ago
Jeremiah Senkpiel 46b7d15167 events,lib: don't require EE#listenerCount() 9 years ago
Karl Skomski 6ed0603fb1 build: add --enable-asan with builtin leakcheck 9 years ago
James M Snell 32037b78a2 child_process: check execFile and fork args 9 years ago
Rich Trott 10a32aee84 test: refactor to eliminate flaky test 9 years ago
Alexis Campailla 165767dc7d test: mark eval_messages as flaky 9 years ago
Ben Noordhuis 607aa3ac82 child_process: add callback parameter to .send() 9 years ago
Karl Skomski 599d4f5f3a src: fix memory leak in ExternString 9 years ago
João Reis 68a658d82b test: mark test-vm-syntax-error-stderr as flaky 9 years ago
João Reis 242c88b8ae test: mark test-repl-persistent-history as flaky 9 years ago