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
/
net
/
http
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get tests working for Alternate-Protocol and proxies.
willchan@chromium.org
2010-05-05
2
-23
/
+24
*
Added unit tests for URLSecurityManager.
ahendrickson@chromium.org
2010-05-05
1
-0
/
+88
*
Fix a DCHECK that was hit when trying to log information on an invalid proxy-...
eroman@chromium.org
2010-05-05
3
-4
/
+65
*
Add ssl into the key for ClientSocketPools.
willchan@chromium.org
2010-05-04
2
-8
/
+11
*
Auto-format style pass over files.
cbentzel@chromium.org
2010-05-04
25
-199
/
+210
*
Fix Alternate-Protocol to work for PAC proxies.
willchan@chromium.org
2010-04-30
2
-27
/
+188
*
Fix Alternate-Protocol to work with proxies.
willchan@chromium.org
2010-04-29
2
-29
/
+26
*
Fix HttpAlternateProtocols unit test.
cbentzel@chromium.org
2010-04-29
1
-1
/
+1
*
Http cache: Add support for a dedicated cache thread.
rvargas@google.com
2010-04-29
2
-2
/
+25
*
Implement a 15 connection per proxy server limit.
willchan@chromium.org
2010-04-29
5
-154
/
+347
*
Compile fix.
eroman@chromium.org
2010-04-28
1
-1
/
+1
*
Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...
eroman@chromium.org
2010-04-28
4
-105
/
+105
*
More cleanup to address TODOs in net_log.h.
eroman@chromium.org
2010-04-28
3
-30
/
+31
*
Adds unit tests for how HttpAuthHandlerNegotiate creates SPNs.
cbentzel@chromium.org
2010-04-28
2
-2
/
+102
*
Remove proxy_mode_ from the HttpNetworkTransaction since it
mbelshe@chromium.org
2010-04-28
2
-28
/
+8
*
SPDY: Fix Alternate-Protocol.
willchan@chromium.org
2010-04-26
3
-29
/
+258
*
Increase the global TCP socket limit. It's too low.
willchan@chromium.org
2010-04-26
1
-1
/
+1
*
Add net log entries that summarize transmit and receive byte counts.
vandebo@chromium.org
2010-04-23
1
-1
/
+1
*
SPDY: Don't embed a NUL in SetNextProtos(). This makes NPN work again.
willchan@chromium.org
2010-04-21
1
-1
/
+1
*
Use HttpRequestHeaders for extra_headers.
willchan@chromium.org
2010-04-20
24
-276
/
+362
*
SSL fixes for sites with buggy DEFLATE support.
agl@chromium.org
2010-04-20
2
-4
/
+139
*
This CL moves the MockSSPILibrary out of http_auth_sspi_win_unittests.cc and ...
cbentzel@chromium.org
2010-04-20
3
-157
/
+207
*
Fix crash on IP address change.
willchan@chromium.org
2010-04-19
7
-145
/
+52
*
SPDY: Change Chrome code to support new NPN protocols.
willchan@chromium.org
2010-04-19
2
-3
/
+10
*
Update about:cache to display cached metadata for an entry.
tonyg@chromium.org
2010-04-19
4
-19
/
+19
*
Added NetLog statements for Canonical name lookup.
cbentzel@chromium.org
2010-04-19
1
-0
/
+4
*
Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th...
ahendrickson@chromium.org
2010-04-16
17
-143
/
+138
*
SPDY: Alternate-Protocol changes.
willchan@chromium.org
2010-04-15
6
-20
/
+36
*
Kerberos uses an SPN (Service Principal Name) to identify a server. This is t...
cbentzel@chromium.org
2010-04-14
14
-31
/
+453
*
Take 2 at landing the SPDY SETTINGS frame patch.
mbelshe@chromium.org
2010-04-09
1
-0
/
+10
*
Revert 44092 - Add support for the SPDY session frame.
jar@chromium.org
2010-04-09
1
-10
/
+0
*
Add support for the SPDY session frame.
mbelshe@chromium.org
2010-04-09
1
-0
/
+10
*
Flush socket pools and SPDY session pool properly on explicit requests and ne...
willchan@chromium.org
2010-04-08
7
-52
/
+145
*
Added command-line whitelist data to UrlSecurityManager. These are used by a...
ahendrickson@chromium.org
2010-04-02
8
-545
/
+54
*
With SPDY, when a proxy is set via automatic settings, we had a crash.
mbelshe@chromium.org
2010-04-02
1
-0
/
+2
*
Removed filter checks in windows implementations of Negotiate and NTLM HTTP A...
cbentzel@chromium.org
2010-03-31
4
-369
/
+0
*
Gracefully recover from malformed auth challenge.
jochen@chromium.org
2010-03-31
2
-5
/
+84
*
Remove packet split experiment, and add coalescing histogram
jar@chromium.org
2010-03-31
1
-22
/
+28
*
Remove bug 31096 checks (resolved).
vandebo@chromium.org
2010-03-30
1
-3
/
+0
*
Reland r42300: "HttpRequestHeaders refactor."
willchan@chromium.org
2010-03-29
6
-65
/
+500
*
Report unreadable files as size zero when uploading.
vandebo@chromium.org
2010-03-29
1
-0
/
+149
*
On Windows, use IInternetSecurityManager to determine if it's OK
wtc@chromium.org
2010-03-29
15
-104
/
+318
*
Reducing the debug output spam.
ahendrickson@google.com
2010-03-25
1
-2
/
+0
*
SpdySession now sets the following fields in HttpResponseInfo:
ahendrickson@google.com
2010-03-25
2
-0
/
+8
*
HttpAuthFilterWhitelist is now getting entries from the Windows
ahendrickson@google.com
2010-03-25
7
-40
/
+640
*
Support sending a sliced file in chromium.
jianli@chromium.org
2010-03-24
1
-4
/
+13
*
Revert "Reland r42300: "HttpRequestHeaders refactor."""
willchan@chromium.org
2010-03-23
6
-481
/
+65
*
Reland r42300: "HttpRequestHeaders refactor.""
willchan@chromium.org
2010-03-23
6
-65
/
+481
*
Revert r42300: "HttpRequestHeaders refactor."
willchan@chromium.org
2010-03-23
6
-473
/
+65
*
HttpRequestHeaders refactor.
willchan@chromium.org
2010-03-23
6
-65
/
+473
[next]