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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop testing invalid flag values.
akalin@chromium.org
2013-02-09
2
-24
/
+16
*
Rename SpdyStatusCodes to SpdyRstStreamStatus
akalin@chromium.org
2013-02-09
31
-204
/
+208
*
[net/dns] Add AsyncDNS.WatchStatus histogram.
szym@chromium.org
2013-02-08
3
-1
/
+36
*
SPDY - Added back code that deleted read_pending_.
rtenneti@chromium.org
2013-02-08
2
-1
/
+14
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
1
-1
/
+1
*
Treat iOS the same as Android for pinning.
agl@chromium.org
2013-02-08
1
-1
/
+1
*
Make DiskCacheTest.MultipleInstances pass in net_unittests on Windows 64-bit
wfh@chromium.org
2013-02-08
1
-2
/
+2
*
Remove dead code
akalin@chromium.org
2013-02-08
4
-40
/
+2
*
Fix a crash in dtls_FreeHandshakeMessages.
wtc@chromium.org
2013-02-08
4
-0
/
+23
*
Replace FilePath with base::FilePath in net.
brettw@chromium.org
2013-02-08
131
-642
/
+671
*
[net/dns] Add AsyncDNS.SuffixSearchLength histogram.
szym@chromium.org
2013-02-08
1
-0
/
+11
*
The hashAlg field of CK_NSS_MAC_CONSTANT_TIME_PARAMS has been
wtc@chromium.org
2013-02-08
2
-6
/
+6
*
adding a const kSpdyVersion3
akalin@chromium.org
2013-02-08
1
-0
/
+2
*
Include destination port for websocket throttling.
ricea@chromium.org
2013-02-08
5
-57
/
+93
*
Refactoring in preparation for handling CREDENTIAL in SpdyClientDispatcher.
akalin@chromium.org
2013-02-08
2
-4
/
+4
*
Remove deprecated POST_WITHOUT_BODY
hidehiko@chromium.org
2013-02-08
2
-9
/
+0
*
Add debug callbacks for frame decompression ratios to SpdyFramerDebugVisitorI...
akalin@chromium.org
2013-02-08
3
-8
/
+44
*
SPDY - implement greedy approach to read all the data and process it
rtenneti@chromium.org
2013-02-08
7
-81
/
+817
*
Minor semantic variable name changes.
akalin@chromium.org
2013-02-08
2
-8
/
+8
*
net: add mega.co.nz and (*.)api.mega.co.nz to HSTS
agl@chromium.org
2013-02-07
2
-1
/
+4
*
net: remove rhcloud.net from HSTS list.
agl@chromium.org
2013-02-07
1
-1
/
+0
*
Move utf_offset_string_conversions and utf_string_conversion_utils to strings.
brettw@chromium.org
2013-02-07
2
-16
/
+18
*
Move client certificates retrieval logic out of the SSL sockets.
ppi@chromium.org
2013-02-07
10
-361
/
+37
*
Add SpdyFramerDebugVisitorInterface for later usage in stats collecting
akalin@chromium.org
2013-02-06
3
-1
/
+59
*
Remove HttpCache.*.SmallResource tracking.
gavinp@chromium.org
2013-02-06
2
-56
/
+0
*
Allow no content-type for POST, PUT and PATCH methods.
hidehiko@chromium.org
2013-02-06
2
-10
/
+31
*
Revert "GTTF: Add missing virtual destructors."
phajdan.jr@chromium.org
2013-02-06
6
-10
/
+4
*
Add retry function to AccountManagerHelper when called from foreground
clamy@chromium.org
2013-02-06
1
-0
/
+8
*
Linux/ChromeOS Chromium style checker cleanup, net/ edition.
rsleevi@chromium.org
2013-02-06
49
-348
/
+387
*
net: implement CBC processing in constant-time in libssl.
agl@chromium.org
2013-02-06
4
-57
/
+911
*
Add histograms for ProxyResolverV8Tracing.
eroman@chromium.org
2013-02-06
1
-59
/
+186
*
Add a NULL check to SpdyHttpStream::GetLoadTimingInfo, to
mmenke@chromium.org
2013-02-06
1
-1
/
+1
*
Add a unittest to ProxyResolverV8Tracing for sync DNS inside of blocking mode.
eroman@chromium.org
2013-02-06
1
-2
/
+10
*
Add to the list of HTTP headers that don't overwrite in 304 responses.
mkwst@chromium.org
2013-02-05
2
-9
/
+50
*
GTTF: Add missing virtual destructors.
phajdan.jr@chromium.org
2013-02-05
6
-4
/
+10
*
Fix ServerBoundCertService::RequestHandle::OnRequestComplete possible use aft...
mattm@chromium.org
2013-02-05
1
-2
/
+4
*
Preload HSTS and pins for two more Google domains.
palmer@chromium.org
2013-02-05
2
-0
/
+2
*
Add POST_WITHOUT_BODY to the UrlFetcher's method.
hidehiko@chromium.org
2013-02-04
2
-0
/
+8
*
Remove some unused NetLog event types.
eroman@chromium.org
2013-02-04
2
-14
/
+6
*
net: add (*.)zoo24.de to HSTS preloaded list.
agl@chromium.org
2013-02-04
2
-0
/
+2
*
SSLClientSocket::IsConnected should care for internal buffers (OpenSSL)
toyoshim@chromium.org
2013-02-04
1
-10
/
+25
*
Add PATCH method to UrlFetcher.
hidehiko@chromium.org
2013-02-04
2
-1
/
+4
*
Add DeviceRegisterRequest.BROWSER and use it for chrome.
atwilson@chromium.org
2013-02-03
1
-2
/
+2
*
Fix uninitialized variable in SpdySessionDependencies
rch@chromium.org
2013-02-03
2
-0
/
+2
*
MessageLoop's RUN method will pass a const ref to PendingTask when
rtenneti@chromium.org
2013-02-03
2
-4
/
+4
*
Land recent QUIC changes.
rch@chromium.org
2013-02-03
62
-1503
/
+1694
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
17
-44
/
+63
*
LoadTiming int net 6: Cache LoadTimingInfo
mmenke@chromium.org
2013-02-02
6
-46
/
+42
*
net: don't DCHECK in SPDY with empty header values.
agl@chromium.org
2013-02-02
2
-1
/
+27
*
LoadTiming in net part 5:
mmenke@chromium.org
2013-02-02
15
-43
/
+1066
[next]