summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* SOCKS v5 implementationarindam@chromium.org2009-07-151-5/+9
* Reverting 20626.arindam@chromium.org2009-07-141-9/+5
* SOCKS v5 implementationarindam@chromium.org2009-07-141-5/+9
* Add some CHECKs to track down the source of a NULL deref in the SSLClientSock...willchan@chromium.org2009-07-101-0/+9
* CHECK to make sure connection_group is never empty.willchan@chromium.org2009-07-071-1/+5
* Refactoring using_proxy_, using_tunnel_, using_socks_proxy_ into a single enu...arindam@chromium.org2009-06-261-20/+25
* Fix a crash in net::SSLClientSocketWin::OnIOComplete(int) whenwtc@chromium.org2009-06-251-2/+2
* Add some checks to make sure header_buf_body_offset_ is never used when negat...ericroman@google.com2009-06-251-2/+5
* Following the style guide, replace the overloaded operator==wtc@chromium.org2009-06-231-1/+1
* Define the == operator for X509Certificate::Fingerprint.wtc@chromium.org2009-06-231-3/+1
* Use LOAD_VERIFY_EV_CERT to verify EV-ness in Verify().ukai@chromium.org2009-06-231-0/+3
* Adding socks4 support for chromium. tested for windows and linux.arindam@chromium.org2009-06-231-9/+58
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-2/+2
* Implement the backend of SSL client authentication forwtc@chromium.org2009-06-191-3/+48
* Bypass the host cache when you refresh a page.ericroman@google.com2009-06-161-6/+1
* [Refactor] Rename DnsResolutionObserver --> HostResolver::Observer.ericroman@google.com2009-06-151-1/+0
* * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,...ericroman@google.com2009-06-151-1/+20
* Specify new methods for supporting SSL client authentication.wtc@chromium.org2009-06-121-9/+46
* Remove most field trial uses of DNS impact testjar@chromium.org2009-06-121-24/+10
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-1/+0
* Introduce HttpStream and HttpBasicStream.willchan@chromium.org2009-06-111-5/+7
* We don't handle certificate errors during SSL renegotiation.wtc@chromium.org2009-06-091-0/+9
* Fix crash on fallback in HttpNetworkTransaction::ReconsiderProxyAfterError().willchan@chromium.org2009-06-061-1/+4
* Send the "Proxy-Connection: keep-alive" header with HTTP CONNECTwtc@chromium.org2009-06-051-2/+4
* Revert r17673, except for the code cleanup.wtc@chromium.org2009-06-051-6/+38
* For connection-based authentication schemes such as NTLM,wtc@chromium.org2009-06-041-41/+13
* Reland my ClientSocketPool refactor again...willchan@chromium.org2009-06-041-103/+31
* Sigh, revert "Reland my ClientSocketPool refactor."willchan@chromium.org2009-06-041-31/+103
* Reland my ClientSocketPool refactor.willchan@chromium.org2009-06-041-103/+31
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-291-0/+1
* Revert "Temporarily landing my ClientSocketPool refactor. Will revert right ...willchan@chromium.org2009-05-221-30/+103
* Temporarily landing my ClientSocketPool refactor. Will revert right after.willchan@chromium.org2009-05-221-103/+30
* Changes the UI for HTTP/FTP auth challenges to include the server's port. So ...ericroman@google.com2009-05-211-15/+12
* Revert "Revert "Revert "Add connected socket function to ClientSocketPool and...willchan@chromium.org2009-05-181-30/+103
* Revert "Revert "Add connected socket function to ClientSocketPool and ClientS...willchan@chromium.org2009-05-171-103/+30
* Revert "Add connected socket function to ClientSocketPool and ClientSocketHan...willchan@chromium.org2009-05-171-30/+103
* Add connected socket function to ClientSocketPool and ClientSocketHandle.willchan@chromium.org2009-05-171-103/+30
* Use the new HostNoBrackets() method in more places.wtc@chromium.org2009-05-161-2/+2
* Change the host() method of ProxyServer to strip thewtc@chromium.org2009-05-141-2/+2
* Use IOBuffers on UploadDataStream.rvargas@google.com2009-05-111-8/+2
* Extend the use of IOBuffers to the code underneathrvargas@google.com2009-04-301-29/+40
* Add a histogram to measure the number of idle sockets when a TCP connection i...willchan@chromium.org2009-04-301-0/+6
* Refactor HttpNetworkTransaction to remove side effects in some member functions.willchan@chromium.org2009-04-281-106/+143
* Add a histogram to record the dns resolution + tcp connection times.willchan@chromium.org2009-04-281-2/+14
* Log the "Proxy-Support: Session-Based-Authentication"wtc@chromium.org2009-04-211-29/+60
* Add histogram for connection times for new connectionsjar@chromium.org2009-04-211-0/+8
* Add a FieldTrial and histograms for measuring impact of http prioritization.willchan@chromium.org2009-04-201-2/+26
* Add tcp connection time histograms.willchan@chromium.org2009-04-171-0/+14
* Histogram time from request till first byte of header is receivedjar@chromium.org2009-04-131-5/+17
* Add a boolean data member reading_body_from_socket_ to helpwtc@chromium.org2009-04-101-2/+6