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-05-01src: refactor v8 bindingJoyee Cheung
2021-05-01lib: create diagnostics_channel moduleStephen Belanger
2021-04-30src: add TimerWrap utilityJames M Snell
2021-04-30timers: move promisified timers implementationsJames M Snell
2021-04-30lib: initial experimental AbortController implementationJames M Snell
2020-12-15src: create helper for reading Uint32BEJuan José Arboleda
2020-12-15deps: update acorn to v8.0.4Michaël Zasso
2020-12-15src: large pages support in illumos/solaris systemsDavid Carlier
2020-12-02stream: move to internal/streamsMatteo Collina
2020-10-15stream: multiple stream backportsRobert Nagy
2020-10-14module: use Wasm CJS lexer when availableGuy Bedford
2020-10-14build: fuzzer that targets node::LoadEnvironment()davkor
2020-09-29module: named exports for CJS via static analysisGuy Bedford
2020-09-10Revert "stream: simpler and faster Readable async iterator"Richard Lau
2020-09-07stream: simpler and faster Readable async iteratorRobert Nagy
2020-09-01policy: implement scopes fieldBradley Farias
2020-08-20build: add build flag for OSS-Fuzz integrationdavkor
2020-08-20policy: support conditions for redirectsBradley Farias
2020-06-30internal: rename error-serdes for consistencyEvan Lucas
2020-06-30worker: allow passing JS wrapper objects via postMessageAnna Henningsen
2020-06-30domain: remove native domain codeStephen Belanger
2020-06-30test: add common/udppair utilityJames M Snell
2020-06-30src,build: add --openssl-default-cipher-listDaniel Bevenius
2020-06-30build: fix node.gyp configgengjiawen
2020-06-30src: extract AllocatedBuffer from env.hJames M Snell
2020-06-30events: initial implementation of experimental EventTargetJames M Snell
2020-06-30esm: share package.json cache between ESM and CJS loadersKirill Shatskiy
2020-05-16build: fix `--error-on-warn` for macOSRichard Lau
2020-05-11src: split out callback queue implementation from EnvironmentAnna Henningsen
2020-05-04build: add --error-on-warn configure flagDaniel Bevenius
2020-05-04assert: port common.mustCall() to assertConorDavenport
2020-04-14src: add AliasedStruct utilityJames M Snell
2020-04-07src: 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
2020-03-02perf,src: add HistogramBase and internal/histogram.jsJames M Snell
2020-02-27build: add missing comma in node.gypcjihrig
2020-02-25src: include large pages source unconditionallyGabriel Schulhof
2020-02-19fs: add fs/promises alias moduleGus Caplan
2020-02-08worker: improve MessagePort performanceAnna Henningsen
2020-02-03worker: add ability to take heap snapshot from parent threadAnna Henningsen
2020-02-01src: use __executable_start for linux hugepagesBen Noordhuis