summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/safe_browsing_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert hash explicitly to string with the size of the char array. lzheng@chromium.org2011-03-141-0/+4
* Get rid of the xxxKey for safebrowsing lists. Looks to me we should be okay t...lzheng@chromium.org2011-03-101-11/+4
* Add a new SafeBrowsing list which contains a whitelist for the client-sidenoelutz@google.com2011-03-091-1/+7
* Lookup hash prefix in safebrowsing service.lzheng@chromium.org2011-02-161-11/+33
* Remove the unused enlarge.lzheng@chromium.org2011-01-141-10/+0
* Handle download url list and binary hash list in safe browsing. Addedlzheng@chromium.org2010-12-151-7/+38
* FBTF: Even more deinlining.erg@google.com2010-10-201-0/+25
* Move Google-specific code under browser/ into browser/google/.evan@chromium.org2010-08-301-1/+1
* Add ftp protocol to the safebrowsing checks. Fixed the crash with canonicaliz...inferno@chromium.org2010-06-021-1/+7
* Canonicalize the url based on Section 6.1 Safe Browsing Spec.inferno@chromium.org2010-03-301-5/+147
* Refactor chunk ownership in SafeBrowsing code.shess@chromium.org2010-03-081-7/+16
* Remove dead code from safe_browsing_util.h/cc.shess@chromium.org2010-02-181-327/+15
* The search terms are escaped using + or %20 for space depending on whether re...avayvod@google.com2010-01-151-2/+2
* Adding product names to safe browsing report_error and report_phish URLs on W...robertshield@chromium.org2009-12-031-2/+15
* Misc. cleanup of safe_browsing_util.cc:pkasting@chromium.org2009-12-031-167/+123
* Make the safe_browsing_util.cc function definition order match the declaratio...pkasting@chromium.org2009-12-021-242/+252
* Clean up Safe Browsing code a little:pkasting@chromium.org2009-12-011-6/+3
* Move base64 from 'net/base' into 'base'.hayato@chromium.org2009-11-241-3/+3
* Change a phishing report URL param.paul@chromium.org2009-10-021-1/+1
* Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on...jshin@chromium.org2009-08-181-1/+1
* Separate the key setting code in the constructor of HMAC class into the Initwtc@chromium.org2009-05-051-3/+3
* NO CODE CHANGE.maruel@google.com2009-03-051-1/+2
* Make safe_browsing_blocking_page.cc compile on Posix.jhawkins@chromium.org2009-02-191-3/+0
* Ignore GetHash results for lists that we don't support.paulg@google.com2009-01-081-0/+20
* Add support for 256 bit full hashes to the new implementation.paulg@google.com2008-11-111-0/+3
* Return without doing anything instead of dereferencing junk in unexpected cases.mark@chromium.org2008-10-161-0/+1
* Cleanup EOL and include guards, including fixing one guard that was not the c...deanm@chromium.org2008-09-201-1/+0
* Enable safe browsing tests exercising VerifyMAC. Reorder libraries to match ...deanm@chromium.org2008-09-181-5/+0
* Include chrome/browser/SConscript in Linux build.tc@google.com2008-09-171-1/+8
* Fix the issue where a sub chunk coming in before an add chunk, both containg ...jam@chromium.org2008-09-041-2/+11
* HMAC-SHA1 implementation for Mac based on CommonCrypto;mmentovai@google.com2008-09-041-3/+3
* Fix problem of safebrowsing database removing an add for a hostname when it g...jabdelmalek@google.com2008-08-281-2/+2
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Move some more classes from net/base into the net:: namespace.darin@google.com2008-07-301-2/+2
* Try to cut down on some unnecessary dependencies. Remove any unused includes...deanm@google.com2008-07-281-0/+1
* Add chrome to the repository.initial.commit2008-07-261-0/+630