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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate the establishing_tunnel_ internal state and move to explicit
mbelshe@chromium.org
2010-05-25
1
-8
/
+12
*
Add --host-rules support.
willchan@chromium.org
2010-05-12
1
-0
/
+2
*
Fix a DCHECK that was hit when trying to log information on an invalid proxy-...
eroman@chromium.org
2010-05-05
1
-0
/
+4
*
Implement a 15 connection per proxy server limit.
willchan@chromium.org
2010-04-29
1
-3
/
+3
*
Remove proxy_mode_ from the HttpNetworkTransaction since it
mbelshe@chromium.org
2010-04-28
1
-8
/
+0
*
SPDY: Fix Alternate-Protocol.
willchan@chromium.org
2010-04-26
1
-0
/
+6
*
Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th...
ahendrickson@chromium.org
2010-04-16
1
-5
/
+0
*
SPDY: Alternate-Protocol changes.
willchan@chromium.org
2010-04-15
1
-0
/
+3
*
Kerberos uses an SPN (Service Principal Name) to identify a server. This is t...
cbentzel@chromium.org
2010-04-14
1
-0
/
+4
*
Reland r42300: "HttpRequestHeaders refactor."
willchan@chromium.org
2010-03-29
1
-2
/
+4
*
On Windows, use IInternetSecurityManager to determine if it's OK
wtc@chromium.org
2010-03-29
1
-0
/
+9
*
Revert "Reland r42300: "HttpRequestHeaders refactor."""
willchan@chromium.org
2010-03-23
1
-4
/
+2
*
Reland r42300: "HttpRequestHeaders refactor.""
willchan@chromium.org
2010-03-23
1
-2
/
+4
*
Revert r42300: "HttpRequestHeaders refactor."
willchan@chromium.org
2010-03-23
1
-4
/
+2
*
HttpRequestHeaders refactor.
willchan@chromium.org
2010-03-23
1
-2
/
+4
*
Implement SOCKSClientSocketPool
vandebo@chromium.org
2010-03-22
1
-6
/
+2
*
Generalize the net module's LoadLog facility from a passive container, to an ...
eroman@chromium.org
2010-03-16
1
-3
/
+4
*
SPDY: Alternate-Protocol changes.
willchan@chromium.org
2010-03-10
1
-3
/
+6
*
SPDY: Add basic support for Alternate-Protocol header.
willchan@chromium.org
2010-03-09
1
-0
/
+9
*
Don't ignore certificate errors with SPDY.
mbelshe@chromium.org
2010-03-03
1
-0
/
+6
*
Add APIs to expose http cache's metadata and the
rvargas@google.com
2010-02-23
1
-0
/
+1
*
Rename use_spdy_ to using_spdy_ and test it in more places:
wtc@chromium.org
2010-02-22
1
-3
/
+2
*
Fix a SPDY regression introduced in r39037. When we ignore certificate
wtc@chromium.org
2010-02-19
1
-0
/
+4
*
The great Flip -> Spdy rename.
mbelshe@chromium.org
2010-02-08
1
-2
/
+2
*
SPDY: Enable SPDY via NPN.
willchan@chromium.org
2009-12-21
1
-2
/
+21
*
Make the transactions own the HttpResponseInfo.
willchan@chromium.org
2009-12-16
1
-0
/
+1
*
Flip: Comma delimit the various flip options. Redo the fixed testing server f...
willchan@chromium.org
2009-12-15
1
-0
/
+1
*
Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...
vandebo@chromium.org
2009-10-17
1
-108
/
+18
*
Reverting 29316.
vandebo@chromium.org
2009-10-16
1
-18
/
+108
*
Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...
vandebo@chromium.org
2009-10-16
1
-108
/
+18
*
Don't call AuthOrigin(target) multiple times in
wtc@chromium.org
2009-10-15
1
-3
/
+6
*
Increase the maximum headers size from 32Kb to 256Kb.
eroman@chromium.org
2009-10-06
1
-1
/
+1
*
Remove the ClientSocketFactory from the HttpNetworkTransaction
mbelshe@google.com
2009-09-30
1
-3
/
+1
*
More correctly handle username and password in FtpNetworkTransaction.
phajdan.jr@chromium.org
2009-09-16
1
-8
/
+0
*
Add a histogram for measuring SSL Connect times.
mbelshe@google.com
2009-09-11
1
-2
/
+2
*
[Second attempt of r25461]
wtc@chromium.org
2009-09-05
1
-0
/
+5
*
Only retry on unused, idle sockets if the socket error is ERR_CONNECTION_RESET.
willchan@chromium.org
2009-08-24
1
-2
/
+2
*
Add histograms for tracking the unused/unused_idle/reused socket states from ...
willchan@chromium.org
2009-08-17
1
-4
/
+3
*
LoadLog is used as an output parameter, reorder it to the last parameter.
willchan@chromium.org
2009-08-14
1
-3
/
+3
*
Unescape username/passwords obtained from URLs before using them for HTTP auth.
ericroman@google.com
2009-08-14
1
-0
/
+8
*
Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...
ericroman@google.com
2009-08-12
1
-1
/
+3
*
Fix LogTCPConnectedMetrics. Add FieldTrials for late binding (enable for 50%...
willchan@chromium.org
2009-07-27
1
-3
/
+3
*
Refactoring using_proxy_, using_tunnel_, using_socks_proxy_ into a single enu...
arindam@chromium.org
2009-06-26
1
-3
/
+8
*
Add some checks to make sure header_buf_body_offset_ is never used when negat...
ericroman@google.com
2009-06-25
1
-4
/
+5
*
Adding socks4 support for chromium. tested for windows and linux.
arindam@chromium.org
2009-06-23
1
-0
/
+5
*
Move socket related files from net/base to net/socket.
willchan@chromium.org
2009-06-22
1
-2
/
+2
*
Implement the backend of SSL client authentication for
wtc@chromium.org
2009-06-19
1
-1
/
+1
*
Specify new methods for supporting SSL client authentication.
wtc@chromium.org
2009-06-12
1
-1
/
+6
*
* Avoid doing concurrent DNS resolves of the same hostname in HostResolver.
ericroman@google.com
2009-06-12
1
-3
/
+0
*
Introduce HttpStream and HttpBasicStream.
willchan@chromium.org
2009-06-11
1
-0
/
+2
[next]