| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument. | cbentzel@chromium.org | 2010-09-29 | 1 | -1/+2 |
* | Revert 60791 - HttpAuthHandlerFactory::CreateDefault requires a HostResolver ... | cbentzel@chromium.org | 2010-09-28 | 1 | -2/+1 |
* | HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument. | cbentzel@chromium.org | 2010-09-28 | 1 | -1/+2 |
* | Revert 60739 (still leaks on ChromiumOS!) - Reland r59972: Eagerly set the IO... | willchan@chromium.org | 2010-09-28 | 2 | -10/+1 |
* | Reland r59972: Eagerly set the IO loop used for OCSP. | willchan@chromium.org | 2010-09-28 | 2 | -1/+10 |
* | Immediately reject empty cookie headers. | jochen@chromium.org | 2010-09-27 | 2 | -2/+24 |
* | net: Append base:: in the StringPrintf calls. | tfarina@chromium.org | 2010-09-25 | 1 | -8/+10 |
* | FBTF: Move a bunch of code to the headers and remove includes. | erg@google.com | 2010-09-22 | 4 | -3/+11 |
* | Revert 59972 (chromium os leaks) - Reland r59511: Eagerly set the IO loop use... | willchan@chromium.org | 2010-09-21 | 2 | -10/+1 |
* | Reland r59511: Eagerly set the IO loop used for OCSP. | willchan@chromium.org | 2010-09-20 | 2 | -1/+10 |
* | Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi... | tfarina@chromium.org | 2010-09-15 | 1 | -1/+1 |
* | Trying to green up the tree, lots of mac and win red around this cl. | thomasvl@chromium.org | 2010-09-14 | 1 | -1/+1 |
* | net: Rename ProxyService::CreateNull to ProxyService::CreateDirect. | tfarina@chromium.org | 2010-09-14 | 1 | -1/+1 |
* | Moving file_util::FileInfo to base::PlatformFileInfo, and adding the | dumi@chromium.org | 2010-09-03 | 2 | -5/+5 |
* | Fix a regression whereby full-granularity network events were being captured ... | eroman@chromium.org | 2010-08-31 | 1 | -1/+1 |
* | FBTF: A giant cleanup to net/ | erg@google.com | 2010-08-31 | 7 | -34/+81 |
* | Fix ChromeFrame HTTPs net tests which started failing with the change to vali... | ananta@chromium.org | 2010-08-29 | 1 | -0/+4 |
* | Add regression tests for issue 53366. Check that the | wtc@chromium.org | 2010-08-28 | 1 | -4/+21 |
* | Adds HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-24 | 1 | -2/+4 |
* | Allow net::DirectoryLister to be used to recursively list the directory, and ... | johnnyg@chromium.org | 2010-08-21 | 2 | -12/+13 |
* | Remove obviously unneeded forward declarations from headers under src/{app,ba... | viettrungluu@chromium.org | 2010-08-21 | 2 | -5/+0 |
* | Reintegrate certificate selection in HttpNetworkTransaction DoLoop | davidben@chromium.org | 2010-08-21 | 1 | -0/+11 |
* | FBTF: Remove unnecessary STL #includes from src/net. | viettrungluu@chromium.org | 2010-08-19 | 2 | -2/+0 |
* | FBTF: Remove unneeded headers from base/ (part 6) | thestig@chromium.org | 2010-08-19 | 1 | -2/+0 |
* | Revert 56539 - Added HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-18 | 1 | -4/+2 |
* | Added HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-18 | 1 | -2/+4 |
* | Test server cleanup patch of death: | phajdan.jr@chromium.org | 2010-08-17 | 1 | -202/+239 |
* | Revert 56376 - This CL will introduce a new way to do exponential back-off on... | joi@chromium.org | 2010-08-17 | 2 | -29/+9 |
* | This CL will introduce a new way to do exponential back-off on failure within | joi@chromium.org | 2010-08-17 | 2 | -9/+29 |
* | FBTF: Header cleanup in renderer_host. | jhawkins@chromium.org | 2010-08-16 | 2 | -5/+5 |
* | Uninitialized member variable in UrlRequestJobMetrics. | finnur@chromium.org | 2010-08-12 | 1 | -2/+5 |
* | Add rudimentary support for client auth in testserver.py and unit tests | davidben@chromium.org | 2010-08-07 | 1 | -0/+46 |
* | Add the actual data being read to the OnBytesRead callback, take two. | cbentzel@chromium.org | 2010-08-06 | 5 | -31/+310 |
* | FBTF: Remove unneeded headers from base/ (part 2) | thestig@chromium.org | 2010-08-06 | 2 | -2/+5 |
* | Mark URLRequestTestFTP.FTPCheckWrongPassword and .FTPCheckWrongUser as flaky. | viettrungluu@chromium.org | 2010-08-05 | 1 | -2/+4 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it | brettw@chromium.org | 2010-07-31 | 4 | -4/+14 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -1/+2 |
* | Revert 54448 - Add the actual data being read to the OnBytesRead callback, ta... | cbentzel@chromium.org | 2010-07-31 | 5 | -310/+31 |
* | Add the actual data being read to the OnBytesRead callback, take two. | cbentzel@chromium.org | 2010-07-31 | 5 | -31/+310 |
* | Convert src/net to use std::string/char* for DictionaryValue keys. | viettrungluu@chromium.org | 2010-07-31 | 1 | -4/+4 |
* | Implement prefetching in chrome | gavinp@google.com | 2010-07-31 | 1 | -1/+1 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -4/+4 |
* | GTTF: Move more test server code from net/url_request/url_request_unittest.h | phajdan.jr@chromium.org | 2010-07-29 | 2 | -219/+4 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 10 | -47/+55 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 22 | -0/+22 |
* | GTTF: test server cleanup: | phajdan.jr@chromium.org | 2010-07-23 | 2 | -193/+88 |
* | Revert "Add the actual data being read to the OnBytesRead callback." | phajdan.jr@chromium.org | 2010-07-22 | 5 | -312/+33 |
* | Changed type CookieList to being a vector CanonicalCookies. | rdsmith@google.com | 2010-07-21 | 1 | -1/+1 |
* | Add the actual data being read to the OnBytesRead callback. | cbentzel@chromium.org | 2010-07-21 | 5 | -33/+312 |