summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-07-03test: handle SmartOS bug in test-tls-session-cacheRich Trott
2016-06-30test: remove common.PORT from http testsRich Trott
2016-06-30test: test execFile/fork arg validationChuck Langford
2016-06-30child_process: preserve argument typeRich Trott
2016-06-30Revert "child_process: measure buffer length in bytes"Rich Trott
2016-06-30repl: Default `useGlobal` to false in CLI REPL.Lance Ball
2016-06-30debugger: make listen address configurableBen Noordhuis
2016-06-30vm: don't print out arrow message for custom errorAnna Henningsen
2016-06-29net: use icu's punycode implementationJames M Snell
2016-06-29inspector: Do cleanups before notifying callbackEugene Ostroukhov
2016-06-29test: check types for http request and responseBen Noordhuis
2016-06-29test: add abort test for backtrace validationcjihrig
2016-06-29test: don't use internal headers in add-on testsBen Noordhuis
2016-06-29test: fix abort/test-abort-uncaught-exceptionBen Noordhuis
2016-06-29test: add testcfg.py to test/abort/Ben Noordhuis
2016-06-29timers: optimize `setImmediate()`Andras
2016-06-29timers: optimize linkedlistAndras
2016-06-28src: fix readability/namespace cpplint warningsBen Noordhuis
2016-06-29test: fix tests after V8 upgradeAli Ijaz Sheikh
2016-06-28test: test isFullWidthCodePoint with invalid inputRich Trott
2016-06-28build: configure --sharedStefan Budeanu
2016-06-27assert: remove unneeded arguments special handlingRich Trott
2016-06-27repl: Enable tab completion for global propertiesLance Ball
2016-06-27buffer: speed up swap16/32, add swap64Zach Bjornson
2016-06-27crypto: Allow GCM ciphers to have a longer IV lengthMichael Wain
2016-06-27repl: fix tab completion for defined commandsPrince J Wesley
2016-06-25readline: allow passing prompt to constructorEvan Lucas
2016-06-25Revert "test: mark test-vm-timeout flaky on windows"Anna Henningsen
2016-06-25vm: test for abort condition of current invocationAnna Henningsen
2016-06-25test: fix flaky test-vm-timeoutAnna Henningsen
2016-06-24test: add test for exec() known issueRich Trott
2016-06-23test: add more UTF-8 StringDecoder testsMartin von Gagern
2016-06-23string_decoder: fix bad utf8 character handlingBrian White
2016-06-23test: fix flaky test-fs-watch-encoding on OS XRich Trott
2016-06-23test: remove internet/test-tls-connnect-cnnicBen Noordhuis
2016-06-22test: mark test-vm-timeout flaky on windowsRich Trott
2016-06-21test: refresh the tmpdir before usingRich Trott
2016-06-21buffer,string_decoder: consolidate encoding validation logicJames M Snell
2016-06-20src: fix Windows segfault with `--eval`Bryce Simonds
2016-06-19src: alias BINARY to LATIN1Ben Noordhuis
2016-06-18test: add tests for some stream.Readable usesAnna Henningsen
2016-06-18repl: break on sigint/ctrl+cAnna Henningsen
2016-06-18vm: add ability to break on sigint/ctrl+cAnna Henningsen
2016-06-17inspector: fix inspector connection cleanupEugene Ostroukhov
2016-06-17src: rename "node" script to "bootstrap_node"Daniel Bevenius
2016-06-17punycode: update to v2.0.0Mathias Bynens
2016-06-16url: return valid file: urls fom url.format()Rich Trott
2016-06-16stream: ensure awaitDrain is increased onceDavid Halls
2016-06-15http: fix no dumping after `maybeReadMore`Fedor Indutny
2016-06-15test: fix test-net-* error code check for getaddrinfo(3)Natanael Copa