| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Revert "Revert "Add connected socket function to ClientSocketPool and ClientS... | willchan@chromium.org | 2009-05-17 | 1 | -103/+30 |
* | Revert "Add connected socket function to ClientSocketPool and ClientSocketHan... | willchan@chromium.org | 2009-05-17 | 1 | -30/+103 |
* | Add connected socket function to ClientSocketPool and ClientSocketHandle. | willchan@chromium.org | 2009-05-17 | 1 | -103/+30 |
* | Use the new HostNoBrackets() method in more places. | wtc@chromium.org | 2009-05-16 | 1 | -2/+2 |
* | Change the host() method of ProxyServer to strip the | wtc@chromium.org | 2009-05-14 | 1 | -2/+2 |
* | Use IOBuffers on UploadDataStream. | rvargas@google.com | 2009-05-11 | 1 | -8/+2 |
* | Extend the use of IOBuffers to the code underneath | rvargas@google.com | 2009-04-30 | 1 | -29/+40 |
* | Add a histogram to measure the number of idle sockets when a TCP connection i... | willchan@chromium.org | 2009-04-30 | 1 | -0/+6 |
* | Refactor HttpNetworkTransaction to remove side effects in some member functions. | willchan@chromium.org | 2009-04-28 | 1 | -106/+143 |
* | Add a histogram to record the dns resolution + tcp connection times. | willchan@chromium.org | 2009-04-28 | 1 | -2/+14 |
* | Log the "Proxy-Support: Session-Based-Authentication" | wtc@chromium.org | 2009-04-21 | 1 | -29/+60 |
* | Add histogram for connection times for new connections | jar@chromium.org | 2009-04-21 | 1 | -0/+8 |
* | Add a FieldTrial and histograms for measuring impact of http prioritization. | willchan@chromium.org | 2009-04-20 | 1 | -2/+26 |
* | Add tcp connection time histograms. | willchan@chromium.org | 2009-04-17 | 1 | -0/+14 |
* | Histogram time from request till first byte of header is received | jar@chromium.org | 2009-04-13 | 1 | -5/+17 |
* | Add a boolean data member reading_body_from_socket_ to help | wtc@chromium.org | 2009-04-10 | 1 | -2/+6 |
* | Resubmitted code from revision 12809. The bug in the Windows SSL stack that | markus@chromium.org | 2009-03-31 | 1 | -38/+42 |
* | Reverting, as this changelist broke unittests on Windows. | markus@chromium.org | 2009-03-30 | 1 | -44/+40 |
* | Change the bad-certificate handler for SSL (using NSS) to return an | markus@chromium.org | 2009-03-30 | 1 | -40/+44 |
* | Add histogram of total latency when we're not re-using a socket | jar@chromium.org | 2009-03-30 | 1 | -0/+7 |
* | After r12485, every POST request has an UploadData, even if | wtc@chromium.org | 2009-03-27 | 1 | -2/+3 |