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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: allow invalid TransportSecurityState to process invalid DNS names.
agl@chromium.org
2013-11-01
3
-31
/
+0
*
Mostly useful for testing.
aa@chromium.org
2013-10-29
2
-33
/
+116
*
[Net] Make ClientSocketPoolBaseHelper::Group use a timer
akalin@chromium.org
2013-10-29
1
-2
/
+2
*
net: Rework how blocking delegates are logged.
mmenke@chromium.org
2013-10-25
2
-6
/
+25
*
[Net] Make ClientSocketPoolBaseHelper::Group use PriorityQueue
akalin@chromium.org
2013-10-24
2
-19
/
+78
*
Fixed RTL on FTP page
beaufort.francois@gmail.com
2013-10-22
1
-4
/
+8
*
Implement support for p2p socket UDP packages to set the Differntiated Servic...
hubbe@chromium.org
2013-10-22
1
-0
/
+28
*
This causes ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEY and ERR_SSL_PINNED_KEY_NOT_I...
felt@chromium.org
2013-10-21
1
-1
/
+3
*
Do not allow the server certificate to change in a renegotiation.
wtc@chromium.org
2013-10-19
1
-0
/
+3
*
[Net] Separate out NUM_PRIORITIES from RequestPriority enum
akalin@chromium.org
2013-10-19
3
-6
/
+13
*
Add support for avc3 codec string.
acolwell@chromium.org
2013-10-18
1
-0
/
+1
*
When a request fails because the QUIC handshake failed, retry the request
rch@chromium.org
2013-10-17
1
-0
/
+4
*
[Net] Log RequestPriority instances as strings instead of integers
akalin@chromium.org
2013-10-16
2
-3
/
+35
*
Cleanup: Fix style errors and remove unused #includes in net/base/net_util.h,...
thestig@chromium.org
2013-10-14
1
-6
/
+4
*
Fixes to net/ to compile on VS2013
scottmg@chromium.org
2013-10-12
1
-0
/
+2
*
Permit NTLM token on cross-domain images.
tsepez@chromium.org
2013-10-11
1
-0
/
+5
*
Update the Public Suffix List to the latest version
rsleevi@chromium.org
2013-10-09
3
-23076
/
+27963
*
Allow explicitly whitelisted apps/extensions in public sessions
bartfab@chromium.org
2013-10-09
3
-21
/
+137
*
Clean up unused constant globals
hans@chromium.org
2013-10-03
1
-2
/
+0
*
Revert 226494 "Allow explicitly whitelisted apps/extensions in p..."
tapted@chromium.org
2013-10-03
3
-137
/
+21
*
Allow explicitly whitelisted apps/extensions in public sessions
bartfab@chromium.org
2013-10-02
3
-21
/
+137
*
net: Reset UploadDataStream on HttpNetworkTransaction destruction
hashimoto@chromium.org
2013-10-02
1
-1
/
+1
*
FIxed NetworkInterface::network_prefix calculation on XP.
vitalybuka@chromium.org
2013-10-01
2
-14
/
+34
*
Cleanup of GetNetworkList code.
vitalybuka@chromium.org
2013-09-29
3
-18
/
+8
*
Support IDNA 2008 with UTS46.
jshin@chromium.org
2013-09-29
1
-23
/
+63
*
XP bots failed it->network_prefix > 0 check.
vitalybuka@chromium.org
2013-09-27
1
-0
/
+2
*
Disconnect native messaging port on read pipe EOF.
sergeyu@chromium.org
2013-09-26
1
-0
/
+2
*
Added NetworkInterface::network_prefix.
vitalybuka@chromium.org
2013-09-26
5
-20
/
+73
*
Revert 225303 "Added NetworkInterface::network_prefix."
vitalybuka@chromium.org
2013-09-26
5
-74
/
+20
*
Added NetworkInterface::network_prefix.
vitalybuka@chromium.org
2013-09-26
5
-20
/
+74
*
Clean up a few unused globals.
thakis@chromium.org
2013-09-25
3
-13
/
+1
*
net: Use ScopedVector::Pass() to pass element readers for UploadDataStream's ...
hashimoto@chromium.org
2013-09-24
3
-24
/
+23
*
[CleanUp] Use base::STLSetDifference() in place of std::set_difference()
limasdf@gmail.com
2013-09-23
1
-9
/
+7
*
Add PNACL_CACHE cache backend type, and allow larger files for this type.
dschuff@chromium.org
2013-09-19
1
-1
/
+2
*
Fast-fail WPAD detection.
ellyjones@chromium.org
2013-09-19
1
-0
/
+2
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-09-18
1
-6
/
+6
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-09-18
1
-0
/
+6
*
[net/dns] Treat Name Resolution Policy Table as unhandled option.
szym@chromium.org
2013-09-17
1
-8
/
+2
*
Fix teardown in tests which use UploadFileElementReader.
earthdok@chromium.org
2013-09-16
2
-2
/
+15
*
Initialize buffer in FileStreamTest.AsyncWriteError
sergeyu@chromium.org
2013-09-14
1
-0
/
+2
*
Update FileStream unittests to make memcheck happy.
sergeyu@chromium.org
2013-09-14
2
-27
/
+34
*
URLFetcher won't call delegate until file is closed.
waffles@chromium.org
2013-09-12
9
-1
/
+130
*
Remove LOG(ERROR) from RecordFileError()
tbarzic@chromium.org
2013-09-12
1
-5
/
+0
*
Switch the offset conversion routines from an "offsets point at characters"
pkasting@chromium.org
2013-09-11
4
-336
/
+229
*
Make sure canPlayType does not return probably/maybe for VP9 on Android.
tomfinegan@chromium.org
2013-09-08
1
-1
/
+8
*
Remove base::WorkerPool use from FileStream tests.
earthdok@chromium.org
2013-09-07
1
-32
/
+54
*
Net: make IsSafePortableRelativePath look for reserved names on all components.
rvargas@chromium.org
2013-09-07
3
-20
/
+13
*
Reland of 218616. It was reverted in 219027 due to crashes in the case of
mmenke@chromium.org
2013-09-05
5
-27
/
+330
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-09-05
2
-0
/
+8
*
Move server socket functionality from TCPServerSocket into TCPSocket.
yzshen@chromium.org
2013-09-01
2
-0
/
+16
[next]