Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/HTTPArchive/legacy.httparchive.org

<<THIS REPOSITORY IS DEPRECATED>> The HTTP Archive provides information about website performance such as # of HTTP requests, use of gzip, and amount of JavaScript. This information is recorded over time revealing trends in how the Internet is performing. Built using Open Source software, the code and data are available to everyone allowing researchers large and small to work from a common base.
https://github.com/HTTPArchive/legacy.httparchive.org

remove urlHtmlShort and redirectUrlShort. add commands for altering table to new schema.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@1001 fc7d47d3-c008-acd5-f51f-d19787b8a02f

26cc0338c8c15d15588ad0d989d0ecf794cb9b86 authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
remove title from the pages table. add some debug commands (but comment them out for now)

git-svn-id: http://httparchive.googlecode.com/svn/trunk@1000 fc7d47d3-c008-acd5-f51f-d19787b8a02f

141a45d1ef4825605e0697d01a8c4ff3141ae3b6 authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
add a blacklist item

git-svn-id: http://httparchive.googlecode.com/svn/trunk@999 fc7d47d3-c008-acd5-f51f-d19787b8a02f

6a6b81b33872b3caacd9e3002144a013ce1963b3 authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
fix a bug where we were showing "kB" for the load time chart

git-svn-id: http://httparchive.googlecode.com/svn/trunk@998 fc7d47d3-c008-acd5-f51f-d19787b8a02f

3af8dc280db190673a427ebdecdf14b1a78e97ae authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
tweak comment

git-svn-id: http://httparchive.googlecode.com/svn/trunk@997 fc7d47d3-c008-acd5-f51f-d19787b8a02f

c5091c5a726cf1fd351e4b2d54d087d072d15727 authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
no longer save page TITLE to DB. had to move saving the URL to importPage so we could retrieve the new pageid

git-svn-id: http://httparchive.googlecode.com/svn/trunk@996 fc7d47d3-c008-acd5-f51f-d19787b8a02f

d016e32ffb08ad0a34157c1fddb707946df5377c authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
as we add/modify stats we can run this script to update the DB

git-svn-id: http://httparchive.googlecode.com/svn/trunk@995 fc7d47d3-c008-acd5-f51f-d19787b8a02f

2f6ac470f959be951a4de43666472e666cfd7697 authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
Dynamically fork the desired number of "parse" requests based on $gNumParse.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@994 fc7d47d3-c008-acd5-f51f-d19787b8a02f

a317f379c8605405f50bedd1330027074e0c525a authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
Dynamically fork the desired number of "parse" requests based on $gNumParse.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@993 fc7d47d3-c008-acd5-f51f-d19787b8a02f

b4b968e5da2fab56514430f1c9b2e448ac95ab2a authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
use array_key_exists to avoid warnings

git-svn-id: http://httparchive.googlecode.com/svn/trunk@992 fc7d47d3-c008-acd5-f51f-d19787b8a02f

456b776dae0c3554cb722e88402e5926e32d11f5 authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
instead of doSimpleCommand use doSimpleQuery

git-svn-id: http://httparchive.googlecode.com/svn/trunk@991 fc7d47d3-c008-acd5-f51f-d19787b8a02f

bf4ff163ed9e3fa32e1fe817abbe44f56527b354 authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
extend the definition of "compressible" to include > 1K (1024 bytes)

git-svn-id: http://httparchive.googlecode.com/svn/trunk@990 fc7d47d3-c008-acd5-f51f-d19787b8a02f

5247528476d0429cee0a4edff18512b964080838 authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
customize logic for stats table because there is not one for mobile

git-svn-id: http://httparchive.googlecode.com/svn/trunk@989 fc7d47d3-c008-acd5-f51f-d19787b8a02f

