| Commit message (Expand) | Author | Age | Files | Lines |
* | Bound the maximum buffer size for response headers. | ericroman@google.com | 2008-10-23 | 3 | -0/+70 |
* | Defer the HttpNetworkSession initialization to first time CreateTransaction i... | ericroman@google.com | 2008-10-22 | 2 | -6/+13 |
* | Remove HttpTransaction::Destroy(), and do automatic memory management with sc... | ericroman@google.com | 2008-10-21 | 11 | -154/+107 |
* | We don't support SSL renegotiation yet. Add the | wtc@google.com | 2008-10-21 | 2 | -3/+14 |
* | Misc cleanups | ericroman@google.com | 2008-10-17 | 2 | -18/+13 |
* | Misc style changes. | ericroman@google.com | 2008-10-16 | 3 | -30/+15 |
* | Make zero-byte responses an error, rather than an empty HTTP/0.9 case. | ericroman@google.com | 2008-10-16 | 3 | -17/+49 |
* | Turn SSLClientSocket into an interface. | wtc@google.com | 2008-10-15 | 3 | -27/+15 |
* | The Schannel considers some cipher suites (e.g., the | wtc@google.com | 2008-10-13 | 2 | -13/+24 |
* | - Add auth integration tests to http_network_transaction_unitttest.cc | ericroman@google.com | 2008-10-08 | 2 | -14/+272 |
* | Unrollback 3024 (partially rolled back in 3027). | ericroman@google.com | 2008-10-08 | 2 | -15/+7 |
* | Update a comment based on our findings today. | pkasting@chromium.org | 2008-10-08 | 1 | -4/+4 |
* | Revert 3024, broke mac build. | maruel@google.com | 2008-10-08 | 2 | -7/+15 |
* | Pull in new googleurl@94 which includes GURL::EffectiveIntPort(). | ericroman@google.com | 2008-10-08 | 2 | -15/+7 |
* | Use the new HTTP stack by default in the net module's | wtc@google.com | 2008-10-08 | 1 | -1/+1 |
* | Handle TLS-intolerant servers by retrying with TLS 1.0 | wtc@google.com | 2008-10-08 | 3 | -4/+39 |
* | Use base::RandInt() in place of rand(), now that rand_util has been moved fro... | ericroman@google.com | 2008-09-30 | 1 | -2/+2 |
* | When an SSL connect is completed, we need to call | wtc@google.com | 2008-09-30 | 1 | -6/+7 |
* | Add comments to explain the ERR_NAME_NOT_RESOLVED case. | darin@google.com | 2008-09-29 | 1 | -0/+6 |
* | Add code to call ReconsiderProxyAfterError when we encounter a failure to res... | darin@chromium.org | 2008-09-29 | 2 | -3/+49 |
* | Re-order constructor order to avoid warning on mac build (that causes error). | ericroman@google.com | 2008-09-29 | 1 | -5/+5 |
* | Style refactoring to make MockRead initializers more readable. | ericroman@google.com | 2008-09-29 | 1 | -63/+70 |
* | Get rid of "using std::string" in http_response_headers.cc. | ericroman@google.com | 2008-09-29 | 1 | -84/+85 |
* | Add the auth unit-tests to SConscript and .pbxproj | ericroman@google.com | 2008-09-27 | 3 | -4/+4 |
* | Initial stab at http authentication (basic + digest) in new http stack. | ericroman@google.com | 2008-09-27 | 17 | -12/+1588 |
* | Add positive and negative test cases for whether we | wtc@google.com | 2008-09-26 | 1 | -10/+86 |
* | If we read nothing (EOF) after sending a request on a | wtc@google.com | 2008-09-25 | 2 | -11/+28 |
* | Provide autorelease pool management on the Mac in all types of message pumps. | mark@chromium.org | 2008-09-25 | 2 | -2/+2 |
* | add http layer and unit tests to mac build. stub out file uploading in upload... | pinkerton@google.com | 2008-09-25 | 4 | -21/+16 |
* | Apply minor tweaks to ScopedHostMapper per review feedback. | darin@chromium.org | 2008-09-24 | 1 | -2/+5 |
* | Add support for mock DNS queries. This allows us to eliminate | darin@google.com | 2008-09-24 | 1 | -0/+9 |
* | Fix support for 204 responses that lack an explicit EOF. | darin@google.com | 2008-09-23 | 2 | -14/+29 |
* | HttpVersion had to be changed because glibc defines macros named "major" and ... | maruel@google.com | 2008-09-23 | 2 | -20/+19 |
* | Stubbing out the network transaction until more of that pipeline works. Allow... | pinkerton@google.com | 2008-09-23 | 1 | -0/+9 |
* | Some platform cleanup to net/ | deanm@google.com | 2008-09-23 | 4 | -39/+20 |
* | * Change output of trace_event log to JSON to enable easier integration with ... | erikkay@google.com | 2008-09-18 | 1 | -0/+19 |
* | First cut at SSL certificate error handling. Map | wtc@google.com | 2008-09-17 | 2 | -2/+50 |
* | Address a TODO for properly stripping references from request URL. | ericroman@google.com | 2008-09-15 | 4 | -10/+65 |
* | Add unit test for HttpResponseHeaders::GetStatusText() | ericroman@google.com | 2008-09-13 | 2 | -10/+38 |
* | TBR fix for broken compile on mac. | ericroman@google.com | 2008-09-13 | 1 | -1/+1 |
* | misc. http response status-line changes: | ericroman@google.com | 2008-09-13 | 9 | -83/+398 |
* | Declare the bool members next to each other so they can | wtc@google.com | 2008-09-11 | 2 | -5/+5 |
* | Remove all but one place in this file where we return | wtc@google.com | 2008-09-11 | 1 | -2/+6 |
* | Refactor the SSL tunnel establishment code so that it | wtc@google.com | 2008-09-10 | 2 | -135/+62 |
* | WinHttpSendRequest fails with SEC_E_ILLEGAL_MESSAGE when | wtc@google.com | 2008-09-09 | 1 | -0/+1 |
* | Replace all instances of <hash_map> with a "base/hash_tabe.h", | erg@google.com | 2008-09-08 | 3 | -7/+4 |
* | Normalize leading LWS in line continuations, per Wan-Teh's suggestion. | ericroman@google.com | 2008-09-08 | 2 | -15/+70 |
* | [new http] Normalize line continuations in response headers. | ericroman@google.com | 2008-09-06 | 5 | -27/+347 |
* | If we receive an HTTP authentication header with a non-ASCII | wtc@google.com | 2008-08-28 | 1 | -3/+3 |
* | Implement SSL tunneling through a proxy server. | wtc@google.com | 2008-08-25 | 2 | -20/+187 |