summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* [SPDY] Remove a SPDY session from its pool only when not in an IO loopakalin@chromium.org2013-07-226-127/+407
* QUIC - reset QuicConnection's OverallConnectionTimeout when crypto handshakertenneti@chromium.org2013-07-214-2/+28
* Revert 212613 "Use Histogram algorithm to calculate DNS timeout."mef@chromium.org2013-07-201-2/+12
* Histogram count of DnsAttempts before DnsTransaction completes successfully o...mef@chromium.org2013-07-201-0/+9
* SimpleCacheExperiment ControlGroup users should stay in control group.gavinp@chromium.org2013-07-202-2/+161
* QUIC - moved chromium version of ProofSourceForTesting into chromium code.rtenneti@chromium.org2013-07-202-6/+6
* Bump SimpleCache version to 4.gavinp@chromium.org2013-07-201-2/+2
* Add load states for requests stalled waiting for a socket slotmmenke@chromium.org2013-07-203-51/+210
* Restrict the AI_ADDRCONFIG workaround on loopback-only hosts to OS_LINUXszym@chromium.org2013-07-201-2/+2
* net: Fix references to googleurl.tfarina@chromium.org2013-07-204-4/+4
* QUIC - bug fixes for https over quic to work.rtenneti@chromium.org2013-07-192-13/+15
* Fix gdig after WeakPtr switched to SequenceCheckerszym@chromium.org2013-07-191-6/+8
* Make DnsTransaction.Start() never complete synchronously.mmenke@chromium.org2013-07-197-99/+48
* Track DnsAttempt timeout as server failure.mef@chromium.org2013-07-191-1/+2
* Use Histogram algorithm to calculate DNS timeout.mef@chromium.org2013-07-191-12/+2
* [SPDY] Fully implement handling of GOAWAY framesakalin@chromium.org2013-07-1910-284/+750
* [SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointersakalin@chromium.org2013-07-1833-85/+119
* Revert 212378 "Add a HistogramRecorder class and use cases."rnk@chromium.org2013-07-181-15/+64
* Add a HistogramRecorder class and use cases.lpromero@chromium.org2013-07-181-64/+15