a73fe1434ff66b9e4761812d0d0c65747b5a6b28 authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
REDUCE PROCESSING TIME BY AVOIDING CODE EXECUTION DURING REQUIRE. replace $gDateRange and $gDateRangeDefault with dateRange() function to avoid mysql queries. add "crawls" table. add pageData(), statusLabel(), statusErrors(), createCrawl(), updateCrawl(), crawlPasses() wrapper functions.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@988 fc7d47d3-c008-acd5-f51f-d19787b8a02f

104352bcb820f133f2f4b1a16b106f0f7e38822a authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
use new pageData() wrapper function

git-svn-id: http://httparchive.googlecode.com/svn/trunk@987 fc7d47d3-c008-acd5-f51f-d19787b8a02f

f07033113b6ef6b02907b75e019c13d324a96388 authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
REDUCE PROCESSING TIME BY AVOIDING CODE EXECUTION DURING REQUIRE. reduce calls to getcwd(). replace globals $gDateRange and $gDateRangeDefault with dateRange().

git-svn-id: http://httparchive.googlecode.com/svn/trunk@986 fc7d47d3-c008-acd5-f51f-d19787b8a02f

577b01d0dc3960c079f5bf59e79dfe405524fba6 authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
rethink the resubmit and termination logic using the new "crawls" table

git-svn-id: http://httparchive.googlecode.com/svn/trunk@985 fc7d47d3-c008-acd5-f51f-d19787b8a02f

9ebc05c0eb55d0dc8c230b6261e33be7c7979348 authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
update the crawls table with initial info

git-svn-id: http://httparchive.googlecode.com/svn/trunk@984 fc7d47d3-c008-acd5-f51f-d19787b8a02f

d7fa086616a1ba3cd18206048af0cf4cc10a40c2 authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
the logic for "max attempts" (to resubmit failures) is in batch_process.php

git-svn-id: http://httparchive.googlecode.com/svn/trunk@983 fc7d47d3-c008-acd5-f51f-d19787b8a02f

067346b6b6113f36c2e49d102ea84a55b06b7852 authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
rearrange code: Move DB stuff from utils.inc to dbapi.inc. Add help functions minLabel() and maxLabel() to replace $gMinLabel and $gMaxLabel which were expensive to define everytime utils.inc was required.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@982 fc7d47d3-c008-acd5-f51f-d19787b8a02f

323b868a0d83c34db020371d28e7385d334caadf authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
replace $gMaxLabel and $gMinLabel with maxLabel() and minLabel()

git-svn-id: http://httparchive.googlecode.com/svn/trunk@981 fc7d47d3-c008-acd5-f51f-d19787b8a02f

98b76278dd804473c250d7a5f3ae6560f7af2959 authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
rearrange code: Move DB stuff from utils.inc to dbapi.inc. Add help functions minLabel() and maxLabel() to replace $gMinLabel and $gMaxLabel which were expensive to define everytime utils.inc was required.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@980 fc7d47d3-c008-acd5-f51f-d19787b8a02f

d2f1f65d91a0107128f0bb8ab0741d55fe699240 authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
do NOT show the onload & renderstart trend chart for an individual site - the sample size is too small

git-svn-id: http://httparchive.googlecode.com/svn/trunk@979 fc7d47d3-c008-acd5-f51f-d19787b8a02f

2ca8db32f3771feebf78de7db823bc15e9c9da9f authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
Use replace instead of insert for adding stats. add perCompressed to trend stats. Add optional $hTuples param to computeOther so that we can selectively update only the missing stats (since Other is SO expensive).

git-svn-id: http://httparchive.googlecode.com/svn/trunk@978 fc7d47d3-c008-acd5-f51f-d19787b8a02f

cba3782bf5c8f21e23abd17d5c1df0a708c46357 authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
add perCompressed chart and table column

git-svn-id: http://httparchive.googlecode.com/svn/trunk@977 fc7d47d3-c008-acd5-f51f-d19787b8a02f

49cefec1ebacf3c3baa5805b729427888e05a6d0 authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
add perCompressed chart

git-svn-id: http://httparchive.googlecode.com/svn/trunk@976 fc7d47d3-c008-acd5-f51f-d19787b8a02f

