summaryrefslogtreecommitdiff
path: root/src/node_url.cc
Commit message (Expand)AuthorAgeFilesLines
* url: fix file url reparseDaijiro Wachi2020-10-191-8/+4
* url: file URL path normalizationDaijiro Wachi2020-10-121-33/+19
* url: verify domain is not empty after "ToASCII"Michaël Zasso2020-09-161-0/+2
* url: remove U+0000 case in the fragment stateMichaël Zasso2020-09-161-2/+0
* src: prefer C++ empty() in boolean expressionsTobias Nießen2020-08-111-4/+4
* src: snapshot nodeJoyee Cheung2020-07-181-0/+11
* src,doc,test: remove String::New default parameterAnna Henningsen2020-07-141-12/+4
* url: remove gopher from special schemesMichaël Zasso2020-06-061-1/+0
* src: avoid OOB read in URL parserAnna Henningsen2020-05-301-3/+3
* url: forbid lt and gt in url host code pointYash Ladha2020-05-231-1/+2
* src: fix compile warnings in node_url.ccAnna Henningsen2020-02-101-4/+3
* src: various minor improvements to node_urlJames M Snell2020-02-071-116/+129
* src: remove util-inl.h from header filesSam Roberts2019-05-131-1/+1
* src: apply clang-tidy rule modernize-use-emplacegengjiawen2019-03-211-1/+1
* src: de-lint header usageRefael Ackermann2019-03-121-2/+2
* src: apply clang-tidy rule modernize-deprecated-headersgengjiawen2019-02-271-1/+1
* src: reduce includes of node_internals.hJoyee Cheung2019-01-211-1/+1
* src: simplify JS Array creationAnna Henningsen2019-01-021-10/+1
* src: pass along MaybeLocal<> state from `URL::ToObject()`Anna Henningsen2018-12-311-2/+2
* src: use custom TryCatch subclassGus Caplan2018-12-031-2/+3
* src: use arraysize instead of hardcode numberleeight2018-12-011-3/+4
* url: reuse existing context in href setterTimothy Gu2018-12-011-0/+1
* src: set HAS_USERNAME/PASSWORD more strictlyTimothy Gu2018-12-011-8/+20
* src: elevate v8 namespaces for node_url.ccJayasankar2018-11-241-6/+7
* src: move error handling code into node_errors.ccJoyee Cheung2018-11-061-1/+2
* src: reduce variable scope in node_url.cccjihrig2018-10-091-2/+2
* src: added URL::FromFilePath methodAlexey Kozyatinskiy2018-09-141-0/+13
* url: move process.binding('url') to internalBindingWeijia Wang2018-09-071-1/+1
* src: encode 0x27 (') for special URLsTimothy Gu2018-08-181-2/+71
* src: start annotating native code side effectTimothy Gu2018-06-251-4/+4
* url: introduce `URL_FLAGS_IS_DEFAULT_SCHEME_PORT` flagAyush Gupta2018-05-181-0/+2
* src: replace `template<` → `template <`Anna Henningsen2018-05-141-1/+1
* src: general C++ cleanup in node_url.ccAnna Henningsen2018-03-301-151/+187
* src: name all builtin init functions InitializeDaniel Bevenius2018-03-261-5/+5
* src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung2018-03-151-1/+1
* src: free memory before re-setting URLHost valueIvan Filenko2018-02-011-6/+13
* url: added url fragment lookup tableHakan Kimeiga2017-12-151-1/+69
* src: use correct OOB check for IPv6 parsingAnna Henningsen2017-12-121-5/+5
* src: make url host a proper C++ classAnna Henningsen2017-12-121-122/+147
* src: move url internals into anonymous namespaceAnna Henningsen2017-12-121-59/+58
* src: minor cleanups to node_url.ccAnna Henningsen2017-12-121-32/+29
* src: use nullptr instead of NULLDaniel Bevenius2017-12-011-1/+1
* src: remove `ClearFatalExceptionHandlers()`Anna Henningsen2017-11-291-13/+10
* src: rename base-object -> base_objectDaniel Bevenius2017-11-171-1/+1
* src: explicitly register built-in modulesYihong Wang2017-11-131-1/+1
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-1/+0
* url: fix port overflow checkingRimas Misevičius2017-10-101-4/+6
* src: fix windows-only build breakageBen Noordhuis2017-10-021-11/+11
* url: const-ify APIs, and pass URL by refSam Roberts2017-10-011-2/+2
* url: fix remaining calculationRimas Misevičius2017-09-291-1/+1