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
2020-04-06n-api: define release 6Gabriel Schulhof
2020-04-06n-api: correct instance data testsGabriel Schulhof
2020-03-24url: handle quasi-WHATWG URLs in urlToOptions()cjihrig
2020-03-24test: end tls connection with some dataSam Roberts
2020-03-12tls: expose keylog event on TLSSocketAlba Mendez
2020-03-09console: add trace-events for time and countJames M Snell
2020-03-02n-api: add napi_get_all_property_nameshimself65
2020-02-27test: mark empty udp tests flaky on OS XSam Roberts
2020-02-27test: scale keepalive timeouts for slow machinesBen Noordhuis
2020-02-25n-api: add APIs for per-instance state managementGabriel Schulhof
2020-02-25test: add debugging output to test-net-listen-after-destroy-stdinRich Trott
2020-02-25buffer: add {read|write}Big[U]Int64{BE|LE} methodsgarygsc
2020-02-25tls: support TLS min/max protocol defaults in CLISam Roberts
2020-02-25test: allow EAI_FAIL in test-http-dns-error.jscjihrig
2020-02-24test: mark tests as flakyJoão Reis
2020-02-24test: mark http2 tests as flaky on 10.xAshCripps
2020-02-20test: try to stabalize test-child-process-fork-exec-path.jsRefael Ackermann
2020-02-05test: using TE to smuggle reqs is not possibleSam Roberts
2020-02-05http: make --insecure-http-parser configurable per-stream or per-serverAnna Henningsen
2020-02-05test: check that --insecure-http-parser worksSam Roberts
2020-02-03crypto: fix assertion caused by unsupported extFedor Indutny
2020-02-01http: strip trailing OWS from header valuesSam Roberts
2020-01-07stream: increase MAX_HWMRobert Nagy
2019-12-18http2: fix session memory accounting after pausingMichael Lehenbauer
2019-12-18http2: use the latest settingsZYSzys
2019-10-21crypto: add support for chacha20-poly1305 for AEADchux0519
2019-10-18crypto: fix rsa key gen with non-default exponentSam Roberts
2019-10-17zlib: do not coalesce multiple `.flush()` callsAnna Henningsen
2019-10-17stream: implement Readable.from async iterator utilityGuy Bedford
2019-10-16fs: remove experimental warning for fs.promisesAnna Henningsen
2019-10-16test: well-defined DH groups now verify cleanSam Roberts
2019-10-15process: add --unhandled-rejections flagRuben Bridgewater
2019-10-07test,win: cleanup exec-timeout processesJoão Reis
2019-10-07http2: makes response.writeHead return the responseMark S. Everitt
2019-10-07http: makes response.writeHead return the responseMark S. Everitt
2019-10-07test: fix race in test-http2-originAlba Mendez
2019-10-07doc,test: clarify that Http2Stream is destroyed after data is readAlba Mendez
2019-10-01http2: do not start reading after write if new write is on wireAnna Henningsen
2019-10-01http2: do not crash on stream listener removal w/ destroyed sessionAnna Henningsen
2019-10-01n-api: mark version 5 N-APIs as stableGabriel Schulhof
2019-10-01crypto: increase maxmem range from 32 to 53 bitsTobias Nießen
2019-09-20n-api: make func argument of napi_create_threadsafe_function optionallegendecas
2019-09-03n-api: implement date objectJarrod Connolly
2019-08-15test: apply test-http2-max-session-memory-leak from v12.xAnna Henningsen
2019-08-15http2: pause input processing if sending outputAnna Henningsen
2019-08-15http2: handle 0-length headers betterAnna Henningsen
2019-08-15http2: limit number of invalid incoming framesAnna Henningsen
2019-08-15http2: do not create ArrayBuffers when no DATA receivedAnna Henningsen
2019-07-26test: remove `util.inherits()` usageZYSzys
2019-07-25test: fix pty test hangs on aixBen Noordhuis