summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge some changes from branches/mac_july_2008 to trunk.ericroman@google.com2008-08-182-1/+19
* -Add error code for chunked encodingericroman@google.com2008-08-152-7/+114
* Introduce MessagePump to represent the native message pump used to drive adarin@google.com2008-08-152-10/+5
* First cut at implementing SSLClientSocket using Schannel.wtc@google.com2008-08-141-1/+8
* Address some issues I found in chunked decoder:ericroman@google.com2008-08-143-26/+153
* Change the ProxyService to work with ASCII strings.darin@google.com2008-08-123-5/+5
* Rename HttpProxy* classes to Proxy*. Move them into a net/proxy/ subdirectory.darin@google.com2008-08-1116-1604/+40
* Remove the old NativeMB functions from string util, and use the new ones in s...brettw@google.com2008-08-071-2/+4
* fix bustage... F**Kdarin@google.com2008-08-071-3/+2
* Rename HttpConnection to ClientSocketHandle, and rename HttpConnectionManager...darin@google.com2008-08-068-784/+11
* Miscellaneous changes from my code review.wtc@google.com2008-08-054-127/+150
* Miscellaneous changes (mostly cleanup) from my code review.wtc@google.com2008-08-056-37/+52
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-311-1/+1
* Change the proxy failover to be less aggressive. We now clear the list of bad...nsylvain@google.com2008-07-302-22/+140
* Move some more classes from net/base into the net:: namespace.darin@google.com2008-07-302-3/+2
* I submitted this code by mistake in my previous revert.nsylvain@google.com2008-07-291-11/+4
* Reverting revision 70, 66 and 65 to fix crashes.nsylvain@google.com2008-07-291-4/+11
* Add net to the repository.initial.commit2008-07-2649-0/+13709