summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* TBR fix for broken compile on mac.ericroman@google.com2008-09-131-1/+1
* misc. http response status-line changes:ericroman@google.com2008-09-139-83/+398
* Declare the bool members next to each other so they canwtc@google.com2008-09-112-5/+5
* Remove all but one place in this file where we returnwtc@google.com2008-09-111-2/+6
* Refactor the SSL tunnel establishment code so that itwtc@google.com2008-09-102-135/+62
* WinHttpSendRequest fails with SEC_E_ILLEGAL_MESSAGE whenwtc@google.com2008-09-091-0/+1
* Replace all instances of <hash_map> with a "base/hash_tabe.h",erg@google.com2008-09-083-7/+4
* Normalize leading LWS in line continuations, per Wan-Teh's suggestion.ericroman@google.com2008-09-082-15/+70
* [new http] Normalize line continuations in response headers.ericroman@google.com2008-09-065-27/+347
* If we receive an HTTP authentication header with a non-ASCIIwtc@google.com2008-08-281-3/+3
* Implement SSL tunneling through a proxy server.wtc@google.com2008-08-252-20/+187
* Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h".ericroman@google.com2008-08-251-1/+1
* Use a more compact license header in source files.license.bot2008-08-2435-980/+140
* r1194 missed some sites to disable the warningmmentovai@google.com2008-08-211-3/+3
* Fix the final gcc warnings in base and net. Provide some macros to selective...mmentovai@google.com2008-08-211-5/+7
* Blind fix for net unittest failure.evanm@google.com2008-08-212-3/+3
* Fix signedness warnings in http_response_headersmmentovai@google.com2008-08-211-3/+3
* Fix some more warnings.evanm@google.com2008-08-201-1/+1
* More of net compiling on the Mac.avi@google.com2008-08-201-8/+7
* Use the right mode in HttpCache::Transaction::RequiresValidationmmentovai@google.com2008-08-201-1/+1
* We should reset content_length_remaining_ (to -1) when wewtc@google.com2008-08-201-0/+3
* Portability changes to http_response_headers.ericroman@google.com2008-08-202-10/+48
* Run a couple more tests in net, and get rid of a couple more warningsmmentovai@google.com2008-08-201-0/+2
* add http_cache to mac build.ericroman@google.com2008-08-193-22/+21
* Remove warnings for the net module.rvargas@google.com2008-08-191-1/+1
* Update a few forgotten users of the Sys StringPiece conversion functions to i...deanm@google.com2008-08-191-0/+1
* change error valueericroman@google.com2008-08-182-6/+6