56d7182d7b58d70486134ae8fe0e160b85c9a110 authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
need to iterate through ALL labels - not just the last year

git-svn-id: http://httparchive.googlecode.com/svn/trunk@975 fc7d47d3-c008-acd5-f51f-d19787b8a02f

231597e013254d74bc759840dc6e8b7444e051de authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
Now that Pat is removing the dump .gz files we have to redefine when a run is "complete". So now we base that on the existance of the stats. In the (near) future I hope to create a crawl table that has meta information about a crawl and we can do this more reliably then.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@974 fc7d47d3-c008-acd5-f51f-d19787b8a02f

213be5fe06405af9225f3bfd0b9c7a48f45324cc authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
Added support for merging the local downloads with those available on the Internet Archive storage

git-svn-id: http://httparchive.googlecode.com/svn/trunk@973 fc7d47d3-c008-acd5-f51f-d19787b8a02f

87fe3900dcc56a2386a7f622df1f428e9c42d417 authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
read archive so we can have "test" runs

git-svn-id: http://httparchive.googlecode.com/svn/trunk@972 fc7d47d3-c008-acd5-f51f-d19787b8a02f

834cbfdd21a5deabd5f09f81e08df1b5b59d23c7 authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
add new stats columns: renderStart, onLoad. do not use htmlspecialchars() in print functions.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@971 fc7d47d3-c008-acd5-f51f-d19787b8a02f

cea9987b73507957406a7672a997411d8b704104 authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
add onload & renderstart to trend stats. add updateStatsData().

git-svn-id: http://httparchive.googlecode.com/svn/trunk@970 fc7d47d3-c008-acd5-f51f-d19787b8a02f

e4df3b62f5cbe1155c92b46066f443fb61b72b33 authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
add trend chart for onload and renderstart. add $bSame and $footnote params to format2LineChart().

git-svn-id: http://httparchive.googlecode.com/svn/trunk@969 fc7d47d3-c008-acd5-f51f-d19787b8a02f

4c2f0005825c259064799b6872258136f55ac0a1 authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
add updateStats(). add $bUpdate param to computeMissingStats().

git-svn-id: http://httparchive.googlecode.com/svn/trunk@968 fc7d47d3-c008-acd5-f51f-d19787b8a02f

52438846648eef815ea12b98a4b04c68181f5cb4 authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
add missing close php. add date when done copying.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@967 fc7d47d3-c008-acd5-f51f-d19787b8a02f

e5d80dcd58e707500d1df7f6361adf450dcd508e authored about 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
add cprint() "Console Print" to use instead of echo

git-svn-id: http://httparchive.googlecode.com/svn/trunk@966 fc7d47d3-c008-acd5-f51f-d19787b8a02f

1c0840b9f7c0de78f83c7c3c2af313db63c1d9a3 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
Organize output messages better.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@965 fc7d47d3-c008-acd5-f51f-d19787b8a02f

406add1f94aa2749a51c08676749fd39b49c0d02 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
Organize output messages better. Integrate copy.php to make things more automated.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@964 fc7d47d3-c008-acd5-f51f-d19787b8a02f

7213c634bd38279eab36e496faa8da82c0079001 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
Organize output messages better.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@963 fc7d47d3-c008-acd5-f51f-d19787b8a02f

b16069139fac6851da93fd46f975bc42375f3079 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
Organize output messages better. $gParamLabel hack so we can require_once from batch_process.php.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@962 fc7d47d3-c008-acd5-f51f-d19787b8a02f

819461a282e9d65d2f918b51d2bbb8679ac6bf10 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
Organize output messages better.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@961 fc7d47d3-c008-acd5-f51f-d19787b8a02f

962cec2e1100a888d72d85f3f3978f1764acdfb9 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
Organize output messages better. Add functions runCompleted() and dumpfileName().

git-svn-id: http://httparchive.googlecode.com/svn/trunk@960 fc7d47d3-c008-acd5-f51f-d19787b8a02f

