Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-29src: address 3 useless call coverity warningsMichael Dawson
2022-03-18src: convert hex2bin() into a regular functionDarshan Sen
2022-03-14src: avoid returning invalid value from hex2binTobias Nießen
2022-03-11url: preserve null char in WHATWG URL errorsRich Trott
2022-03-07url, src: modify one `special_back_slash`XadillaX
2022-02-11src: use const reference instead of pointer in URL::SerializeURLAnna Henningsen
2022-02-11src: reserve string allocation space early in URL::SerializeURLAnna Henningsen
2022-02-11src: fix query/fragment serialization in URL::SerializeURLAnna Henningsen
2022-02-05src: slightly simplify URLHost::ToStringAnna Henningsen
2021-11-10src: add and fix some preprocessor commentsTobias Nießen
2021-09-26src: move `ToUSVString()` to node_util.ccXadillaX
2021-09-11src: fix -Wunreachable-code-return errorShelley Vohr
2021-07-18url: prevent pathname setter from erasing path of path-only URLsDarshan Sen
2021-06-17src,url: separate some tables out of node_url.ccXadillaX
2021-06-10url,src: simplify ipv6 logic by using uv_inet_ptonXadillaX
2021-05-23url: exit early when : delimiter is seen in hostnameTimothy Gu
2021-03-30url: forbid pipe in URL hostDarshan Sen
2021-02-20src: avoid implicit type conversions (take 2)Michaël Zasso
2020-12-31src: fix leading backslash bug in URLraisinten
2020-11-21src: 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-08src: 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-25src: 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-26src: start annotating native code side effectTimothy Gu