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
/
http_network_transaction.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-3
/
+3
*
Fix a regression whereby full-granularity network events were being captured ...
eroman@chromium.org
2010-08-31
1
-2
/
+2
*
Remove the reused_socket_ member because we don't really need it.
mbelshe@chromium.org
2010-08-25
1
-5
/
+4
*
Attempting to re-land CL 3110006 which turned out to have
rch@chromium.org
2010-08-25
1
-5
/
+9
*
Move the stream initialization out of the HttpStreamRequest and back
mbelshe@chromium.org
2010-08-25
1
-28
/
+53
*
Revert 57333 - Add support for speaking SSL to an HTTP Proxy, to
dhollowa@chromium.org
2010-08-25
1
-9
/
+5
*
Add support for speaking SSL to an HTTP Proxy, to
rch@chromium.org
2010-08-25
1
-5
/
+9
*
Reintegrate certificate selection in HttpNetworkTransaction DoLoop
davidben@chromium.org
2010-08-21
1
-4
/
+7
*
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
1
-936
/
+266
*
Send user agent with CONNECT requests.
vandebo@chromium.org
2010-08-18
1
-0
/
+4
*
FBTF: Start cleaning up net/
erg@google.com
2010-08-11
1
-0
/
+1
*
More metrics for proxy connections impact A/B test.
ziadh@chromium.org
2010-08-09
1
-0
/
+1
*
Minor change to: http://codereview.chromium.org/3064033
rch@chromium.org
2010-08-05
1
-202
/
+109
*
Revert 54906 - Refactor HttpNetworkTransaction to eliminate the SPDY
dhollowa@chromium.org
2010-08-04
1
-107
/
+202
*
Refactor HttpNetworkTransaction to eliminate the SPDY
rch@chromium.org
2010-08-04
1
-202
/
+107
*
Make Chrome capable of advertising spdy version 1.
mbelshe@chromium.org
2010-08-03
1
-2
/
+8
*
Remove number conversion functions from string_util. These moved to string_nu...
brettw@chromium.org
2010-08-03
1
-1
/
+1
*
Recommit 54405 - Fix late binding induced mismatch of Socket and AuthController
vandebo@chromium.org
2010-08-03
1
-40
/
+88
*
SPDY Alternate-Protocol works through a Digest authentication proxy.
cbentzel@chromium.org
2010-08-03
1
-10
/
+27
*
Revert 54405 - Fix late binding induced mismatch of Socket and AuthController
nick@chromium.org
2010-08-02
1
-77
/
+29
*
Revert 54528 - Digest authentication uses a uri field to prevent replay attacks.
nick@chromium.org
2010-08-02
1
-29
/
+10
*
SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se...
erikchen@google.com
2010-08-02
1
-5
/
+7
*
Digest authentication uses a uri field to prevent replay attacks.
cbentzel@chromium.org
2010-08-02
1
-10
/
+29
*
When we get a silent TCP RST, SPDY connections need to retry.
mbelshe@chromium.org
2010-07-31
1
-6
/
+21
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
1
-2
/
+2
*
Implement prefetching in chrome
gavinp@google.com
2010-07-31
1
-0
/
+16
*
Fix late binding induced mismatch of Socket and AuthController
vandebo@chromium.org
2010-07-30
1
-29
/
+77
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
1
-2
/
+3
*
Bump the SPDY protocol version to version 2.
mbelshe@chromium.org
2010-07-30
1
-9
/
+15
*
I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so that
rch@chromium.org
2010-07-29
1
-10
/
+8
*
Net: Convert username and password to string16.
thestig@chromium.org
2010-07-29
1
-2
/
+2
*
Add CHECKs to help track down the crash in http://crbug.com/49862.
wtc@chromium.org
2010-07-27
1
-1
/
+4
*
Remove --testing-fixed-http-port and --testing-fixed-https-port.
cbentzel@chromium.org
2010-07-27
1
-8
/
+0
*
SPDY now always uses http_network_transaction instead of spdy_network_transac...
erikchen@google.com
2010-07-23
1
-15
/
+57
*
Net: Get rid of ProxyServer::host_and_port() and friends.
thestig@chromium.org
2010-07-22
1
-12
/
+14
*
Implement MAX_CONCURRENT_STREAMS SETTINGS header
gavinp@google.com
2010-07-17
1
-34
/
+39
*
Remove now unused states (cleanup).
vandebo@chromium.org
2010-07-16
1
-5
/
+0
*
Fix crash bug in new SSLClientSocketPool.
vandebo@chromium.org
2010-07-16
1
-18
/
+11
*
Implement SSLClientSocketPool.
vandebo@chromium.org
2010-07-14
1
-258
/
+180
*
Remove |net_log_| as a class member and pass it in where needed and a little ...
vandebo@chromium.org
2010-07-13
1
-4
/
+5
*
Make the various SocketParams reference counted.
vandebo@chromium.org
2010-07-12
1
-9
/
+12
*
Put HttpProxyClientSocket into a pool.
vandebo@chromium.org
2010-07-12
1
-85
/
+57
*
Implement HttpProxyClientSocket: Http proxie setup is now done in it's own cl...
vandebo@chromium.org
2010-07-12
1
-255
/
+83
*
Plumb SSL connection information into the PageInfo model.
agl@chromium.org
2010-07-12
1
-0
/
+5
*
Client attempts to start a new spdy transaction with a session that is closin...
erikchen@google.com
2010-07-09
1
-0
/
+2
*
Make the Negotiate Authentication Handler a state machine.
cbentzel@chromium.org
2010-07-01
1
-35
/
+1
*
Require renegotiation info from a whitelist of servers.
agl@chromium.org
2010-06-30
1
-4
/
+6
*
Hooking GSSAPI code into HTTP authenticate Negotiate handler.
ahendrickson@google.com
2010-06-28
1
-2
/
+51
[next]