summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* For Cache Sensitivity Analysis, add createentry/openentry delays.tburkard@chromium.org2012-11-282-22/+61
* Infinite cache comparison histograms.gavinp@chromium.org2012-11-231-0/+47
* Track unconditionalizable http requests.gavinp@chromium.org2012-11-172-31/+40
* Http cache: Modify the Vary header behavior.rvargas@google.com2012-11-163-8/+57
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-162-6/+6
* net: Pass the real IP address and port for mock TCP sockets where possible.phajdan.jr@chromium.org2012-11-162-4/+4
* Http cache: Count RESUMABLE requets as REVALIDATEABLE on the infinite cache.rvargas@google.com2012-11-151-1/+1
* net: Remove UploadDataStream* argument from HttpStream::SendRequesthashimoto@chromium.org2012-11-1516-152/+117
* net: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-145-83/+83
* net: Move ownership of UploadDataStream from HttpNetworkTransaction to URLReq...hashimoto@chromium.org2012-11-149-103/+156
* net: Change type of UploadData::elements from std::vector to ScopedVectorhashimoto@chromium.org2012-11-142-30/+8
* Http cache: Increase the maximum number of entries tracked by the infinite ca...rvargas@google.com2012-11-141-1/+1
* Move mru_cache to the new containers subdirectory.brettw@chromium.org2012-11-131-1/+1
* Revert 167031 - For Cache Sensitivity Analysis, fix createentry/openentry rac...dharani@google.com2012-11-122-45/+16
* For Cache Sensitivity Analysis, fix createentry/openentry race conditiontburkard@chromium.org2012-11-102-16/+45
* Introduce HttpStreamBasebashi@chromium.org2012-11-098-121/+161
* Revert 166580 - Consider {Create,Open,Doom}Entry for CacheSensitivity Analysis.tburkard@chromium.org2012-11-091-3/+3
* Consider {Create,Open,Doom}Entry for CacheSensitivity Analysis.tburkard@chromium.org2012-11-081-3/+3
* Treat 0 returned from HttpStream::ReadResponseBody correctly.paivanof@gmail.com2012-11-044-23/+244
* Update an outdated comment.eroman@chromium.org2012-11-031-3/+3
* Add net/base/test_data_directory.htoyoshim@chromium.org2012-11-012-0/+2
* net: Stop passing ownership of UploadDataStream from HttpNetworkTransaction t...hashimoto@chromium.org2012-11-0114-231/+157
* Process only the first Strict-Transport-Security header.palmer@chromium.org2012-10-301-1/+4
* Http cache: reset cache_io_start_ at destruction of the cache transaction.rvargas@google.com2012-10-301-0/+1
* Default to GMT when parsing HTTP "Date", "Expires" and "Last-Modified" headers.pauljensen@chromium.org2012-10-292-1/+42
* Http cache: Measure back navigations on the infinite cache simulation.rvargas@google.com2012-10-273-2/+19
* Apply a few missing const qualifiers in net/digit@chromium.org2012-10-261-2/+2
* Coalesce payload length statistics in ChromeNetworkDelegatebengr@google.com2012-10-242-1/+10
* Remove the ConnCountImpact FieldTrial code.stevet@chromium.org2012-10-241-11/+0
* net: Delete special logic for chunked uploadhashimoto@chromium.org2012-10-228-140/+72
* [Coverity] Init uninitialized member vargroby@chromium.org2012-10-201-0/+1
* Linux: fix build with system zlib.phajdan.jr@chromium.org2012-10-191-0/+5
* Fix a crash when a line containing the length of an HTTPmmenke@chromium.org2012-10-183-12/+72
* Revert 162415 - this was causing a shutdown hang.mmenke@chromium.org2012-10-182-66/+22
* net: Use UploadDataStream::Read() instead of ReadSync()hashimoto@chromium.org2012-10-182-29/+42
* Treat 0 returned from HttpStream::ReadResponseBody correctly.paivanof@gmail.com2012-10-172-22/+66
* net: Make UploadDataStream::Read() asynchronoushashimoto@chromium.org2012-10-172-4/+6
* Use the NSS internal key slot for all temporary key operationsrsleevi@chromium.org2012-10-171-1/+1
* Receiving Connection: Proxy-Bypass induces proxy fallback.piatek@google.com2012-10-162-5/+197
* fix uninitialized variable warning for vs2012 compilationscottmg@chromium.org2012-10-132-4/+4
* Http cache: Fix the last access time for the infinite cache simulation.rvargas@google.com2012-10-122-24/+41
* net-internals: Add HTTP_TRANSACTION_SEND_REQUEST_BODY eventmmenke@chromium.org2012-10-111-1/+32
* Fix bug in percentage increase computation for cache sensitivity analysis,tburkard@chromium.org2012-10-031-6/+4
* Track ga.js through the cache.willchan@chromium.org2012-09-292-13/+77
* SPDY proxy authentication support.piatek@google.com2012-09-282-0/+2
* Sensitivity Analysis to see how cache performance affects PLTs.tburkard@chromium.org2012-09-272-16/+114
* Http Cache: Small adjustment to the logic that determines the reuse status of...rvargas@google.com2012-09-211-6/+6
* Http cache: Make sure we separate the infinite cache simulation from the real...rvargas@google.com2012-09-203-18/+20
* Use net::UploadDataStream::Init() instead of InitSync()hashimoto@chromium.org2012-09-192-8/+30
* Cleanup: avoid foo ? true : false, part 2.thestig@chromium.org2012-09-191-1/+1