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-09-04build: override python executable path on configurelegendecas
2021-09-04deps: extract gtest source files to deps/googletestlegendecas
2021-09-04node-api: cctest on v8impl::Referencelegendecas
2021-09-04deps: update Acorn to v8.4.1Michaël Zasso
2021-09-04build: add `library_files` to gyp variableshimself65
2021-09-04build: pass directory instead of list of files to js2c.pyJoyee Cheung
2021-09-04stream: move duplicated code to an internal moduleRich Trott
2021-08-31buffer: introduce BlobJames M Snell
2021-08-31net: add SocketAddress classJames M Snell
2021-08-31net: introduce net.BlockListJames M Snell
2021-08-31child_process: add 'overlapped' stdio flagThiago Padilha
2021-07-22debugger: rename internal library for clarityRich Trott
2021-07-22Revert "debugger: rename internal library for clarity"Antoine du Hamel
2021-07-20src: use SPrintF in ProcessEmitWarningDarshan Sen
2021-07-20debugger: rename internal library for clarityRich Trott
2021-07-20src,url: separate some tables out of node_url.ccXadillaX
2021-07-20debugger: move node-inspect to internal libraryRich Trott
2021-05-16module: refactor to use iterable-weak-mapbcoe
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