summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Only use disk_cache::SimpleBackendImpl for net::DISK_CACHE (i.e. HTTP).gavinp@chromium.org2013-03-071-5/+9
* Allow mapping hostnames to ERR_NAME_NOT_RESOLVED with the --host-resolver-rul...eroman@chromium.org2013-03-073-15/+62
* Assert that FileStream::OpenSync() is called only for file streams in sync mode.paivanof@gmail.com2013-03-062-49/+56
* Change ProcessPacketHeader to call RaiseError before returningwtc@chromium.org2013-03-063-11/+11
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-0629-31/+31
* Added ERR_BLOCKED_BY_ADMINISTRATOR and a custom error page.joaodasilva@chromium.org2013-03-061-0/+4
* Catch NullPointerException thrown by Java NetworkInterfacejames.wei@intel.com2013-03-061-1/+1
* Cleaned up code to update listing of headersbengr@chromium.org2013-03-065-23/+29
* QUIC - curve25519_key_exchange changesrtenneti@chromium.org2013-03-064-4/+46
* [SPDY] Add flag to turn on SPDY/3.1 (with per-session flow control)akalin@chromium.org2013-03-059-8/+35
* net: also do TLS 1.1 -> 1.0 fallback on ERR_CONNECTION_ABORTED.agl@chromium.org2013-03-051-7/+11
* net: add ssl.panoramio.com and "members.nearlyfreespeech.net to HSTS preloaded.agl@chromium.org2013-03-052-0/+4
* Replaced deprecated v8 API calls by their non-deprecated counterparts.svenpanne@chromium.org2013-03-052-0/+28
* net: Introduce new interface URLFetcherResponseWriterhashimoto@chromium.org2013-03-055-134/+187
* 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