summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: move test files out of net/basephajdan.jr@chromium.org2013-03-186-10/+10
* Revert 188762 "net: Add more debugging code to diagnose flaky te..."wjia@chromium.org2013-03-182-48/+14
* Increase net_unittest verbosity in isolate modecsharp@chromium.org2013-03-181-0/+2
* net: Add more debugging code to diagnose flaky testserver failures.phajdan.jr@chromium.org2013-03-182-14/+48
* net: remove kyps.net from HSTS preloaded.agl@chromium.org2013-03-183-8/+2
* Change ProxyRules to handle ProxyLists rather than just single ProxyServer in...marq@google.com2013-03-1612-128/+313
* Add histograms to count when SpdySession GetPeer/LocalAddress return ERR_SOCK...rch@chromium.org2013-03-161-2/+9
* Partially integrate filename determination with resumption.rdsmith@chromium.org2013-03-161-9/+50
* Do not define IsSupported() in the headers.wtc@chromium.org2013-03-154-8/+10
* Fix several findbugs issuesyfriedman@chromium.org2013-03-151-9/+12
* Invoke the iOS hook from TestSuite so each run_all_unittests.cc file does notlliabraa@chromium.org2013-03-151-3/+0
* Chromium style checker cleanuprsleevi@chromium.org2013-03-156-23/+27
* Add Aes128GcmEncrypter and Aes128GcmDecrypter for thewtc@chromium.org2013-03-1512-7/+1342
* Refactor QuicClientSession so that it owns the underlying socketrch@chromium.org2013-03-1511-45/+26
* Retrieve more accurate error code (WSAECONNRESET vs.wtc@chromium.org2013-03-152-23/+26
* Stop sending Accept-Charset HTTP header as its not relevant anymore. Remove ...pauljensen@chromium.org2013-03-1514-114/+15
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-14104-230/+230
* ...agl@chromium.org2013-03-142-0/+2
* Land Recent QUIC Changesrtenneti@chromium.org2013-03-1477-652/+2009
* Move policy protocol buffer definitions next to code that needs them.mnissler@chromium.org2013-03-141-3/+0
* [SPDY] Refactor use of stream delegates in SpdySession testsakalin@chromium.org2013-03-144-174/+89
* Ignore an empty expiry attribute, as per RFC.erikwright@chromium.org2013-03-134-2/+63
* Use the main application context in NCNAutoDetect.pliard@chromium.org2013-03-131-8/+2
* net: Report net error code from URLFetcher::FileErrorOccurredhashimoto@chromium.org2013-03-1310-44/+36
* 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