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-14fs: rimraf should not recurse on failurebcoe
2020-10-13test: mark test-webcrypto-encrypt-decrypt-aes flakyJames M Snell
2020-10-13crypto: add getCipherInfo methodJames M Snell
2020-10-13lib: fix readFile flag option typoDaniil Demidovich
2020-10-13inspector: do not hardcode Debugger.CallFrameId in testsDmitry Gozman
2020-10-12test: do not use the same EventEmitter instanceLuigi Pinca
2020-10-12module: use Wasm CJS lexer when availableGuy Bedford
2020-10-11fs: update rm/rmdir validation messagescjihrig
2020-10-11lib: add EventTarget-related browser globalsAnna Henningsen
2020-10-11worker: make MessageEvent class more Web-compatibleAnna Henningsen
2020-10-11src: add maybe versions of EmitExit and EmitBeforeExitAnna Henningsen
2020-10-10http: allow passing array of key/val into writeHeadRobert Nagy
2020-10-09test: add ALPNProtocols option to clientOptionsLuigi Pinca
2020-10-08fs: add rm methodIan Sutherland
2020-10-08crypto: refactoring internals, add WebCryptoJames M Snell
2020-10-07http: make response.setTimeout() workBen Noordhuis
2020-10-07src: use node:moduleName as builtin module filenameMichaël Zasso
2020-10-07test: fix test suite to work with npm 7Myles Borins
2020-10-07test: adjust comments for upcoming lint ruleRich Trott
2020-10-07src: add check against non-weak BaseObjects at process exitAnna Henningsen
2020-10-06test: improve test coverage for eventtargetJuan José Arboleda
2020-10-03crypto: set env values in KeyObject Deserialize methodThakurKarthik
2020-10-01console: add Symbol.toStringTag propertyLeko
2020-10-01Revert "src: runtime deprecate process.umask()"Beth Griggs
2020-09-30esm: use "node:" namespace for builtinsGuy Bedford
2020-09-29fs: fix fs.promises.writeFile with typed arraysMichaël Zasso
2020-09-29module: named exports for CJS via static analysisGuy Bedford
2020-09-28repl: standardize Control key indicationsRich Trott
2020-09-27test: replace annonymous functions with arrowPooja D.P
2020-09-26test,child_process: add tests for signalCode valueRich Trott
2020-09-24win, child_process: sanitize env variablesBartosz Sosnowski
2020-09-23stream: fix legacy pipe error handlingRobert Nagy
2020-09-22process: change default --unhandled-rejections=throwDan Fabulich
2020-09-22stream: don't destroy on async iterator successRobert Nagy
2020-09-21https: set requestTimeout default to 0Robert Nagy
2020-09-21readline: fix key name for function keys with modifiersDrunkenPoney
2020-09-21stream: move to internal/streamsMatteo Collina
2020-09-16fs: loosen validation to allow objects with an own toString functionJordan Harband
2020-09-15http: add requestTimeoutMatteo Collina
2020-09-15deps: update llhttp to 2.1.2Fedor Indutny
2020-09-12http: only set keep-alive when not existsatian25@qq.com
2020-09-12http: allow Content-Length header for 304 responsesArnaud Lefebvre
2020-09-11lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko
2020-09-11doc,test: specify and test CLI option precedence rulesAnna Henningsen
2020-09-09test: remove setMaxListeners in test-crypto-randomTobias Nießen
2020-09-09crypto: improve invalid arg type message for randomInt()Rich Trott
2020-09-09crypto: improve randomInt out-of-range error messageRich Trott
2020-09-09test: fix comment about DNS lookup testTobias Nießen
2020-09-08test: separate the test fixtures between ICU and URLLeko
2020-09-07test: add more valid results to test-trace-atomics-waitAnna Henningsen