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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
1
-34
/
+39
*
Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.
rsleevi@chromium.org
2013-02-07
1
-1
/
+1
*
Add an extension blacklist safebrowsing store and use it in
kalman@chromium.org
2013-02-02
1
-23
/
+106
*
Small modifications to safebrowsing code to make it simpler to add the extension
kalman@chromium.org
2013-01-18
1
-39
/
+53
*
Finish conversion from bloom filter to prefix set in safe browsing.
shess@chromium.org
2012-10-19
1
-81
/
+14
*
Transition safe browsing from bloom filter to prefix set.
shess@chromium.org
2012-09-08
1
-100
/
+153
*
Strip out safe-browsing prefix-set checksumming code.
shess@chromium.org
2012-08-29
1
-263
/
+1
*
Additional corruption instrumentation in safe-browsing filters.
shess@chromium.org
2012-08-15
1
-2
/
+38
*
Instrument to catch corruption constructing safe-browsing filters.
shess@chromium.org
2012-08-07
1
-70
/
+199
*
Delete stale chunks from safe-browsing downloads store.
shess@chromium.org
2012-08-07
1
-5
/
+47
*
Cleanup histograms tracking prefix-set issues in safe-browsing.
shess@chromium.org
2012-07-25
1
-136
/
+57
*
Don't restore safe-browsing prefix-set until update.
shess@chromium.org
2012-07-24
1
-9
/
+12
*
Double-check safe-browsing database validity on update failure.
shess@chromium.org
2012-04-24
1
-1
/
+24
*
Stop updating SafeBrowsing download hash list.
mattm@chromium.org
2012-01-08
1
-1
/
+9
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-4
/
+4
*
Safe-browsing SBAddPrefix from vector to deque.
shess@chromium.org
2011-10-26
1
-13
/
+16
*
[Valgrind] Fix uninitialized read in safe-browsing.
shess@chromium.org
2011-10-04
1
-1
/
+1
*
Convert safe-browsing storage to new Bind/Callback system.
shess@chromium.org
2011-09-30
1
-7
/
+12
*
Reserve space before building potentially large vectors in safe-browsing.
shess@chromium.org
2011-09-23
1
-0
/
+2
*
Add a whitelist for the new binary download protection.
noelutz@google.com
2011-09-21
1
-56
/
+143
*
[Mac] Exclude safe-browsing database files from timemachine.
shess@chromium.org
2011-05-28
1
-5
/
+29
*
Treat ERR_CONNECTION_CLOSED as end-of-data marker for downloads.
ahendrickson@chromium.org
2011-05-24
1
-1
/
+0
*
Download Safebrowsing url matching should use the standard algorithm, not a d...
mattm@chromium.org
2011-04-27
1
-17
/
+11
*
Check all redirect URLs against download safebrowsing list.
mattm@chromium.org
2011-04-20
1
-26
/
+38
*
Move crypto files out of base, to a top level directory.
rvargas@google.com
2011-04-14
1
-8
/
+9
*
Support SafeBrowsing whitelist format which may contain expressions
noelutz@google.com
2011-04-04
1
-4
/
+21
*
Add a primitive checksum to PrefixSet construction.
shess@chromium.org
2011-04-02
1
-0
/
+5
*
More PrefixSet diagnostics.
shess@chromium.org
2011-03-30
1
-10
/
+37
*
Add <iterator> to the list of include files. This is required for back_inser...
jeanluc@chromium.org
2011-03-25
1
-0
/
+1
*
ContainsCsdWhitelistedUrl() is typically called on the IO thread.
noelutz@google.com
2011-03-22
1
-2
/
+3
*
Check PrefixSet results for sorting and duplication.
shess@chromium.org
2011-03-19
1
-0
/
+53
*
Remove std::set from PrefixSet checking code.
shess@chromium.org
2011-03-18
1
-26
/
+30
*
Safe-browsing PrefixSet cleanups.
shess@chromium.org
2011-03-18
1
-23
/
+43
*
Fix nested lock in safe_browsing_database.
shess@chromium.org
2011-03-16
1
-1
/
+2
*
Add a new SafeBrowsing list which contains a whitelist for the client-side
noelutz@google.com
2011-03-09
1
-88
/
+237
*
Additional validation code for PrefixSet.
shess@chromium.org
2011-03-04
1
-16
/
+60
*
Lookup hash prefix in safebrowsing service.
lzheng@chromium.org
2011-02-16
1
-14
/
+33
*
Safe-browsing download update inverted flag on histogram.
shess@chromium.org
2011-02-14
1
-4
/
+4
*
PrefixSet as an alternate to BloomFilter for safe-browsing.
shess@chromium.org
2011-02-10
1
-0
/
+56
*
Histogram size of safe-browsing database updates.
shess@chromium.org
2011-02-10
1
-0
/
+3
*
Remove SQLite safe-browsing backing store.
shess@chromium.org
2011-02-09
1
-8
/
+4
*
Don't update safe-browsing database if no updates come down.
shess@chromium.org
2011-02-09
1
-2
/
+9
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-6
/
+6
*
Remove some duplicate histograms.
shess@chromium.org
2010-12-22
1
-8
/
+2
*
Handle download url list and binary hash list in safe browsing. Added
lzheng@chromium.org
2010-12-15
1
-128
/
+326
*
Add a browser test for safebrowsing service.
lzheng@chromium.org
2010-12-13
1
-2
/
+21
*
Track false-positive in SafeBrowsing's bloom filter.
shess@chromium.org
2010-12-03
1
-1
/
+1
*
Cleanup converting safe-browsing chunks to range list.
shess@chromium.org
2010-11-05
1
-9
/
+2
*
No fixed upper-bound constant for safe-browsing histograms.
shess@chromium.org
2010-10-26
1
-1
/
+2
[next]