summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/safe_browsing_database.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-34/+39
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.rsleevi@chromium.org2013-02-071-1/+1
* Add an extension blacklist safebrowsing store and use it inkalman@chromium.org2013-02-021-23/+106
* Small modifications to safebrowsing code to make it simpler to add the extensionkalman@chromium.org2013-01-181-39/+53
* Finish conversion from bloom filter to prefix set in safe browsing.shess@chromium.org2012-10-191-81/+14
* Transition safe browsing from bloom filter to prefix set.shess@chromium.org2012-09-081-100/+153
* Strip out safe-browsing prefix-set checksumming code.shess@chromium.org2012-08-291-263/+1
* Additional corruption instrumentation in safe-browsing filters.shess@chromium.org2012-08-151-2/+38
* Instrument to catch corruption constructing safe-browsing filters.shess@chromium.org2012-08-071-70/+199
* Delete stale chunks from safe-browsing downloads store.shess@chromium.org2012-08-071-5/+47
* Cleanup histograms tracking prefix-set issues in safe-browsing.shess@chromium.org2012-07-251-136/+57
* Don't restore safe-browsing prefix-set until update.shess@chromium.org2012-07-241-9/+12
* Double-check safe-browsing database validity on update failure.shess@chromium.org2012-04-241-1/+24
* Stop updating SafeBrowsing download hash list.mattm@chromium.org2012-01-081-1/+9
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-4/+4
* Safe-browsing SBAddPrefix from vector to deque.shess@chromium.org2011-10-261-13/+16
* [Valgrind] Fix uninitialized read in safe-browsing.shess@chromium.org2011-10-041-1/+1
* Convert safe-browsing storage to new Bind/Callback system.shess@chromium.org2011-09-301-7/+12
* Reserve space before building potentially large vectors in safe-browsing.shess@chromium.org2011-09-231-0/+2
* Add a whitelist for the new binary download protection.noelutz@google.com2011-09-211-56/+143
* [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