| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h". | ericroman@google.com | 2008-08-25 | 1 | -1/+1 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 35 | -980/+140 |
* | r1194 missed some sites to disable the warning | mmentovai@google.com | 2008-08-21 | 1 | -3/+3 |
* | Fix the final gcc warnings in base and net. Provide some macros to selective... | mmentovai@google.com | 2008-08-21 | 1 | -5/+7 |
* | Blind fix for net unittest failure. | evanm@google.com | 2008-08-21 | 2 | -3/+3 |
* | Fix signedness warnings in http_response_headers | mmentovai@google.com | 2008-08-21 | 1 | -3/+3 |
* | Fix some more warnings. | evanm@google.com | 2008-08-20 | 1 | -1/+1 |
* | More of net compiling on the Mac. | avi@google.com | 2008-08-20 | 1 | -8/+7 |
* | Use the right mode in HttpCache::Transaction::RequiresValidation | mmentovai@google.com | 2008-08-20 | 1 | -1/+1 |
* | We should reset content_length_remaining_ (to -1) when we | wtc@google.com | 2008-08-20 | 1 | -0/+3 |
* | Portability changes to http_response_headers. | ericroman@google.com | 2008-08-20 | 2 | -10/+48 |
* | Run a couple more tests in net, and get rid of a couple more warnings | mmentovai@google.com | 2008-08-20 | 1 | -0/+2 |
* | add http_cache to mac build. | ericroman@google.com | 2008-08-19 | 3 | -22/+21 |
* | Remove warnings for the net module. | rvargas@google.com | 2008-08-19 | 1 | -1/+1 |
* | Update a few forgotten users of the Sys StringPiece conversion functions to i... | deanm@google.com | 2008-08-19 | 1 | -0/+1 |
* | change error value | ericroman@google.com | 2008-08-18 | 2 | -6/+6 |