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
2017-10-18url: fix port overflow checkingRimas Misevičius
2017-10-11src: fix windows-only build breakageBen Noordhuis
2017-10-11url: const-ify APIs, and pass URL by refSam Roberts
2017-10-11url: fix remaining calculationRimas Misevičius
2017-10-04src: remove unused variable in node_url.cccjihrig
2017-10-04src: remove unused computationcjihrig
2017-09-25url: fix windows drive letter handlingBenjamin Coe
2017-09-20src: refactor `#include` handlingAnna Henningsen
2017-09-12module: Allow runMain to be ESMBradley Farias
2017-09-12src: remove extra copy from Copy() in node_url.ccAnna Henningsen
2017-08-07src: avoid dereference without existence checkTimothy Gu
2017-08-02src: fix new V8 compiler warningsMichaël Zasso
2017-07-19url: do not use HandleScope in ToObjectBradley Farias
2017-07-19url: normalize port on scheme changeTimothy Gu
2017-05-20url: fix C0 control and whitespace handlingTimothy Gu
2017-05-05url: handle windows drive letter in the file stateDaijiro Wachi
2017-04-25url: update WHATWG URL API to latest specTimothy Gu
2017-04-17src: clean up WHATWG WG parserTimothy Gu
2017-04-14url: disallow invalid IPv4 in IPv6 parserDaijiro Wachi
2017-04-10url: trim leading slashes of file URL pathsDaijiro Wachi
2017-04-03url: change path parsing for non-special URLsDaijiro Wachi
2017-03-30src: WHATWG URL C++ parser cleanupTimothy Gu
2017-03-30url: add ToObject method to native URL classJames M Snell
2017-03-23url: show input in parse error messageJoyee Cheung
2017-03-22src: add native URL classJames M Snell
2017-03-22src: make PercentDecode return voidTimothy Gu
2017-03-17src: remove explicit UTF-8 validity check in urlTimothy Gu
2017-03-01url: enforce valid UTF-8 in WHATWG parserTimothy Gu
2017-02-17url: fix file state clarification in bindingDaijiro Wachi
2017-02-01src: remove usage of V8 deprecated API in node_url.ccTimothy Gu
2017-01-30src: fix v8 local handling in node_url.ccAnna Henningsen
2017-01-23url: add return value to ToUnicode/ToAscii stubsBirunthan Mohanathas
2017-01-06url: do not decode arbitrary %2e sequences in pathsJames M Snell
2017-01-01url: improve spec compliance of WHATWG URLMichaël Zasso
2016-12-28url: mark ignored return value in node::url::Parse(...)Christopher J. Brody
2016-11-29url: fix -Warray-bounds warningSantiago Gimeno
2016-10-12url: fix building when using --without-intlJames M Snell
2016-10-11url: adding WHATWG URL supportJames M Snell