summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Avoid double-InitCache() in SimpleDoomBetween test, leakpasko@google.com2013-04-191-2/+0
* net: don't do TLS False Start with RC4.agl@chromium.org2013-04-194-2/+38
* Add SimpleCache index file heuristicsfelipeg@chromium.org2013-04-193-5/+37
* Simple Cache: Re-enable entry counting in tests on startpasko@google.com2013-04-191-2/+1
* Fix typo in net/websockets/websocket_throttle.hyoshinori.sano@gmail.com2013-04-191-1/+1
* Avoid C++11 narrowing errors.raphael.kubo.da.costa@intel.com2013-04-192-2/+2
* QUIC - fix memory leak.rtenneti@chromium.org2013-04-191-0/+1
* Remove a few un-necessary string copies in net/digit@chromium.org2013-04-191-3/+3
* Correctly handle SPDY GOAWAY frames.rch@chromium.org2013-04-1911-182/+227
* Fix SimpleCache field trial creation.gavinp@chromium.org2013-04-181-1/+3
* Simple Cache: DoomEntriesBetween()pasko@google.com2013-04-1810-41/+199
* Support overlapping operations on the SimpleEntryImpl.felipeg@chromium.org2013-04-183-65/+235
* Write the Index File to disk after 20 seconds elapsed since the last cache op...felipeg@chromium.org2013-04-182-11/+68
* Fix bug in MemEntryImpl, which caused browser crash during clearing vchigrin@yandex-team.ru2013-04-182-5/+137
* Code quality and standards in SimpleBackend.gavinp@chromium.org2013-04-189-71/+78
* Minor mimetype list cleanup according to various RFCs.zvorygin@google.com2013-04-181-2/+2
* Add some missing includes for IO functions.raphael.kubo.da.costa@intel.com2013-04-183-0/+3
* [SPDY] Avoid leaking bytes from the session flow control send windowakalin@chromium.org2013-04-188-241/+436
* Merge spdy2 and spdy3 versions of SpdyHeaderInfo.ttuttle@chromium.org2013-04-187-35/+33
* [net/dns] Use only NullDnsSocketPool.szym@chromium.org2013-04-181-1/+1
* FlashCache refactorings.agayev@chromium.org2013-04-1810-151/+133
* Disk cache: Make sure that the CacheCreator captures the required arguments.rvargas@google.com2013-04-172-2/+4
* [net/dns] Add test DualFamilyLocalhost and fix it when DnsClient enabled.szym@chromium.org2013-04-173-8/+106
* [SPDY] Avoid leaking bytes from the session flow control receive windowakalin@chromium.org2013-04-1714-120/+300
* Rewrite scoped_array<T> to scoped_ptr<T[]> in net.dcheng@chromium.org2013-04-171-1/+1
* Land Recent QUIC Changesrtenneti@chromium.org2013-04-1747-332/+680
* Disk cache: Make sure that entry_ and node_ are not saved after doom.rvargas@google.com2013-04-171-1/+4
* Make SimpleEntryImpl ref counted.gavinp@chromium.org2013-04-178-111/+95
* [SPDY] Fix memory leak introduced by r194564akalin@chromium.org2013-04-171-1/+10
* [SPDY] Replace SpdyIOBuffer with new SpdyBuffer classakalin@chromium.org2013-04-1734-421/+775
* Revert 194560 "[SPDY] Replace SpdyIOBuffer with new SpdyBuffer c..."akalin@chromium.org2013-04-1734-775/+422
* [SPDY] Replace SpdyIOBuffer with new SpdyBuffer classakalin@chromium.org2013-04-1734-422/+775
* Re-land greedy read support for SpdySessionrtenneti@chromium.org2013-04-1711-89/+1118
* Refactor our SimpleIndex file format and serialization to use Pickle instead ...felipeg@chromium.org2013-04-1617-476/+795
* Revert 194387 "Refactor our SimpleIndex file format and serializ..."felipeg@chromium.org2013-04-161-66/+0
* Refactor our SimpleIndex file format and serialization to use Pickle instead ...felipeg@chromium.org2013-04-161-0/+66
* Revert 194347cpu@chromium.org2013-04-1617-794/+476
* [net/dns] Rename SystemHostResolverProc and CallSystemHostResolverProc.szym@chromium.org2013-04-165-27/+37
* Refactor our SimpleIndex file format and serialization to use Pickle instead ...felipeg@chromium.org2013-04-1617-476/+794
* Guard all uses of index_ in SimpleEntryImpl.gavinp@chromium.org2013-04-161-2/+4
* Add SimpleSynchronousEntry::Doom(), and use it to clean up after errors.gavinp@chromium.org2013-04-159-62/+213
* Use uint64 as the hash_key for the EntryMetadata in the SimpleIndex.felipeg@chromium.org2013-04-155-51/+79
* net: add (*.)bassh.net to the HSTS preloaded list.agl@chromium.org2013-04-152-1/+3
* Cache Backend Proxy to intercept all cache events from the IO thread.pasko@chromium.org2013-04-158-3/+475
* Revert 193992 "Lets try this again."jochen@chromium.org2013-04-152-11/+11
* [SPDY] Plumb SPDY frame type through write queueakalin@chromium.org2013-04-1527-340/+597
* [SPDY] Refactor SpdySession's write queueakalin@chromium.org2013-04-1313-470/+585
* Remove file_util::IsDot and ::IsDotDot.brettw@chromium.org2013-04-132-6/+11
* Use ScopedBstr, ScopedComPtr, and ScopedVariant in place of raw or ATL objects.pkasting@chromium.org2013-04-131-14/+11
* net: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-1380-84/+84