| Commit message (Expand) | Author | Age | Files | Lines |
* | For Cache Sensitivity Analysis, add createentry/openentry delays. | tburkard@chromium.org | 2012-11-28 | 2 | -22/+61 |
* | Infinite cache comparison histograms. | gavinp@chromium.org | 2012-11-23 | 1 | -0/+47 |
* | Track unconditionalizable http requests. | gavinp@chromium.org | 2012-11-17 | 2 | -31/+40 |
* | Http cache: Modify the Vary header behavior. | rvargas@google.com | 2012-11-16 | 3 | -8/+57 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 2 | -6/+6 |
* | net: Pass the real IP address and port for mock TCP sockets where possible. | phajdan.jr@chromium.org | 2012-11-16 | 2 | -4/+4 |
* | Http cache: Count RESUMABLE requets as REVALIDATEABLE on the infinite cache. | rvargas@google.com | 2012-11-15 | 1 | -1/+1 |
* | net: Remove UploadDataStream* argument from HttpStream::SendRequest | hashimoto@chromium.org | 2012-11-15 | 16 | -152/+117 |
* | net: Update calls from RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-11-14 | 5 | -83/+83 |
* | net: Move ownership of UploadDataStream from HttpNetworkTransaction to URLReq... | hashimoto@chromium.org | 2012-11-14 | 9 | -103/+156 |
* | net: Change type of UploadData::elements from std::vector to ScopedVector | hashimoto@chromium.org | 2012-11-14 | 2 | -30/+8 |
* | Http cache: Increase the maximum number of entries tracked by the infinite ca... | rvargas@google.com | 2012-11-14 | 1 | -1/+1 |
* | Move mru_cache to the new containers subdirectory. | brettw@chromium.org | 2012-11-13 | 1 | -1/+1 |
* | Revert 167031 - For Cache Sensitivity Analysis, fix createentry/openentry rac... | dharani@google.com | 2012-11-12 | 2 | -45/+16 |
* | For Cache Sensitivity Analysis, fix createentry/openentry race condition | tburkard@chromium.org | 2012-11-10 | 2 | -16/+45 |
* | Introduce HttpStreamBase | bashi@chromium.org | 2012-11-09 | 8 | -121/+161 |
* | Revert 166580 - Consider {Create,Open,Doom}Entry for CacheSensitivity Analysis. | tburkard@chromium.org | 2012-11-09 | 1 | -3/+3 |
* | Consider {Create,Open,Doom}Entry for CacheSensitivity Analysis. | tburkard@chromium.org | 2012-11-08 | 1 | -3/+3 |
* | Treat 0 returned from HttpStream::ReadResponseBody correctly. | paivanof@gmail.com | 2012-11-04 | 4 | -23/+244 |
* | Update an outdated comment. | eroman@chromium.org | 2012-11-03 | 1 | -3/+3 |
* | Add net/base/test_data_directory.h | toyoshim@chromium.org | 2012-11-01 | 2 | -0/+2 |
* | net: Stop passing ownership of UploadDataStream from HttpNetworkTransaction t... | hashimoto@chromium.org | 2012-11-01 | 14 | -231/+157 |
* | Process only the first Strict-Transport-Security header. | palmer@chromium.org | 2012-10-30 | 1 | -1/+4 |
* | Http cache: reset cache_io_start_ at destruction of the cache transaction. | rvargas@google.com | 2012-10-30 | 1 | -0/+1 |
* | Default to GMT when parsing HTTP "Date", "Expires" and "Last-Modified" headers. | pauljensen@chromium.org | 2012-10-29 | 2 | -1/+42 |
* | Http cache: Measure back navigations on the infinite cache simulation. | rvargas@google.com | 2012-10-27 | 3 | -2/+19 |
* | Apply a few missing const qualifiers in net/ | digit@chromium.org | 2012-10-26 | 1 | -2/+2 |
* | Coalesce payload length statistics in ChromeNetworkDelegate | bengr@google.com | 2012-10-24 | 2 | -1/+10 |
* | Remove the ConnCountImpact FieldTrial code. | stevet@chromium.org | 2012-10-24 | 1 | -11/+0 |
* | net: Delete special logic for chunked upload | hashimoto@chromium.org | 2012-10-22 | 8 | -140/+72 |
* | [Coverity] Init uninitialized member var | groby@chromium.org | 2012-10-20 | 1 | -0/+1 |
* | Linux: fix build with system zlib. | phajdan.jr@chromium.org | 2012-10-19 | 1 | -0/+5 |
* | Fix a crash when a line containing the length of an HTTP | mmenke@chromium.org | 2012-10-18 | 3 | -12/+72 |
* | Revert 162415 - this was causing a shutdown hang. | mmenke@chromium.org | 2012-10-18 | 2 | -66/+22 |
* | net: Use UploadDataStream::Read() instead of ReadSync() | hashimoto@chromium.org | 2012-10-18 | 2 | -29/+42 |
* | Treat 0 returned from HttpStream::ReadResponseBody correctly. | paivanof@gmail.com | 2012-10-17 | 2 | -22/+66 |
* | net: Make UploadDataStream::Read() asynchronous | hashimoto@chromium.org | 2012-10-17 | 2 | -4/+6 |
* | Use the NSS internal key slot for all temporary key operations | rsleevi@chromium.org | 2012-10-17 | 1 | -1/+1 |
* | Receiving Connection: Proxy-Bypass induces proxy fallback. | piatek@google.com | 2012-10-16 | 2 | -5/+197 |
* | fix uninitialized variable warning for vs2012 compilation | scottmg@chromium.org | 2012-10-13 | 2 | -4/+4 |
* | Http cache: Fix the last access time for the infinite cache simulation. | rvargas@google.com | 2012-10-12 | 2 | -24/+41 |
* | net-internals: Add HTTP_TRANSACTION_SEND_REQUEST_BODY event | mmenke@chromium.org | 2012-10-11 | 1 | -1/+32 |
* | Fix bug in percentage increase computation for cache sensitivity analysis, | tburkard@chromium.org | 2012-10-03 | 1 | -6/+4 |
* | Track ga.js through the cache. | willchan@chromium.org | 2012-09-29 | 2 | -13/+77 |
* | SPDY proxy authentication support. | piatek@google.com | 2012-09-28 | 2 | -0/+2 |
* | Sensitivity Analysis to see how cache performance affects PLTs. | tburkard@chromium.org | 2012-09-27 | 2 | -16/+114 |
* | Http Cache: Small adjustment to the logic that determines the reuse status of... | rvargas@google.com | 2012-09-21 | 1 | -6/+6 |
* | Http cache: Make sure we separate the infinite cache simulation from the real... | rvargas@google.com | 2012-09-20 | 3 | -18/+20 |
* | Use net::UploadDataStream::Init() instead of InitSync() | hashimoto@chromium.org | 2012-09-19 | 2 | -8/+30 |
* | Cleanup: avoid foo ? true : false, part 2. | thestig@chromium.org | 2012-09-19 | 1 | -1/+1 |