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
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
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
2020-04-02src: move JSONWriter into its own fileAnna Henningsen
2020-03-30src: unify Linux and FreeBSD large pages implemGabriel Schulhof
2020-03-21src,test: add full-featured embedder API testAnna Henningsen
2020-03-15build: remove node_report option in node.gypcjihrig
2020-03-11build: remove empty line on node.gyp fileJuan José Arboleda
2020-03-10tools: use per-process native Debug() printer in mkcodecacheJoyee Cheung
2020-03-06src,http2: introduce node_http_commonJames M Snell
2020-03-05src: introduce node_sockaddrJames M Snell
2020-03-04build: fix building with ninjaRichard Lau
2020-03-03src: start the .text section with an asm symbolGabriel Schulhof
2020-03-03src: add node_crypto_common and refactorJames M Snell