summaryrefslogtreecommitdiff
path: root/src/node_url.cc
AgeCommit message (Expand)Author
2020-11-22src: integrate URL::href() and use in inspectorDaijiro Wachi
2020-10-19url: fix file url reparseDaijiro Wachi
2020-10-12url: file URL path normalizationDaijiro Wachi
2020-09-16url: verify domain is not empty after "ToASCII"Michaël Zasso
2020-09-16url: remove U+0000 case in the fragment stateMichaël Zasso
2020-08-11src: prefer C++ empty() in boolean expressionsTobias Nießen
2020-07-18src: snapshot nodeJoyee Cheung
2020-07-14src,doc,test: remove String::New default parameterAnna Henningsen
2020-06-06url: remove gopher from special schemesMichaël Zasso
2020-05-30src: avoid OOB read in URL parserAnna Henningsen
2020-05-23url: forbid lt and gt in url host code pointYash Ladha
2020-02-10src: fix compile warnings in node_url.ccAnna Henningsen
2020-02-07src: various minor improvements to node_urlJames M Snell
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-03-21src: apply clang-tidy rule modernize-use-emplacegengjiawen
2019-03-12src: de-lint header usageRefael Ackermann
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2019-01-02src: simplify JS Array creationAnna Henningsen
2018-12-31src: pass along MaybeLocal<> state from `URL::ToObject()`Anna Henningsen
2018-12-03src: use custom TryCatch subclassGus Caplan
2018-12-01src: use arraysize instead of hardcode numberleeight
2018-12-01url: reuse existing context in href setterTimothy Gu
2018-12-01src: set HAS_USERNAME/PASSWORD more strictlyTimothy Gu
2018-11-24src: elevate v8 namespaces for node_url.ccJayasankar
2018-11-06src: move error handling code into node_errors.ccJoyee Cheung
2018-10-09src: reduce variable scope in node_url.cccjihrig
2018-09-14src: added URL::FromFilePath methodAlexey Kozyatinskiy
2018-09-07url: move process.binding('url') to internalBindingWeijia Wang
2018-08-18src: encode 0x27 (') for special URLsTimothy Gu
2018-06-25src: start annotating native code side effectTimothy Gu
2018-05-18url: introduce `URL_FLAGS_IS_DEFAULT_SCHEME_PORT` flagAyush Gupta
2018-05-14src: replace `template<` → `template <`Anna Henningsen
2018-03-30src: general C++ cleanup in node_url.ccAnna Henningsen
2018-03-26src: name all builtin init functions InitializeDaniel Bevenius
2018-03-15src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung
2018-02-01src: free memory before re-setting URLHost valueIvan Filenko
2017-12-15url: added url fragment lookup tableHakan Kimeiga
2017-12-12src: use correct OOB check for IPv6 parsingAnna Henningsen
2017-12-12src: make url host a proper C++ classAnna Henningsen
2017-12-12src: move url internals into anonymous namespaceAnna Henningsen
2017-12-12src: minor cleanups to node_url.ccAnna Henningsen
2017-12-01src: use nullptr instead of NULLDaniel Bevenius
2017-11-29src: remove `ClearFatalExceptionHandlers()`Anna Henningsen
2017-11-17src: rename base-object -> base_objectDaniel Bevenius
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-10-10url: fix port overflow checkingRimas Misevičius
2017-10-02src: fix windows-only build breakageBen Noordhuis
2017-10-01url: const-ify APIs, and pass URL by refSam Roberts