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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use base:: on string16 and char16 in net/ and url/
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Use a direct include of strings headers in net/http/.
avi@chromium.org
2013-06-11
61
-88
/
+88
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
5
-5
/
+5
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
4
-16
/
+38
*
net: (*.)logotype.se to HSTS preloaded.
agl@chromium.org
2013-06-11
2
-0
/
+2
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
1
-1
/
+1
*
net: add (*.)conformal.com, (*.)cyphertite.com to HSTS preloaded.
agl@chromium.org
2013-06-10
2
-0
/
+4
*
Generate constants for HTTP status codes and reason phrases using macro.
tyoshino@chromium.org
2013-06-10
4
-68
/
+97
*
Use a direct include of utf_string_conversions.h in net/.
avi@chromium.org
2013-06-07
22
-22
/
+22
*
net: add carezone.com to HSTS preloaded list.
agl@chromium.org
2013-06-07
2
-0
/
+2
*
Factor out HTTP status code and reason phrase in Blob and Stream infrastructu...
tyoshino@chromium.org
2013-06-07
2
-0
/
+48
*
Make some more code use "if (weak_ptr)" style
akalin@chromium.org
2013-06-07
1
-2
/
+2
*
net: add (*.)inertianetworks.com to HSTS preloaded list.
agl@chromium.org
2013-06-06
2
-0
/
+2
*
Expose the HttpResponseInfo's ConnectionInfo in window.chrome.loadTimes()
rch@chromium.org
2013-06-06
2
-6
/
+32
*
Preload HSTS for paypal.com.
palmer@chromium.org
2013-06-06
3
-2
/
+6
*
Fix even more remaining uses of WeakPtr<T>'s operator T* conversion
akalin@chromium.org
2013-06-04
1
-2
/
+2
*
Change --origin-port-to-force-quic-on to --origin-to-force-quic-on.
rch@chromium.org
2013-06-04
3
-5
/
+4
*
We don't need DomainState::Equals.
palmer@chromium.org
2013-06-02
2
-9
/
+0
*
Update net/ to use WeakPtr<T>::get() instead of implicit "operator T*"
akalin@chromium.org
2013-06-02
3
-20
/
+20
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
32
-610
/
+645
*
Implement TLS 1.2.
wtc@chromium.org
2013-05-30
2
-0
/
+30
*
Remove "--hsts-hosts" so we don't have to maintain it during upcoming changes...
unsafe@trevp.net
2013-05-29
2
-23
/
+0
*
net: don't process truncated headers on HTTPS connections.
agl@chromium.org
2013-05-29
4
-15
/
+139
*
net: HSTS preloading for several linode.com domains
agl@chromium.org
2013-05-28
2
-0
/
+18
*
[SPDY] Add a SpdyStreamType enum and use it for SpdyStream
akalin@chromium.org
2013-05-27
1
-2
/
+2
*
Have HttpSecurityHeaders return the 'raw' max_age for HPKP/HSTS headers, rath...
unsafe@trevp.net
2013-05-25
4
-221
/
+196
*
Preload strict HSTS for security.google.com.
palmer@chromium.org
2013-05-24
2
-0
/
+2
*
Merge ConstructSpdyConnect
ttuttle@chromium.org
2013-05-24
4
-38
/
+40
*
net: Use base::MessageLoop.
xhwang@chromium.org
2013-05-23
14
-138
/
+137
*
Merge ConstructSpdyGet into SpdyTestUtil
ttuttle@chromium.org
2013-05-23
2
-113
/
+130
*
Fix bug in handling QUIC connections that error out early.
rch@chromium.org
2013-05-22
1
-0
/
+4
*
net: Fix GetLoadState of a stream request when it's waiting
mmenke@chromium.org
2013-05-18
2
-3
/
+26
*
ChannelID-less Connections in Chrome should be more granular.
mef@chromium.org
2013-05-17
13
-73
/
+222
*
Grab bag of clang fixes for Windows code
rnk@chromium.org
2013-05-17
2
-3
/
+3
*
net: remove include_subdomains for square.com
agl@chromium.org
2013-05-16
2
-2
/
+2
*
net: add (*.)square.com to HSTS preloaded.
agl@chromium.org
2013-05-16
2
-0
/
+2
*
Add HttpCache.ReadError* histograms.
gavinp@chromium.org
2013-05-15
1
-0
/
+10
*
net: Return LoadTiming information in the case of a cache hit.
mmenke@chromium.org
2013-05-15
10
-91
/
+335
*
Merge framer-based Construct* functions to SpdyTestUtil
ttuttle@chromium.org
2013-05-15
4
-26
/
+40
*
[SPDY] Incorporate latest framing changes from HTTP2 into SPDY 4 as SPDY 4a2.
akalin@chromium.org
2013-05-15
4
-20
/
+4
*
Bypass data reduction proxy on receipt of a 500 response code
bengr@chromium.org
2013-05-15
2
-3
/
+94
*
Merge ConstructSpdyControlFrame into SpdyTestUtil.
ttuttle@chromium.org
2013-05-14
4
-78
/
+82
*
Make SpdySessions implement LayeredPool and hook them up
mmenke@chromium.org
2013-05-14
2
-2
/
+374
*
Override server-side simple-cache trial with commandline switches.
pasko@google.com
2013-05-13
2
-4
/
+11
*
[SPDY] Make sure final SpdyStream references are held by SpdySession
akalin@chromium.org
2013-05-13
1
-1
/
+1
*
Revert 199535 "Add GetFullRequestHeaders, from URLRequestJob to ..."
ttuttle@chromium.org
2013-05-10
9
-566
/
+6
*
Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.
ttuttle@chromium.org
2013-05-10
9
-6
/
+566
*
Timeout HTTP proxy connect jobs faster on iOS
bengr@chromium.org
2013-05-10
1
-2
/
+3
*
Disable SSL3 fallback restriction on Google properties
thaidn@google.com
2013-05-09
1
-3
/
+9
*
Add a DeterministicMockUDPClientSocket.
rch@chromium.org
2013-05-08
1
-1
/
+1
[next]