summaryrefslogtreecommitdiff
path: root/test/sequential/test-async-wrap-getasyncid.js
Commit message (Expand)AuthorAgeFilesLines
* quic: remove quicJames M Snell2021-01-301-6/+0
* crypto: add generatePrime/checkPrimeJames M Snell2021-01-261-0/+2
* buffer: introduce BlobJames M Snell2021-01-181-0/+1
* crypto: fixup scrypt regressionsJames M Snell2020-10-301-1/+1
* crypto: refactoring internals, add WebCryptoJames M Snell2020-10-071-3/+11
* quic: refactor qlog handlingJames M Snell2020-07-051-0/+1
* quic: initial QUIC implementationJames M Snell2020-06-161-0/+6
* test: add common/udppair utilityJames M Snell2020-06-161-0/+1
* worker: add ability to take heap snapshot from parent threadAnna Henningsen2020-02-031-0/+1
* src,lib: make ^C print a JS stack tracelegendecas2020-01-281-0/+1
* test: replace Object.assign with object spreadGrigoriy Levanov2019-11-121-1/+1
* fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel2019-10-081-0/+7
* dgram: use `uv_udp_try_send()`Anna Henningsen2019-10-051-1/+1
* src: make ELDHistogram a HandleWrapAnna Henningsen2019-09-071-0/+1
* test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon2019-06-101-3/+3
* Revert "test: move all test keys/certs under `test/fixtures/keys/`"Sam Roberts2019-06-051-3/+3
* test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon2019-06-051-3/+3
* async_hooks: fixup do not reuse HTTPParserGerhard Stoebich2019-05-031-1/+4
* src: do not reuse async resource in http parsersDaniel Beckert2019-04-221-0/+2
* v8: integrate node-heapdump into coreJames M Snell2019-03-131-0/+6
* lib,src: remove usage of _externalStreamAnna Henningsen2019-03-111-2/+1
* process: expose process.features.inspectorJoyee Cheung2019-02-021-2/+1
* inspector: move process.binding to internalBindingBeni von Cheni2018-12-131-1/+1
* http: make parser choice a runtime flagAnna Henningsen2018-12-061-1/+1
* fs: make process.binding('fs') internalMasashi Hirano2018-11-161-1/+1
* deps: introduce `llhttp`Fedor Indutny2018-11-101-1/+1
* src: improve StreamBase write throughputAnna Henningsen2018-10-281-1/+1
* crypto: add API for key pair generationTobias Nießen2018-09-201-0/+1
* lib: move process.binding('js_stream') to internalBindingAnto Aravinth2018-09-181-1/+1
* src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso2018-09-051-1/+1
* dgram: make process.binding('udp_wrap') internalcjihrig2018-08-311-1/+1
* dns: make process.binding('cares_wrap') internalcjihrig2018-08-301-1/+1
* lib: make pipe_wrap binding internalcjihrig2018-08-291-2/+2
* fs: make fs_event_wrap binding internalcjihrig2018-08-281-1/+1
* child_process: make process_wrap binding internalcjihrig2018-08-271-1/+1
* src: move process.binding('async_wrap') internalDaniel Bevenius2018-08-271-1/+1
* crypto: move process.binding('tls_wrap') internalDaniel Bevenius2018-08-241-1/+1
* src: move process.binding('tcp_wrap') to internalDaniel Bevenius2018-08-241-2/+2
* crypto: move process.binding('crypto') to internalDaniel Bevenius2018-08-241-1/+1
* src: move process.binding('signal_wrap') to internalBindingJames M Snell2018-08-191-2/+2
* stream: move process.binding('stream_wrap') to internalBindingJames M Snell2018-08-191-2/+2
* http: move process.binding('http_parser') to internalBindingJames M Snell2018-08-181-2/+3
* src,lib: rename FSReqWrap to FSReqCallbackJon Moss2018-08-011-3/+3
* test: make crashOnUnhandleRejection opt-outMichaël Zasso2018-07-191-3/+1
* src: refactor timers to remove TimerWrapAnatoli Papirovski2018-06-241-6/+0
* crypto: refactor randomBytes()Ben Noordhuis2018-06-131-1/+1
* crypto: refactor pbkdf2() and pbkdf2Sync() methodsBen Noordhuis2018-06-131-1/+1
* crypto: add scrypt() and scryptSync() methodsBen Noordhuis2018-06-131-0/+6
* test: check gc does not resurrect the loopAnatoli Papirovski2018-06-091-0/+6
* test,tools: enable running tests under workersAnna Henningsen2018-06-061-1/+4