summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make SimpleEntryImpl::Doom() completely asynchronous.gavinp@chromium.org2013-02-254-35/+17
* Make synchronous methods on disk_cache::SimpleEntryImpl() reentrant.gavinp@chromium.org2013-02-255-27/+51
* Add new simple disk cache backend.gavinp@chromium.org2013-02-259-0/+1100
* Revert 184453sergeyu@chromium.org2013-02-256-219/+151
* Fix net::FileStream to handle all errors correctly.sergeyu@chromium.org2013-02-256-151/+219
* Remove the --use-spdy-over-quic command line option. Always use SPDY over QUIC.rch@chromium.org2013-02-259-157/+69
* Land recent QUIC changes.rch@chromium.org2013-02-2582-1500/+4526
* Move file_path.h to base/files.brettw@chromium.org2013-02-2468-82/+82
* Disable 3 tests potentially because of run_test_cases;maruel@chromium.org2013-02-231-1/+7
* Enable EV for TAIWAN-CA (TWCA)rsleevi@chromium.org2013-02-231-0/+6
* Revert 184257rtenneti@chromium.org2013-02-236-217/+151
* When performing an SSL renegotiation and requesting a certificate status, cle...rsleevi@chromium.org2013-02-231-0/+4
* Fix net::FileStream to handle all errors correctly.sergeyu@chromium.org2013-02-236-151/+217
* Shortened connection timeout for SpdyProxyAuth origins.bengr@chromium.org2013-02-234-1/+24
* Make UDPSocket{Libevent,Win}::Connect close socket if it failsttuttle@chromium.org2013-02-223-0/+26
* [Android] Make content_shell_apk and chromium_testshell components friendly.yfriedman@chromium.org2013-02-222-8/+8
* net: add bugzilla.mozilla.org to HSTS preloaded.agl@chromium.org2013-02-222-0/+2
* Update WebSocket related OWNERS filestoyoshim@chromium.org2013-02-222-1/+5
* net: Add missing "image/vnd.microsoft.icon" MIME typehashimoto@chromium.org2013-02-221-0/+3
* Remove SpdyFrame::set_length(), SpdyFrame::set_flags() and SpdyFrame::flags().akalin@chromium.org2013-02-225-47/+38
* net: Remove UploadDataStream::merge_chunks_hashimoto@chromium.org2013-02-226-106/+170
* net: Complementary change for "Split URLFetcherFileWriter from URLFetcherCore"hashimoto@chromium.org2013-02-221-0/+6
* [SPDY] Prepend "stream_" to stream flow control variablesakalin@chromium.org2013-02-2210-47/+53
* Add central logic for setting flags and length in frames for testing.akalin@chromium.org2013-02-212-0/+35
* Remove SpdyDataFrame. Useful in SPDY 4 development.akalin@chromium.org2013-02-2116-179/+67
* Fix memory leak in r183737.rch@chromium.org2013-02-212-9/+19
* Move some handy SPDY testing code into a reusable location.akalin@chromium.org2013-02-214-71/+119
* [net] Ignore Teredo addresses when determining IPv6 support.szym@chromium.org2013-02-211-0/+3
* Fix crash in Android NCN due to the use of ActivityStatus.CREATED event.pliard@chromium.org2013-02-211-4/+8