167158e4276ba5e0c2dbc709a5ba1a4e0ab83acb authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
do NOT stop at onload but continue until page is done

git-svn-id: http://httparchive.googlecode.com/svn/trunk@959 fc7d47d3-c008-acd5-f51f-d19787b8a02f

d1825757e068569980ed44e09d54aefbf12c7611 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
ALWAYS include the &web10 and &fvonly params in querystring to submit jobs

git-svn-id: http://httparchive.googlecode.com/svn/trunk@958 fc7d47d3-c008-acd5-f51f-d19787b8a02f

67a7c88360324b1a65ae0c69043ebead9f78475c authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
add $gbNoScript

git-svn-id: http://httparchive.googlecode.com/svn/trunk@957 fc7d47d3-c008-acd5-f51f-d19787b8a02f

f12ed3e07a41fd95ed6a0bf206a2b99fe451952d authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
add support for noscript=1 tests. add $gbRepeatView global BUT YOU HAVE TO SET IT MANUALLY! avoid a div by zero error.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@956 fc7d47d3-c008-acd5-f51f-d19787b8a02f

34bf908a00ee962f51358ca052023c0fcb991b05 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
fix anchor text

git-svn-id: http://httparchive.googlecode.com/svn/trunk@955 fc7d47d3-c008-acd5-f51f-d19787b8a02f

6e38c56f9679f3cec1b11bd87d0ddbe0a6b06924 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
list httparchive_urls.gz dump file

git-svn-id: http://httparchive.googlecode.com/svn/trunk@954 fc7d47d3-c008-acd5-f51f-d19787b8a02f

13d3be0b1ba8f1183fb9f50e9dcc521caba621cd authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
declare global var $gDateRangeDefault

git-svn-id: http://httparchive.googlecode.com/svn/trunk@953 fc7d47d3-c008-acd5-f51f-d19787b8a02f

b1d51ce4e53a43f9059a6c37d427fcc764f02cd9 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
create httparchive_urls.gz dump. only do urls & schema dumps for desktop crawl. gzip in memory for stats dump file.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@952 fc7d47d3-c008-acd5-f51f-d19787b8a02f

4f8e074db4f2537f69b58630f7ef72f0a7dee6a1 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
declare global var

git-svn-id: http://httparchive.googlecode.com/svn/trunk@951 fc7d47d3-c008-acd5-f51f-d19787b8a02f

0e6a2c170d69e1436c9fc2f071f96fe54d2b34d4 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
add link to view agents

git-svn-id: http://httparchive.googlecode.com/svn/trunk@950 fc7d47d3-c008-acd5-f51f-d19787b8a02f

b1c27a180bced23943f19d7f7fb69f5e30bd546f authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
increase IE8 from 200K to 300K. increase mobile from 2K to 5K.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@949 fc7d47d3-c008-acd5-f51f-d19787b8a02f

07ab9c15b39ca336aa55e58af4dbcff46f12c5fa authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
add "attempts" column to status table so we can resubmit tests

git-svn-id: http://httparchive.googlecode.com/svn/trunk@948 fc7d47d3-c008-acd5-f51f-d19787b8a02f

10323061f2f70407c2f118b5dc20bca6b7d60a5c authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
Call resubmitFailures() when we finish all the tests. Increase to EIGHT parse processes. This is ugly code. We should only do this for desktop (not mobile). We should do it with an array or counter rather than hardcoding each process name. Yuck.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@947 fc7d47d3-c008-acd5-f51f-d19787b8a02f

51644ebd8cd5ea1bb3002144e32ef82179746a83 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
Add resubmitFailures() function. Add "attempts" column to status table. Increment it whenever we submit a test.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@946 fc7d47d3-c008-acd5-f51f-d19787b8a02f

