| Commit message (Expand) | Author | Age | Files | Lines |
* | [Net] Propagate priority changes from URLRequest to HttpTransaction | akalin@chromium.org | 2013-03-22 | 13 | -181/+553 |
* | Revert 189829 "[Net] Propagate priority changes from URLRequest ..." | msw@chromium.org | 2013-03-22 | 13 | -552/+181 |
* | [Net] Propagate priority changes from URLRequest to HttpTransaction | akalin@chromium.org | 2013-03-22 | 13 | -181/+552 |
* | net: move host_resolver files from net/base to net/dns | phajdan.jr@chromium.org | 2013-03-21 | 6 | -6/+6 |
* | [Net] Separate out priority field from HttpRequestInfo | akalin@chromium.org | 2013-03-19 | 3 | -6/+4 |
* | Revert 188912 "Removed static factories for data, ftp, file, and..." | kbr@chromium.org | 2013-03-19 | 29 | -149/+175 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-03-19 | 29 | -175/+149 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 1 | -6/+6 |
* | Stop sending Accept-Charset HTTP header as its not relevant anymore. Remove ... | pauljensen@chromium.org | 2013-03-15 | 11 | -92/+15 |
* | net: split net/ssl out of net/base | phajdan.jr@chromium.org | 2013-03-14 | 8 | -14/+14 |
* | net: Report net error code from URLFetcher::FileErrorOccurred | hashimoto@chromium.org | 2013-03-13 | 10 | -44/+36 |
* | Cleanup: remove obsolete comment. | ricea@chromium.org | 2013-03-11 | 1 | -3/+0 |
* | Remove some calls to URLRequestContext::network_delegate(). | tedv@chromium.org | 2013-03-08 | 11 | -37/+54 |
* | src/: Update the remaining include paths of string_split.h to its new location. | tfarina@chromium.org | 2013-03-06 | 1 | -1/+1 |
* | net: Introduce new interface URLFetcherResponseWriter | hashimoto@chromium.org | 2013-03-05 | 4 | -132/+185 |
* | Add SetUploadFilePath method to URLFetcher. | mattm@chromium.org | 2013-03-02 | 8 | -6/+135 |
* | Add AddHSTS() and AddHPKP() to replace EnableHost(DomainState), as | unsafe@trevp.net | 2013-03-02 | 1 | -4/+4 |
* | Connect SparseHistogram with the rest of stats system | kaiwang@chromium.org | 2013-03-01 | 1 | -3/+4 |
* | Remove the last traces of experimental support for MAC cookies | rsleevi@chromium.org | 2013-02-28 | 2 | -7/+3 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 4 | -4/+4 |
* | Disable 3 tests potentially because of run_test_cases; | maruel@chromium.org | 2013-02-23 | 1 | -1/+7 |
* | net: Complementary change for "Split URLFetcherFileWriter from URLFetcherCore" | hashimoto@chromium.org | 2013-02-22 | 1 | -0/+6 |
* | Fix uninitialized scalar fields in URLFetcherFileWriter class. | kmadhusu@chromium.org | 2013-02-20 | 1 | -1/+2 |
* | Clean up nits. List files in alphabetical order. Fix comments. | wtc@chromium.org | 2013-02-20 | 1 | -1/+1 |
* | net: Use DrainableIOBuffer in URLFetcherFileWriter | hashimoto@chromium.org | 2013-02-20 | 2 | -21/+8 |
* | Re-enable some network tests that have been disabled for | mmenke@chromium.org | 2013-02-20 | 1 | -9/+3 |
* | net: Split URLFetcherFileWriter from URLFetcherCore | hashimoto@chromium.org | 2013-02-18 | 4 | -305/+356 |
* | Refactored FakeURLFetcher to make it more flexible | noamsml@google.com | 2013-02-15 | 2 | -47/+125 |
* | Re-enable URLRequestTestHTTP.NetworkDelegateCancelWhileWaiting4. | marja@chromium.org | 2013-02-15 | 1 | -2/+1 |
* | Revert "Add SetUploadDataStream method to URLFetcher." which broke URLFetcher... | mattm@chromium.org | 2013-02-14 | 8 | -131/+24 |
* | Disabling flaky tests. | marja@chromium.org | 2013-02-14 | 1 | -1/+2 |
* | Remove unused pieces of URLRequestJobFactory API. | pauljensen@chromium.org | 2013-02-12 | 9 | -352/+18 |
* | Rename FilePath to base::FilePath and use new location of string_number_conve... | brettw@chromium.org | 2013-02-08 | 1 | -1/+1 |
* | Replace FilePath with base::FilePath in net. | brettw@chromium.org | 2013-02-08 | 17 | -120/+123 |
* | Remove deprecated POST_WITHOUT_BODY | hidehiko@chromium.org | 2013-02-08 | 2 | -9/+0 |
* | Allow no content-type for POST, PUT and PATCH methods. | hidehiko@chromium.org | 2013-02-06 | 2 | -10/+31 |
* | Linux/ChromeOS Chromium style checker cleanup, net/ edition. | rsleevi@chromium.org | 2013-02-06 | 4 | -23/+24 |
* | Add POST_WITHOUT_BODY to the UrlFetcher's method. | hidehiko@chromium.org | 2013-02-04 | 2 | -0/+8 |
* | Add PATCH method to UrlFetcher. | hidehiko@chromium.org | 2013-02-04 | 2 | -1/+4 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 3 | -5/+4 |
* | LoadTiming int net 6: Cache LoadTimingInfo | mmenke@chromium.org | 2013-02-02 | 6 | -46/+42 |
* | Add a command-line flag to have URLFetcher ignore certificate requests | rsleevi@chromium.org | 2013-01-31 | 6 | -0/+40 |
* | Add connection-type-specific histograms of: | pauljensen@chromium.org | 2013-01-31 | 1 | -2/+3 |
* | Fix leaks in FTP tests and remove suppressions | phajdan.jr@chromium.org | 2013-01-30 | 1 | -1/+2 |
* | Having URLFetcher handle SSL client auth by proceeding anonymously (eg: NULL | rsleevi@chromium.org | 2013-01-30 | 2 | -9/+0 |
* | Move file_util_proxy to base/files. | brettw@chromium.org | 2013-01-26 | 1 | -1/+1 |
* | Add SetUploadDataStream method to URLFetcher. | mattm@chromium.org | 2013-01-24 | 8 | -16/+124 |
* | Add support for making FTP requests through a proxy. | phajdan.jr@chromium.org | 2013-01-23 | 5 | -103/+543 |
* | Renames some DomainState functions for increased clarity. | unsafe@trevp.net | 2013-01-22 | 2 | -4/+4 |
* | LoadTiming in net, part 3. | mmenke@chromium.org | 2013-01-21 | 9 | -3/+288 |