summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bound the maximum buffer size for response headers.ericroman@google.com2008-10-231-0/+56
* Remove HttpTransaction::Destroy(), and do automatic memory management with sc...ericroman@google.com2008-10-211-38/+21
* Misc cleanupsericroman@google.com2008-10-171-17/+11
* Misc style changes.ericroman@google.com2008-10-161-22/+7
* Make zero-byte responses an error, rather than an empty HTTP/0.9 case.ericroman@google.com2008-10-161-5/+14
* Turn SSLClientSocket into an interface.wtc@google.com2008-10-151-6/+6
* - Add auth integration tests to http_network_transaction_unitttest.ccericroman@google.com2008-10-081-10/+267
* Handle TLS-intolerant servers by retrying with TLS 1.0wtc@google.com2008-10-081-1/+2
* Re-order constructor order to avoid warning on mac build (that causes error).ericroman@google.com2008-09-291-5/+5
* Style refactoring to make MockRead initializers more readable.ericroman@google.com2008-09-291-63/+70
* Add positive and negative test cases for whether wewtc@google.com2008-09-261-10/+86
* Provide autorelease pool management on the Mac in all types of message pumps.mark@chromium.org2008-09-251-1/+2
* add http layer and unit tests to mac build. stub out file uploading in upload...pinkerton@google.com2008-09-251-5/+3
* Fix support for 204 responses that lack an explicit EOF.darin@google.com2008-09-231-2/+14
* misc. http response status-line changes:ericroman@google.com2008-09-131-19/+103
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Introduce MessagePump to represent the native message pump used to drive adarin@google.com2008-08-151-8/+4
* Change the ProxyService to work with ASCII strings.darin@google.com2008-08-121-2/+2
* Rename HttpProxy* classes to Proxy*. Move them into a net/proxy/ subdirectory.darin@google.com2008-08-111-3/+3
* Add net to the repository.initial.commit2008-07-261-0/+425