| Commit message (Expand) | Author | Age | Files | Lines |
* | After r12485, every POST request has an UploadData, even if | wtc@chromium.org | 2009-03-27 | 1 | -2/+3 |
* | filter_context.GetMimeType returns false if there is no | wtc@chromium.org | 2009-03-27 | 1 | -1/+1 |
* | Prevent making real DNS lookups by chrome tests. | phajdan.jr@chromium.org | 2009-03-27 | 5 | -13/+37 |
* | Respect cookies set in a 401 responses when restarting the http transaction. | ericroman@google.com | 2009-03-27 | 15 | -77/+296 |
* | Treat all 1xx the same as a 100 (continue). | ericroman@google.com | 2009-03-27 | 2 | -2/+49 |
* | URLRequestFileJob provides file handle if net::LOAD_ENABLE_DOWNLOAD_FILE | hclam@chromium.org | 2009-03-26 | 2 | -0/+21 |
* | Removing vcprojs now generated by gyp. | bradnelson@google.com | 2009-03-26 | 8 | -2465/+0 |
* | Disk cache: Add a unit test that instantiates three caches | rvargas@google.com | 2009-03-26 | 3 | -7/+50 |
* | Make sure last_time_seen_ is protected by the CookieMonster lock. | deanm@chromium.org | 2009-03-26 | 1 | -2/+6 |
* | Make sure filters can handle an empty input buffer | jar@chromium.org | 2009-03-25 | 2 | -4/+8 |
* | Fix a race in proxy_service_unittest.cc that was causing flakiness on purify ... | ericroman@google.com | 2009-03-25 | 1 | -35/+102 |
* | Disk cache: First pass to make it possible to have | rvargas@google.com | 2009-03-25 | 17 | -71/+125 |
* | Disk cache: fix the report of first-eviction data to include only | rvargas@google.com | 2009-03-25 | 1 | -1/+1 |
* | Reverting 12479 which reverted 12470. | willchan@chromium.org | 2009-03-25 | 10 | -108/+199 |
* | Reverting 12470. | willchan@chromium.org | 2009-03-25 | 10 | -198/+107 |
* | Prioritize which HTTP requests get a socket first by adding a priority level ... | willchan@chromium.org | 2009-03-25 | 10 | -107/+198 |
* | Do not apply gzip filter to file names with gz/tgz/svgz extensions. | thestig@chromium.org | 2009-03-25 | 1 | -0/+16 |
* | GetMyHostName is renamed GetHostName to match the name of | wtc@chromium.org | 2009-03-25 | 5 | -10/+9 |
* | Add a new histogram macro to replace a few explicit calls. | rvargas@google.com | 2009-03-24 | 2 | -19/+17 |
* | * Switch the posix FileStream code over to using WorkerPool for asynchronous ... | willchan@chromium.org | 2009-03-24 | 2 | -69/+752 |
* | Use #pragma pack as documented to work with GCC and MSVC | mark@chromium.org | 2009-03-24 | 1 | -2/+2 |
* | Net module changes to support caching responses to a POST request. | darin@chromium.org | 2009-03-24 | 5 | -48/+120 |
* | Computer total latency for DNS experiment | jar@chromium.org | 2009-03-23 | 2 | -0/+11 |
* | Make GetHostNameProc return a std::string. | wtc@chromium.org | 2009-03-23 | 3 | -123/+113 |
* | Reduce valgrind bot time from 12 minutes to 9 minutes by skipping one test | dkegel@google.com | 2009-03-23 | 1 | -0/+3 |
* | Attempt to detect impact of disabling dns prefetching on transaction latency | jar@chromium.org | 2009-03-23 | 1 | -1/+8 |
* | Fully reset HttpNetworkTransaction::response_ when restarting the transaction... | ericroman@google.com | 2009-03-21 | 8 | -11/+98 |
* | Implement SSL renegotiation. | wtc@chromium.org | 2009-03-20 | 2 | -77/+122 |
* | Update the gyp Linux build: | sgk@google.com | 2009-03-20 | 1 | -0/+8 |
* | Don't expect unit tests to free root cert | dkegel@google.com | 2009-03-20 | 1 | -0/+4 |
* | Disk cache: More instrumentation for the cache. | rvargas@google.com | 2009-03-20 | 6 | -15/+192 |
* | CFNetworkExecuteProxyAutoConfigurationURL() chokes if the query url is NULL, ... | pinkerton@chromium.org | 2009-03-20 | 1 | -2/+6 |
* | initialize mixed_ in the File(PlatformFile) constructor variant. | ericroman@google.com | 2009-03-20 | 2 | -2/+2 |
* | don't UMR if GetFileSize() fails. | ericroman@google.com | 2009-03-20 | 1 | -2/+2 |
* | Add #include <fcntl.h> | patrick@chromium.org | 2009-03-20 | 1 | -0/+2 |
* | Add the directory listing code for the new portable FTP | wtc@chromium.org | 2009-03-19 | 5 | -0/+1551 |
* | Add support for progressive JPEGs with MIME type image/pjpeg. Fixes Issue 2104. | jon@chromium.org | 2009-03-19 | 1 | -0/+1 |
* | Add a unit test for X509Certificate::Policy. | abarth@chromium.org | 2009-03-19 | 1 | -0/+36 |
* | Net unittests: handle the case where recv fails | agl@chromium.org | 2009-03-19 | 1 | -1/+9 |
* | Disk cache: Store the stats only once every five minutes. | rvargas@google.com | 2009-03-19 | 1 | -1/+1 |
* | Try to get inter-packet times more precisely | jar@chromium.org | 2009-03-19 | 2 | -21/+48 |
* | Disk cache: Instead of saving the cache stats only when | rvargas@google.com | 2009-03-18 | 3 | -11/+22 |
* | Document how we avoid running leaky tests under Purify and Valgrind, | dkegel@google.com | 2009-03-18 | 3 | -0/+20 |
* | Disk cache: A few minor fixes to make coverity happy. | rvargas@google.com | 2009-03-18 | 4 | -4/+8 |
* | Disk cache: First implementation of TrimDeleted() and a few | rvargas@google.com | 2009-03-18 | 5 | -10/+70 |
* | Remove unneeded uses of base/ref_counted.h. | thestig@chromium.org | 2009-03-18 | 5 | -6/+4 |
* | Switching net over to use gyp on windows. | bradnelson@google.com | 2009-03-18 | 2 | -218/+1 |
* | Fix leak in GetCertSubjectAltNamesOfType(). Found by valgrind. | dkegel@google.com | 2009-03-18 | 1 | -0/+1 |
* | Fix incorrect include guards in net/, where the guard didn't match the filename. | deanm@chromium.org | 2009-03-17 | 8 | -17/+22 |
* | SSL Fix: Step 2.Add HasAllowedCert and HasDeniedCert to X509Certificate::Poli... | abarth@chromium.org | 2009-03-17 | 2 | -0/+14 |