summaryrefslogtreecommitdiff
path: root/src/node_url.cc
AgeCommit message (Expand)Author
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
2017-04-24url: 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-29src: WHATWG URL C++ parser cleanupTimothy Gu
2017-03-29url: 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-21src: make PercentDecode return voidTimothy Gu
2017-03-16src: remove explicit UTF-8 validity check in urlTimothy Gu
2017-02-28url: enforce valid UTF-8 in WHATWG parserTimothy Gu
2017-02-16url: fix file state clarification in bindingDaijiro Wachi
2017-01-31src: 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-22url: add return value to ToUnicode/ToAscii stubsBirunthan Mohanathas
2017-01-05url: do not decode arbitrary %2e sequences in pathsJames M Snell
2017-01-01url: improve spec compliance of WHATWG URLMichaël Zasso
2016-12-27url: mark ignored return value in node::url::Parse(...)Christopher J. Brody
2016-11-29url: fix -Warray-bounds warningSantiago Gimeno
2016-10-11url: fix building when using --without-intlJames M Snell
2016-10-11url: adding WHATWG URL supportJames M Snell