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-04-24src: use const reference instead of pointer in URL::SerializeURLAnna Henningsen
2021-06-21src,url: separate some tables out of node_url.ccXadillaX
2020-11-21src: integrate URL::href() and use in inspectorDaijiro Wachi
2020-02-08src: various minor improvements to node_urlJames M Snell
2019-10-31src: change env.h includes for forward declarationsAlexandre Ferrando
2019-05-23src: remove env-inl.h from header filesSam Roberts
2019-02-19src: apply clang-tidy rule performance-unnecessary-value-paramgengjiawen
2018-12-31src: pass along MaybeLocal<> state from `URL::ToObject()`Anna Henningsen
2018-10-01url: use foreach-style C++ loopTobias Nießen
2018-09-14src: added URL::FromFilePath methodAlexey Kozyatinskiy
2018-05-18url: introduce `URL_FLAGS_IS_DEFAULT_SCHEME_PORT` flagAyush Gupta
2017-11-03src: improve module loader readabilityAnna Henningsen
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-10-02url: const-ify APIs, and pass URL by refSam Roberts
2017-09-07module: Allow runMain to be ESMBradley Farias
2017-05-20url: fix C0 control and whitespace handlingTimothy Gu
2017-04-17src: clean up WHATWG WG parserTimothy Gu
2017-03-30src: WHATWG URL C++ parser cleanupTimothy Gu
2017-03-30url: add ToObject method to native URL classJames M Snell
2017-03-27test: add cctest for native URL classJames M Snell
2017-03-23url: show input in parse error messageJoyee Cheung
2017-03-22src: add native URL classJames M Snell
2017-03-22src: make PercentDecode return voidTimothy Gu
2016-10-11url: adding WHATWG URL supportJames M Snell