f2f2ac0ab59aff001d61434197f1268a2f9f7912 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
Add more parsing tasks - we have more agents (for desktop) and the load is not high so more processes are okay. Make the quick bail a little more relaxed - now I am doing a resubmit of the failed tests and it seems like that is triggering bigger gaps in the numbers so completed tests are not detected. Or perhaps it is due to more processes.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@945 fc7d47d3-c008-acd5-f51f-d19787b8a02f

534b3cd68eefb86bdd585f81d27cfd8f43278526 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
display "no results found" if nothing found

git-svn-id: http://httparchive.googlecode.com/svn/trunk@944 fc7d47d3-c008-acd5-f51f-d19787b8a02f

7c1f293c2222fd794b89d7c47cdf5ffb9e2dede7 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
add htpasswd access restrictions for admin.php

git-svn-id: http://httparchive.googlecode.com/svn/trunk@943 fc7d47d3-c008-acd5-f51f-d19787b8a02f

5e74b4f835088ac8002769f4b3fe96ea51bbfe07 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
change bail logic to only bail after 50 IN A ROW

git-svn-id: http://httparchive.googlecode.com/svn/trunk@942 fc7d47d3-c008-acd5-f51f-d19787b8a02f

8e3cf2528fb4178c95d08ca1878522780ae3e0d7 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
remove Blaze logo since we now use WPT phones

git-svn-id: http://httparchive.googlecode.com/svn/trunk@941 fc7d47d3-c008-acd5-f51f-d19787b8a02f

3119f203dbfea008ef2c785629622e70c8779ce3 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
add a default value for $archive. include ALL labels in the select list for viewsite.php.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@940 fc7d47d3-c008-acd5-f51f-d19787b8a02f

cb08364dbacb3b31cf8c6e532ac0a7114379bb99 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
fix bug rejecting ignores

git-svn-id: http://httparchive.googlecode.com/svn/trunk@939 fc7d47d3-c008-acd5-f51f-d19787b8a02f

db797993b6a2b1168ecd29330ea2ed31284b4a1e authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
do not copy downloads - use a symlink instead to reduce disk space consumption

git-svn-id: http://httparchive.googlecode.com/svn/trunk@938 fc7d47d3-c008-acd5-f51f-d19787b8a02f

555370fa18f3faf5f5a530843095c3193b84ba23 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
tweak form

git-svn-id: http://httparchive.googlecode.com/svn/trunk@937 fc7d47d3-c008-acd5-f51f-d19787b8a02f

317fd73e396241d92e619e7a46e31b889fc6168a authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
add a default value for $archive

git-svn-id: http://httparchive.googlecode.com/svn/trunk@936 fc7d47d3-c008-acd5-f51f-d19787b8a02f

7a1283e250e2d79cdbfc6bde07b76657fdb01df6 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
fix warning about missing variable

git-svn-id: http://httparchive.googlecode.com/svn/trunk@935 fc7d47d3-c008-acd5-f51f-d19787b8a02f

4e01dc38170dfe5d1d69faa9e1921bd9ca6fe332 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
Major Change: instead of autocomplete select list, make the websites.php page a form that gets submitted. punt jQuery. remove unnecessary styles.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@934 fc7d47d3-c008-acd5-f51f-d19787b8a02f

6c6782ee52067a91096156ee93959c125dad4c28 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
add news

git-svn-id: http://httparchive.googlecode.com/svn/trunk@933 fc7d47d3-c008-acd5-f51f-d19787b8a02f

b3731d723cd5e7ed7b49ea8fa8ea5ab66130de2d authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
Major Change: instead of autocomplete select list, make the websites.php page a form that gets submitted. make the correct content-type. order URLs by rank. support JSONP.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@932 fc7d47d3-c008-acd5-f51f-d19787b8a02f

b6efbd999c7b724cbe1e0f6e62a6750f18353cb5 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
do NOT calculate intersection stats any more. do NOT copy mysql dump files - instead we use symlinks.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@931 fc7d47d3-c008-acd5-f51f-d19787b8a02f

