summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/safe_browsing_database.h
Commit message (Expand)AuthorAgeFilesLines
* Implement and test safe-browsing gethash cache for protocol v3.shess@chromium.org2014-06-281-26/+20
* [safe browsing] Remove most filename storage in database object.shess@chromium.org2014-06-201-9/+4
* Convert safe-browsing to v3 protocol support.shess@chromium.org2014-06-111-8/+8
* [safe-browsing] Mechanical cleanups to tests and naming.shess@chromium.org2014-05-141-3/+3
* Expose the presence of the safebrowsing CSD whitelist killswitch.grt@chromium.org2014-05-131-0/+7
* [safe browsing] Switch to independent cache lifetimes for gethash items.shess@chromium.org2014-05-131-12/+14
* [safe-browsing] Database full hash matches like prefix match.shess@chromium.org2014-05-011-12/+9
* [safe_browsing] Remove unused ContainsBrowseUrl() parameter.shess@chromium.org2014-04-291-7/+3
* Refactor to simplify safe-browsing gethash cache.shess@chromium.org2014-04-171-5/+15
* [safe browsing] Remove stale BINHASH code.shess@chromium.org2014-02-211-5/+0
* Add new SafeBrowsing list which contains malicious IPs.noelutz@chromium.org2013-11-011-4/+40
* Revert "Revert 203400 "Add a killswitch for CSD malware IP match and rep...""kewang@google.com2013-07-261-2/+8
* Revert 203400 "Add a killswitch for CSD malware IP match and rep..."ajwong@chromium.org2013-06-051-6/+2
* Add a killswitch for CSD malware IP match and report feature. Use a new kills...kewang@google.com2013-05-311-2/+6
* Add support for the side-effect free whitelist in safe browsing.tburkard@chromium.org2013-05-151-10/+38
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-311-3/+3
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-20/+23
* Add an extension blacklist safebrowsing store and use it inkalman@chromium.org2013-02-021-4/+33
* Small modifications to safebrowsing code to make it simpler to add the extensionkalman@chromium.org2013-01-181-12/+5
* Finish conversion from bloom filter to prefix set in safe browsing.shess@chromium.org2012-10-191-15/+9
* Transition safe browsing from bloom filter to prefix set.shess@chromium.org2012-09-081-8/+18
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+1
* Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES()robertshield@chromium.org2011-11-291-2/+2
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-211-14/+17
* Convert safe-browsing storage to new Bind/Callback system.shess@chromium.org2011-09-301-1/+1
* Add a whitelist for the new binary download protection.noelutz@google.com2011-09-211-36/+68
* Check all redirect URLs against download safebrowsing list.mattm@chromium.org2011-04-201-12/+12
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* ContainsCsdWhitelistedUrl() is typically called on the IO thread.noelutz@google.com2011-03-221-1/+1
* Add a new SafeBrowsing list which contains a whitelist for the client-sidenoelutz@google.com2011-03-091-18/+66
* Lookup hash prefix in safebrowsing service.lzheng@chromium.org2011-02-161-4/+17
* PrefixSet as an alternate to BloomFilter for safe-browsing.shess@chromium.org2011-02-101-0/+7
* Don't update safe-browsing database if no updates come down.shess@chromium.org2011-02-091-0/+4
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* Handle download url list and binary hash list in safe browsing. Addedlzheng@chromium.org2010-12-151-42/+81
* Add a browser test for safebrowsing service.lzheng@chromium.org2010-12-131-0/+26
* No fixed upper-bound constant for safe-browsing histograms.shess@chromium.org2010-10-261-3/+3
* Clean up safe_browsing_database.cc histograms.shess@chromium.org2010-10-081-0/+21
* Short-circuit safe-browsing updates once corruption is detected.shess@chromium.org2010-09-211-3/+11
* Refactor SafeBrowsingDatabase for transition to new file format.shess@chromium.org2010-08-181-50/+118
* Minor header cleanup of chrome/browser/[st]*/*.h minus c/b/sync/*.h.viettrungluu@chromium.org2010-08-061-2/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacementphajdan.jr@chromium.org2010-06-011-2/+2
* Clean up SafeBrowsingDatabaseTest setup/teardown.shess@chromium.org2010-03-091-1/+1
* Refactor chunk ownership in SafeBrowsing code.shess@chromium.org2010-03-081-7/+6
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-1/+2
* Clean up Safe Browsing code a little:pkasting@chromium.org2009-12-011-35/+15
* The SafeBrowsing system had a bunch of plumbing for system resume that wasn't...pkasting@chromium.org2009-10-301-3/+0