| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up Safe Browsing code a little: | pkasting@chromium.org | 2009-12-01 | 1 | -722/+703 |
* | Use AutoReset (formerly ScopedBool) where possible. | pkasting@chromium.org | 2009-11-20 | 1 | -2/+2 |
* | More safe browsing cleanup work: | pkasting@chromium.org | 2009-11-14 | 1 | -14/+26 |
* | Fix some strict aliasing errors from r31773 caught with gcc 4.4. | craig.schlenter@chromium.org | 2009-11-12 | 1 | -5/+5 |
* | Misc. minor cleanups in bloom filter code: | pkasting@chromium.org | 2009-11-12 | 1 | -16/+9 |
* | Fix memory leak I introduced in my earlier change. | jam@chromium.org | 2009-11-09 | 1 | -8/+6 |
* | Eighth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-07 | 1 | -3/+2 |
* | The SafeBrowsing system had a bunch of plumbing for system resume that wasn't... | pkasting@chromium.org | 2009-10-30 | 1 | -30/+1 |
* | Fixed data race between GetDatabase and CheckURL at startup. | erikkay@chromium.org | 2009-10-12 | 1 | -3/+1 |
* | Decrease the SafeBrowsing false positive rate. | paulg@google.com | 2009-05-09 | 1 | -39/+7 |
* | Reduce the false positive rate for SafeBrowsing gethash requests. | paulg@google.com | 2009-04-17 | 1 | -4/+5 |
* | NO CODE CHANGE. | maruel@google.com | 2009-03-05 | 1 | -1/+2 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -1/+1 |
* | Use string for Histogram names since these are all ASCII anyway. | dsh@google.com | 2009-02-24 | 1 | -11/+11 |
* | Safe browsing cleanup: | estade@chromium.org | 2009-01-28 | 1 | -4/+5 |
* | Fixing crash in SafeBrowsingDatabaseBloom: | tommi@chromium.org | 2009-01-12 | 1 | -4/+1 |
* | Ignore GetHash results for lists that we don't support. | paulg@google.com | 2009-01-08 | 1 | -32/+8 |
* | Remove use of wide characters in stats table identifiers. | evanm@google.com | 2008-11-22 | 1 | -8/+8 |
* | Fix a few leaks in SafeBrowsing. These have been around since the beginning,... | erikkay@google.com | 2008-11-21 | 1 | -8/+5 |
* | Rollback "Remove use of wide characters in stats table identifiers." | evanm@google.com | 2008-11-21 | 1 | -8/+8 |
* | Remove use of wide characters in stats table identifiers. | evanm@google.com | 2008-11-21 | 1 | -8/+8 |
* | Fix build bustage, I missed this file with my base namespace changes. | brettw@google.com | 2008-11-14 | 1 | -3/+3 |
* | Add histograms to measure new SafeBrowsing performance. | paulg@google.com | 2008-11-14 | 1 | -10/+54 |
* | Reduce memory consumption by keeping the SafeBrowsing | paulg@google.com | 2008-11-13 | 1 | -31/+62 |
* | Handle the possibility of failure when starting a | paulg@google.com | 2008-11-11 | 1 | -3/+3 |
* | Add support for 256 bit full hashes to the new implementation. | paulg@google.com | 2008-11-11 | 1 | -259/+440 |
* | Trivial patch: add whitespace to some SQL statements to turn "INSERT INTO foo... | pkasting@chromium.org | 2008-10-29 | 1 | -1/+1 |
* | Fix a minor memory leak. | paulg@google.com | 2008-10-29 | 1 | -3/+2 |
* | Give the new implementation a unique name for the database | paulg@google.com | 2008-10-28 | 1 | -1/+1 |
* | Clean up the chunk processing pipeline. We are no longer | paulg@google.com | 2008-10-27 | 1 | -287/+195 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -0/+3 |
* | Changes to allow running the new SafeBrowsing storage system,contained in Saf... | paulg@google.com | 2008-10-24 | 1 | -83/+382 |
* | Port some more parts of browser/ | evanm@google.com | 2008-10-23 | 1 | -7/+7 |
* | Minor code clean up. | paulg@google.com | 2008-10-13 | 1 | -4/+4 |
* | Fixes to the experimental bloom filter storage code. | paulg@google.com | 2008-10-08 | 1 | -40/+41 |
* | A partially working implementation of a faster safe browsing implementation. | erikkay@google.com | 2008-10-02 | 1 | -0/+1059 |