13605a4d176c89af34a7260e9d33fcc04d279273 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
extract # of DOM elements from WPT XML results. fix math mistake in error calc.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@930 fc7d47d3-c008-acd5-f51f-d19787b8a02f

d2a0d53b5aaf1710ab51f7462f3baa353940d54e authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
set defaults for min & max label to 1 year

git-svn-id: http://httparchive.googlecode.com/svn/trunk@929 fc7d47d3-c008-acd5-f51f-d19787b8a02f

72025f314ce60740d08965d915b33fd061d30a17 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
set max & min label in utils

git-svn-id: http://httparchive.googlecode.com/svn/trunk@928 fc7d47d3-c008-acd5-f51f-d19787b8a02f

12a0d295ba609d600158a8b44c92426d4198b34b authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
remove intersection - we have a big enough sample now that changes in the list from run to run have less ability to sway the aggregate stats

git-svn-id: http://httparchive.googlecode.com/svn/trunk@927 fc7d47d3-c008-acd5-f51f-d19787b8a02f

452367e31c0109895e5a396de3446a6caa248028 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
move from Guypo phones ("iphone43") to the new WPT iphones that Pat & Sam setup ("iphone4")

git-svn-id: http://httparchive.googlecode.com/svn/trunk@926 fc7d47d3-c008-acd5-f51f-d19787b8a02f

0bf8c3a7568922998041d23e5b87d87800e3f72a authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
forgot to add .gz to end of dumpfile name

git-svn-id: http://httparchive.googlecode.com/svn/trunk@925 fc7d47d3-c008-acd5-f51f-d19787b8a02f

50bbef8c6ab93f9f25b88ac965c2cdb3df2f76b2 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
use new $gaTasks var. increase from 2 to 4 parse tasks since WPT increased the number of user agents (and so they are generating results faster than before).

git-svn-id: http://httparchive.googlecode.com/svn/trunk@924 fc7d47d3-c008-acd5-f51f-d19787b8a02f

5cbdb507a93c525c154e061678f2805f008d1d1b authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
add a status message

git-svn-id: http://httparchive.googlecode.com/svn/trunk@923 fc7d47d3-c008-acd5-f51f-d19787b8a02f

c54ea96a1df57913933e40777ec62e7882e6605a authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
use new $gaTasks variable

git-svn-id: http://httparchive.googlecode.com/svn/trunk@922 fc7d47d3-c008-acd5-f51f-d19787b8a02f

4d471df38cfb39df275c00fb1dfc3fb92999c350 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
use new $gaTasks variable

git-svn-id: http://httparchive.googlecode.com/svn/trunk@921 fc7d47d3-c008-acd5-f51f-d19787b8a02f

db7c2f852d38dbd5e354dd436ddce0c3fbe71c16 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
fix bug where we were submitting runs of 1M URLs. the problem was inside importurls.php we set $gUrlsFile which back in batch_start.php triggers using that file as the list of URLs. the fix was adding $gbUrlsFileSpecified.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@920 fc7d47d3-c008-acd5-f51f-d19787b8a02f

81d1c140b3810e2dd681e3a44afbcf5c4b3d96e5 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
increase to 4 parse processes since we have more user agents in WPT

git-svn-id: http://httparchive.googlecode.com/svn/trunk@919 fc7d47d3-c008-acd5-f51f-d19787b8a02f

93e7ccbafe5a1d03af05b1193ae390a486482b65 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
fix typo

git-svn-id: http://httparchive.googlecode.com/svn/trunk@918 fc7d47d3-c008-acd5-f51f-d19787b8a02f

1e2af6716186ab073b51e46eb6ed0af85da9e1c2 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
add Charlie Clark

git-svn-id: http://httparchive.googlecode.com/svn/trunk@917 fc7d47d3-c008-acd5-f51f-d19787b8a02f

6e017fbe3ae5be2c6b37b1f4eb920f3eeab7c136 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
remove a gzip step and pipe instead

git-svn-id: http://httparchive.googlecode.com/svn/trunk@916 fc7d47d3-c008-acd5-f51f-d19787b8a02f

