summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/protocol_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Move base64 from 'net/base' into 'base'.hayato@chromium.org2009-11-241-2/+2
* Fix a comment.eroman@chromium.org2009-11-121-1/+1
* Fix a crash during shutdown where SafeBrowsingProtocolManager could end up ge...eroman@chromium.org2009-11-121-7/+10
* Remove build time differences between Chrome Frame and Google Chrome in therobertshield@chromium.org2009-11-061-13/+7
* Fourth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-021-6/+6
* Add a client name to the safe browsing service for Chrome Frame builds of Chr...robertshield@chromium.org2009-10-071-1/+3
* Fix for an "update in progress" DCHECK.paul@chromium.org2009-08-071-1/+28
* Fix the root cause of flakiness in SafeBrowsingProtocolManagerTest.TestGetHas...phajdan.jr@chromium.org2009-07-281-3/+3
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-051-1/+1
* Reduce the false positive rate for SafeBrowsing gethash requests.paulg@google.com2009-04-171-0/+6
* Remove the old and no longer used SafeBrowsing storagepaulg@google.com2009-03-211-8/+3
* NO CODE CHANGE.maruel@google.com2009-03-051-4/+8
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-6/+6
* Report malware sub resources and their containing page to thepaulg@google.com2009-02-191-0/+37
* Usual round of porting in chrome/phajdan.jr@chromium.org2009-02-051-1/+4
* End the SafeBrowsing update cycle when the update responsepaulg@google.com2009-01-161-8/+22
* Add histograms to track the size of SafeBrowsing Updates.paulg@google.com2009-01-061-4/+14
* Make sure we end the update process if we get an errorfrom the servers. Previ...paulg@google.com2008-12-041-2/+3
* Fix a few leaks in SafeBrowsing. These have been around since the beginning,...erikkay@google.com2008-11-211-0/+3
* Add histograms to measure new SafeBrowsing performance.paulg@google.com2008-11-141-1/+10
* Handle the possibility of failure when starting apaulg@google.com2008-11-111-1/+0
* Add support for 256 bit full hashes to the new implementation.paulg@google.com2008-11-111-6/+7
* Update the SafeBrowsing protocol version to 2.2, which handlespaulg@google.com2008-11-071-3/+3
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Changes to allow running the new SafeBrowsing storage system,contained in Saf...paulg@google.com2008-10-241-1/+2
* Change the detection of the list name from parsing a URLpaulg@google.com2008-10-221-13/+1
* As agreed on by the SafeBrowsing server team:paulg@google.com2008-10-151-6/+4
* A partially working implementation of a faster safe browsing implementation.erikkay@google.com2008-10-021-0/+1
* Change the SafeBrowsing client version to use the properpaulg@google.com2008-10-011-11/+14
* Refactoring for portability:mark@chromium.org2008-09-291-7/+7
* Cleanup EOL and include guards, including fixing one guard that was not the c...deanm@chromium.org2008-09-201-1/+0
* Create a SafeBrowsing database interface to more easilypaulg@google.com2008-09-201-1/+0
* Cache empty responses from the SafeBrowsing servers for GetHashpaulg@google.com2008-09-051-2/+4
* Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v...darin@google.com2008-09-031-27/+4
* Change SafeBrowsing client name for Chromium.BUG=1296800rahulk@google.com2008-08-311-2/+5
* On line 138 of protocol_manager.cc we were converting a std::stringifette@google.com2008-08-291-1/+1
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Move some more classes from net/base into the net:: namespace.darin@google.com2008-07-301-1/+1
* Add chrome to the repository.initial.commit2008-07-261-0/+607