summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix crash on fallback in HttpNetworkTransaction::ReconsiderProxyAfterError().willchan@chromium.org2009-06-061-0/+44
* Send the "Proxy-Connection: keep-alive" header with HTTP CONNECTwtc@chromium.org2009-06-051-10/+17
* Use a "SessionDependencies" helper in the http unit tests.ericroman@google.com2009-06-051-194/+188
* Reland my ClientSocketPool refactor again...willchan@chromium.org2009-06-041-63/+114
* Sigh, revert "Reland my ClientSocketPool refactor."willchan@chromium.org2009-06-041-114/+63
* Reland my ClientSocketPool refactor.willchan@chromium.org2009-06-041-63/+114
* Remove code path that passes a file handle to the rendererhclam@chromium.org2009-05-291-2/+0
* Extract socket mocks out of HttpNetworkTransactionTest.phajdan.jr@chromium.org2009-05-231-501/+140
* Fix gconf for the linux proxy config service.sdoyon@chromium.org2009-05-221-1/+1
* Revert "Temporarily landing my ClientSocketPool refactor. Will revert right ...willchan@chromium.org2009-05-221-114/+63
* Temporarily landing my ClientSocketPool refactor. Will revert right after.willchan@chromium.org2009-05-221-63/+114
* Changes the UI for HTTP/FTP auth challenges to include the server's port. So ...ericroman@google.com2009-05-211-27/+14
* Revert "Revert "Revert "Add connected socket function to ClientSocketPool and...willchan@chromium.org2009-05-181-114/+63
* Revert "Revert "Add connected socket function to ClientSocketPool and ClientS...willchan@chromium.org2009-05-171-63/+114
* Revert "Add connected socket function to ClientSocketPool and ClientSocketHan...willchan@chromium.org2009-05-171-114/+63
* Add connected socket function to ClientSocketPool and ClientSocketHandle.willchan@chromium.org2009-05-171-63/+114
* Making command-line specified proxy settings more flexible - allowing for set...robertshield@google.com2009-05-121-3/+3
* Extend the use of IOBuffers to the code underneathrvargas@google.com2009-04-301-12/+12
* Refactor HttpNetworkTransaction to remove side effects in some member functions.willchan@chromium.org2009-04-281-310/+627
* Add a unit test for recycling a keep-alive connection socketwtc@chromium.org2009-04-211-0/+59
* Remove the "Proxy-Support: Session-Based-Authentication"wtc@chromium.org2009-04-101-12/+6
* Add a boolean data member reading_body_from_socket_ to helpwtc@chromium.org2009-04-101-1/+67
* Resubmitted code from revision 12809. The bug in the Windows SSL stack thatmarkus@chromium.org2009-03-311-50/+321
* Reverting, as this changelist broke unittests on Windows.markus@chromium.org2009-03-301-321/+50
* Change the bad-certificate handler for SSL (using NSS) to return anmarkus@chromium.org2009-03-301-50/+321
* Respect cookies set in a 401 responses when restarting the http transaction.ericroman@google.com2009-03-271-15/+63
* Treat all 1xx the same as a 100 (continue).ericroman@google.com2009-03-271-0/+44
* Make GetHostNameProc return a std::string.wtc@chromium.org2009-03-231-13/+8
* Fully reset HttpNetworkTransaction::response_ when restarting the transaction...ericroman@google.com2009-03-211-0/+65
* Revert 11495 (since that reversion didn't heal plugin problem)jar@chromium.org2009-03-121-0/+59
* Revert 11484 to try to heal plugin_test failurejar@chromium.org2009-03-111-59/+0
* Add unit tests for NTLM authentication. This requireswtc@chromium.org2009-03-111-14/+248
* Block reading unauthenticated bytes from the proxy when the user cancels a 40...abarth@chromium.org2009-03-111-0/+59
* Don't read message-body for HEAD responses.ericroman@google.com2009-03-051-0/+64
* Implement the NTLM authentication scheme by portingwtc@chromium.org2009-02-281-0/+125
* Don't let an active network attacker play tricks with CONNECT tunnels throgh ...abarth@chromium.org2009-02-271-12/+216
* If an idle socket has received data unexpectedly, we can'twtc@chromium.org2009-02-191-0/+3
* Perform HTTP authentication over a keep-alive connection.wtc@chromium.org2009-02-181-0/+346
* Sanitize proxy response codes to CONNECT requests. Forwtc@chromium.org2009-02-111-2/+1
* Split ProxyResolver into two interfaces: A. interface for retrieving the sys...ericroman@google.com2008-12-191-11/+16
* Reverting 6966.ericroman@google.com2008-12-131-20/+43
* Use automatic memory management for URLRequestContext's members.ericroman@google.com2008-12-131-43/+20
* Misc proxy service changes.ericroman@google.com2008-12-101-20/+35
* * Cleanup: move base/platform_test.h -> testing/jeremy@chromium.org2008-12-021-1/+1
* Add more info to the comment about www.yahoo.com's padding ofwtc@google.com2008-11-141-4/+5
* - Add preemptive authorization (new http stack only)ericroman@google.com2008-11-081-0/+488
* Remove the UploadDataStream::Reset method. Instead,wtc@google.com2008-11-051-4/+95
* Wrap forward declarations in their relevant namespaceagl@chromium.org2008-11-051-0/+1
* Add a unit-test for r4624 (tcpclientsocket recycling on CONNECT).ericroman@google.com2008-11-051-0/+69
* Fix array out of bounds in unit test.ericroman@google.com2008-10-231-10/+8