summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Centralize the logic for checking public key pins from ClientSocketNSSrch@chromium.org2014-08-086-174/+233
* Fix Java object leaks in net_string_util_icu_alternatives_android.cc.mmenke@chromium.org2014-08-081-9/+12
* Escape non-ASCII response headers.ellyjones@chromium.org2014-08-081-1/+4
* Land Recent QUIC Changes.rtenneti@chromium.org2014-08-0838-199/+312
* Wire 'blink::Platform::isHostnameReservedIPAddress()' to 'net::IsReservedIPAd...mkwst@chromium.org2014-08-083-0/+52
* This CL is a follow up to https://codereview.chromium.org/416683002/.mshelley@chromium.org2014-08-086-47/+46
* This CL is a follow up to https://codereview.chromium.org/353713005.mshelley@chromium.org2014-08-084-37/+15
* Supports DevTools socket access authentication based on Android permissions.serya@chromium.org2014-08-086-29/+46
* Land Recent QUIC Changes.rtenneti@chromium.org2014-08-0826-214/+447
* Move file_util_icu to base::i18n namespacebrettw@chromium.org2014-08-073-9/+9
* Move the rest of test_file_util to base namespace.brettw@chromium.org2014-08-074-4/+4
* Remove obsolete comment.ricea@chromium.org2014-08-071-2/+0
* Fix crash when trying to connect to an IPv6 IP via a SOCKS4 proxy.mmenke@chromium.org2014-08-074-4/+80
* Return ERR_NOT_IMPLEMENTED when we reach SPDY stream creation code in a facto...tyoshino@chromium.org2014-08-071-7/+8
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-0730-64/+70
* Remove wstring file path helpers from test_file_util.brettw@chromium.org2014-08-071-5/+20
* Remove redundant mapping of net errors to strings.mmenke@chromium.org2014-08-075-18/+35
* Update manually triggered try jobs to use swarming for ChromeOS and Mac since...jam@chromium.org2014-08-071-1/+1
* This CL corrects a bug in which the OnHandshakeComplete callback for an ssl s...mshelley@chromium.org2014-08-079-81/+104
* Add fake headers to URLRequestRedirectJobs.mmenke@chromium.org2014-08-064-26/+125
* QUIC - Added Net.QuicClientHelloServerConfig.InvalidDuration histogramrtenneti@chromium.org2014-08-061-5/+6
* Revert 284806 "Disable two recent Channel ID-related CLs to inve..."wtc@chromium.org2014-08-062-7/+1
* Enable QUIC_VERSION_21.rch@chromium.org2014-08-061-1/+1
* Move construction of flow_controller_ to QuicSession constructor to avoid str...rjshade@chromium.org2014-08-061-3/+2
* Handle multiple simultanous wss: connections.ricea@chromium.org2014-08-058-60/+210
* Initialize HttpNetworkSession::Params member after r287408.thestig@chromium.org2014-08-051-0/+1
* DiskBasedCertCache method name change + readability fixes.brandonsalmon@chromium.org2014-08-054-115/+118
* DNS: Don't spin on unexpected EOF reading TCP responsettuttle@chromium.org2014-08-052-8/+109
* This CL is a better implementation of https://codereview.chromium.org/3289030...mshelley@chromium.org2014-08-0521-151/+1301
* Extend ProofVerifierChromium and ProofVerifyDetailsChromium.wtc@chromium.org2014-08-049-17/+109
* QUIC - Added separate error condition for invalid expiry seconds andrtenneti@chromium.org2014-08-031-2/+9
* Test NSSCertDatabaseChromeOS in the presence of the system slot.pneubeck@chromium.org2014-08-024-49/+104
* Enable system NSS key slot.pneubeck@chromium.org2014-08-0210-52/+286
* Land Recent QUIC Changes.rtenneti@chromium.org2014-08-0254-1933/+743
* Land Recent QUIC Changesrtenneti@chromium.org2014-08-0135-157/+494
* Attempt to fix UnixDomainServerSocketTest.AcceptWithForbiddenUsermmenke@chromium.org2014-07-311-18/+15
* Ignore cookie where both name and value are empty in SPDY header blockxunjieli@chromium.org2014-07-312-4/+59
* gn win: Don't build quic_server, depends unconditionally on boringsslscottmg@chromium.org2014-07-311-1/+2
* QUIC - enable persisting of QUICServerInfo (server config) to diskrtenneti@chromium.org2014-07-311-1/+1
* Implement QUIC key extraction.wtc@chromium.org2014-07-319-28/+229
* Http cache: Add support for HEAD requests.rvargas@chromium.org2014-07-313-11/+382
* Disable SPDY and QUIC session pooling.rch@chromium.org2014-07-306-7/+23
* Start using L preview API for receiving proxy information. sgurun@chromium.org2014-07-301-4/+16
* Switched calculation of decode/holdback info to avoid confusion if the requestrdsmith@chromium.org2014-07-301-4/+5
* Initial implementation of Chrome-Freshness header.ricea@chromium.org2014-07-305-23/+287
* Fixes to the SHA256 X509 Certificate fingerprint API.jww@chromium.org2014-07-303-26/+27
* Implement JwkSerializer for OpenSSL.davidben@chromium.org2014-07-302-45/+109
* Implement ALPN for SSLClientSocketOpenSSL.davidben@chromium.org2014-07-3011-82/+83
* Revert a change to the condition under which we will verify the proof inwtc@chromium.org2014-07-301-2/+11
* Refactor net::MimeUtil media code to return "probably" for codecs the platfor...acolwell@chromium.org2014-07-291-187/+358