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
*
Flush SSL pools after SSL config changes.
csilv@chromium.org
2010-09-04
4
-8
/
+8
*
Update the Preconnect logic to use the new HttpStreamFactory for
mbelshe@chromium.org
2010-09-03
3
-1
/
+34
*
Fix ClientSocketHandle reuse_type(). Correctly track socket use.
willchan@chromium.org
2010-09-02
2
-0
/
+9
*
Summary of changes:
cbentzel@chromium.org
2010-09-02
1
-9
/
+14
*
base: Move SplitStringUsingSubstr functions from string_util.h to string_split.h
tfarina@chromium.org
2010-09-02
1
-1
/
+3
*
Add support for speaking SPDY to an HTTPS proxy.
rch@chromium.org
2010-09-01
6
-10
/
+124
*
Unit tests for CanDelegate on URLSecurityManager.
cbentzel@chromium.org
2010-09-01
1
-1
/
+32
*
Migrate spdy_session from using LOG() to NetLog. In the process, I'm
mbelshe@chromium.org
2010-09-01
1
-0
/
+7
*
Change the API from passing refptr<>s through the interfaces.
mbelshe@chromium.org
2010-09-01
5
-32
/
+26
*
Fix a regression whereby full-granularity network events were being captured ...
eroman@chromium.org
2010-08-31
2
-4
/
+4
*
FBTF: A giant cleanup to net/
erg@google.com
2010-08-31
9
-55
/
+115
*
Map SECURITY_STATUS from InitializeSecurityContext to net error codes.
cbentzel@chromium.org
2010-08-31
1
-8
/
+46
*
Sockets page on net-internals now displays some information about the current...
mmenke@chromium.org
2010-08-30
3
-0
/
+39
*
Rename the following SSLClientSocket methods to match the style guide:
rch@chromium.org
2010-08-27
1
-2
/
+2
*
FBTF: Remove unneeded headers from base/ (part 7)
thestig@chromium.org
2010-08-27
2
-2
/
+0
*
Add support for delegated kerberos tickets to Negotiate authentication.
cbentzel@chromium.org
2010-08-27
14
-57
/
+157
*
Add a new SSLClientSocket::wasSpdyNegotiated method,
rch@chromium.org
2010-08-27
1
-10
/
+1
*
Ignore certificate errors when connecting to an HTTPS Proxy
rch@chromium.org
2010-08-26
1
-0
/
+4
*
SPDY flow control: add support for receive window size
agayev@chromium.org
2010-08-26
3
-1
/
+4
*
Remove the reused_socket_ member because we don't really need it.
mbelshe@chromium.org
2010-08-25
2
-8
/
+4
*
Gather preconnection use vs waste statistics
jar@chromium.org
2010-08-25
2
-0
/
+18
*
Attempting to re-land CL 3110006 which turned out to have
rch@chromium.org
2010-08-25
9
-103
/
+580
*
Move the stream initialization out of the HttpStreamRequest and back
mbelshe@chromium.org
2010-08-25
8
-50
/
+83
*
Revert 57333 - Add support for speaking SSL to an HTTP Proxy, to
dhollowa@chromium.org
2010-08-25
9
-578
/
+102
*
Add support for speaking SSL to an HTTP Proxy, to
rch@chromium.org
2010-08-25
9
-102
/
+578
*
Refactor: change the spdy session pool key to take a ProxyServer instead of a...
eroman@chromium.org
2010-08-25
2
-4
/
+4
*
Fix a crash where we are checking IsConnected(). If you look into the
mbelshe@chromium.org
2010-08-25
3
-3
/
+321
*
Make sure the key into the spdy session pool identifies the actual proxy used...
eroman@chromium.org
2010-08-25
1
-2
/
+3
*
Remove two CHECKs that were added to help track down the crash
wtc@chromium.org
2010-08-24
1
-5
/
+2
*
Fail rather than crash if username+password are unspecified for NTLM on Linux...
cbentzel@chromium.org
2010-08-24
1
-0
/
+5
*
Http cache: Make sure that the memory used to receive the
rvargas@google.com
2010-08-24
3
-11
/
+22
*
--auth-schemes specifies which authentication schemes are supported on the co...
cbentzel@chromium.org
2010-08-23
2
-0
/
+71
*
Address post-review comments on r56727.
agl@chromium.org
2010-08-23
1
-1
/
+3
*
Add option to simulate alternate protocol always being present.
mbelshe@chromium.org
2010-08-22
4
-3
/
+84
*
Remove obviously unneeded forward declarations from headers under src/{app,ba...
viettrungluu@chromium.org
2010-08-21
9
-21
/
+2
*
Reintegrate certificate selection in HttpNetworkTransaction DoLoop
davidben@chromium.org
2010-08-21
1
-4
/
+7
*
HTTP cache: Move DeleteCacheCompletionCallback to the anonymous namespace
rvargas@google.com
2010-08-21
1
-14
/
+14
*
Http cache: It turns out that the cache destructor
rvargas@google.com
2010-08-21
2
-17
/
+90
*
net: expect MITM attacks with HTTP proxies and command line flag.
agl@chromium.org
2010-08-19
1
-0
/
+3
*
Remove forward declares for ASCIIToUTF16 from string_util. All callers now use
brettw@chromium.org
2010-08-19
1
-0
/
+1
*
Make sure we flush ssl pool when CloseCurrentConnections is called.
lzheng@chromium.org
2010-08-19
1
-0
/
+1
*
SpdySessionPool closes down sessions accurately now.
erikchen@google.com
2010-08-19
1
-1
/
+1
*
FBTF: Remove unnecessary STL #includes from src/net.
viettrungluu@chromium.org
2010-08-19
5
-8
/
+1
*
A WebKit layout test failed with the HttpNetworkTransaction refactoring.
mbelshe@chromium.org
2010-08-19
1
-1
/
+6
*
Extract connection logic from HttpNetworkTransaction into a new
mbelshe@chromium.org
2010-08-19
19
-1101
/
+2131
*
Send user agent with CONNECT requests.
vandebo@chromium.org
2010-08-18
7
-5
/
+60
*
Remove CRLF.
cbentzel@chromium.org
2010-08-18
1
-1
/
+1
*
SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent.
agayev@chromium.org
2010-08-17
1
-1
/
+1
*
Initialize all data members in HTTPResponseInfo's new ctor and remove the rel...
michaeln@chromium.org
2010-08-13
1
-0
/
+2
*
Uninitialized member vars and inlined constructors.
finnur@chromium.org
2010-08-12
5
-5
/
+22
[next]