summaryrefslogtreecommitdiff
path: root/test/sequential/test-async-wrap-getasyncid.js
AgeCommit message (Expand)Author
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
2018-01-31test: move tmpdir to submodule of commonRich Trott
2018-01-20util: implement util.getSystemErrorName()Joyee Cheung
2018-01-19test: make async-wrap-getasyncid parallelizableJoyee Cheung
2018-01-18fs: encapsulate FSReqWrap moreJames M Snell
2018-01-14tls: make deprecated tls.createSecurePair() use public APIAnna Henningsen
2017-12-22http2: convert Http2Settings to an AsyncWrapJames M Snell
2017-12-21test: fix buggy getTTYfd() implementationRich Trott
2017-12-21test: remove getTTYfd() from common moduleRich Trott
2017-11-28async_wrap: add provider types for net serverAndreas Madsen
2017-11-21test: remove unused parameterXavier Balloy
2017-11-21http2: major update to internalsJames M Snell
2017-10-02inspector: reimplement JS bindingTimothy Gu
2017-10-02path: deprecate internal _makeLong, replaceJames M Snell
2017-09-13test: fix sequential/test-async-wrap-getasyncidAnna Henningsen
2017-09-10test: move common.PORT tests to sequentialJon Moss