Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-02-18benchmark,test: refactoringRefael Ackermann
2019-02-18test: increase coverage of node_report_module.ccRichard Lau
2019-02-18test: simplify test-worker-syntax-errorRich Trott
2019-02-18worker: ignore --abort-on-uncaught-exception for terminate()Anna Henningsen
2019-02-18src: apply clang-tidy rule modernize-use-overridegengjiawen
2019-02-18test: fix flaky test-worker-ref-onexitAnna Henningsen
2019-02-17test,worker: posting undefined/null message to message portlegendecas
2019-02-17n-api: do not call into JS when that is not allowedAnna Henningsen
2019-02-17src: check HasCaught() in JSStream callsAnna Henningsen
2019-02-17vm: do not overwrite error when creating contextAnna Henningsen
2019-02-16test: silence compiler warning in openssl-bindingDaniel Bevenius
2019-02-16test,worker: add more tests for worker.ref()/.unref()Anna Henningsen
2019-02-16worker: use fake MessageEvent for port.onmessageAnna Henningsen
2019-02-15lib: improve error message for MODULE_NOT_FOUNDAli Ijaz Sheikh
2019-02-15fs, src, lib: fix `blksize` & `blocks` on WindowsRichard Lau
2019-02-15test: increase coverage for assertion_error.jsRich Trott
2019-02-15test: add arg to narrow http benchmark testRefael Ackermann
2019-02-14trace_events: fix trace events JS API writingKelvin Jin
2019-02-14test: replaced anonymous fn with arrow syntaxPushkal B
2019-02-14test: use emitter.listenerCount() in test-http-connectLuigi Pinca
2019-02-14assert: add internal assert.fail()Rich Trott
2019-02-13worker: set stack size for worker threadsAnna Henningsen
2019-02-13tls: renegotiate should take care of its own stateSam Roberts
2019-02-12test: refactor two http client timeout testsLuigi Pinca
2019-02-12test: add assert test for position indicatorRich Trott
2019-02-12domain: avoid circular memory referencesAnna Henningsen
2019-02-12src: add WeakReference utilityAnna Henningsen
2019-02-12worker: keep stdio after exitAnna Henningsen
2019-02-11repl: add repl.setupHistory for programmatic replLance Ball
2019-02-11test: add `Worker` + `--prof` regression testAnna Henningsen
2019-02-11build: export deprecated OpenSSL symbols on WindowsRichard Lau
2019-02-11http: reduce multiple output arrays into oneWeijia Wang
2019-02-11test: capture stderr from child processesGireesh Punathil
2019-02-10util: protect against monkeypatched Object prototype for inspect()Rich Trott
2019-02-10process: normalize process.argv before user code executionJoyee Cheung
2019-02-10fs: harden validation of start option in createWriteStreamZYSzys
2019-02-09test: remove extraneous report validation argumentcjihrig
2019-02-09worker: no throw on property access/postMessage after terminationChristopher Jeffrey
2019-02-09crypto: include 'Buffer' in error output of Hash.update methodAmit Zur
2019-02-09http2: makes response.writeHead return the responseMark S. Everitt
2019-02-09http: makes response.writeHead return the responseMark S. Everitt
2019-02-08worker: use correct ctor for error serializationAnna Henningsen
2019-02-08perf_hooks: implement histogram based apiJames M Snell
2019-02-08src: allow --perf-prof-unwinding-info in NODE_OPTIONSTom Gallacher
2019-02-08src: allow --perf-basic-prof-only-functions in NODE_OPTIONSTom Gallacher
2019-02-08test: refactor to block-scopeLakshmiSwethaG
2019-02-08assert: create internal/assert micro-moduleRich Trott
2019-02-08test: exit sequence sanity testsGireesh Punathil
2019-02-07test: refactor test-http-agent-timeout-optionLuigi Pinca
2019-02-07test: clarify confusion over "client" in commentSam Roberts