summaryrefslogtreecommitdiff
path: root/src/node_url.h
Commit message (Expand)AuthorAgeFilesLines
* bootstrap: initialize per-isolate properties of bindings separatelyJoyee Cheung2023-05-031-4/+6
* src: add v8 fast api for url canParseKhafra2023-04-201-0/+7
* url: use ada::url_aggregator for parsing urlsYagiz Nizipli2023-04-051-0/+54
* url: replace url-parser with adaYagiz Nizipli2023-02-061-181/+3
* url: remove unused `URL::ToFilePath()`Yagiz Nizipli2023-02-051-3/+0
* url: remove unused `URL::toObject`Yagiz Nizipli2023-02-051-2/+0
* src: use const reference instead of pointer in URL::SerializeURLAnna Henningsen2022-02-111-3/+3
* src,url: separate some tables out of node_url.ccXadillaX2021-06-171-0/+10
* src: integrate URL::href() and use in inspectorDaijiro Wachi2020-11-221-0/+7
* src: various minor improvements to node_urlJames M Snell2020-02-071-2/+2
* src: change env.h includes for forward declarationsAlexandre Ferrando2019-10-311-1/+0
* src: remove env-inl.h from header filesSam Roberts2019-05-231-1/+1
* src: apply clang-tidy rule performance-unnecessary-value-paramgengjiawen2019-02-191-4/+4
* src: pass along MaybeLocal<> state from `URL::ToObject()`Anna Henningsen2018-12-311-5/+1
* url: use foreach-style C++ loopTobias Nießen2018-10-011-3/+2
* src: added URL::FromFilePath methodAlexey Kozyatinskiy2018-09-141-0/+2
* url: introduce `URL_FLAGS_IS_DEFAULT_SCHEME_PORT` flagAyush Gupta2018-05-181-1/+2
* src: improve module loader readabilityAnna Henningsen2017-11-031-0/+10
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-1/+0
* url: const-ify APIs, and pass URL by refSam Roberts2017-10-011-2/+2
* module: Allow runMain to be ESMBradley Farias2017-09-071-0/+4
* url: fix C0 control and whitespace handlingTimothy Gu2017-05-191-6/+11
* src: clean up WHATWG WG parserTimothy Gu2017-04-171-467/+0
* src: WHATWG URL C++ parser cleanupTimothy Gu2017-03-291-7/+6
* url: add ToObject method to native URL classJames M Snell2017-03-291-0/+9
* test: add cctest for native URL classJames M Snell2017-03-271-1/+1
* url: show input in parse error messageJoyee Cheung2017-03-231-0/+10
* src: add native URL classJames M Snell2017-03-221-3/+88
* src: make PercentDecode return voidTimothy Gu2017-03-211-6/+5
* url: adding WHATWG URL supportJames M Snell2016-10-111-0/+538