| Commit message (Expand) | Author | Age | Files | Lines |
* | URLRequest - return LOAD_STATE_WAITING_FOR_DELEGATE even when we | mmenke@chromium.org | 2013-05-04 | 1 | -2/+1 |
* | Fix a NULL dereference bug (of URLRequest) in URLRequestFtpJob | phajdan.jr@chromium.org | 2013-05-03 | 3 | -2/+28 |
* | GTTF: rename net::TestServer -> net::SpawnedTestServer | phajdan.jr@chromium.org | 2013-05-03 | 3 | -210/+226 |
* | Support range uploading of a file. | hidehiko@chromium.org | 2013-05-02 | 8 | -8/+65 |
* | net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-30 | 19 | -43/+38 |
* | Use ScopedBstr, ScopedComPtr, and ScopedVariant in place of raw or ATL objects. | pkasting@chromium.org | 2013-04-13 | 1 | -14/+11 |
* | net: Update the include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-04-13 | 1 | -1/+1 |
* | Simplify prerender and network/cache stats histograms by removing the field t... | tburkard@chromium.org | 2013-04-12 | 1 | -96/+0 |
* | Move path functions from file_util to FilePath object. | brettw@chromium.org | 2013-04-12 | 2 | -2/+2 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in net. | dcheng@chromium.org | 2013-04-11 | 1 | -1/+1 |
* | Remove URL fragment from referrer HTTP header (to comply with rfc2616) when o... | mef@chromium.org | 2013-04-10 | 5 | -20/+48 |
* | Don't set MODE_DEFAULT when adding HPKP header. | palmer@chromium.org | 2013-04-10 | 1 | -0/+39 |
* | Remove the remnants of the WarmSocketImpact field trial. | stevet@chromium.org | 2013-04-10 | 1 | -9/+0 |
* | Remove deprecated TestURLReqest constructor interface. | tedv@chromium.org | 2013-04-10 | 2 | -9/+0 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 5 | -69/+93 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 5 | -93/+69 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 5 | -69/+93 |
* | Implement FTP auth through proxy | phajdan.jr@chromium.org | 2013-04-08 | 4 | -50/+272 |
* | Fix a load timing bug in which proxy resolution times could | mmenke@chromium.org | 2013-04-08 | 5 | -11/+406 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition. | dcheng@chromium.org | 2013-04-07 | 3 | -6/+6 |
* | net: Replace URLFetcherFileWriter's implementation with FileStream | hashimoto@chromium.org | 2013-04-04 | 3 | -143/+88 |
* | Split the power monitoring feature from SystemMonitor | hongbo.min@intel.com | 2013-04-03 | 2 | -10/+13 |
* | net: extract net/cert out of net/base | phajdan.jr@chromium.org | 2013-03-29 | 6 | -8/+8 |
* | Convert net to use base::string16 instead of string16. | brettw@chromium.org | 2013-03-29 | 7 | -11/+11 |
* | Update sys_string_conversions includes in chrome_frame, content, net, and ui. | brettw@chromium.org | 2013-03-28 | 1 | -1/+1 |
* | Cache failover to LOAD_PREFERRING_CACHE if network response suggests offline. | rdsmith@chromium.org | 2013-03-23 | 1 | -1/+2 |
* | [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 |