index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
safe_browsing
/
safe_browsing_database.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement and test safe-browsing gethash cache for protocol v3.
shess@chromium.org
2014-06-28
1
-26
/
+20
*
[safe browsing] Remove most filename storage in database object.
shess@chromium.org
2014-06-20
1
-9
/
+4
*
Convert safe-browsing to v3 protocol support.
shess@chromium.org
2014-06-11
1
-8
/
+8
*
[safe-browsing] Mechanical cleanups to tests and naming.
shess@chromium.org
2014-05-14
1
-3
/
+3
*
Expose the presence of the safebrowsing CSD whitelist killswitch.
grt@chromium.org
2014-05-13
1
-0
/
+7
*
[safe browsing] Switch to independent cache lifetimes for gethash items.
shess@chromium.org
2014-05-13
1
-12
/
+14
*
[safe-browsing] Database full hash matches like prefix match.
shess@chromium.org
2014-05-01
1
-12
/
+9
*
[safe_browsing] Remove unused ContainsBrowseUrl() parameter.
shess@chromium.org
2014-04-29
1
-7
/
+3
*
Refactor to simplify safe-browsing gethash cache.
shess@chromium.org
2014-04-17
1
-5
/
+15
*
[safe browsing] Remove stale BINHASH code.
shess@chromium.org
2014-02-21
1
-5
/
+0
*
Add new SafeBrowsing list which contains malicious IPs.
noelutz@chromium.org
2013-11-01
1
-4
/
+40
*
Revert "Revert 203400 "Add a killswitch for CSD malware IP match and rep...""
kewang@google.com
2013-07-26
1
-2
/
+8
*
Revert 203400 "Add a killswitch for CSD malware IP match and rep..."
ajwong@chromium.org
2013-06-05
1
-6
/
+2
*
Add a killswitch for CSD malware IP match and report feature. Use a new kills...
kewang@google.com
2013-05-31
1
-2
/
+6
*
Add support for the side-effect free whitelist in safe browsing.
tburkard@chromium.org
2013-05-15
1
-10
/
+38
*
Move MessageLoop to base namespace.
brettw@chromium.org
2013-03-31
1
-3
/
+3
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
1
-20
/
+23
*
Add an extension blacklist safebrowsing store and use it in
kalman@chromium.org
2013-02-02
1
-4
/
+33
*
Small modifications to safebrowsing code to make it simpler to add the extension
kalman@chromium.org
2013-01-18
1
-12
/
+5
*
Finish conversion from bloom filter to prefix set in safe browsing.
shess@chromium.org
2012-10-19
1
-15
/
+9
*
Transition safe browsing from bloom filter to prefix set.
shess@chromium.org
2012-09-08
1
-8
/
+18
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
1
-1
/
+1
*
Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES()
robertshield@chromium.org
2011-11-29
1
-2
/
+2
*
Add OVERRIDE to chrome/browser/.
avi@chromium.org
2011-11-21
1
-14
/
+17
*
Convert safe-browsing storage to new Bind/Callback system.
shess@chromium.org
2011-09-30
1
-1
/
+1
*
Add a whitelist for the new binary download protection.
noelutz@google.com
2011-09-21
1
-36
/
+68
*
Check all redirect URLs against download safebrowsing list.
mattm@chromium.org
2011-04-20
1
-12
/
+12
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
ContainsCsdWhitelistedUrl() is typically called on the IO thread.
noelutz@google.com
2011-03-22
1
-1
/
+1
*
Add a new SafeBrowsing list which contains a whitelist for the client-side
noelutz@google.com
2011-03-09
1
-18
/
+66
*
Lookup hash prefix in safebrowsing service.
lzheng@chromium.org
2011-02-16
1
-4
/
+17
*
PrefixSet as an alternate to BloomFilter for safe-browsing.
shess@chromium.org
2011-02-10
1
-0
/
+7
*
Don't update safe-browsing database if no updates come down.
shess@chromium.org
2011-02-09
1
-0
/
+4
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-2
/
+2
*
Handle download url list and binary hash list in safe browsing. Added
lzheng@chromium.org
2010-12-15
1
-42
/
+81
*
Add a browser test for safebrowsing service.
lzheng@chromium.org
2010-12-13
1
-0
/
+26
*
No fixed upper-bound constant for safe-browsing histograms.
shess@chromium.org
2010-10-26
1
-3
/
+3
*
Clean up safe_browsing_database.cc histograms.
shess@chromium.org
2010-10-08
1
-0
/
+21
*
Short-circuit safe-browsing updates once corruption is detected.
shess@chromium.org
2010-09-21
1
-3
/
+11
*
Refactor SafeBrowsingDatabase for transition to new file format.
shess@chromium.org
2010-08-18
1
-50
/
+118
*
Minor header cleanup of chrome/browser/[st]*/*.h minus c/b/sync/*.h.
viettrungluu@chromium.org
2010-08-06
1
-2
/
+1
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
1
-0
/
+1
*
[GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement
phajdan.jr@chromium.org
2010-06-01
1
-2
/
+2
*
Clean up SafeBrowsingDatabaseTest setup/teardown.
shess@chromium.org
2010-03-09
1
-1
/
+1
*
Refactor chunk ownership in SafeBrowsing code.
shess@chromium.org
2010-03-08
1
-7
/
+6
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
1
-1
/
+2
*
Clean up Safe Browsing code a little:
pkasting@chromium.org
2009-12-01
1
-35
/
+15
*
The SafeBrowsing system had a bunch of plumbing for system resume that wasn't...
pkasting@chromium.org
2009-10-30
1
-3
/
+0
[next]