summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.willchan@chromium.org2011-10-103-2/+8
* Bump up the buffer limits for SpdyFramer.willchan@chromium.org2011-10-092-3/+3
* Introduce net::HttpServerPropertiesManager to manage server-specific properties.rtenneti@chromium.org2011-10-091-0/+1
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-0113-114/+114
* Updated spdy_framer.cc with the latest code. Code for PINGrtenneti@chromium.org2011-09-266-55/+767
* Add a gyp flag to enable dcheck by default in release withoutnsylvain@chromium.org2011-09-201-0/+8
* Revert 100691 - Mark SpdySessionPool as not threadsafedmazzoni@chromium.org2011-09-121-3/+1
* Mark SpdySessionPool as not threadsafekristianm@chromium.org2011-09-121-1/+3
* Change AuthChallengeInfo to better represent underlying encodings.cbentzel@chromium.org2011-09-121-4/+5
* LOG(WARNING)=>VLOG for SPDY path loggingwillchan@chromium.org2011-09-091-2/+2
* Exposing CloseIdleConnections in HttpCache, and close idle spdy sessionskristianm@chromium.org2011-09-084-0/+129
* Fix the string constant to be exactly 10 characters.glider@chromium.org2011-09-071-1/+1
* Remove 8 static intializers.thakis@chromium.org2011-09-071-1/+1
* Change HttpNetworkTransaction and HttpStreamFactoryImpl::Job rch@chromium.org2011-09-021-1/+1
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-1211-23/+25
* HostResolver: don't interpret NULL callback argument as a request to do synch...agayev@chromium.org2011-08-041-6/+3
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-2/+2
* Minor cleanup of unit tests for spdy_session_ool.rtenneti@chromium.org2011-07-262-5/+3
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Changed SPDY's ip connection pooling logic to only add the used IP,rtenneti@chromium.org2011-07-194-36/+39
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-122-3/+3
* Change HttpProxyClientSocket and SpdyProxyClient socket to lookrch@chromium.org2011-07-082-2/+2
* Refactoring on WebSocket over SPDY unit teststoyoshim@chromium.org2011-07-074-105/+163
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-022-3/+0
* Cleanup some test ugliness. Stop using a global.willchan@chromium.org2011-07-018-36/+41
* SpdyWebSocketStreamTest.IOPending is failing on the Dr.Memory bots.toyoshim@chromium.org2011-06-301-9/+11
* Speculative fix for bug 80095.willchan@chromium.org2011-06-284-1/+47
* SpdyWebSocketStream::SendData has memory leaktoyoshim@chromium.org2011-06-281-2/+2
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-273-0/+11
* WebSocket over SPDY: SpdyWebSocketStreamtoyoshim@chromium.org2011-06-276-1/+935
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-243-11/+0
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-243-0/+11
* Changed calls to the "SettingsFlagsAndId" constructor to take 0. This should ...rkn@chromium.org2011-06-201-3/+3
* Changed "set_id" in "union SettingsFlagsAndId" so that it gives "flags()" the...rkn@chromium.org2011-06-031-3/+2
* Added a function "void SpdySettingsStorage::Clear()". Added a call to therkn@chromium.org2011-05-234-3/+56
* Net: Add NET_API to socket_stream and spdy.rvargas@google.com2011-05-1910-20/+26
* Fix crash bug with SpdyProxyClientSocket where IsConnectedAndIdlerch@chromium.org2011-05-162-2/+4
* GetPeerAddress could be called without socket, added checkdpolukhin@chromium.org2011-05-061-0/+6
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-05-052-24/+31
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-053-4/+4
* Revert 83524 - Re-connect if Keep-Alive connection has been closed by the tim...asanka@chromium.org2011-04-292-31/+24
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-04-292-24/+31
* Stop refcounting ProxyService.willchan@chromium.org2011-04-273-16/+17
* Find("SpdyCwnd") is sometimes coming back null. This guards against that case.russellbrenner@google.com2011-04-261-0/+4
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-196-3/+23
* Add net/base/sys_byteorder.hsergeyu@chromium.org2011-04-183-17/+3
* Fix a problem that cert trust change needs a chrome restart to be effective.xiyuan@chromium.org2011-04-132-2/+11
* The IP Aliases table was not being properly cleared when we manually closembelshe@chromium.org2011-04-122-6/+25
* We've finished testing with the cwnd fixed at 32, it is clearly worse.mbelshe@chromium.org2011-04-111-2/+2
* Turn off backup sockets for most tests in net_unittests.willchan@chromium.org2011-04-081-9/+0