summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Android: Use ObserverList to maintain a list of observers/listenersnileshagrawal@chromium.org2013-03-051-9/+9
* Simplify isolate files a bit.jam@chromium.org2013-03-041-469/+6
* Land Recent QUIC Changesrch@chromium.org2013-03-0333-329/+927
* Wire up SSL client authentication for OpenSSL/Android through the net/ stackdigit@chromium.org2013-03-0224-249/+1126
* Add SetUploadFilePath method to URLFetcher.mattm@chromium.org2013-03-028-6/+135
* Add AddHSTS() and AddHPKP() to replace EnableHost(DomainState), asunsafe@trevp.net2013-03-026-110/+196
* net: add basic ChannelID support to TLSLite.agl@chromium.org2013-03-021-0/+15
* Report SSL session resumption state for OpenSSLrsleevi@chromium.org2013-03-021-0/+3
* QUIC - Some sketching of the crypto handshake.rtenneti@chromium.org2013-03-0216-235/+672
* Generate Java template enums into correct Java package hierarchynewt@chromium.org2013-03-021-4/+4
* Build the NSS libSSL with NO_PKCS11_BYPASS defined.wtc@chromium.org2013-03-0210-3768/+31
* Support SPDY 4 common header framing.akalin@chromium.org2013-03-026-356/+1069
* Updated devtools listing of headers on Androidbengr@chromium.org2013-03-022-0/+21
* [SPDY] Create SpdyStreamRequest class to help manage delayed creation of streamsakalin@chromium.org2013-03-0216-577/+647
* [SPDY] Implement per-session flow controlakalin@chromium.org2013-03-0112-99/+751
* Connect SparseHistogram with the rest of stats systemkaiwang@chromium.org2013-03-014-22/+24
* Support building NSS's libssl as a componentrsleevi@chromium.org2013-02-283-21/+90
* [SPDY] Clean up stream flow control code a bitakalin@chromium.org2013-02-2814-134/+182
* Rename GetControlFrameMinimumSize() to GetControlFrameHeaderSize() in SpdyFramerakalin@chromium.org2013-02-2810-56/+60
* Allow 0 length IOBufferjschuh@chromium.org2013-02-281-1/+1
* Remove the last traces of experimental support for MAC cookiesrsleevi@chromium.org2013-02-2822-624/+128
* [nitpicking] Reduce include dependenciesyhirano@chromium.org2013-02-282-4/+7
* Make SimpleEntryImpl::Close asynchronous.gavinp@chromium.org2013-02-282-15/+24
* Fix net::FileStream to handle all errors correctly.sergeyu@chromium.org2013-02-276-151/+221
* use the correct constant in the FNV1a_128_Hash function as defined in the spe...johannes.rudolph@googlemail.com2013-02-273-11/+12
* Forward-declare QuicDecrypter and QuicEncrypter in quic_framer.h.wtc@chromium.org2013-02-2711-12/+26
* Remove SpdyFrameBlock structure, the last remaining "on-the-wire" structs.akalin@chromium.org2013-02-273-44/+10
* Attempt to connect to wss:// which requested client cert even if it doesn't h...tyoshino@chromium.org2013-02-271-9/+18
* Overhaul of how SPDY frame headers are written, useful for SPDY 4 development.akalin@chromium.org2013-02-2615-100/+99
* Experimental Revert of 184577mpearson@chromium.org2013-02-266-221/+151
* Remove SpdyFrame::length(). Useful in SPDY 4 development.akalin@chromium.org2013-02-2614-75/+57
* Fix bug in QuicHttpStream in which a CHECK failed when sending the request bo...rch@chromium.org2013-02-263-23/+80
* Fix net::FileStream to handle all errors correctly.sergeyu@chromium.org2013-02-266-151/+221
* [net/dns] Limit maximum timeout after backoff to 5s.szym@chromium.org2013-02-261-1/+3
* Add SpdyFrame::size() field and prefer its usage to length() + kHeaderSizeakalin@chromium.org2013-02-265-119/+78
* Add more histograms for ProxyResolverV8Tracing.eroman@chromium.org2013-02-251-0/+10
* Make SimpleEntryImpl::Doom() completely asynchronous.gavinp@chromium.org2013-02-254-35/+17
* Make synchronous methods on disk_cache::SimpleEntryImpl() reentrant.gavinp@chromium.org2013-02-255-27/+51
* Add new simple disk cache backend.gavinp@chromium.org2013-02-259-0/+1100
* Revert 184453sergeyu@chromium.org2013-02-256-219/+151
* Fix net::FileStream to handle all errors correctly.sergeyu@chromium.org2013-02-256-151/+219
* Remove the --use-spdy-over-quic command line option. Always use SPDY over QUIC.rch@chromium.org2013-02-259-157/+69
* Land recent QUIC changes.rch@chromium.org2013-02-2582-1500/+4526
* Move file_path.h to base/files.brettw@chromium.org2013-02-2468-82/+82
* Disable 3 tests potentially because of run_test_cases;maruel@chromium.org2013-02-231-1/+7
* Enable EV for TAIWAN-CA (TWCA)rsleevi@chromium.org2013-02-231-0/+6
* Revert 184257rtenneti@chromium.org2013-02-236-217/+151
* When performing an SSL renegotiation and requesting a certificate status, cle...rsleevi@chromium.org2013-02-231-0/+4
* Fix net::FileStream to handle all errors correctly.sergeyu@chromium.org2013-02-236-151/+217
* Shortened connection timeout for SpdyProxyAuth origins.bengr@chromium.org2013-02-234-1/+24