Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-24crypto: fix header nameJiawen Geng
2021-02-28stream: move duplicated code to an internal moduleRich Trott
2021-02-16src: refactor v8 bindingJoyee Cheung
2021-02-16src: put (de)serialization code into node_snapshotable.h/ccJoyee Cheung
2021-02-02quic: remove quicJames M Snell
2021-02-02src: rename crypto_ecdh.(h|cc) to crypto_ec.(h|cc)Tobias Nießen
2021-01-25buffer: introduce BlobJames M Snell
2021-01-12crypto: introduce X509Certificate APIJames M Snell
2021-01-12child_process: add 'overlapped' stdio flagThiago Padilha
2020-12-07stream: support abort signalBenjamin Gruenbaum
2020-11-22util: add `util/types` alias moduleExE Boss
2020-11-22path: add `path/posix` and `path/win32` alias modulesExE Boss
2020-11-09module: refactor to use iterable-weak-mapbcoe
2020-11-03lib: create diagnostics_channel moduleStephen Belanger
2020-11-03deps: update acorn to v8.0.4Michaël Zasso
2020-10-21src: mark/pop OpenSSL errors in NewRootCertStoreDaniel Bevenius
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-08crypto: refactoring internals, add WebCryptoJames M Snell
2020-10-08crypto: move node_crypto files to src/cryptoJames M Snell
2020-09-30src: create helper for reading Uint32BEJuan José Arboleda
2020-09-29module: 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-16build: 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-06src: add TimerWrap utilityJames M Snell
2020-06-25assert: add `assert/strict` alias moduleExE Boss
2020-06-25src: remove _third_party_main supportAnna Henningsen
2020-06-23internal: rename error-serdes for consistencyEvan Lucas
2020-06-23timers: 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-31src: extract AllocatedBuffer from env.hJames M Snell
2020-05-28events: initial implementation of experimental EventTargetJames M Snell
2020-05-25esm: share package.json cache between ESM and CJS loadersKirill Shatskiy