index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
http
/
http_network_session.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the --use-spdy-over-quic command line option. Always use SPDY over QUIC.
rch@chromium.org
2013-02-25
1
-1
/
+0
*
[SPDY] Prepend "stream_" to stream flow control variables
akalin@chromium.org
2013-02-22
1
-1
/
+1
*
Fix memory leak in r183737.
rch@chromium.org
2013-02-21
1
-1
/
+1
*
Add QUIC to Alternate-Protocol support.
rch@chromium.org
2013-02-21
1
-0
/
+3
*
Add a new enable_user_alternate_protocol_ports flag.
rch@chromium.org
2013-02-01
1
-0
/
+1
*
Add support for a --enable-quic command line flag.
rch@chromium.org
2013-01-29
1
-0
/
+1
*
Add a command line option to enable SPDY request encoding for QUIC requests.
rch@chromium.org
2013-01-25
1
-0
/
+1
*
Integrate QUIC info into net-internals.
rch@chromium.org
2013-01-05
1
-0
/
+4
*
Integrating the QuicStreamFactory into the network stack.
rch@chromium.org
2012-12-16
1
-0
/
+4
*
Revert 173311
rch@chromium.org
2012-12-15
1
-4
/
+0
*
Integrating the QuicStreamFactory into the network stack.
rch@chromium.org
2012-12-15
1
-0
/
+4
*
Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli...
rch@chromium.org
2012-12-04
1
-0
/
+11
*
Remove static variables from HttpStreamFactory.
szager@chromium.org
2012-09-07
1
-0
/
+9
*
Clean-up inline members of nested classes (net/)
hans@chromium.org
2012-08-09
1
-13
/
+1
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Remove SSLHostInfo.
agl@chromium.org
2012-06-27
1
-3
/
+0
*
Fixed unsafe passing of command-line parameter to SpdySession
bengr@google.com
2012-04-27
1
-0
/
+1
*
SPDY - replaced SpdySettings (list) with SettingsMap
rtenneti@chromium.org
2012-04-18
1
-1
/
+0
*
Increase number of max sockets per group for WebSocket connections.
yutak@chromium.org
2012-03-21
1
-2
/
+3
*
Change Origin bound certs -> Domain bound certs.
mattm@chromium.org
2012-03-20
1
-3
/
+3
*
Add a new set of socket pools for WebSocket connections to HttpNetworkSession.
yutak@chromium.org
2012-03-17
1
-11
/
+14
*
Add a force pipelining option to load flags.
simonjam@chromium.org
2012-03-01
1
-2
/
+12
*
Revert: Revert "net: remove DNS certificate checking code."
agl@chromium.org
2011-12-15
1
-3
/
+0
*
Revert "net: remove DNS certificate checking code."
agl@chromium.org
2011-12-15
1
-0
/
+3
*
net: remove DNS certificate checking code.
agl@chromium.org
2011-12-15
1
-3
/
+0
*
net: split the SSL session cache between incognito and normal.
agl@chromium.org
2011-12-12
1
-0
/
+1
*
net: replace DnsRRResoler with TransportSecurityState in plumbing.
agl@chromium.org
2011-12-07
1
-3
/
+3
*
Make ClientSocketPoolManager into an interface.
willchan@chromium.org
2011-11-17
1
-5
/
+9
*
Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.
willchan@chromium.org
2011-10-10
1
-11
/
+0
*
Introduce net::HttpServerPropertiesManager to manage server-specific properties.
rtenneti@chromium.org
2011-10-09
1
-0
/
+7
*
Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.
darin@chromium.org
2011-08-12
1
-3
/
+3
*
Added an OriginBoundCertStore field to the SSLClientSocketNSS class and
rkn@chromium.org
2011-07-21
1
-0
/
+2
*
Move base/values.h into the base namespace. This includes a cros DEPS roll
dmazzoni@chromium.org
2011-07-12
1
-2
/
+4
*
net: Add NET_API to more code to enable building
rvargas@google.com
2011-06-30
1
-21
/
+6
*
net: Add NET_API to url_request.
rvargas@google.com
2011-05-20
1
-3
/
+5
*
Stop refcounting ProxyService.
willchan@chromium.org
2011-04-27
1
-1
/
+1
*
Rename a number of classes previously labeled "TCP" to "Transport" in
mbelshe@chromium.org
2011-04-07
1
-2
/
+2
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Refactor of NetworkDelegate.
willchan@chromium.org
2011-02-24
1
-4
/
+4
*
Refactor HttpStreamFactory.
willchan@chromium.org
2011-02-23
1
-20
/
+19
*
Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.
willchan@chromium.org
2011-02-23
1
-19
/
+20
*
Refactor HttpStreamFactory.
willchan@chromium.org
2011-02-22
1
-20
/
+19
*
Refactor HttpNetworkSession construction.
willchan@chromium.org
2011-02-03
1
-41
/
+39
*
reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.
estade@chromium.org
2011-01-07
1
-0
/
+4
*
Revert r70628. It broke Linux valgrind bots. See for example
estade@chromium.org
2011-01-07
1
-4
/
+0
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-0
/
+4
*
Revert 70618 - First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-4
/
+0
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-0
/
+4
*
Move non_thread_safe from base to base/threading and into the base namespace.
brettw@chromium.org
2011-01-01
1
-2
/
+2
*
Cache certificate verification results in memory.
wtc@google.com
2010-12-16
1
-0
/
+4
[next]