summaryrefslogtreecommitdiff
path: root/src/node_url.cc
AgeCommit message (Expand)Author
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
2017-09-29url: fix remaining calculationRimas Misevičius
2017-09-27src: remove unused variable in node_url.cccjihrig
2017-09-27src: remove unused computationcjihrig
2017-09-24url: fix windows drive letter handlingBenjamin Coe
2017-09-14src: refactor `#include` handlingAnna Henningsen
2017-09-07module: Allow runMain to be ESMBradley Farias
2017-08-21src: remove extra copy from Copy() in node_url.ccAnna Henningsen
2017-08-06src: avoid dereference without existence checkTimothy Gu
2017-08-01src: fix new V8 compiler warningsMichaël Zasso
2017-07-17url: do not use HandleScope in ToObjectBradley Farias
2017-07-05url: normalize port on scheme changeTimothy Gu
2017-05-19url: fix C0 control and whitespace handlingTimothy Gu
2017-05-04url: handle windows drive letter in the file stateDaijiro Wachi