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
2021-01-19test,benchmark: stop requiring URL and URLSearchParamsraisinten
2020-03-30benchmark: use let instead of var in urlDaniele Belardi
2020-03-10benchmark: remove special test entriesRuben Bridgewater
2020-02-11Revert "benchmark: remove special test entries"Anna Henningsen
2020-02-09benchmark: remove special test entriesRuben Bridgewater
2020-02-03benchmark: clean up config resolution in multiple benchmarksDenys Otrishko
2019-07-30benchmark: swap var for let in url benchmarksAlex Ramirez
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2018-11-20benchmark: pre-generate data set for URL benchmarksJoyee Cheung
2018-03-11benchmark: fix benchmark for urlSergey Golovin
2018-02-23url: reduce deplicated codes in `autoEscapeStr`Weijia Wang
2018-02-01benchmark: (url) refactorRuben Bridgewater
2018-01-23benchmark: (url) use destructuringRuben Bridgewater
2017-09-20benchmark: var to constRuben Bridgewater
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-06-24benchmark,lib,test: use braces for multiline blockRich Trott
2017-04-20benchmark: reduce string concatenationsVse Mozhet Byt
2017-04-05url: avoid instanceof for WHATWG URLBrian White
2017-03-22url: spec-compliant URLSearchParams parserTimothy Gu
2017-03-21benchmark: remove v8ForceOptimization callsLucas Lago
2017-03-14url: spec-compliant URLSearchParams serializerTimothy Gu
2017-03-06benchmark: remove forced optimization from urlBartosz Sosnowski
2017-03-01benchmark: add USVString conversion benchmarkTimothy Gu
2017-02-25benchmark: add url.domainTo*()Timothy Gu
2017-02-15benchmark: clean up legacy url benchmarksJoyee Cheung
2017-02-15benchmark: refactor whatwg-url-propertiesJoyee Cheung
2017-02-15benchmark: move url data to fixturesJoyee Cheung
2017-02-14benchmark: add url/url-searchparams-sort.jsTimothy Gu
2017-02-09benchmark: URLSearchParams v.s. querystringJoyee Cheung
2017-02-09benchmark: fix first call to URL in useWHATWGJoyee Cheung
2017-02-03benchmark: simplify URLSearchParams importTimothy Gu
2017-01-19url: improving URLSearchParamsTimothy Gu
2017-01-15benchmark: improve WHATWG URL benchmarksJoyee Cheung
2017-01-07benchmark,lib,test: adjust for lintingRich Trott
2016-12-30benchmark: add benchmark for WHATWG URL propertiesJoyee Cheung
2016-10-11url: adding WHATWG URL supportJames M Snell
2016-06-14benchmark: add benchmark for url.format()Rich Trott
2016-02-26benchmark: merge url.js with url-resolve.jsAndreas Madsen
2016-02-26benchmark: move misc to categorized directoriesAndreas Madsen
2016-02-22benchmark: use strict modeRich Trott
2014-12-20lib: micro-optimize url.resolve()Ben Noordhuis
2014-12-20benchmark: rename url.parse() benchmarkBen Noordhuis
2014-12-20benchmark: pre-optimize url.parse() before startBen Noordhuis
2014-12-10benchmark: add url benchmarksBen Noordhuis