4441 Commits (4c3ec19e9c6d40f3bac323127a0c2e6efbc1b721)

Author SHA1 Message Date
cjihrig a2ee21db84 util: add an option for configuring break length 9 years ago
Ben Noordhuis b4d4fd939c build: export openssl symbols on windows 9 years ago
Ben Noordhuis f47c394d75 test: listen on and connect to 127.0.0.1 9 years ago
Rich Trott fb4c022fbe test: handle SmartOS bug in test-tls-session-cache 9 years ago
Rich Trott abce60cec0 test: remove common.PORT from http tests 9 years ago
Chuck Langford 99cfd53097 test: test execFile/fork arg validation 9 years ago
Rich Trott 0268fd0a9f child_process: preserve argument type 9 years ago
Rich Trott 8da541bf5f Revert "child_process: measure buffer length in bytes" 9 years ago
Lance Ball 15157c3c3d repl: Default `useGlobal` to false in CLI REPL. 9 years ago
Ben Noordhuis c5c28c3d50 debugger: make listen address configurable 9 years ago
Anna Henningsen 3cac616791
vm: don't print out arrow message for custom error 9 years ago
James M Snell 7de59ef925 net: use icu's punycode implementation 9 years ago
Eugene Ostroukhov 08aff14cc8 inspector: Do cleanups before notifying callback 9 years ago
Ben Noordhuis dac16d8fb6 test: check types for http request and response 9 years ago
cjihrig 64edd064b8 test: add abort test for backtrace validation 9 years ago
Ben Noordhuis 3c85f4e237 test: don't use internal headers in add-on tests 9 years ago
Ben Noordhuis 0672fca921 test: fix abort/test-abort-uncaught-exception 9 years ago
Ben Noordhuis 5251fe52c3 test: add testcfg.py to test/abort/ 9 years ago
Andras 6f75b6672c timers: optimize `setImmediate()` 9 years ago
Andras 6b0f86a8d5 timers: optimize linkedlist 9 years ago
Ben Noordhuis 0ba0eca986 src: fix readability/namespace cpplint warnings 9 years ago
Ali Ijaz Sheikh 9940766f8a
test: fix tests after V8 upgrade 9 years ago
Rich Trott bbf3838c70 test: test isFullWidthCodePoint with invalid input 9 years ago
Stefan Budeanu 410296c37a build: configure --shared 9 years ago
Rich Trott db21266427 assert: remove unneeded arguments special handling 9 years ago
Lance Ball c0e48bf27d repl: Enable tab completion for global properties 9 years ago
Zach Bjornson a1059afd39 buffer: speed up swap16/32, add swap64 9 years ago
Michael Wain 2996b5c975 crypto: Allow GCM ciphers to have a longer IV length 9 years ago
Prince J Wesley 9d56c4079a repl: fix tab completion for defined commands 9 years ago
Evan Lucas 3f5623dd46 readline: allow passing prompt to constructor 9 years ago
Anna Henningsen 1d75987ff0
Revert "test: mark test-vm-timeout flaky on windows" 9 years ago
Anna Henningsen 61196dedad
vm: test for abort condition of current invocation 9 years ago
Anna Henningsen efc31503b3
test: fix flaky test-vm-timeout 9 years ago
Rich Trott c96457403e test: add test for exec() known issue 9 years ago
Martin von Gagern 5e8cbd7a4f
test: add more UTF-8 StringDecoder tests 9 years ago
Brian White 79ef3b6b5d
string_decoder: fix bad utf8 character handling 9 years ago
Rich Trott 5267f29b34 test: fix flaky test-fs-watch-encoding on OS X 9 years ago
Ben Noordhuis ede98a7767 test: remove internet/test-tls-connnect-cnnic 9 years ago
Rich Trott f34caa96d1 test: mark test-vm-timeout flaky on windows 9 years ago
Rich Trott cdcfeb7628 test: refresh the tmpdir before using 9 years ago
James M Snell 6dd093da26 buffer,string_decoder: consolidate encoding validation logic 9 years ago
Bryce Simonds 5bddc9a741
src: fix Windows segfault with `--eval` 9 years ago
Ben Noordhuis a92089b6bd src: alias BINARY to LATIN1 9 years ago
Anna Henningsen 3fe3b41321
test: add tests for some stream.Readable uses 9 years ago
Anna Henningsen 6a93ab11a9
repl: break on sigint/ctrl+c 9 years ago
Anna Henningsen 0815b9401d
vm: add ability to break on sigint/ctrl+c 9 years ago
Eugene Ostroukhov 9dfc8b9d8e inspector: fix inspector connection cleanup 9 years ago
Daniel Bevenius 81b6882e51 src: rename "node" script to "bootstrap_node" 9 years ago
Mathias Bynens b77eb8c66c
punycode: update to v2.0.0 9 years ago
Rich Trott 336b027411 url: return valid file: urls fom url.format() 9 years ago