summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Initialize modification/used times from clock in SimpleCachegavinp@chromium.org2013-05-171-0/+2
* ChannelID-less Connections in Chrome should be more granular.mef@chromium.org2013-05-1750-468/+934
* Grab bag of clang fixes for Windows codernk@chromium.org2013-05-173-5/+5
* Adding unit test for two new functions in mime_util.h/cc.grunell@chromium.org2013-05-171-0/+16
* Remove deprecated WebSocketFrameHeader constructorricea@chromium.org2013-05-171-13/+0
* Disallow wildcards from matching top-level registry controlled domains during...rsleevi@chromium.org2013-05-173-14/+49
* Use loop to iterate over cookies to save in the SaveNextCookie method.tyoshino@chromium.org2013-05-172-23/+54
* QUIC - Moved call to SetDefaults to callers of QuicClientSession.rtenneti@chromium.org2013-05-175-5/+5
* Warn if a well-known/"public" CA issues a certificate for a non-TLDrsleevi@chromium.org2013-05-174-6/+200
* Protect against empty "labeled" DNS names in DnsTransaction.wez@chromium.org2013-05-175-2/+27
* Build fix for quic_unittests.dongseong.hwang@intel.com2013-05-161-1/+1
* net: remove include_subdomains for square.comagl@chromium.org2013-05-162-2/+2
* Fix command line handling in quic_serverrch@chromium.org2013-05-163-2/+22
* Actually implement header compression for quic streams.rch@chromium.org2013-05-165-18/+15
* net: add (*.)square.com to HSTS preloaded.agl@chromium.org2013-05-162-0/+2
* Add SpdyMajorVersion enum and use it everywhereakalin@chromium.org2013-05-1631-230/+216
* Move AddMultipartValueForUpload to net/base/mime_util.h/cc.grunell@chromium.org2013-05-162-0/+37
* Simple Cache: Remove the wrong DCHECK.pasko@chromium.org2013-05-161-2/+0
* Land Recent QUIC changes.rtenneti@chromium.org2013-05-1692-585/+1761
* Add unit tests for WebSocket GetKeyNumber()ricea@chromium.org2013-05-163-26/+164
* Merge SpdyProxyClientSocket unittests.ttuttle@chromium.org2013-05-165-1530/+119
* Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette...thestig@chromium.org2013-05-1613-14/+8
* [SPDY] Strengthen checks in SpdyStream::DoSendBody()akalin@chromium.org2013-05-151-3/+4
* Add HttpCache.ReadError* histograms.gavinp@chromium.org2013-05-154-9/+30
* net: Return LoadTiming information in the case of a cache hit.mmenke@chromium.org2013-05-1514-104/+405
* Merge framer-based Construct* functions to SpdyTestUtilttuttle@chromium.org2013-05-1520-293/+290
* Re-enable CertDatabaseNSSTest.TrustIntermediateCA{2,3} on Linux/CrOS for NSS ...rsleevi@chromium.org2013-05-151-14/+12
* If HostResolver::Request completes with OK, the AddressList is not empty. Pre...mef@chromium.org2013-05-151-3/+0
* [SPDY] Add in_do_loop_ sentinel variable to SpdyStreamakalin@chromium.org2013-05-153-8/+31
* [SPDY] Make DoSend{DomainBoundCert,Body}Complete() take a result parameterakalin@chromium.org2013-05-152-8/+12
* [SPDY] Incorporate latest framing changes from HTTP2 into SPDY 4 as SPDY 4a2.akalin@chromium.org2013-05-1516-143/+246
* Set encryption_established_ to true in QuicCryptoClientStream before calling ...rch@chromium.org2013-05-151-2/+2
* Switch SimpleEntryImpl to use GetDataSize() rather than read data_size_ direc...gavinp@chromium.org2013-05-151-6/+6
* ServerBoundCertService: use different certs for subdomains of "private regist...mattm@chromium.org2013-05-152-5/+6
* Clean up local functions in spdy_test_util_spdy[23]ttuttle@chromium.org2013-05-154-97/+38
* Bypass data reduction proxy on receipt of a 500 response codebengr@chromium.org2013-05-152-3/+94
* [SPDY] Make SpdyStream not ref-countedakalin@chromium.org2013-05-149-227/+245
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-1422-26294/+23439
* Merge ConstructSpdyControlFrame into SpdyTestUtil.ttuttle@chromium.org2013-05-1416-776/+769
* [SPDY] Make SpdyWriteQueue use WeakPtrs and not scoped_refptrs for SpdyStreamakalin@chromium.org2013-05-146-66/+72
* Remove redundant reset() call on WebSocket response parsertyoshino@chromium.org2013-05-141-2/+0
* Revert r187343rsleevi@chromium.org2013-05-141-3/+0
* Make SpdySessions implement LayeredPool and hook them upmmenke@chromium.org2013-05-146-7/+830
* Rename names of queues in CookieMonster to less confusing ones.tyoshino@chromium.org2013-05-142-31/+33
* Use Persistent::Reset.marja@chromium.org2013-05-131-3/+2
* Don't call SSL read/write callbacks after an SSL socket is deletedrsleevi@chromium.org2013-05-134-8/+340
* Revert 199771 "Add support for split Public Suffix List distinct..."nyquist@chromium.org2013-05-1322-23437/+26294
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-1322-26294/+23437
* Override server-side simple-cache trial with commandline switches.pasko@google.com2013-05-1310-39/+70
* [SPDY] Make sure final SpdyStream references are held by SpdySessionakalin@chromium.org2013-05-1321-456/+585