summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/safe_browsing_database_bloom.cc
Commit message (Expand)AuthorAgeFilesLines
* More safe browsing cleanup work:pkasting@chromium.org2009-11-141-14/+26
* Fix some strict aliasing errors from r31773 caught with gcc 4.4.craig.schlenter@chromium.org2009-11-121-5/+5
* Misc. minor cleanups in bloom filter code:pkasting@chromium.org2009-11-121-16/+9
* Fix memory leak I introduced in my earlier change.jam@chromium.org2009-11-091-8/+6
* Eighth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-071-3/+2
* The SafeBrowsing system had a bunch of plumbing for system resume that wasn't...pkasting@chromium.org2009-10-301-30/+1
* Fixed data race between GetDatabase and CheckURL at startup.erikkay@chromium.org2009-10-121-3/+1
* Decrease the SafeBrowsing false positive rate.paulg@google.com2009-05-091-39/+7
* Reduce the false positive rate for SafeBrowsing gethash requests.paulg@google.com2009-04-171-4/+5
* NO CODE CHANGE.maruel@google.com2009-03-051-1/+2
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-11/+11
* Safe browsing cleanup:estade@chromium.org2009-01-281-4/+5
* Fixing crash in SafeBrowsingDatabaseBloom:tommi@chromium.org2009-01-121-4/+1
* Ignore GetHash results for lists that we don't support.paulg@google.com2009-01-081-32/+8
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-221-8/+8
* Fix a few leaks in SafeBrowsing. These have been around since the beginning,...erikkay@google.com2008-11-211-8/+5
* Rollback "Remove use of wide characters in stats table identifiers."evanm@google.com2008-11-211-8/+8
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-211-8/+8
* Fix build bustage, I missed this file with my base namespace changes.brettw@google.com2008-11-141-3/+3
* Add histograms to measure new SafeBrowsing performance.paulg@google.com2008-11-141-10/+54
* Reduce memory consumption by keeping the SafeBrowsingpaulg@google.com2008-11-131-31/+62
* Handle the possibility of failure when starting apaulg@google.com2008-11-111-3/+3
* Add support for 256 bit full hashes to the new implementation.paulg@google.com2008-11-111-259/+440
* Trivial patch: add whitespace to some SQL statements to turn "INSERT INTO foo...pkasting@chromium.org2008-10-291-1/+1
* Fix a minor memory leak.paulg@google.com2008-10-291-3/+2
* Give the new implementation a unique name for the databasepaulg@google.com2008-10-281-1/+1
* Clean up the chunk processing pipeline. We are no longerpaulg@google.com2008-10-271-287/+195
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+3
* Changes to allow running the new SafeBrowsing storage system,contained in Saf...paulg@google.com2008-10-241-83/+382
* Port some more parts of browser/evanm@google.com2008-10-231-7/+7
* Minor code clean up.paulg@google.com2008-10-131-4/+4
* Fixes to the experimental bloom filter storage code.paulg@google.com2008-10-081-40/+41
* A partially working implementation of a faster safe browsing implementation.erikkay@google.com2008-10-021-0/+1059