| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle the possibility of failure when starting a | paulg@google.com | 2008-11-11 | 6 | -26/+10 |
* | make sure we match all the tests and files that linux has running. We were ne... | pinkerton@google.com | 2008-11-11 | 1 | -0/+8 |
* | Add support for 256 bit full hashes to the new implementation. | paulg@google.com | 2008-11-11 | 12 | -608/+1045 |
* | Update the SafeBrowsing protocol version to 2.2, which handles | paulg@google.com | 2008-11-07 | 1 | -3/+3 |
* | Trivial patch: add whitespace to some SQL statements to turn "INSERT INTO foo... | pkasting@chromium.org | 2008-10-29 | 2 | -7/+5 |
* | Fix a minor memory leak. | paulg@google.com | 2008-10-29 | 4 | -8/+6 |
* | Give the new implementation a unique name for the database | paulg@google.com | 2008-10-28 | 1 | -1/+1 |
* | Plumb the referrer throughout the OpenURL APIs. | ericroman@google.com | 2008-10-27 | 1 | -3/+3 |
* | Clean up the chunk processing pipeline. We are no longer | paulg@google.com | 2008-10-27 | 2 | -326/+216 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 13 | -17/+37 |
* | Disable a long running test. | paulg@google.com | 2008-10-25 | 1 | -1/+1 |
* | Changes to allow running the new SafeBrowsing storage system,contained in Saf... | paulg@google.com | 2008-10-24 | 13 | -162/+606 |
* | Port some more parts of browser/ | evanm@google.com | 2008-10-23 | 4 | -63/+104 |
* | Change the detection of the list name from parsing a URL | paulg@google.com | 2008-10-22 | 3 | -13/+3 |
* | Return without doing anything instead of dereferencing junk in unexpected cases. | mark@chromium.org | 2008-10-16 | 1 | -0/+1 |
* | As agreed on by the SafeBrowsing server team: | paulg@google.com | 2008-10-15 | 2 | -15/+14 |
* | This is the first pass at refactoring the interstitial page. | jcampan@chromium.org | 2008-10-13 | 4 | -236/+126 |
* | Minor code clean up. | paulg@google.com | 2008-10-13 | 2 | -4/+9 |
* | Fix a couple of UMRs in the unit tests. | paulg@google.com | 2008-10-10 | 2 | -0/+3 |
* | Provide an option to turn on the new SafeBrowsing storage system | paulg@google.com | 2008-10-09 | 1 | -0/+4 |
* | Support zero size chunks in the current implementation. | paulg@google.com | 2008-10-09 | 5 | -39/+282 |
* | One more link that needs drag and drop disabled in the malware blocking page. | jcampan@chromium.org | 2008-10-09 | 1 | -1/+1 |
* | Fixes to the experimental bloom filter storage code. | paulg@google.com | 2008-10-08 | 3 | -46/+69 |
* | Clicking the diagnostic link on the malware page would triggers a DCHECK. | jcampan@chromium.org | 2008-10-08 | 1 | -2/+2 |
* | Make chunk ranges searchable. | paulg@google.com | 2008-10-08 | 3 | -0/+47 |
* | A partially working implementation of a faster safe browsing implementation. | erikkay@google.com | 2008-10-02 | 8 | -2/+1334 |
* | Port some more of chrome/ to Linux. | deanm@google.com | 2008-10-02 | 1 | -7/+2 |
* | Change the SafeBrowsing client version to use the proper | paulg@google.com | 2008-10-01 | 2 | -11/+17 |
* | Use RandUInt64 instead of going from signed to unsigned. | deanm@chromium.org | 2008-09-30 | 1 | -1/+1 |
* | Refactoring for portability: | mark@chromium.org | 2008-09-29 | 2 | -9/+11 |
* | Cleanup EOL and include guards, including fixing one guard that was not the c... | deanm@chromium.org | 2008-09-20 | 17 | -38/+27 |
* | Create a SafeBrowsing database interface to more easily | paulg@google.com | 2008-09-20 | 9 | -1713/+1885 |
* | Enable safe browsing tests exercising VerifyMAC. Reorder libraries to match ... | deanm@chromium.org | 2008-09-18 | 2 | -12/+0 |
* | Include chrome SConscript.unit_tests in Linux build. | tc@google.com | 2008-09-17 | 3 | -52/+42 |
* | Include chrome/browser/SConscript in Linux build. | tc@google.com | 2008-09-17 | 5 | -9/+22 |
* | This is almost a complete rewrite of DidNavigate and the associated Navigatio... | brettw@google.com | 2008-09-14 | 1 | -16/+6 |
* | If you click a link to a malware page or if a page redirects to malware, the ... | jcampan@chromium.org | 2008-09-10 | 1 | -3/+2 |
* | Replace all instances of <hash_map> with a "base/hash_tabe.h", | erg@google.com | 2008-09-08 | 4 | -12/+8 |
* | Use FRIEND_TEST() instead of guessing the test class name (!) | maruel@google.com | 2008-09-08 | 2 | -6/+9 |
* | Disable a flakey test. | deanm@google.com | 2008-09-08 | 1 | -2/+2 |
* | Fix a memory leak introduced in the SafeBrowsing prefix cache test. | paulg@google.com | 2008-09-06 | 1 | -1/+5 |
* | Cache empty responses from the SafeBrowsing servers for GetHash | paulg@google.com | 2008-09-05 | 6 | -11/+67 |
* | Fix the issue where a sub chunk coming in before an add chunk, both containg ... | jam@chromium.org | 2008-09-04 | 3 | -3/+42 |
* | HMAC-SHA1 implementation for Mac based on CommonCrypto; | mmentovai@google.com | 2008-09-04 | 1 | -3/+3 |
* | Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v... | darin@google.com | 2008-09-03 | 2 | -29/+5 |
* | Take out uneeded comment (and test public Rietveld instance!). | jam@chromium.org | 2008-09-02 | 1 | -1/+0 |
* | Change SafeBrowsing client name for Chromium.BUG=1296800 | rahulk@google.com | 2008-08-31 | 2 | -4/+11 |
* | On line 138 of protocol_manager.cc we were converting a std::string | ifette@google.com | 2008-08-29 | 1 | -1/+1 |
* | Make a step on refactoring navigation. The eventual plan is to have the Navig... | brettw@google.com | 2008-08-28 | 1 | -1/+4 |
* | Fix problem of safebrowsing database removing an add for a hostname when it g... | jabdelmalek@google.com | 2008-08-28 | 2 | -2/+31 |