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
2018-05-29src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen
2018-05-09src: refactor `BaseObject` internal field managementAnna Henningsen
2018-04-19src: throw ERR_INVALID_ARG_TYPE in C++ argument checksJoyee Cheung
2018-03-26src: name all builtin init functions InitializeDaniel Bevenius
2018-02-10src: add "icu::" prefix before ICU symbolsSteven R. Loomis
2018-01-19src: fix -Wimplicit-fallthrough warningBen Noordhuis
2017-12-01src: use nullptr instead of NULLDaniel Bevenius
2017-11-17src: rename base-object -> base_objectDaniel Bevenius
2017-11-14src: explicitly register built-in modulesYihong Wang
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-07-25util: implement WHATWG Encoding Standard APIJames M Snell
2017-06-29src: revise character width calculationTimothy Gu
2017-06-17src,lib,test,doc: correct misspellingsRoman Reiss
2017-06-07url: update IDNA handlingTimothy Gu
2017-05-22src: fix typoBrian White
2017-05-20url: update IDNA error conditionsRajaram Gaunker
2017-05-19src: check if --icu-data-dir= points to valid dirBen Noordhuis
2017-05-01src: support domains with empty labelsDaijiro Wachi
2017-04-14src: reduce number of exported symbolsAnna Henningsen
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-09src: add missing #include <unicode/ustring.h>Steven R. Loomis
2017-03-01src: do not ignore IDNA conversion errorTimothy Gu
2017-02-25src, i18n: cleanup usage of MaybeStackBufferTimothy Gu
2017-02-11src: make --icu-data-dir= switch testableBen Noordhuis
2017-02-08src: make copies of startup environment variablesBen Noordhuis
2016-12-06buffer: fix transcode for single-byte enc to ucs2Anna Henningsen
2016-10-28src: fix use of uninitialized variableJames M Snell
2016-10-27intl: Add more versions from ICUSteven R. Loomis
2016-10-25buffer: add buffer.transcodeJames M Snell
2016-10-25readline: use icu based string width calculationJames M Snell
2016-10-11url: adding WHATWG URL supportJames M Snell
2016-06-30net: use icu's punycode implementationJames M Snell
2016-04-21src: add intl and icu configs to process.binding('config')James M Snell
2015-01-13Remove excessive copyright/license boilerplateisaacs
2014-10-24src: replace NULL with nullptrBen Noordhuis
2014-10-01build, i18n: improve Intl build, add "--with-intl"Steven R. Loomis