summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge 209318 "A speculative fix for the TLS 1.2 client authentic..."wtc@chromium.org2013-07-012-31/+96
* Add unit test to verify the bug fixed in http://crrev.com/208168. rch@chromium.org2013-06-251-4/+45
* Cleanup: Refactor mDns transaction start into two smaller methodsnoamsml@chromium.org2013-06-252-32/+51
* [SPDY] Unfork spdy_websocket_test_util_spdy{2,3}.* filesakalin@chromium.org2013-06-2411-502/+284
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-241-1/+1
* Linux: make net_unittests pass even if m2crypto is present on systemphajdan.jr@chromium.org2013-06-241-1/+7
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-2415-50/+40
* Revert 207759 "Disable TLS 1.2 if USE_OPENSSL is defined (such a..."wtc@chromium.org2013-06-241-3/+3
* net: add (*.)launchkey.com and (*.)carlolly.co.uk to HSTS preloaded list.agl@chromium.org2013-06-242-0/+4
* [SPDY] Add tests for speculative crash fix in r206851akalin@chromium.org2013-06-249-278/+658
* [SPDY] Refactor SpdyStream's handling of response headersakalin@chromium.org2013-06-2420-531/+745
* Fix a bug in quic_stream_factory where a QuicStreamRequest::Request could ret...rch@chromium.org2013-06-241-0/+6
* Move NetLogLogger from chrome/browser/net to net/base.kouhei@chromium.org2013-06-244-0/+395
* Use a dummy HttpStream for proxy redirectsakalin@chromium.org2013-06-2415-35/+253
* [SPDY] Remove ConstructSpdyPush() overload that doesn't take a URLakalin@chromium.org2013-06-247-54/+15
* Revert "Revert 207759 "Disable TLS 1.2 if USE_OPENSSL is defined (such a...""...senorblanco@chromium.org2013-06-231-3/+3
* Revert 207759 "Disable TLS 1.2 if USE_OPENSSL is defined (such a..."wtc@chromium.org2013-06-221-3/+3
* Fix QUIC alternate protocol behavior so that that main job does not waitrch@chromium.org2013-06-223-9/+86
* Add logging to the QUIC write path.rch@chromium.org2013-06-228-12/+213
* Shuffle media-related WebMimeRegistry code from webkit/ to content/.scherkus@chromium.org2013-06-223-37/+20
* Remove v6 address from QUIC host lookupsrch@chromium.org2013-06-221-0/+10
* Disable test with an expired certificatermsousa@chromium.org2013-06-221-2/+2
* Define a LoggingSettings struct to use for InitLogging()akalin@chromium.org2013-06-217-43/+31
* Add base namespace to more values in sync and elsewhere.brettw@chromium.org2013-06-215-7/+8
* [SPDY] Fix SpdySession's handling of SYN_REPLY framesakalin@chromium.org2013-06-215-76/+146
* Disk cache: Update Addr to handle file format version 3.rvargas@google.com2013-06-215-25/+84
* Unlink corrupt SimpleCache index files immediately after load.gavinp@chromium.org2013-06-213-1/+63
* Revert a workaround commit for a Use-After-Free crash.yhirano@chromium.org2013-06-214-80/+11
* Fix a bug in quic_in_memory_cache.honghaiz@chromium.org2013-06-214-1/+88
* Pretty-print QUIC CONNECTION_CLOSE and RST_STREAM error codes.rch@chromium.org2013-06-211-2/+2
* Disable TLS 1.2 if USE_OPENSSL is defined (such as on Android) towtc@chromium.org2013-06-211-3/+3
* Set receive buffer size, and comment about possible setting of send buffer.jar@chromium.org2013-06-211-0/+20
* Introduce RequestWebSocketStream into HttpStreamFactoryyhirano@chromium.org2013-06-2121-101/+1038
* Actually enable Alternate-Protocol support for QUIC.rch@chromium.org2013-06-213-25/+16
* Cleanup: Factor and de-duplicate out mock socket used for testing mdnsnoamsml@chromium.org2013-06-214-147/+240
* Disk cache: Introduce a BlockHeader class.rvargas@google.com2013-06-212-89/+142
* Disable SRP, HMAC-SHA384, and ECDH (but not ECDHE) cipher suites, towtc@chromium.org2013-06-201-3/+6
* Update the include paths of message_loop_proxy.htfarina@chromium.org2013-06-201-1/+1
* mac: Let net/ compile with the 10.9 sdk (while targeting 10.6).thakis@chromium.org2013-06-203-8/+19
* Disk cache: move some code to the desired location.rvargas@google.com2013-06-202-21/+21
* Added NET_EXPORT into mDns code.vitalybuka@chromium.org2013-06-201-3/+3
* net: add (*.)bccx.com to HSTS preloaded list.agl@chromium.org2013-06-202-0/+2
* Don't crash when SimpleCache index is corrupt.gavinp@chromium.org2013-06-203-8/+73
* Use a direct include of strings headers, delete some strings forwarding headers.avi@chromium.org2013-06-201-1/+1
* Simple Cache Eviction: report sizes in KiBpasko@chromium.org2013-06-201-5/+10
* Regenerate the root certificate and end-entity certificates used for various ...rsleevi@chromium.org2013-06-2016-136/+574
* Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.ttuttle@chromium.org2013-06-2017-6/+535
* Enable GoDaddy/Starfield G2 roots for EVrsleevi@chromium.org2013-06-201-0/+18
* Add SocketStreamDispatcherHost::Shutdown and call it when a worker process is...yhirano@chromium.org2013-06-191-2/+3
* MDnsClient: Process all records before alerting listenersnoamsml@chromium.org2013-06-194-43/+176