summaryrefslogtreecommitdiff
path: root/src/node_url.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* src: remove unused variable in node_url.cccjihrig2017-09-271-2/+0
* src: remove unused computationcjihrig2017-09-271-2/+2
* url: fix windows drive letter handlingBenjamin Coe2017-09-241-8/+17
* src: refactor `#include` handlingAnna Henningsen2017-09-141-6/+0
* module: Allow runMain to be ESMBradley Farias2017-09-071-0/+63
* src: remove extra copy from Copy() in node_url.ccAnna Henningsen2017-08-211-1/+1
* src: avoid dereference without existence checkTimothy Gu2017-08-061-1/+1
* src: fix new V8 compiler warningsMichaël Zasso2017-08-011-2/+3
* url: do not use HandleScope in ToObjectBradley Farias2017-07-171-1/+0
* url: normalize port on scheme changeTimothy Gu2017-07-051-0/+1