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-06-21debugger: rename internal library for clarityRich Trott
2021-06-21src,url: separate some tables out of node_url.ccXadillaX
2021-06-11tools: refactor snapshot builderJoyee Cheung
2021-05-31src: use SPrintF in ProcessEmitWarningDarshan Sen
2021-05-03readline: move utilities to internal modulesAntoine du Hamel
2021-04-29lib: add support for JSTransferable as a mixinJames M Snell
2021-04-29debugger: move node-inspect to internal libraryRich Trott
2021-04-02net: add SocketAddress classJames M Snell
2021-03-27lib: make process.binding('util') return only type checkersAnna Henningsen
2021-03-21crypto: fix header nameJiawen Geng
2021-03-15lib: load v8_prof_processor dependencies as ESMMichaël Zasso
2021-02-28stream: move duplicated code to an internal moduleRich Trott
2021-02-22perf_hooks: complete overhaul of the implementationJames M Snell
2021-02-08src: refactor v8 bindingJoyee Cheung
2021-02-05src: put (de)serialization code into node_snapshotable.h/ccJoyee Cheung
2021-01-30quic: remove quicJames M Snell
2021-01-25src: rename crypto_ecdh.(h|cc) to crypto_ec.(h|cc)Tobias Nießen
2021-01-19buffer: introduce BlobJames M Snell
2021-01-09crypto: introduce X509Certificate APIJames M Snell
2021-01-05lib,src: update cluster to use ParentMichael Dawson
2021-01-04child_process: add 'overlapped' stdio flagThiago Padilha
2020-12-07stream: support abort signalBenjamin Gruenbaum
2020-11-06module: refactor to use iterable-weak-mapbcoe
2020-11-01lib: 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-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