summaryrefslogtreecommitdiff
path: root/test/sequential
AgeCommit message (Expand)Author
2018-06-14lib,src: make `StatWatcher` a `HandleWrap`Anna Henningsen
2018-06-13crypto: refactor randomBytes()Ben Noordhuis
2018-06-13crypto: refactor pbkdf2() and pbkdf2Sync() methodsBen Noordhuis
2018-06-13crypto: add scrypt() and scryptSync() methodsBen Noordhuis
2018-06-12src: re-add `Realloc()` shrink after reading stream dataAnna Henningsen
2018-06-11test: mark test-inspector-port-zero-cluster flakyRich Trott
2018-06-10test: move inspector-stress-http to sequentialRich Trott
2018-06-09test: check gc does not resurrect the loopAnatoli Papirovski
2018-06-08test: mark fs-readfile-tostring-fail flaky for allRich Trott
2018-06-06test,tools: enable running tests under workersAnna Henningsen
2018-06-06worker: initial implementationAnna Henningsen
2018-06-06worker: implement `MessagePort` and `MessageChannel`Anna Henningsen
2018-06-05test: move benchmark-dgram to sequentialAnatoli Papirovski
2018-06-01test: avoid empty fixture in module testRich Trott
2018-05-30test: mark test-fs-readfile-tostring-fail as flakyMatheus Marchini
2018-05-22lib,src,test: fix commentsTobias Nießen
2018-05-19perf_hooks: always set bootstrapCompleteJames M Snell
2018-05-18test: improve assertion in test-performanceAnna Henningsen
2018-05-16test: improve reliability of http2-session-timeoutRich Trott
2018-05-16benchmark: add tls benchmark for legacy SecurePairAlex Fernández
2018-05-13http2: destroy the socket properly and add testsMathias Buus
2018-05-07fs: move fs/promises to fs.promisescjihrig
2018-04-27http: refactor outgoing headers processingAnatoli Papirovski
2018-04-26inspector: allow concurrent inspector sessionsEugene Ostroukhov
2018-04-25src: assign ERR_SCRIPT_EXECUTION_* codes in C++Joyee Cheung
2018-04-22test: fix long-running http benchmarksAnatoli Papirovski
2018-04-22test: fix long-running buffer benchmarksAnatoli Papirovski
2018-04-11test: fix test-http-dump-req-when-res-endsLuigi Pinca
2018-04-10src: rename ERR_STRING_TOO_LARGE to ERR_STRING_TOO_LONGJoyee Cheung
2018-04-10test: fix flaky http-client-timeout-agentSantiago Gimeno
2018-04-10benchmark: changed millions and thousands to njuggernaut451
2018-04-07src: migrate string_bytes.cc to throw errors with codeJoyee Cheung
2018-04-07test,http: fix http dump testMatteo Collina
2018-04-06test: move test-http-dump-req-when-res-endRich Trott
2018-04-06test: move http-client-timeout-agent to sequentialRich Trott
2018-04-03perf_hooks: simplify perf_hooksJames M Snell
2018-04-02inspector: report client-visible host and portEugene Ostroukhov
2018-04-01tools: add 'spaced-comment' into eslint rulesWeijia Wang
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-22inspector: migrate errors from C++ to JSMichaël Zasso
2018-03-21fs,cluster,net: assign error codes to remaining errorsMichaël Zasso
2018-03-20test: refactor test-fs-readfile-tostring-failRich Trott
2018-03-19test: fix flaky test-http2-ping-floodRich Trott
2018-03-19fs: improve errors in watchFile and unwatchFileJoyee Cheung
2018-03-16test: fix flaky test-http2-settings-floodRich Trott
2018-03-15src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung
2018-03-15src: introduce native-layer stream pipingAnna Henningsen
2018-03-14test: fix test-cluster-send-handle-large-payloadRich Trott
2018-03-12test: fix assertion argument orderRich Trott
2018-03-08test: address unreliable test-performanceRich Trott