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-15stream: bypass legacy destroy for pipeline and async iterationRobert Nagy
2021-06-15crypto: fix aes crash when tag length too smallXadillaX
2021-06-14test: fix typo in test-http2-invalidheaderfield.jsIkko Ashimine
2021-06-14stream: fix pipeline pumpRobert Nagy
2021-06-11test: improve coverage of lib/events.jsRongjian Zhang
2021-06-11test: http outgoing _headers setter nullycjcl868
2021-06-10test: adapt abort tests for new Windows codeMichaël Zasso
2021-06-10test: fix V8 serdes test for V8 9.1Michaël Zasso
2021-06-08Revert "http: make HEAD method to work with keep-alive"Michaël Zasso
2021-06-08src,test: raise error for --enable-fips when no FIPSDaniel Bevenius
2021-06-05async_hooks: switch between native and context hooks correctlyStephen Belanger
2021-06-04child_process: allow `options.cwd` receive a URLXadillaX
2021-06-02dns: allow `--dns-result-order` to change default dns verbatimOuyang Yadong
2021-06-02src: set PromiseHooks by EnvironmentBryan English
2021-06-02test: improve coverage of fs internal utilsRongjian Zhang
2021-06-02lib: include url in bootstrap snapshot and remove unnecessary lazy-loadsJoyee Cheung
2021-06-01os: add os.devNullLuigi Pinca
2021-05-28test: fix writefile with fdNitzan Uziely
2021-05-28test: simplify test-path-resolve.jshimself65
2021-05-27lib: remove unnecessary lazy loadsJoyee Cheung
2021-05-27lib: load internal/fs/watchers and internal/fs/read_file_context earlyJoyee Cheung
2021-05-26test: improve coverage for `question` in readlineQingyu Deng
2021-05-25test: os, replace custom flatten method with built-in Array.flatWael Almattar
2021-05-25stream: add a non-destroying iterator to ReadableNitzan Uziely
2021-05-25fs: fix rmsync error swallowingNitzan Uziely
2021-05-25cli: add -C alias for --conditions flagGuy Bedford
2021-05-24test: set locale for datetime-change-notify testZiJian Liu
2021-05-24src: set CONF_MFLAGS_DEFAULT_SECTION for OpenSSL 3Daniel Bevenius
2021-05-23child_process: retain reference to data with advanced serializationAnna Henningsen
2021-05-22test: improve coverage of lib/fs.jsRongjian Zhang
2021-05-22test: improve coverage of lib/_http_outgoing.jsRongjian Zhang
2021-05-22src: use HandleScope in StreamReq::Done()Darshan Sen
2021-05-20stream: allow empty string as source of pipelineQingyu Deng
2021-05-19lib: make primordials Promise methods safeAntoine du Hamel
2021-05-19test: improve coverage of stream.ReadableRongjian Zhang
2021-05-17test: refactor `test-readline-interface` to be shorterJuan José Arboleda
2021-05-17test: stream.finished detects a destroyed IncomingMessageNitzan Uziely
2021-05-17errors: remove input from ERR_INVALID_URL messagemoander
2021-05-17fs: fix async iterator partial writesNitzan Uziely
2021-05-17lib: support setting process.env.TZ on windowsJames M Snell
2021-05-17util: add util.types.isKeyObject and util.types.isCryptoKeyFilip Skokan
2021-05-17crypto: forbid NODE-ED25519 and NODE-ED448 "raw" key exportFilip Skokan
2021-05-15repl: fix Ctrl+C on top level awaitAntoine du Hamel
2021-05-15test: improve coverage of lib/_http_client.jsRongjian Zhang
2021-05-14build,src,test,doc: enable FIPS for OpenSSL 3.0Daniel Bevenius
2021-05-14test: improve coverage of lib/os.jsRongjian Zhang
2021-05-14url: forbid certain confusable changes from being introduced by toASCIITimothy Gu
2021-05-14tools: add `Worker` to type-parserJames M Snell
2021-05-14process: add `'worker'` eventJames M Snell
2021-05-11fs: fix error when writing buffers > INT32_MAXZach Bjornson