summaryrefslogtreecommitdiff
path: root/src/node_url.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* url: fix C0 control and whitespace handlingTimothy Gu2017-05-191-20/+39
* url: handle windows drive letter in the file stateDaijiro Wachi2017-05-041-3/+5
* url: update WHATWG URL API to latest specTimothy Gu2017-04-241-95/+206
* src: clean up WHATWG WG parserTimothy Gu2017-04-171-1307/+1788
* url: disallow invalid IPv4 in IPv6 parserDaijiro Wachi2017-04-141-12/+14
* url: trim leading slashes of file URL pathsDaijiro Wachi2017-04-101-6/+16
* url: change path parsing for non-special URLsDaijiro Wachi2017-04-031-5/+23
* src: WHATWG URL C++ parser cleanupTimothy Gu2017-03-291-23/+31
* url: add ToObject method to native URL classJames M Snell2017-03-291-17/+79
* url: show input in parse error messageJoyee Cheung2017-03-231-21/+31
* src: add native URL classJames M Snell2017-03-221-281/+277
* src: make PercentDecode return voidTimothy Gu2017-03-211-2/+1
* src: remove explicit UTF-8 validity check in urlTimothy Gu2017-03-161-30/+0
* url: enforce valid UTF-8 in WHATWG parserTimothy Gu2017-02-281-0/+53
* url: fix file state clarification in bindingDaijiro Wachi2017-02-161-3/+5