b593066c61837f2a8c15e79fdeb9275c856542c0 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
tweak instructions to save a gzip step

git-svn-id: http://httparchive.googlecode.com/svn/trunk@915 fc7d47d3-c008-acd5-f51f-d19787b8a02f

344b22c0bcd06854ecf4ee9e1a3b2b9f019352f0 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
add "--complete-insert" to the mysql dump commands so that restores are more independent of schema changes

git-svn-id: http://httparchive.googlecode.com/svn/trunk@914 fc7d47d3-c008-acd5-f51f-d19787b8a02f

aefb887c40ad8c9900a6d41b369b1064cd5087dd authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
fix bug #312 where we had unmatched script tags for private instances

git-svn-id: http://httparchive.googlecode.com/svn/trunk@913 fc7d47d3-c008-acd5-f51f-d19787b8a02f

260801493e80b0fada24d2c06af35069ba8e70e6 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
fix security issue by constructing the HAR file URL using wptHarFileUrl (rather than straight from querystring param)

git-svn-id: http://httparchive.googlecode.com/svn/trunk@912 fc7d47d3-c008-acd5-f51f-d19787b8a02f

1e23ee2a05963bbd572d095a933a81f5304a98a4 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
fix security issue by constructing the HAR file URL using wptHarFileUrl (rather than straight from querystring param)

git-svn-id: http://httparchive.googlecode.com/svn/trunk@911 fc7d47d3-c008-acd5-f51f-d19787b8a02f

ffc0a0482fdbc49e820d2466eba0f616c54f4ff1 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
fix security issue by constructing the HAR file URL using wptHarFileUrl (rather than straight from querystring param)

git-svn-id: http://httparchive.googlecode.com/svn/trunk@910 fc7d47d3-c008-acd5-f51f-d19787b8a02f

b02dc36a2e23a4fea8e04fd3762dc71891a47d91 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
add Ilya article

git-svn-id: http://httparchive.googlecode.com/svn/trunk@909 fc7d47d3-c008-acd5-f51f-d19787b8a02f

af4a8cb97083c9597cf3c8578fe20082975b8c17 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
rely on setting $gArchive in utils.inc. use getParam()

git-svn-id: http://httparchive.googlecode.com/svn/trunk@908 fc7d47d3-c008-acd5-f51f-d19787b8a02f

498019538c52cb52faf6508df611e7e3bf524030 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
rely on setting $gArchive in utils.inc.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@907 fc7d47d3-c008-acd5-f51f-d19787b8a02f

c33d4313953f28ba1e5dd687d6970ad86f03dad9 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
use getParam()

git-svn-id: http://httparchive.googlecode.com/svn/trunk@906 fc7d47d3-c008-acd5-f51f-d19787b8a02f

79bc5ede29ebc0f9cf4e6d4ff36d1e60d9ade486 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
use getParam()

git-svn-id: http://httparchive.googlecode.com/svn/trunk@905 fc7d47d3-c008-acd5-f51f-d19787b8a02f

b4a2922d4f266ee0d15605238753c5df8e7bcdcd authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
nit

git-svn-id: http://httparchive.googlecode.com/svn/trunk@904 fc7d47d3-c008-acd5-f51f-d19787b8a02f

f6c6af27bca53f8d1d3c9c7ddc77673438902873 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
Add $gArchive to queries so we can start using page table archive column as a way to do one-off runs.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@903 fc7d47d3-c008-acd5-f51f-d19787b8a02f

fe1f0a2b080d223cfee2852ceafc0fe0feae1a8e authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>
use getParam. rely on setting $gArchive in utils.inc.

git-svn-id: http://httparchive.googlecode.com/svn/trunk@902 fc7d47d3-c008-acd5-f51f-d19787b8a02f

0ba401a16ea014931b2220b41b3cb75d28ce3d88 authored over 12 years ago by [email protected] <[email protected]@fc7d47d3-c008-acd5-f51f-d19787b8a02f>