Commit Graph

38 Commits

Author SHA1 Message Date
gavin@gavinsharp.com
3fcd67d676 Bug 432492: rate limit long-running safebrowsing updates, patch by Dave Camp <dcamp@mozilla.com>, r=tony, a=beltzner 2008-05-07 13:33:45 -07:00
dtownsend@oxymoronical.com
af9d6e1333 Backing out bug 432492 2008-05-07 06:18:38 -07:00
reed@reedloden.com
43d3425903 Bug 432492 - "rate limit long-running safebrowsing updates" [p=dcamp@mozilla.com (Dave Camp) r=tony a1.9=beltzner] 2008-05-07 03:21:11 -07:00
dcamp@mozilla.com
6f47640c0b Bug 427862: Don't use cached full-hash entries without a successful safebrowsing update. r=tony, a1.9=beltzner 2008-04-15 15:39:44 -07:00
dcamp@mozilla.com
9d06b2c6f1 Bug 360387: Verify HMAC of safebrowsing updates. r=tony, blocking-firefox3=beltzner 2008-02-27 00:51:02 -08:00
dcamp@mozilla.com
1ff588db0a Bug 418752: don't bother fetching forwards on a failed safebrowsing update. r=tony, a=beltzner 2008-02-26 09:47:05 -08:00
dcamp@mozilla.com
2768d7cf9c Bug 414074: Cache the results of safebrowsing gethash requests. r=tony, a1.9=beltzner 2008-01-29 18:26:44 -08:00
dcamp@mozilla.com
3e8c1eb798 Bug 402611: Deal with changes to the safebrowsing v2 protocol. r=tony, a1.9=beltzner 2008-01-29 12:57:18 -08:00
dcamp@mozilla.com
6306732342 Back out bug 402611 for bloat-test orange 2008-01-28 17:58:15 -08:00
dcamp@mozilla.com
7112110cef Bug 402611: Deal with changes to the safebrowsing v2 protocol. r=tony, a1.9=beltzner 2008-01-28 15:04:43 -08:00
dcamp@mozilla.com
1724228c49 Bug 412688: Enforce 'one url-classifier update at a time' in the dbservice rather than just the stream updater. r=tony, a=schrep 2008-01-23 11:30:54 -08:00
dcamp@mozilla.com
03b3eb6925 Bug 402610: Allow safebrowsing servers to specify separate URLs for chunk data. r=tony, blocking=beltzner 2008-01-12 14:22:03 -08:00
dcamp@mozilla.com
6dc0a74495 Bug 407759: Support subtractions in the safebrowsing protocol that arrive before their associated add. r=tony, blocking=mconnor 2008-01-12 13:32:01 -08:00
dcamp@mozilla.com
86a879295b bump the nsIUrlClassifierDBServiceWorker uuid, b=390398, r=vlad, a=damons 2007-07-31 17:52:02 -07:00
dcamp@mozilla.com
532a82cb78 try landing new safebrowsing protocol again. b=387196, r=tony, r=vlad (for new fixes) 2007-07-25 23:38:43 -07:00
dcamp@mozilla.com
c91142ec8a backout patch for 387196 2007-07-25 20:11:43 -07:00
dcamp@mozilla.com
791945185f implement the new google safebrowsing protocol. b=387196, r=tony 2007-07-25 18:49:20 -07:00
tony%ponderer.org
e7ba49093b Bug 368998: when normalizing hostnames, we don't properly escape non-alphanumerics
patch: move host encoding to c++ (url classifier utils component)
r=bryner
2007-03-05 05:58:05 +00:00
tony%ponderer.org
9a4f57b7eb Bug 370860: A very long URI hangs under phishing protection code
patch:  v4: move canonicalizeURL to c++
r=bryner,sr=darin
2007-02-27 23:49:44 +00:00
tony%ponderer.org
f2c42f04e3 bug 349253: implement backoff code for table updates
patch: requestbackoff class, check for connection refused and http error codes
r=provos,sr=darin
2006-08-24 00:18:01 +00:00
tony%ponderer.org
8bdb13aa95 Bug 346184: If urlclassifier.sqlite is removed, db is not repopulated
patch: check db tables before sending an update request
r=darin
2006-08-01 02:01:40 +00:00
tony%ponderer.org
684b0f1794 re-land bug 342187: query params for "ask google" anti-phishing queries
are in source code.
This is triggering a leak in https since we make an https request, see
bug 345136.
r=mmchew,sr=ben
2006-07-19 01:05:52 +00:00
tony%ponderer.org
1847bea293 backing out patch from bug 342187, this appears to have caused a big jump in
rlk
2006-07-18 23:47:34 +00:00
tony%ponderer.org
85b02f1f63 bug 342187: query params for "ask google" anti-phishing queries are in source code
r=mmchew,sr=ben
2006-07-18 21:28:11 +00:00
tony%ponderer.org
c20fefb903 Bug 340603: getting table updates consumes large amounts of memory
patch: enable streaming updates
r+a=darin
2006-06-16 19:11:24 +00:00
tony%ponderer.org
650ebd284e back out patch on closed tree (balsa crashes) 2006-06-16 17:44:04 +00:00
tony%ponderer.org
e8c2ad984d Bug 340603: getting table updates consumes large amounts of memory
patch: enable streaming updates
r+a=darin
2006-06-16 17:37:05 +00:00
tony%ponderer.org
788b00d2ae bug 340603: getting table updates consumes large amounts of memory
patch: interface for streaming updates
r+a=darin
2006-06-15 19:10:04 +00:00
tony%ponderer.org
b0dd321439 backing change out of closed tree 2006-06-14 00:41:24 +00:00
tony%ponderer.org
4a3845a62d bug 340603: getting table updates consumes large amounts of memory;
interface for streaming updates
r+a=darin
2006-06-13 23:39:29 +00:00
tony%ponderer.org
3930b2c904 rolling back patch for bug 340603 (files are missing) to fix the build 2006-06-08 01:42:28 +00:00
tony%ponderer.org
f77d557d81 Bug 340603: safebrowsing getting table updates consumes large amounts of
memory, patch "interface for streaming updates"
r+a=darin
2006-06-08 01:08:44 +00:00
brettw%gmail.com
f94d228c92 Bug 336694 (for tony@ponderer.org) r=ben use url-classifier db service for local list management 2006-05-05 21:51:46 +00:00
brettw%gmail.com
4db436d5f2 Bug 336203 (for tony@ponderer.org) r=darin Add new safe browsing C++ service 2006-05-05 21:42:47 +00:00
brettw%gmail.com
f27a00d7e8 Bug 333894 (for tony@ponderer.org) r+a=ben
flesh out details interfaces for managing black/white lists
2006-05-02 21:57:35 +00:00
brettw%gmail.com
2c37a031cc Bug 335611 (for tony@ponderer.org) r=brettw a=bryner Rename URL classifier files to correspond to new names 2006-04-27 16:55:14 +00:00
brettw%gmail.com
554d27c6a6 Bug 335564 (for tony@ponderer.org) r=brettw a=ben Rename url classifier variables for clarity 2006-04-27 00:24:19 +00:00
brettw%gmail.com
6e1b8d9b6e Bug 335032 (for tony@ponderer.org) r=bsmedberg a=ben Rename protection to url-classifier 2006-04-25 23:00:12 +00:00