summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Http cache: Always preserve extra headers when dealing withrvargas@google.com2009-11-034-26/+48
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-021-2/+2
* Http cache: Allow multiple external validation headers.rvargas@google.com2009-11-022-55/+153
* Minor defense-in-depth tweak. end - start + 1 can actually go negative ifcevans@chromium.org2009-10-281-1/+1
* Handle out of memory in GrowableIOBuffer more gracefully.vandebo@chromium.org2009-10-281-7/+17
* Http cache: Handle byte range requests when there is no cache entry.rvargas@google.com2009-10-272-0/+16
* Http cache: Make sure that we remove pending transactionsrvargas@google.com2009-10-263-3/+70
* Simplify the copying of data in HttpStreamParservandebo@chromium.org2009-10-231-17/+25
* Fixes ChromeFrame net tests which run the URLRequest unit tests by launching ...ananta@chromium.org2009-10-232-0/+16
* Http Cache: Convert data writes from sysnchronous to asynchronous.rvargas@google.com2009-10-223-43/+138
* Expand the options for how FLIP runs. The GFE team needsmbelshe@google.com2009-10-212-4/+26
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-178-634/+1239
* Http Cache: Enable byte-range support by default.rvargas@google.com2009-10-161-4/+4
* Adding support for Reset in StringTokenizerT and HttpHeadersIterator.tommi@chromium.org2009-10-162-0/+17
* Reverting 29316.vandebo@chromium.org2009-10-168-1239/+634
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-168-634/+1239
* HTTP Cache: Apply all freshness tests to Partial content entries.rvargas@google.com2009-10-163-4/+29
* Adding a Find method to the HeadersIterator class.tommi@chromium.org2009-10-163-0/+34
* Convert the HTTP cache to use FilePath rather than wstring for thetony@chromium.org2009-10-152-9/+9
* net: Add another unit test.rvargas@google.com2009-10-151-0/+7
* Final patch to convert disk cache to using FilePath instead oftony@chromium.org2009-10-151-2/+3
* Don't call AuthOrigin(target) multiple times inwtc@chromium.org2009-10-152-16/+22
* Http Cache: More unit tests for byte range support.rvargas@google.com2009-10-145-51/+209
* Add an interface to report the amount of data after a chunked encoding. This ...vandebo@chromium.org2009-10-133-13/+56
* Add a command line switch to enable flip sockets.mbelshe@google.com2009-10-132-1/+15
* Disk cache: Add a method to cancel pending sparse operations.rvargas@google.com2009-10-082-8/+130
* Make HttpResponseInfo pickle'able, just moves some code from HttpCache to Htt...michaeln@google.com2009-10-083-124/+150
* Initial CL for fixing some of the proxy auth issues.chron@chromium.org2009-10-065-2/+17
* Increase the maximum headers size from 32Kb to 256Kb.eroman@chromium.org2009-10-062-3/+3
* Handle range request on a truncated entryhclam@chromium.org2009-10-023-3/+48
* Handle reading to the end of a sparse entryhclam@chromium.org2009-10-012-0/+6
* Remove the ClientSocketFactory from the HttpNetworkTransactionmbelshe@google.com2009-09-306-139/+60
* Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...pkasting@chromium.org2009-09-291-5/+5
* Implement ScopedRunnableMethodFactory using WeakPtr.darin@chromium.org2009-09-252-20/+18
* Remove a redefined variable.eroman@chromium.org2009-09-241-1/+1
* Replace some net::ERR_FAILED generic error codes with more specific codes.eroman@chromium.org2009-09-248-80/+118
* Because we use scoped_refptr<> to the HttpResponseInfombelshe@google.com2009-09-221-3/+2
* Revert 25873.eroman@chromium.org2009-09-223-89/+35
* Allow the realm in BASIC and DIGEST challenges to not be specified.eroman@chromium.org2009-09-215-11/+74
* We should pass the service principal name (SPN) of thewtc@chromium.org2009-09-189-59/+44
* Addressing two comments from Darin.tommi@chromium.org2009-09-181-2/+1
* Moving two http utility functions to a separate source file due to dependency...tommi@chromium.org2009-09-182-16/+32
* More correctly handle username and password in FtpNetworkTransaction.phajdan.jr@chromium.org2009-09-163-83/+1
* Add a histogram for measuring SSL Connect times.mbelshe@google.com2009-09-112-2/+14
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-102-8/+8
* Http cache: Convert data writes from sysnchronous to asynchronous.rvargas@google.com2009-09-103-35/+89
* Http cache: Don't delete sparse entries when wervargas@google.com2009-09-092-11/+54
* Add some trace-points to HttpCache for request profiling (cache entry "open",...eroman@chromium.org2009-09-062-13/+89
* Bug fixing for range request support in HttpCachehclam@chromium.org2009-09-053-2/+36
* [Second attempt of r25461]wtc@chromium.org2009-09-058-703/+1092