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
*
Remove support for DNSSEC stapled certificates.
agl@chromium.org
2012-11-16
11
-2953
/
+2
*
Http cache: Count RESUMABLE requets as REVALIDATEABLE on the infinite cache.
rvargas@google.com
2012-11-15
1
-1
/
+1
*
Don't call base::ClosePlatformFile on a closed file handle.
wtc@chromium.org
2012-11-15
1
-1
/
+0
*
net: Disable/fix three UDPSocketTest unit tests for Android.
digit@chromium.org
2012-11-15
1
-4
/
+17
*
[net] Disable DnsClient in HostResolverImpl after a streak of consecutive fai...
szym@chromium.org
2012-11-15
3
-4
/
+116
*
The "Create" method for creating a CanonicalCookie from a ParsedCookie uses t...
markusheintz@chromium.org
2012-11-15
5
-57
/
+122
*
net: HSTS updates for onlime.ch and mayfirst.org
agl@chromium.org
2012-11-15
2
-8
/
+18
*
Add certificate pinning for crypto.cat.
agl@chromium.org
2012-11-15
4
-2
/
+70
*
Remove curvecp from chromium network stack
rsleevi@chromium.org
2012-11-15
32
-3635
/
+0
*
net: Remove UploadDataStream* argument from HttpStream::SendRequest
hashimoto@chromium.org
2012-11-15
22
-221
/
+162
*
Ensure the patched NSS libssl used on Win and Mac behaves the same as upstrea...
rsleevi@chromium.org
2012-11-15
3
-14
/
+16
*
FTP: Open a fresh data connection after a command error.
phajdan.jr@chromium.org
2012-11-15
3
-74
/
+141
*
[Sync] Add support for remotely enabling keystore encryption
zea@chromium.org
2012-11-15
3
-1
/
+83
*
Move eintr_wrapper.h from base to base/posix
brettw@chromium.org
2012-11-14
13
-13
/
+13
*
net: Update calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-14
54
-312
/
+312
*
net: Move ownership of UploadDataStream from HttpNetworkTransaction to URLReq...
hashimoto@chromium.org
2012-11-14
18
-280
/
+390
*
Enable 307 net unit tests on Android.
pliard@chromium.org
2012-11-14
1
-1
/
+3
*
Implement QuicConnectionHelper::WritePacketToWire()
rch@chromium.org
2012-11-14
5
-87
/
+200
*
net: Change type of UploadData::elements from std::vector to ScopedVector
hashimoto@chromium.org
2012-11-14
7
-74
/
+31
*
Set blocked_on_delegate_ when a URLRequest is blocked by
mmenke@chromium.org
2012-11-14
5
-9
/
+23
*
Http cache: Increase the maximum number of entries tracked by the infinite ca...
rvargas@google.com
2012-11-14
1
-1
/
+1
*
[sync] Componentize sync: Part 1: Clean up sync.gyp and update chrome / test ...
rsimha@chromium.org
2012-11-14
1
-0
/
+3
*
Clean up a whole raft of differences in QUIC code between the internal and Ch...
rch@chromium.org
2012-11-13
33
-308
/
+257
*
[Sync] Add application logic for non-nigori control types (reland)
zea@chromium.org
2012-11-13
2
-33
/
+37
*
Move mru_cache to the new containers subdirectory.
brettw@chromium.org
2012-11-13
1
-1
/
+1
*
Update net/third_party/nss/ssl to NSS 3.14.
wtc@chromium.org
2012-11-13
75
-7262
/
+1191
*
FTP: Clean up the server type histogram to use less space.
phajdan.jr@chromium.org
2012-11-13
2
-13
/
+7
*
Reland 167337 - Move url_request_test_util into net namespace
jochen@chromium.org
2012-11-13
4
-202
/
+208
*
Fix TestGetExtensionsForMimeType unittest on iOS.
blundell@chromium.org
2012-11-13
1
-1
/
+1
*
Add header for Gaia sign in on redirects too.
rogerta@chromium.org
2012-11-13
3
-2
/
+45
*
Consistently use int64 not uint64 when we have to work with time in micro or ...
rch@chromium.org
2012-11-13
4
-15
/
+15
*
Revert 167337 - Move url_request_test_util into net namespace
jochen@chromium.org
2012-11-13
4
-208
/
+202
*
Move url_request_test_util into net namespace
jochen@chromium.org
2012-11-13
4
-202
/
+208
*
Ensure that NSS HTTP IO is initialized on iOS.
blundell@chromium.org
2012-11-13
1
-1
/
+1
*
Revert 167280 - [Sync] Add application logic for non-nigori control types.
zea@chromium.org
2012-11-13
2
-37
/
+33
*
[Sync] Add application logic for non-nigori control types.
zea@chromium.org
2012-11-13
2
-33
/
+37
*
FTP: fix compatibility with mod_ftp's LISTisNLST option.
phajdan.jr@chromium.org
2012-11-12
2
-3
/
+9
*
[net] Fix parsing of HostCacheSize field trial group name.
szym@chromium.org
2012-11-12
1
-3
/
+3
*
FTP: support YYYY-MM-DD HH:MM date format in "ls -l" directory listings.
phajdan.jr@chromium.org
2012-11-12
2
-9
/
+74
*
net: add DANE support for DNSSEC stapled certificates.
agl@chromium.org
2012-11-12
4
-8
/
+187
*
net: add a couple of entries to the HSTS preloaded list.
agl@chromium.org
2012-11-12
3
-3
/
+9
*
Revert 167031 - For Cache Sensitivity Analysis, fix createentry/openentry rac...
dharani@google.com
2012-11-12
2
-45
/
+16
*
Several cleanups of QuicSession, et al. as per the Chrome code review.
rch@chromium.org
2012-11-11
9
-69
/
+58
*
Remove transmission time from QuicPacketHeader. It will be moving into an ack...
rch@chromium.org
2012-11-11
9
-128
/
+10
*
Fix Bug in QuicClockTest.
rch@chromium.org
2012-11-11
1
-1
/
+1
*
QuicTime integration
rch@chromium.org
2012-11-11
41
-370
/
+839
*
Clean up style in QuicConnection, et. al. as per Chrome comments
rch@chromium.org
2012-11-11
4
-48
/
+93
*
Change from re-transmitting an packet with a retransmit number to sending a n...
rch@chromium.org
2012-11-10
15
-244
/
+216
*
Revert 167074 - Change from re-transmitting an packet with a retransmit numbe...
kinuko@chromium.org
2012-11-10
15
-219
/
+246
*
Change from re-transmitting an packet with a retransmit number to sending a n...
rch@chromium.org
2012-11-10
15
-246
/
+219
[next]