summaryrefslogtreecommitdiff
path: root/node.gyp
Commit message (Expand)AuthorAgeFilesLines
* readline: move utilities to internal modulesAntoine du Hamel2021-05-021-0/+2
* lib: add support for JSTransferable as a mixinJames M Snell2021-04-261-0/+1
* debugger: move node-inspect to internal libraryRich Trott2021-04-251-3/+3
* net: add SocketAddress classJames M Snell2021-04-021-0/+1
* lib: make process.binding('util') return only type checkersAnna Henningsen2021-03-271-0/+1
* crypto: fix header nameJiawen Geng2021-03-211-1/+1
* lib: load v8_prof_processor dependencies as ESMMichaël Zasso2021-03-151-11/+11
* stream: move duplicated code to an internal moduleRich Trott2021-02-281-0/+1
* perf_hooks: complete overhaul of the implementationJames M Snell2021-02-221-0/+7
* src: refactor v8 bindingJoyee Cheung2021-02-081-0/+1
* src: put (de)serialization code into node_snapshotable.h/ccJoyee Cheung2021-02-051-0/+2
* quic: remove quicJames M Snell2021-01-301-56/+0
* src: rename crypto_ecdh.(h|cc) to crypto_ec.(h|cc)Tobias Nießen2021-01-251-1/+1
* buffer: introduce BlobJames M Snell2021-01-181-0/+3
* crypto: introduce X509Certificate APIJames M Snell2021-01-091-0/+3
* lib,src: update cluster to use ParentMichael Dawson2021-01-051-1/+1
* child_process: add 'overlapped' stdio flagThiago Padilha2021-01-031-0/+18
* stream: support abort signalBenjamin Gruenbaum2020-12-071-0/+1
* module: refactor to use iterable-weak-mapbcoe2020-11-061-0/+1
* lib: create diagnostics_channel moduleStephen Belanger2020-10-311-0/+1
* deps: update acorn to v8.0.4Michaël Zasso2020-10-271-1/+0
* src: mark/pop OpenSSL errors in NewRootCertStoreDaniel Bevenius2020-10-211-0/+3
* util: add `util/types` alias moduleExE Boss2020-10-211-0/+1
* path: add `path/posix` and `path/win32` alias modulesExE Boss2020-10-201-0/+2
* src: large pages support in illumos/solaris systemsDavid Carlier2020-10-191-2/+2
* src: combine TLSWrap/SSLWrapJames M Snell2020-10-151-5/+3
* src: add embedding helpers to reduce boilerplate codeAnna Henningsen2020-10-141-0/+1
* module: use Wasm CJS lexer when availableGuy Bedford2020-10-121-0/+1
* build: fuzzer that targets node::LoadEnvironment()davkor2020-10-091-0/+43
* crypto: refactoring internals, add WebCryptoJames M Snell2020-10-071-3/+51
* crypto: move node_crypto files to src/cryptoJames M Snell2020-10-071-8/+8
* src: create helper for reading Uint32BEJuan José Arboleda2020-09-301-0/+1
* module: named exports for CJS via static analysisGuy Bedford2020-09-281-0/+1
* stream: move to internal/streamsMatteo Collina2020-09-211-0/+5
* policy: implement scopes fieldBradley Farias2020-08-261-1/+0
* build: add build flag for OSS-Fuzz integrationdavkor2020-08-151-0/+33
* policy: support conditions for redirectsBradley Farias2020-08-131-0/+1
* net: introduce net.BlockListJames M Snell2020-08-111-0/+1
* quic: use OpenSSL built-in cert and hostname validationJames M Snell2020-07-311-2/+1
* build: define NODE_EXPERIMENTAL_QUIC in mkcodecache and node_mksnapshotJoyee Cheung2020-07-221-0/+10
* src: add an ExternalReferenceRegistry classJoyee Cheung2020-07-181-0/+2
* stream: simpler and faster Readable async iteratorRobert Nagy2020-07-171-1/+0
* stream: add promises version to utility functionsrickyes2020-07-091-0/+1
* src: add TimerWrap utilityJames M Snell2020-07-051-0/+2
* assert: add `assert/strict` alias moduleExE Boss2020-06-251-0/+1
* src: remove _third_party_main supportAnna Henningsen2020-06-241-1/+0
* internal: rename error-serdes for consistencyEvan Lucas2020-06-231-1/+1
* timers: introduce timers/promisesJames M Snell2020-06-221-0/+1
* domain: remove native domain codeStephen Belanger2020-06-191-1/+0
* quic: initial QUIC implementationJames M Snell2020-06-161-0/+47