| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverting 29316. | vandebo@chromium.org | 2009-10-16 | 8 | -1239/+634 |
* | Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing... | vandebo@chromium.org | 2009-10-16 | 8 | -634/+1239 |
* | HTTP Cache: Apply all freshness tests to Partial content entries. | rvargas@google.com | 2009-10-16 | 3 | -4/+29 |
* | Adding a Find method to the HeadersIterator class. | tommi@chromium.org | 2009-10-16 | 3 | -0/+34 |
* | Convert the HTTP cache to use FilePath rather than wstring for the | tony@chromium.org | 2009-10-15 | 2 | -9/+9 |
* | net: Add another unit test. | rvargas@google.com | 2009-10-15 | 1 | -0/+7 |
* | Final patch to convert disk cache to using FilePath instead of | tony@chromium.org | 2009-10-15 | 1 | -2/+3 |
* | Don't call AuthOrigin(target) multiple times in | wtc@chromium.org | 2009-10-15 | 2 | -16/+22 |
* | Http Cache: More unit tests for byte range support. | rvargas@google.com | 2009-10-14 | 5 | -51/+209 |
* | Add an interface to report the amount of data after a chunked encoding. This ... | vandebo@chromium.org | 2009-10-13 | 3 | -13/+56 |
* | Add a command line switch to enable flip sockets. | mbelshe@google.com | 2009-10-13 | 2 | -1/+15 |
* | Disk cache: Add a method to cancel pending sparse operations. | rvargas@google.com | 2009-10-08 | 2 | -8/+130 |
* | Make HttpResponseInfo pickle'able, just moves some code from HttpCache to Htt... | michaeln@google.com | 2009-10-08 | 3 | -124/+150 |
* | Initial CL for fixing some of the proxy auth issues. | chron@chromium.org | 2009-10-06 | 5 | -2/+17 |
* | Increase the maximum headers size from 32Kb to 256Kb. | eroman@chromium.org | 2009-10-06 | 2 | -3/+3 |
* | Handle range request on a truncated entry | hclam@chromium.org | 2009-10-02 | 3 | -3/+48 |
* | Handle reading to the end of a sparse entry | hclam@chromium.org | 2009-10-01 | 2 | -0/+6 |
* | Remove the ClientSocketFactory from the HttpNetworkTransaction | mbelshe@google.com | 2009-09-30 | 6 | -139/+60 |
* | Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ... | pkasting@chromium.org | 2009-09-29 | 1 | -5/+5 |
* | Implement ScopedRunnableMethodFactory using WeakPtr. | darin@chromium.org | 2009-09-25 | 2 | -20/+18 |
* | Remove a redefined variable. | eroman@chromium.org | 2009-09-24 | 1 | -1/+1 |
* | Replace some net::ERR_FAILED generic error codes with more specific codes. | eroman@chromium.org | 2009-09-24 | 8 | -80/+118 |
* | Because we use scoped_refptr<> to the HttpResponseInfo | mbelshe@google.com | 2009-09-22 | 1 | -3/+2 |
* | Revert 25873. | eroman@chromium.org | 2009-09-22 | 3 | -89/+35 |
* | Allow the realm in BASIC and DIGEST challenges to not be specified. | eroman@chromium.org | 2009-09-21 | 5 | -11/+74 |
* | We should pass the service principal name (SPN) of the | wtc@chromium.org | 2009-09-18 | 9 | -59/+44 |
* | Addressing two comments from Darin. | tommi@chromium.org | 2009-09-18 | 1 | -2/+1 |
* | Moving two http utility functions to a separate source file due to dependency... | tommi@chromium.org | 2009-09-18 | 2 | -16/+32 |
* | More correctly handle username and password in FtpNetworkTransaction. | phajdan.jr@chromium.org | 2009-09-16 | 3 | -83/+1 |
* | Add a histogram for measuring SSL Connect times. | mbelshe@google.com | 2009-09-11 | 2 | -2/+14 |
* | Move StringPiece into the base namespace. It is colliding | tony@chromium.org | 2009-09-10 | 2 | -8/+8 |
* | Http cache: Convert data writes from sysnchronous to asynchronous. | rvargas@google.com | 2009-09-10 | 3 | -35/+89 |
* | Http cache: Don't delete sparse entries when we | rvargas@google.com | 2009-09-09 | 2 | -11/+54 |
* | Add some trace-points to HttpCache for request profiling (cache entry "open",... | eroman@chromium.org | 2009-09-06 | 2 | -13/+89 |
* | Bug fixing for range request support in HttpCache | hclam@chromium.org | 2009-09-05 | 3 | -2/+36 |
* | [Second attempt of r25461] | wtc@chromium.org | 2009-09-05 | 8 | -703/+1092 |
* | Http Cache: Add support for resuming downloading a | rvargas@google.com | 2009-09-04 | 5 | -44/+282 |
* | Update the request time of http cache entries on 304. | eroman@chromium.org | 2009-09-04 | 4 | -6/+25 |
* | Re-enabled URLRequestTestHTTP.BasicAuth. | eroman@chromium.org | 2009-09-04 | 1 | -2/+2 |
* | Update the response time of http cache entries on 304. | eroman@chromium.org | 2009-09-04 | 4 | -6/+98 |
* | Revert "Use SSPI for NTLM authentication on Windows." | agl@chromium.org | 2009-09-04 | 7 | -968/+697 |
* | Use SSPI for NTLM authentication on Windows. | wtc@chromium.org | 2009-09-04 | 7 | -697/+968 |
* | Display the LoadLogs for recent and in-progress URLRequests on the net-intern... | eroman@chromium.org | 2009-09-03 | 1 | -1/+2 |
* | Http cache: reorder some functions. No code change. | rvargas@google.com | 2009-09-01 | 1 | -77/+74 |
* | Http cache: Cleanup from tracking of bug 9952. | rvargas@google.com | 2009-09-01 | 2 | -68/+12 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -5/+5 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -5/+5 |
* | Http cache: Bypass the cache for range requests that have validation headers. | rvargas@google.com | 2009-08-28 | 2 | -1/+41 |
* | Add the ability to not send cookies or send user name/password. | levin@chromium.org | 2009-08-26 | 2 | -6/+54 |
* | Refactor function to unpack an Entry from its pickle to a HttpResponseInfo. | mbelshe@google.com | 2009-08-25 | 2 | -12/+22 |