summaryrefslogtreecommitdiff
path: root/node.gyp
AgeCommit message (Expand)Author
2021-06-22add dynamic module loaderJonathan Buchanan
2021-01-12edit build process so node runs properly on iosJonathan Buchanan
2020-12-30add build rules for ios arm64Jonathan Buchanan
2020-12-07stream: support abort signalBenjamin Gruenbaum
2020-11-06module: refactor to use iterable-weak-mapbcoe
2020-10-31lib: create diagnostics_channel moduleStephen Belanger
2020-10-27deps: update acorn to v8.0.4Michaël Zasso
2020-10-21src: mark/pop OpenSSL errors in NewRootCertStoreDaniel Bevenius
2020-10-21util: add `util/types` alias moduleExE Boss
2020-10-20path: add `path/posix` and `path/win32` alias modulesExE Boss
2020-10-19src: large pages support in illumos/solaris systemsDavid Carlier
2020-10-15src: combine TLSWrap/SSLWrapJames M Snell
2020-10-14src: add embedding helpers to reduce boilerplate codeAnna Henningsen
2020-10-12module: use Wasm CJS lexer when availableGuy Bedford
2020-10-09build: fuzzer that targets node::LoadEnvironment()davkor
2020-10-07crypto: refactoring internals, add WebCryptoJames M Snell
2020-10-07crypto: move node_crypto files to src/cryptoJames M Snell
2020-09-30src: create helper for reading Uint32BEJuan José Arboleda
2020-09-28module: named exports for CJS via static analysisGuy Bedford
2020-09-21stream: move to internal/streamsMatteo Collina
2020-08-26policy: implement scopes fieldBradley Farias
2020-08-15build: add build flag for OSS-Fuzz integrationdavkor
2020-08-13policy: support conditions for redirectsBradley Farias
2020-08-11net: introduce net.BlockListJames M Snell
2020-07-31quic: use OpenSSL built-in cert and hostname validationJames M Snell
2020-07-22build: define NODE_EXPERIMENTAL_QUIC in mkcodecache and node_mksnapshotJoyee Cheung
2020-07-18src: add an ExternalReferenceRegistry classJoyee Cheung
2020-07-17stream: simpler and faster Readable async iteratorRobert Nagy
2020-07-09stream: add promises version to utility functionsrickyes
2020-07-05src: add TimerWrap utilityJames M Snell
2020-06-25assert: add `assert/strict` alias moduleExE Boss
2020-06-24src: remove _third_party_main supportAnna Henningsen
2020-06-23internal: rename error-serdes for consistencyEvan Lucas
2020-06-22timers: introduce timers/promisesJames M Snell
2020-06-19domain: remove native domain codeStephen Belanger
2020-06-16quic: initial QUIC implementationJames M Snell
2020-06-16test: add common/udppair utilityJames M Snell
2020-06-14worker: allow passing JS wrapper objects via postMessageAnna Henningsen
2020-06-08src,build: add --openssl-default-cipher-listDaniel Bevenius
2020-06-05lib: initial experimental AbortController implementationJames M Snell
2020-06-02build: fix node.gyp configgengjiawen
2020-05-30src: extract AllocatedBuffer from env.hJames M Snell
2020-05-28events: initial implementation of experimental EventTargetJames M Snell
2020-05-24esm: share package.json cache between ESM and CJS loadersKirill Shatskiy
2020-05-24dns: add dns/promises aliasshisama
2020-05-13build: fix `--error-on-warn` for macOSRichard Lau
2020-05-09src: split out callback queue implementation from EnvironmentAnna Henningsen
2020-04-30build: add --error-on-warn configure flagDaniel Bevenius
2020-04-23assert: port common.mustCall() to assertConorDavenport
2020-04-14src: add AliasedStruct utilityJames M Snell