summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Http cache: Don't attempt to revalidate entries after a vary header mismatchrvargas@google.com2013-01-113-7/+142
* net: Stop using base::WorkerPool from UploadFileElementReaderhashimoto@chromium.org2013-01-103-7/+13
* This is the first in an intended sequence of CLs to refactorunsafe@trevp.net2013-01-083-0/+814
* Http Pipelinining: Make unit tests more friendly to greedilymmenke@chromium.org2013-01-081-6/+13
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-071-1/+1
* Integrate QUIC info into net-internals.rch@chromium.org2013-01-052-0/+14
* Fix miss counting on http cache transactions.gavinp@chromium.org2013-01-041-0/+1
* Rename ancient NetworkTransaction tests to accuratelymmenke@chromium.org2013-01-042-2/+2
* Add a CloseAllSessions method to QuicStreamFactory, and wire it up to HttpNet...rch@chromium.org2013-01-031-0/+1
* Track occurance of Open/Create races on http cache transactions.gavinp@chromium.org2013-01-021-1/+4
* Add the GetRandomGenerator() method to QuicConnectionHelperInterfacewtc@chromium.org2012-12-221-2/+2
* Http Cache: Invalidate cached GETs after a successful POST.rvargas@google.com2012-12-214-4/+251
* net: Split sync part of UploadFileElementReader as UploadFileElementReaderSynchashimoto@chromium.org2012-12-202-8/+10
* Use generated shim headers for zlib.phajdan.jr@chromium.org2012-12-181-5/+0
* Http cache: Increase the number of entries stored by the infinite cache simul...rvargas@google.com2012-12-181-1/+1
* Add UMA for measuring Content-Dispostion header use and abuse.asanka@chromium.org2012-12-173-20/+158
* Integrating the QuicStreamFactory into the network stack.rch@chromium.org2012-12-165-3/+52
* Revert 173311rch@chromium.org2012-12-155-52/+3
* Integrating the QuicStreamFactory into the network stack.rch@chromium.org2012-12-155-3/+52
* Move DecodeFilenameValue and DecodeExt value into http_content_disposition.asanka@chromium.org2012-12-151-0/+326
* Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ...joaodasilva@chromium.org2012-12-144-6/+7
* Http cache: Track unused entries on the infinite cache simulation.rvargas@google.com2012-12-131-0/+13
* net: Make UploadDataStream independent from UploadDatahashimoto@chromium.org2012-12-114-82/+83
* Add a QuicHttpStream class.rch@chromium.org2012-12-041-0/+5
* Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli...rch@chromium.org2012-12-046-11/+37
* Clean up SpdySessionDependencies to remove code duplication.rch@chromium.org2012-12-024-1000/+796
* Http cache: fix a bug that prevented the infinite cache simulation from savingrvargas@google.com2012-11-302-5/+36
* Move EnableSpdy from HttpNetworkLayer to IOThread.rch@chromium.org2012-11-302-69/+8
* 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