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
/
protocol_manager.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add "?" to query strings if original url has no query string.
lzheng@chromium.org
2010-09-07
1
-3
/
+12
*
Refactor version-getting info into a chrome::VersionInfo object.
evan@chromium.org
2010-08-27
1
-4
/
+3
*
Report malware redirectors as well.
panayiotis@google.com
2010-08-12
1
-5
/
+8
*
FBTF: Remove unneeded headers from base/ (part 5)
thestig@chromium.org
2010-08-07
1
-0
/
+2
*
base: rename Environment::HasEnv to Environment::HasVar.
tfarina@chromium.org
2010-08-04
1
-1
/
+1
*
base: Rename EnvVarGetter to Environment.
tfarina@chromium.org
2010-08-03
1
-2
/
+2
*
Cleanup: Break another common->app dependency.
thestig@chromium.org
2010-07-20
1
-2
/
+2
*
Add switches and apis in safebrowsing protocol_manager that will allow end-to...
lzheng@chromium.org
2010-06-29
1
-66
/
+98
*
Moved URLFetcher and related classes to chrome/common/net.
sanjeevr@chromium.org
2010-05-07
1
-1
/
+1
*
Refactor FileVersionInfo into an interface with platform implementations.
tony@chromium.org
2010-04-14
1
-1
/
+2
*
Convert variables in chrome/common/env_vars.cc from wchar_t to char. Enable C...
thestig@chromium.org
2010-04-06
1
-3
/
+4
*
Refactor chunk ownership in SafeBrowsing code.
shess@chromium.org
2010-03-08
1
-17
/
+11
*
The search terms are escaped using + or %20 for space depending on whether re...
avayvod@google.com
2010-01-15
1
-3
/
+3
*
Fix for Debug crasher in safe browsing updater.
mirandac@chromium.org
2009-12-15
1
-11
/
+20
*
Move base64 from 'net/base' into 'base'.
hayato@chromium.org
2009-11-24
1
-2
/
+2
*
Fix a comment.
eroman@chromium.org
2009-11-12
1
-1
/
+1
*
Fix a crash during shutdown where SafeBrowsingProtocolManager could end up ge...
eroman@chromium.org
2009-11-12
1
-7
/
+10
*
Remove build time differences between Chrome Frame and Google Chrome in the
robertshield@chromium.org
2009-11-06
1
-13
/
+7
*
Fourth patch in getting rid of caching MessageLoop pointers.
jam@chromium.org
2009-11-02
1
-6
/
+6
*
Add a client name to the safe browsing service for Chrome Frame builds of Chr...
robertshield@chromium.org
2009-10-07
1
-1
/
+3
*
Fix for an "update in progress" DCHECK.
paul@chromium.org
2009-08-07
1
-1
/
+28
*
Fix the root cause of flakiness in SafeBrowsingProtocolManagerTest.TestGetHas...
phajdan.jr@chromium.org
2009-07-28
1
-3
/
+3
*
Move scoped_vector.h and stl_util-inl.h to base/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Reduce the false positive rate for SafeBrowsing gethash requests.
paulg@google.com
2009-04-17
1
-0
/
+6
*
Remove the old and no longer used SafeBrowsing storage
paulg@google.com
2009-03-21
1
-8
/
+3
*
NO CODE CHANGE.
maruel@google.com
2009-03-05
1
-4
/
+8
*
Use string for Histogram names since these are all ASCII anyway.
dsh@google.com
2009-02-24
1
-6
/
+6
*
Report malware sub resources and their containing page to the
paulg@google.com
2009-02-19
1
-0
/
+37
*
Usual round of porting in chrome/
phajdan.jr@chromium.org
2009-02-05
1
-1
/
+4
*
End the SafeBrowsing update cycle when the update response
paulg@google.com
2009-01-16
1
-8
/
+22
*
Add histograms to track the size of SafeBrowsing Updates.
paulg@google.com
2009-01-06
1
-4
/
+14
*
Make sure we end the update process if we get an errorfrom the servers. Previ...
paulg@google.com
2008-12-04
1
-2
/
+3
*
Fix a few leaks in SafeBrowsing. These have been around since the beginning,...
erikkay@google.com
2008-11-21
1
-0
/
+3
*
Add histograms to measure new SafeBrowsing performance.
paulg@google.com
2008-11-14
1
-1
/
+10
*
Handle the possibility of failure when starting a
paulg@google.com
2008-11-11
1
-1
/
+0
*
Add support for 256 bit full hashes to the new implementation.
paulg@google.com
2008-11-11
1
-6
/
+7
*
Update the SafeBrowsing protocol version to 2.2, which handles
paulg@google.com
2008-11-07
1
-3
/
+3
*
Move Time, TimeDelta and TimeTicks into namespace base.
dsh@google.com
2008-10-27
1
-0
/
+2
*
Changes to allow running the new SafeBrowsing storage system,contained in Saf...
paulg@google.com
2008-10-24
1
-1
/
+2
*
Change the detection of the list name from parsing a URL
paulg@google.com
2008-10-22
1
-13
/
+1
*
As agreed on by the SafeBrowsing server team:
paulg@google.com
2008-10-15
1
-6
/
+4
*
A partially working implementation of a faster safe browsing implementation.
erikkay@google.com
2008-10-02
1
-0
/
+1
*
Change the SafeBrowsing client version to use the proper
paulg@google.com
2008-10-01
1
-11
/
+14
*
Refactoring for portability:
mark@chromium.org
2008-09-29
1
-7
/
+7
*
Cleanup EOL and include guards, including fixing one guard that was not the c...
deanm@chromium.org
2008-09-20
1
-1
/
+0
*
Create a SafeBrowsing database interface to more easily
paulg@google.com
2008-09-20
1
-1
/
+0
*
Cache empty responses from the SafeBrowsing servers for GetHash
paulg@google.com
2008-09-05
1
-2
/
+4
*
Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v...
darin@google.com
2008-09-03
1
-27
/
+4
*
Change SafeBrowsing client name for Chromium.BUG=1296800
rahulk@google.com
2008-08-31
1
-2
/
+5
*
On line 138 of protocol_manager.cc we were converting a std::string
ifette@google.com
2008-08-29
1
-1
/
+1
[next]