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
2022-03-11src: remove redundant buffer size checkTobias Nießen
2021-02-20src: avoid implicit type conversions (take 2)Michaël Zasso
2020-10-08crypto: refactoring internals, add WebCryptoJames M Snell
2020-10-03src: move all base64.h inline methods into -inl.h header fileAnna Henningsen
2020-06-19src: simplify alignment-handling codeAnna Henningsen
2020-06-15src: remove unused vector include in string_bytesDaniel Bevenius
2020-06-15src: avoid unnecessary ToLocalChecked callsDaniel Bevenius
2020-03-03src: add node_crypto_common and refactorJames M Snell
2019-08-10src: add error codes to errors thrown in C++Yaniv Friedensohn
2019-03-07buffer: do not affect memory after target for utf16 writeAnna Henningsen
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2018-09-03src: allow UTF-16 in generic StringBytes decode callAnna Henningsen
2018-09-02src: rework (mostly internal) functions to use MaybesUjjwal Sharma
2018-09-02src: remove calls to deprecated v8 functions (ToString)Ujjwal Sharma
2018-08-29src: use String::Utf8Length with isolateMichaël Zasso
2018-08-29src: use String::Write{OneByte,Utf8} with isolateMichaël Zasso
2018-08-16buffer: avoid overrun on UCS-2 string writeRod Vagg
2018-07-14src,tools: use https://nodejs.org URL when possible.XhmikosR
2018-04-10src: rename ERR_STRING_TOO_LARGE to ERR_STRING_TOO_LONGJoyee Cheung
2018-04-07src: migrate string_bytes.cc to throw errors with codeJoyee Cheung
2018-04-07buffer: reduce overhead of StringBytes::Encode for UCS2Joyee Cheung
2018-03-23src: fix upcoming V8 deprecation warningsSarat Addepalli
2018-01-23src: fix fs.write() externalized string handlingBen Noordhuis
2017-09-22src: do not include internals from node_buffer.hAnna Henningsen
2017-08-24src: use proper errors as coming from StringBytesAnna Henningsen
2017-07-27src: replace ASSERT with CHECKBen Noordhuis
2017-05-22src: remove unused parametersBrian White
2017-05-03src: do proper StringBytes error handlingAnna Henningsen
2017-04-14src: reduce number of exported symbolsAnna Henningsen
2017-03-10meta: restore original copyright headerJames M Snell
2016-10-04src: fix build for older clangZach Bjornson
2016-09-29src: provide allocation + nullptr check shortcutsAnna Henningsen
2016-09-29src: pass desired return type to allocatorsAnna Henningsen
2016-09-29src: add Malloc() size param + overflow detectionAnna Henningsen
2016-09-06src: normalize malloc, reallocMichael Dawson
2016-07-17buffer: optimize hex_decodeChristopher Jeffrey
2016-06-28src: fix whitespace/indent cpplint warningsBen Noordhuis
2016-06-19src: alias BINARY to LATIN1Ben Noordhuis
2016-06-07buffer: introduce latin1 encoding termTrevor Norris
2016-05-24string_bytes: Make base64 encode/decode reusableEugene Ostroukhov
2016-04-25src: fix check-imports.py linter errorsSakthipriyan Vairamani
2016-03-26fs: Buffer and encoding enhancements to fs APIJames M Snell
2016-03-04src: update uses of deprecated NewExternalAli Ijaz Sheikh
2016-03-02crypto, string_bytes: treat `buffer` str as `utf8`Fedor Indutny
2015-11-24src: add BE support to StringBytes::Encode()Bryon Leung
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-09-06src: fix memory leak in ExternStringKarl Skomski
2015-08-21string_bytes: fix unaligned write in UCS2Fedor Indutny
2015-08-04buffer: make additional changes to native APITrevor Norris