summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* oops; will reland once tree is openavi@google.com2008-10-301-4/+0
* Initial Mac proxy implementationavi@google.com2008-10-301-0/+4
* Temporary code instrumentation to gather info on a crash.ericroman@google.com2008-10-292-3/+32
* An experimental change to help us diagnose a crashwtc@google.com2008-10-291-0/+1
* Pass a user agent string to WinHttpOpen to set the userwtc@google.com2008-10-291-60/+61
* Add some extra unit-tests to make sure we cover all permutations of {basic_au...ericroman@google.com2008-10-292-0/+44
* Add an HTTP basic auth unit test for an empty username.wtc@google.com2008-10-281-0/+2
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-279-18/+32
* Call DidStartDnsResolution and DidFinishDnsResolutionWithStatuswtc@google.com2008-10-241-1/+5
* Port:mark@chromium.org2008-10-231-1/+2
* 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-233-0/+70
* Defer the HttpNetworkSession initialization to first time CreateTransaction i...ericroman@google.com2008-10-222-6/+13
* Remove HttpTransaction::Destroy(), and do automatic memory management with sc...ericroman@google.com2008-10-2111-154/+107
* We don't support SSL renegotiation yet. Add thewtc@google.com2008-10-212-3/+14
* Misc cleanupsericroman@google.com2008-10-172-18/+13
* Misc style changes.ericroman@google.com2008-10-163-30/+15
* Make zero-byte responses an error, rather than an empty HTTP/0.9 case.ericroman@google.com2008-10-163-17/+49
* Turn SSLClientSocket into an interface.wtc@google.com2008-10-153-27/+15
* The Schannel considers some cipher suites (e.g., thewtc@google.com2008-10-132-13/+24
* - Add auth integration tests to http_network_transaction_unitttest.ccericroman@google.com2008-10-082-14/+272
* Unrollback 3024 (partially rolled back in 3027).ericroman@google.com2008-10-082-15/+7
* Update a comment based on our findings today.pkasting@chromium.org2008-10-081-4/+4
* Revert 3024, broke mac build.maruel@google.com2008-10-082-7/+15
* Pull in new googleurl@94 which includes GURL::EffectiveIntPort().ericroman@google.com2008-10-082-15/+7
* Use the new HTTP stack by default in the net module'swtc@google.com2008-10-081-1/+1
* Handle TLS-intolerant servers by retrying with TLS 1.0wtc@google.com2008-10-083-4/+39
* Use base::RandInt() in place of rand(), now that rand_util has been moved fro...ericroman@google.com2008-09-301-2/+2
* When an SSL connect is completed, we need to callwtc@google.com2008-09-301-6/+7
* Add comments to explain the ERR_NAME_NOT_RESOLVED case.darin@google.com2008-09-291-0/+6
* Add code to call ReconsiderProxyAfterError when we encounter a failure to res...darin@chromium.org2008-09-292-3/+49
* 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
* Get rid of "using std::string" in http_response_headers.cc.ericroman@google.com2008-09-291-84/+85
* Add the auth unit-tests to SConscript and .pbxprojericroman@google.com2008-09-273-4/+4
* Initial stab at http authentication (basic + digest) in new http stack.ericroman@google.com2008-09-2717-12/+1588
* Add positive and negative test cases for whether wewtc@google.com2008-09-261-10/+86
* If we read nothing (EOF) after sending a request on awtc@google.com2008-09-252-11/+28
* Provide autorelease pool management on the Mac in all types of message pumps.mark@chromium.org2008-09-252-2/+2
* add http layer and unit tests to mac build. stub out file uploading in upload...pinkerton@google.com2008-09-254-21/+16
* Apply minor tweaks to ScopedHostMapper per review feedback.darin@chromium.org2008-09-241-2/+5
* Add support for mock DNS queries. This allows us to eliminatedarin@google.com2008-09-241-0/+9
* Fix support for 204 responses that lack an explicit EOF.darin@google.com2008-09-232-14/+29
* HttpVersion had to be changed because glibc defines macros named "major" and ...maruel@google.com2008-09-232-20/+19
* Stubbing out the network transaction until more of that pipeline works. Allow...pinkerton@google.com2008-09-231-0/+9
* Some platform cleanup to net/deanm@google.com2008-09-234-39/+20
* * Change output of trace_event log to JSON to enable easier integration with ...erikkay@google.com2008-09-181-0/+19
* First cut at SSL certificate error handling. Mapwtc@google.com2008-09-172-2/+50
* Address a TODO for properly stripping references from request URL.ericroman@google.com2008-09-154-10/+65
* Add unit test for HttpResponseHeaders::GetStatusText()ericroman@google.com2008-09-132-10/+38