summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in ReliableQuicStream::OnDecompressorAvailablerch@chromium.org2013-07-282-19/+66
* Add a test for QuicSpdyDecompressor to ensure that it partially rch@chromium.org2013-07-281-0/+30
* Fix bug where QuicStreamSequencer::MarkConsumed would crashrch@chromium.org2013-07-272-8/+55
* i Revert 213862 "net: make QUIC ProofVerifier more generic."karen@chromium.org2013-07-2711-342/+194
* Add remainder of WebSocketChannel testsricea@chromium.org2013-07-263-113/+866
* Correct HSTS list entry: surkatty.com -> .org.agl@chromium.org2013-07-262-2/+2
* Linux: fix compatibility with nss-3.15 and <gcc-4.6phajdan.jr@chromium.org2013-07-261-2/+2
* Fix the message lengths passed to sendmsg() in QuicSocketUtils::WritePacketglider@chromium.org2013-07-261-8/+14
* Prevent calling PostDelayedTask with negative time deltas.jar@chromium.org2013-07-261-7/+12
* Land Recent QUIC changes.rtenneti@chromium.org2013-07-2682-963/+1960
* Revert 213867 "Add unittests for net::ParseCertificateDate"ricow@chromium.org2013-07-263-98/+11
* Add unittests for net::ParseCertificateDatersleevi@chromium.org2013-07-263-11/+98
* net: make QUIC ProofVerifier more generic.agl@chromium.org2013-07-2611-194/+342
* SimpleCache: add histogram to measure non-optimistic writesclamy@chromium.org2013-07-262-38/+157
* This script performs QUIC experiments.honghaiz@chromium.org2013-07-262-0/+227
* Use struct SimpleIndexLoadResult* for SimpleIndexFile callbacks.ttuttle@chromium.org2013-07-266-173/+171
* Add global open entry count histogram to Simple Cachettuttle@chromium.org2013-07-261-0/+10
* Add script for generating certificates that require an explicit policyrsleevi@chromium.org2013-07-267-129/+458
* net: add (*.)securityheaders.com to HSTS.agl@chromium.org2013-07-252-0/+2
* net: add (*.)surkatty.org to HSTS preloaded.agl@chromium.org2013-07-252-0/+2
* Roll swarm_client @ 213621.maruel@chromium.org2013-07-251-3/+3
* QUIC - Copied quic_packet_entropy_manager*.* to quic_sent_entropy_manager*.*rtenneti@chromium.org2013-07-256-0/+0
* [SPDY] Allow a stream to be created while a SpdySession is in an IO loopakalin@chromium.org2013-07-252-3/+89
* Make inttypes.h and similar macro usage C++11-friendly.thakis@chromium.org2013-07-252-4/+4
* [SPDY] Send a RST_STREAM frame before closing the associated streamakalin@chromium.org2013-07-255-33/+122
* Simple Cache: Get mtime from the cache directory earlypasko@chromium.org2013-07-248-108/+168
* [net/dns] Change the port used in IPv6-test connect to 53.szym@chromium.org2013-07-241-2/+2
* Add new histograms tracking cluster loss in the Simple Cache.gavinp@chromium.org2013-07-241-0/+6
* Add ScopedEntryPtr to disk_cache.h.pliard@chromium.org2013-07-242-24/+29
* Reland r211790: "Make simple cache not use optimistic operations for App cache."pliard@chromium.org2013-07-246-56/+198
* Warn users about potentially unwanted downloads.asanka@chromium.org2013-07-241-1/+2
* Revert 213196 "Reland r211790: "Make simple cache not use optimi..."alexeypa@google.com2013-07-236-204/+56
* Allow HttpServer response to include custom headers.kkania@chromium.org2013-07-239-39/+199
* Disable EndToEndTests.MultipleTermination which might be causing timeouts.rch@chromium.org2013-07-231-1/+2
* Reland r211790: "Make simple cache not use optimistic operations f..."pliard@chromium.org2013-07-236-56/+204
* Add local address of UDP sockets used to check IPv6 support to NetLogszym@chromium.org2013-07-235-8/+26
* Fix recent valgrind issues with QUIC code from r213113.rch@chromium.org2013-07-231-0/+2
* Remove the quic_unittests target and fold it into net_unittests.rch@chromium.org2013-07-235-99/+68
* Update include paths in net for base/process changes.rsesek@chromium.org2013-07-2312-12/+16
* Rearrange code to match spdy_protocol.h SpdyFrameType declaration order: most...akalin@chromium.org2013-07-223-279/+284
* Made MessagePump a non-thread safe class.alexeypa@chromium.org2013-07-222-3/+3
* Fix SpdyFramer CREDENTIAL frame parsing bug that showed up by way of test fla...akalin@chromium.org2013-07-222-0/+38
* Signal error in SpdyFramer if receive a header block frame with stream ID zeroakalin@chromium.org2013-07-222-0/+143
* Revert 212948 "Made MessagePump a non-thread safe class."alexeypa@google.com2013-07-222-3/+3
* Made MessagePump a non-thread safe class.alexeypa@chromium.org2013-07-222-3/+3
* Change HttpConnection to reuse GetHttpReasonPhrase.kkania@chromium.org2013-07-221-17/+1
* Remove QUIC from NPN strings so as to save space in ALPNrch@chromium.org2013-07-229-102/+82
* [SPDY] Make SpdySession not ref-countedakalin@chromium.org2013-07-223-12/+10
* [SPDY] Drop the last reference to a SpdySession from a specific placeakalin@chromium.org2013-07-223-42/+47
* [SPDY] Use WeakPtr<SpdySession> everywhere but SpdySessionPoolakalin@chromium.org2013-07-2233-428/+406