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-04lib: replace Float64Array global with primordialsSebastien Ahkrin
2020-09-02buffer: also alias BigUInt methodsAnna Henningsen
2020-08-14buffer: alias UInt ➡️ Uint in buffer methodsAnna Henningsen
2020-07-18src: reset zero fill toggle at pre-executionJoyee Cheung
2020-06-25worker: add public method for marking objects as untransferableAnna Henningsen
2020-01-08lib: replace Float32Array global by the primordialsSebastien Ahkrin
2019-12-13lib: enforce use of BigInt from primordialsMichaël Zasso
2019-11-30lib: enforce use of primordial NumberSebastien Ahkrin
2019-11-30buffer: fix 6-byte writeUIntBE() range checkBrian White
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-06-27tools: update eslintRuben Bridgewater
2019-05-01buffer,errors: improve bigint, big numbers and moreRuben Bridgewater
2019-04-06buffer: add {read|write}Big[U]Int64{BE|LE} methodsNikolai Vavilov
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-01-10buffer: move Buffer prototype wiring into internal/buffer.jsJoyee Cheung
2019-01-10buffer: move initialization of buffer prototype into node.jsJoyee Cheung
2018-12-06buffer: remove checkNumberType()cjihrig
2018-11-09buffer: fix writeUInt16BE range checkBrian White
2018-10-15buffer: move process.binding('buffer') to internalBindingWeijia Wang
2018-08-14lib: extract validateNumber validatorJon Moss
2018-04-29buffer: do not always use defaultsRuben Bridgewater
2018-04-13errors: validate input argumentsRuben Bridgewater
2018-04-13buffer: use a default offsetRuben Bridgewater
2018-03-24buffer: improve write(U)Int functionsRuben Bridgewater
2018-03-07lib: port remaining errors to new systemMichaël Zasso
2018-03-02buffer: refactor all read/write functionsRuben Bridgewater
2017-10-25buffer: move setupBufferJS to internalBryan English
2017-07-24buffer: refactor module.exports, importsJames M Snell
2017-02-22lib: more consistent use of module.exports = {} modelJames M Snell
2016-12-21buffer: allow Uint8Array input to methodsAnna Henningsen
2016-10-25buffer: add buffer.transcodeJames M Snell