summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/safe_browsing_database.cc
Commit message (Expand)AuthorAgeFilesLines
* [Mac] Exclude safe-browsing database files from timemachine.shess@chromium.org2011-05-281-5/+29
* Treat ERR_CONNECTION_CLOSED as end-of-data marker for downloads.ahendrickson@chromium.org2011-05-241-1/+0
* Download Safebrowsing url matching should use the standard algorithm, not a d...mattm@chromium.org2011-04-271-17/+11
* Check all redirect URLs against download safebrowsing list.mattm@chromium.org2011-04-201-26/+38
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-8/+9
* Support SafeBrowsing whitelist format which may contain expressionsnoelutz@google.com2011-04-041-4/+21
* Add a primitive checksum to PrefixSet construction.shess@chromium.org2011-04-021-0/+5
* More PrefixSet diagnostics.shess@chromium.org2011-03-301-10/+37
* Add <iterator> to the list of include files. This is required for back_inser...jeanluc@chromium.org2011-03-251-0/+1
* ContainsCsdWhitelistedUrl() is typically called on the IO thread.noelutz@google.com2011-03-221-2/+3
* Check PrefixSet results for sorting and duplication.shess@chromium.org2011-03-191-0/+53
* Remove std::set from PrefixSet checking code.shess@chromium.org2011-03-181-26/+30
* Safe-browsing PrefixSet cleanups.shess@chromium.org2011-03-181-23/+43
* Fix nested lock in safe_browsing_database.shess@chromium.org2011-03-161-1/+2
* Add a new SafeBrowsing list which contains a whitelist for the client-sidenoelutz@google.com2011-03-091-88/+237
* Additional validation code for PrefixSet.shess@chromium.org2011-03-041-16/+60
* Lookup hash prefix in safebrowsing service.lzheng@chromium.org2011-02-161-14/+33
* Safe-browsing download update inverted flag on histogram.shess@chromium.org2011-02-141-4/+4
* PrefixSet as an alternate to BloomFilter for safe-browsing.shess@chromium.org2011-02-101-0/+56
* Histogram size of safe-browsing database updates.shess@chromium.org2011-02-101-0/+3
* Remove SQLite safe-browsing backing store.shess@chromium.org2011-02-091-8/+4
* Don't update safe-browsing database if no updates come down.shess@chromium.org2011-02-091-2/+9
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-6/+6
* Remove some duplicate histograms.shess@chromium.org2010-12-221-8/+2
* Handle download url list and binary hash list in safe browsing. Addedlzheng@chromium.org2010-12-151-128/+326
* Add a browser test for safebrowsing service.lzheng@chromium.org2010-12-131-2/+21
* Track false-positive in SafeBrowsing's bloom filter.shess@chromium.org2010-12-031-1/+1
* Cleanup converting safe-browsing chunks to range list.shess@chromium.org2010-11-051-9/+2
* No fixed upper-bound constant for safe-browsing histograms.shess@chromium.org2010-10-261-1/+2
* Convert LOG(INFO) to VLOG(1) - chrome/browser/safe_browsing/.pkasting@chromium.org2010-10-251-7/+7
* Delete SafeBrowsingDatabaseBloom implementation.shess@chromium.org2010-10-171-34/+6
* Adjust safe-browsing database-update metrics to account for update read.shess@chromium.org2010-10-151-8/+8
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-2/+2
* Clean up safe_browsing_database.cc histograms.shess@chromium.org2010-10-081-11/+33
* Finally flip safe-browsing to SafeBrowsingStoreFile.shess@chromium.org2010-09-241-6/+0
* Make SafeBrowsingStoreFile the default store for developers.shess@chromium.org2010-09-231-0/+6
* Short-circuit safe-browsing updates once corruption is detected.shess@chromium.org2010-09-211-3/+10
* Relax DCHECK in SafeBrowsingDatabaseNew::CacheHashResults().shess@chromium.org2010-09-091-5/+10
* Enable SafeBrowsingDatabaseNew.shess@chromium.org2010-09-041-6/+5
* Final fixes for new safe-browsing storage.shess@chromium.org2010-09-021-1/+1
* Refactor SafeBrowsingDatabase for transition to new file format.shess@chromium.org2010-08-181-18/+641
* Switch to using TimeTicks for profiling and histogramsjar@chromium.org2010-05-101-5/+5
* Clean up Safe Browsing code a little:pkasting@chromium.org2009-12-011-35/+3
* Decrease the SafeBrowsing false positive rate.paulg@google.com2009-05-091-13/+20
* Remove the old and no longer used SafeBrowsing storagepaulg@google.com2009-03-211-7/+0
* Safe browsing cleanup:estade@chromium.org2009-01-281-4/+6
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-1/+3
* Turn on the new SafeBrowsing by default. To use the olderpaulg@google.com2008-11-261-3/+3
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-1/+2
* Changes to allow running the new SafeBrowsing storage system,contained in Saf...paulg@google.com2008-10-241-5/+8