| Commit message (Expand) | Author | Age | Files | Lines |
* | Add unittest for r37566 (on PAC failure, should fallback to DIRECT). | eroman@chromium.org | 2010-02-05 | 1 | -10/+1 |
* | Add a notion of 'eof' to UploadDataStream, replacing the use of its size prop... | vandebo@google.com | 2010-02-04 | 1 | -1/+57 |
* | Pass the NetworkChangeNotifier to HostResolver. | willchan@chromium.org | 2010-02-04 | 1 | -1/+2 |
* | Fix a regression from r35549 that caused failure in evaluation of PAC script ... | eroman@chromium.org | 2010-01-29 | 1 | -0/+4 |
* | A 1xx response code followed by an EOF triggered an infinite loop. Fix the p... | vandebo@chromium.org | 2010-01-07 | 1 | -0/+56 |
* | Remove the implicit fallback to DIRECT when proxies fail. This better matches... | eroman@chromium.org | 2010-01-05 | 1 | -0/+2 |
* | Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket... | willchan@chromium.org | 2009-12-21 | 1 | -1/+1 |
* | When talking to a SOCKS v5 proxy, default to sending addresses as raw domains... | eroman@chromium.org | 2009-12-18 | 1 | -4/+21 |
* | Make the transactions own the HttpResponseInfo. | willchan@chromium.org | 2009-12-16 | 1 | -3/+1 |
* | Update network priorities to support better granularity | mbelshe@google.com | 2009-12-02 | 1 | -1/+2 |
* | A large Content-Length header followed by a connection close could trigger an... | vandebo@chromium.org | 2009-11-23 | 1 | -0/+11 |
* | After draining the body of a 401/407 response, verify that | wtc@chromium.org | 2009-11-12 | 1 | -6/+90 |
* | There was confusion in the mock socket classes due to | mbelshe@google.com | 2009-11-11 | 1 | -153/+153 |
* | Flip: FlipSessionPool changes. | willchan@chromium.org | 2009-11-04 | 1 | -3/+8 |
* | Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing... | vandebo@chromium.org | 2009-10-17 | 1 | -32/+224 |
* | Reverting 29316. | vandebo@chromium.org | 2009-10-16 | 1 | -224/+32 |
* | Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing... | vandebo@chromium.org | 2009-10-16 | 1 | -32/+224 |
* | Increase the maximum headers size from 32Kb to 256Kb. | eroman@chromium.org | 2009-10-06 | 1 | -2/+2 |
* | Remove the ClientSocketFactory from the HttpNetworkTransaction | mbelshe@google.com | 2009-09-30 | 1 | -131/+50 |
* | Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ... | pkasting@chromium.org | 2009-09-29 | 1 | -5/+5 |
* | Allow the realm in BASIC and DIGEST challenges to not be specified. | eroman@chromium.org | 2009-09-21 | 1 | -2/+2 |
* | More correctly handle username and password in FtpNetworkTransaction. | phajdan.jr@chromium.org | 2009-09-16 | 1 | -65/+0 |
* | [Second attempt of r25461] | wtc@chromium.org | 2009-09-05 | 1 | -3/+121 |
* | Revert "Use SSPI for NTLM authentication on Windows." | agl@chromium.org | 2009-09-04 | 1 | -5/+0 |
* | Use SSPI for NTLM authentication on Windows. | wtc@chromium.org | 2009-09-04 | 1 | -0/+5 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -5/+5 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -5/+5 |
* | Add the ability to not send cookies or send user name/password. | levin@chromium.org | 2009-08-26 | 1 | -1/+45 |
* | Pulling new version of googleurl into the tree. | cira@chromium.org | 2009-08-21 | 1 | -4/+2 |
* | Pref-backed SSLConfigService for Linux. | mattm@chromium.org | 2009-08-19 | 1 | -4/+11 |
* | Make ClientSocketHandle::Init() typesafe. | willchan@chromium.org | 2009-08-19 | 1 | -10/+9 |
* | Reference count ProxyService. | eroman@chromium.org | 2009-08-18 | 1 | -17/+12 |
* | Make ClientSocketPool/ClientSocketPoolBase/ClientSocketHandle more generic. | willchan@chromium.org | 2009-08-14 | 1 | -7/+7 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 1 | -53/+53 |
* | Unescape username/passwords obtained from URLs before using them for HTTP auth. | ericroman@google.com | 2009-08-14 | 1 | -2/+74 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 1 | -49/+51 |
* | Add synchronous-mode operation to MockHostResolver; this helps clarify some t... | ericroman@google.com | 2009-07-18 | 1 | -3/+3 |
* | Refactorings surrounding HostResolver: | ericroman@google.com | 2009-07-15 | 1 | -12/+13 |
* | SOCKS v5 implementation | arindam@chromium.org | 2009-07-15 | 1 | -4/+128 |
* | Reverting 20626. | arindam@chromium.org | 2009-07-14 | 1 | -128/+4 |
* | SOCKS v5 implementation | arindam@chromium.org | 2009-07-14 | 1 | -4/+128 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-27 | 1 | -7/+8 |
* | Reverting 19425. | ericroman@google.com | 2009-06-26 | 1 | -8/+7 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-26 | 1 | -7/+8 |
* | Refactoring using_proxy_, using_tunnel_, using_socks_proxy_ into a single enu... | arindam@chromium.org | 2009-06-26 | 1 | -0/+110 |
* | Adding socks4 support for chromium. tested for windows and linux. | arindam@chromium.org | 2009-06-23 | 1 | -0/+109 |
* | Move socket related files from net/base to net/socket. | willchan@chromium.org | 2009-06-22 | 1 | -3/+3 |
* | Move most of the code for TCPClientSocketPool into ClientSocketPoolBase for s... | willchan@chromium.org | 2009-06-17 | 1 | -6/+6 |
* | Re-land another subset of r18520. | ericroman@google.com | 2009-06-17 | 1 | -0/+5 |
* | Revert 18520. | ericroman@google.com | 2009-06-17 | 1 | -5/+0 |