summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Add a ConnectionInfo enum which describes the kind of connection used to fetc...rch@chromium.org2013-03-138-8/+74
* [SPDY] Bump up initial session receive window size to match streamsakalin@chromium.org2013-03-133-28/+63
* Add QuicCryptoServerStream (and test) and get CryptoUtils working.rch@chromium.org2013-03-136-94/+312
* QUIC: NSS part for P256 key exchange.thaidn@google.com2013-03-135-40/+260
* [SPDY] Add SpdyStream unit tests for resuming after stall by flow controlakalin@chromium.org2013-03-135-469/+583
* Remove unused ServerBoundCertStore::FlushStore.mattm@chromium.org2013-03-133-25/+0
* Disable QUIC for HTTPS URLs.rch@chromium.org2013-03-123-1/+65
* Android: rename android_build_type gyp variable.torne@chromium.org2013-03-121-1/+1
* Record QUIC and SPDY in the npn_negotiated_protocol field for QUIC transactions.rch@chromium.org2013-03-112-0/+4
* GTTF: Add debugging code for flaky test server startup issues.phajdan.jr@chromium.org2013-03-111-0/+4
* Cleanup: remove obsolete comment.ricea@chromium.org2013-03-111-3/+0
* QUIC/Crypto - Enabled curve25519 key exchange code.rtenneti@chromium.org2013-03-093-37/+18
* [SPDY] Audit delegates of SpdyStreamakalin@chromium.org2013-03-0912-72/+153
* Enable EV for D-TRUST Root Class 3 CA 2 2009rsleevi@chromium.org2013-03-091-0/+6
* SSL histograms did not use same buckets. Realign them.willchan@chromium.org2013-03-081-6/+6
* [SPDY] Rename SpdyStream::Write{Headers,StreamData} to Queue{...}akalin@chromium.org2013-03-086-71/+51
* Fix leak in QuicServerConfigProtobuf.rch@chromium.org2013-03-081-0/+1
* Land Recent QUIC Changesrch@chromium.org2013-03-0838-361/+1223
* Add P256 key exchange. This CL is for OpenSSL. The NSS part is coming in anot...thaidn@google.com2013-03-084-0/+255
* Remove some calls to URLRequestContext::network_delegate().tedv@chromium.org2013-03-0811-37/+54
* [SPDY] Fix session flow control bug with incoming data for inactive streamsakalin@chromium.org2013-03-083-3/+41
* Remove SpdyDataFlags from SpdyFramerVisitorInterface::OnStreamFrameData()akalin@chromium.org2013-03-0812-31/+30
* [Android] Change jni_gen_dir to jni_gen_package for jni_generator.yfriedman@chromium.org2013-03-071-2/+2
* Change --origin-port-to-force-quic-on to apply only to http urls.rch@chromium.org2013-03-072-4/+112
* 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