summaryrefslogtreecommitdiff
path: root/test/sequential/test-async-wrap-getasyncid.js
AgeCommit message (Expand)Author
2019-11-12test: replace Object.assign with object spreadGrigoriy Levanov
2019-10-08fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel
2019-10-05dgram: use `uv_udp_try_send()`Anna Henningsen
2019-09-07src: make ELDHistogram a HandleWrapAnna Henningsen
2019-06-10test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon
2019-06-05Revert "test: move all test keys/certs under `test/fixtures/keys/`"Sam Roberts
2019-06-05test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon
2019-05-03async_hooks: fixup do not reuse HTTPParserGerhard Stoebich
2019-04-22src: do not reuse async resource in http parsersDaniel Beckert
2019-03-13v8: integrate node-heapdump into coreJames M Snell
2019-03-11lib,src: remove usage of _externalStreamAnna Henningsen
2019-02-02process: expose process.features.inspectorJoyee Cheung
2018-12-13inspector: move process.binding to internalBindingBeni von Cheni
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-11-16fs: make process.binding('fs') internalMasashi Hirano
2018-11-10deps: introduce `llhttp`Fedor Indutny
2018-10-28src: improve StreamBase write throughputAnna Henningsen
2018-09-20crypto: add API for key pair generationTobias Nießen
2018-09-18lib: move process.binding('js_stream') to internalBindingAnto Aravinth
2018-09-05src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso
2018-08-31dgram: make process.binding('udp_wrap') internalcjihrig
2018-08-30dns: make process.binding('cares_wrap') internalcjihrig
2018-08-29lib: make pipe_wrap binding internalcjihrig
2018-08-28fs: make fs_event_wrap binding internalcjihrig
2018-08-27child_process: make process_wrap binding internalcjihrig
2018-08-27src: move process.binding('async_wrap') internalDaniel Bevenius
2018-08-24crypto: move process.binding('tls_wrap') internalDaniel Bevenius
2018-08-24src: move process.binding('tcp_wrap') to internalDaniel Bevenius
2018-08-24crypto: move process.binding('crypto') to internalDaniel Bevenius
2018-08-19src: move process.binding('signal_wrap') to internalBindingJames M Snell
2018-08-19stream: move process.binding('stream_wrap') to internalBindingJames M Snell
2018-08-18http: move process.binding('http_parser') to internalBindingJames M Snell
2018-08-01src,lib: rename FSReqWrap to FSReqCallbackJon Moss
2018-07-19test: make crashOnUnhandleRejection opt-outMichaël Zasso
2018-06-24src: refactor timers to remove TimerWrapAnatoli Papirovski
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-09test: check gc does not resurrect the loopAnatoli Papirovski
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-05-07fs: move fs/promises to fs.promisescjihrig
2018-03-15src: introduce native-layer stream pipingAnna Henningsen
2018-03-04test: refactor test-async-wrap-getasyncidSantiago Gimeno
2018-02-22test: really test the ttywrap bits of getasyncidJeremiah Senkpiel
2018-02-20lint: move eslint to new plugin systemGus Caplan
2018-02-17fs: move fs.promises API to fs/promisesMichaël Zasso
2018-02-14test: make sure WriteWrap tests are actually asyncAnna Henningsen
2018-02-05fs: add initial set of fs.promises APIsJames M Snell