| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the ability to not send cookies or send user name/password. | levin@chromium.org | 2009-08-26 | 1 | -5/+9 |
* | Add UMA Histogram for FieldTrial for Async Socket SlowStart | mbelshe@google.com | 2009-08-25 | 1 | -1/+14 |
* | Only retry on unused, idle sockets if the socket error is ERR_CONNECTION_RESET. | willchan@chromium.org | 2009-08-24 | 1 | -3/+6 |
* | Add more histograms to understand idle sockets. | willchan@chromium.org | 2009-08-24 | 1 | -10/+50 |
* | Resend on IO errors on late bound sockets that were idle. | willchan@chromium.org | 2009-08-22 | 1 | -1/+2 |
* | Pref-backed SSLConfigService for Linux. | mattm@chromium.org | 2009-08-19 | 1 | -3/+0 |
* | Make ClientSocketHandle::Init() typesafe. | willchan@chromium.org | 2009-08-19 | 1 | -1/+1 |
* | Change ClientSocketHandle to take the pool as a parameter to Init() rather th... | willchan@chromium.org | 2009-08-18 | 1 | -3/+2 |
* | Remove an unused header from proxy_service.h. | ericroman@google.com | 2009-08-18 | 1 | -0/+1 |
* | Add histograms for tracking the unused/unused_idle/reused socket states from ... | willchan@chromium.org | 2009-08-17 | 1 | -14/+73 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 1 | -7/+7 |
* | Unescape username/passwords obtained from URLs before using them for HTTP auth. | ericroman@google.com | 2009-08-14 | 1 | -5/+13 |
* | Implement SSL certificate error handling on the Mac. If the user gives | wtc@chromium.org | 2009-08-13 | 1 | -1/+4 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 1 | -5/+7 |
* | Store the url into a stack variable for the CHECK when connection_group.empty(). | willchan@chromium.org | 2009-07-29 | 1 | -3/+11 |
* | Fix LogTCPConnectedMetrics. Add FieldTrials for late binding (enable for 50%... | willchan@chromium.org | 2009-07-27 | 1 | -10/+45 |
* | SOCKS v5 implementation | arindam@chromium.org | 2009-07-15 | 1 | -5/+9 |
* | Reverting 20626. | arindam@chromium.org | 2009-07-14 | 1 | -9/+5 |
* | SOCKS v5 implementation | arindam@chromium.org | 2009-07-14 | 1 | -5/+9 |
* | Add some CHECKs to track down the source of a NULL deref in the SSLClientSock... | willchan@chromium.org | 2009-07-10 | 1 | -0/+9 |
* | CHECK to make sure connection_group is never empty. | willchan@chromium.org | 2009-07-07 | 1 | -1/+5 |
* | Refactoring using_proxy_, using_tunnel_, using_socks_proxy_ into a single enu... | arindam@chromium.org | 2009-06-26 | 1 | -20/+25 |
* | Fix a crash in net::SSLClientSocketWin::OnIOComplete(int) when | wtc@chromium.org | 2009-06-25 | 1 | -2/+2 |
* | Add some checks to make sure header_buf_body_offset_ is never used when negat... | ericroman@google.com | 2009-06-25 | 1 | -2/+5 |
* | Following the style guide, replace the overloaded operator== | wtc@chromium.org | 2009-06-23 | 1 | -1/+1 |
* | Define the == operator for X509Certificate::Fingerprint. | wtc@chromium.org | 2009-06-23 | 1 | -3/+1 |
* | Use LOAD_VERIFY_EV_CERT to verify EV-ness in Verify(). | ukai@chromium.org | 2009-06-23 | 1 | -0/+3 |
* | Adding socks4 support for chromium. tested for windows and linux. | arindam@chromium.org | 2009-06-23 | 1 | -9/+58 |
* | 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 | -3/+48 |
* | Bypass the host cache when you refresh a page. | ericroman@google.com | 2009-06-16 | 1 | -6/+1 |
* | [Refactor] Rename DnsResolutionObserver --> HostResolver::Observer. | ericroman@google.com | 2009-06-15 | 1 | -1/+0 |
* | * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,... | ericroman@google.com | 2009-06-15 | 1 | -1/+20 |
* | Specify new methods for supporting SSL client authentication. | wtc@chromium.org | 2009-06-12 | 1 | -9/+46 |
* | Remove most field trial uses of DNS impact test | jar@chromium.org | 2009-06-12 | 1 | -24/+10 |
* | * Avoid doing concurrent DNS resolves of the same hostname in HostResolver. | ericroman@google.com | 2009-06-12 | 1 | -1/+0 |
* | Introduce HttpStream and HttpBasicStream. | willchan@chromium.org | 2009-06-11 | 1 | -5/+7 |
* | We don't handle certificate errors during SSL renegotiation. | wtc@chromium.org | 2009-06-09 | 1 | -0/+9 |
* | Fix crash on fallback in HttpNetworkTransaction::ReconsiderProxyAfterError(). | willchan@chromium.org | 2009-06-06 | 1 | -1/+4 |
* | Send the "Proxy-Connection: keep-alive" header with HTTP CONNECT | wtc@chromium.org | 2009-06-05 | 1 | -2/+4 |
* | Revert r17673, except for the code cleanup. | wtc@chromium.org | 2009-06-05 | 1 | -6/+38 |
* | For connection-based authentication schemes such as NTLM, | wtc@chromium.org | 2009-06-04 | 1 | -41/+13 |
* | Reland my ClientSocketPool refactor again... | willchan@chromium.org | 2009-06-04 | 1 | -103/+31 |
* | Sigh, revert "Reland my ClientSocketPool refactor." | willchan@chromium.org | 2009-06-04 | 1 | -31/+103 |
* | Reland my ClientSocketPool refactor. | willchan@chromium.org | 2009-06-04 | 1 | -103/+31 |
* | Reduce header dependencies in net/ | phajdan.jr@chromium.org | 2009-05-29 | 1 | -0/+1 |
* | Revert "Temporarily landing my ClientSocketPool refactor. Will revert right ... | willchan@chromium.org | 2009-05-22 | 1 | -30/+103 |
* | Temporarily landing my ClientSocketPool refactor. Will revert right after. | willchan@chromium.org | 2009-05-22 | 1 | -103/+30 |
* | Changes the UI for HTTP/FTP auth challenges to include the server's port. So ... | ericroman@google.com | 2009-05-21 | 1 | -15/+12 |
* | Revert "Revert "Revert "Add connected socket function to ClientSocketPool and... | willchan@chromium.org | 2009-05-18 | 1 | -30/+103 |