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
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2014-03-07
59
-530
/
+737
*
Revert 255397 "Fill out the rest of the StringPiece functions fo..."
brettw@chromium.org
2014-03-07
1
-1
/
+1
*
Remove the flash specific disk cache backend.
gavinp@chromium.org
2014-03-06
20
-1769
/
+0
*
Move WriteFile and WriteFileDescriptor from file_util to base namespace.
brettw@chromium.org
2014-03-06
16
-48
/
+45
*
Fill out the rest of the StringPiece functions for 16-bit.
brettw@chromium.org
2014-03-06
1
-1
/
+1
*
Revert of HttpServerProperties - Implement MRU for AlternateProtocolMap. Pers...
rmistry@chromium.org
2014-03-06
7
-106
/
+31
*
HttpServerProperties - Implement MRU for AlternateProtocolMap. Persist
rtenneti@chromium.org
2014-03-06
7
-31
/
+106
*
Bind before sandbox lockdown on Windows.
vitalybuka@chromium.org
2014-03-06
8
-0
/
+24
*
Remove CERT_STATUS_WEAK_DH_KEY. A weak DH key is not a certificate error.
wtc@chromium.org
2014-03-06
2
-5
/
+1
*
Disable QUIC port selection when the server is going away.
rch@chromium.org
2014-03-06
3
-2
/
+45
*
Add a ClearAlternateProtocol method to HttpServerProperties
rch@chromium.org
2014-03-06
4
-0
/
+22
*
Fixed chrome proxy via check
bengr@chromium.org
2014-03-06
2
-1
/
+6
*
[mDNS] Move logging from LOG(WARNING) to DVLOG(1) to not spam the console
noamsml@chromium.org
2014-03-05
2
-5
/
+5
*
Add use_allocator instead of linux_use_tcmalloc to switch the allocator.
dmikurube@chromium.org
2014-03-05
1
-2
/
+4
*
Reland "Add base::TimeDelta::Max()" again.
gavinp@chromium.org
2014-03-05
2
-4
/
+2
*
Remove a dead test for non-final control frames.
ricea@chromium.org
2014-03-05
2
-33
/
+4
*
Improve network interface name on Win for WebRTC logs.
grunell@chromium.org
2014-03-05
5
-5
/
+11
*
net: a weak DH key is not a certificate error.
agl@chromium.org
2014-03-05
1
-1
/
+2
*
Update HPACK Huffman code for '06 draft release
jgraettinger@chromium.org
2014-03-04
5
-354
/
+68
*
Revert of Reland "Add base::TimeDelta::Max()" (https://codereview.chromium.or...
apavlov@chromium.org
2014-03-04
2
-2
/
+4
*
flip_server: Use base's SplitString() function in LoadTimeMeasurement.
tfarina@chromium.org
2014-03-04
1
-23
/
+10
*
Reland "Add base::TimeDelta::Max()"
gavinp@chromium.org
2014-03-04
2
-4
/
+2
*
Fix error checking and error reporting in GetIPv4AddressFromIndex.
wtc@chromium.org
2014-03-04
1
-3
/
+3
*
Enable HPACK Huffman decoding.
jgraettinger@chromium.org
2014-03-04
9
-152
/
+531
*
Evaluate NetLog::Entry callbacks relative to each observers' log level.
davidben@chromium.org
2014-03-04
4
-60
/
+113
*
Killing off QUICv12, including cleaning out all of the code for handling
rtenneti@chromium.org
2014-03-03
44
-2147
/
+262
*
Avoid persisting of QUIC server config information in Stable and Beta
rtenneti@chromium.org
2014-03-03
3
-1
/
+6
*
Fix ios disk cache test exclusions.
gavinp@chromium.org
2014-03-03
1
-1
/
+1
*
Implement SPDY4 CONTINUATION frame in SpdyFramer.
jgraettinger@chromium.org
2014-03-03
18
-128
/
+831
*
Move TrimWhitespace to the base namespace.
brettw@chromium.org
2014-03-03
11
-15
/
+16
*
Reland re-organization of net/disk_cache/
gavinp@chromium.org
2014-03-03
93
-424
/
+426
*
Remove unused NSS dependencies in mac certificate handling code.
haavardm@opera.com
2014-03-03
2
-16
/
+0
*
Fix build issues in net/ for Android x64
yang.gu@intel.com
2014-03-02
4
-6
/
+6
*
Remove a bunch of unused network flags.
willchan@chromium.org
2014-03-01
4
-11
/
+1
*
Revert 253860 "Revert 253309 "QUIC - enable persisting of server..."
rtenneti@chromium.org
2014-02-28
6
-9
/
+13
*
QUIC - Use weak_ptr of QuicCryptoClientStream with IOComplete callback while ...
rtenneti@chromium.org
2014-02-28
2
-2
/
+6
*
net: add (*.)mailbox.org to HSTS preloaded.
agl@chromium.org
2014-02-28
2
-0
/
+2
*
Remove SPDY4 RST_STREAM payload flag remnants.
jgraettinger@chromium.org
2014-02-28
2
-54
/
+6
*
Processing for new SPDY4/HTTP2 SETTINGS frame payload format.
jgraettinger@chromium.org
2014-02-28
5
-101
/
+195
*
HpackHuffmanTable::DecodeString shouldn't presume an output size.
jgraettinger@chromium.org
2014-02-28
3
-53
/
+109
*
Fix the console message when reserved bits exist
ricea@chromium.org
2014-02-28
2
-4
/
+10
*
Don't unescape BiDi control characters in URL components
skanuj@chromium.org
2014-02-28
3
-29
/
+116
*
QUIC - Cleanup changes found while sync'ing with internal code.
rtenneti@chromium.org
2014-02-28
7
-56
/
+44
*
Add missing #include of <algorithm> for std::min
scottmg@chromium.org
2014-02-28
1
-0
/
+2
*
OpenSSL: don't allow the server certificate to change during renegotiation.
agl@chromium.org
2014-02-28
2
-8
/
+38
*
Implement HPACK Huffman encoding & decoding.
jgraettinger@chromium.org
2014-02-28
10
-7
/
+1612
*
quic_encrypter.h and quic_decrypter.h don't need to include
wtc@chromium.org
2014-02-27
5
-2
/
+3
*
StaticSocketDataProvider should not read beyond the end of the reads_ or
wtc@chromium.org
2014-02-27
1
-6
/
+11
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2014-02-27
82
-967
/
+1695
*
Maintain QuicStopWaitingFrame on stack properly
scottmg@chromium.org
2014-02-27
1
-3
/
+3
[next]