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
*
Introduce HttpStreamBase
bashi@chromium.org
2012-11-09
9
-121
/
+162
*
Ensure that OCSPIOLoop is associated with right thread if restarted.
blundell@chromium.org
2012-11-09
2
-0
/
+22
*
Revert 166580 - Consider {Create,Open,Doom}Entry for CacheSensitivity Analysis.
tburkard@chromium.org
2012-11-09
1
-3
/
+3
*
[net] Measure DNS.CacheEvicted and DNS.CacheExpired.
szym@chromium.org
2012-11-08
3
-5
/
+61
*
Fix uninitialized access in QuicConnectionHelperTest
rch@chromium.org
2012-11-08
1
-1
/
+5
*
Add run_isolate.py to all .isolate.
maruel@chromium.org
2012-11-08
1
-0
/
+1
*
Switching around the order of operations so that when the connection informs ...
rch@chromium.org
2012-11-08
2
-2
/
+4
*
Fix GetExtensionsForMimeType() function.
kmadhusu@chromium.org
2012-11-08
2
-2
/
+7
*
net: Enhance UploadElementReaders' const correctness
hashimoto@chromium.org
2012-11-08
2
-14
/
+14
*
Merge the NSS patch for https://bugzilla.mozilla.org/show_bug.cgi?id=770057.
wtc@chromium.org
2012-11-08
6
-16
/
+201
*
When ordering client certificates, use a constant time for determining validity.
rsleevi@chromium.org
2012-11-08
2
-4
/
+11
*
Consider {Create,Open,Doom}Entry for CacheSensitivity Analysis.
tburkard@chromium.org
2012-11-08
1
-3
/
+3
*
Try #2.1: Run safebrowsing_service_test through the net testserver code.
mattm@chromium.org
2012-11-07
8
-342
/
+456
*
EISCONN is not defined in Visual C++ 2008. The check for EISCONN
wtc@chromium.org
2012-11-07
1
-0
/
+7
*
Add a Chrome-specific QuicConnectionHelper class.
rch@chromium.org
2012-11-07
8
-0
/
+599
*
Move Android WebView Test WebServer to net.
jknotten@chromium.org
2012-11-07
4
-1
/
+549
*
[net] Set default HostCache size according to HostCacheSize field trial.
szym@chromium.org
2012-11-07
1
-9
/
+10
*
Resolve a strict-weak-ordering issue when sorting certificates and both are e...
rsleevi@chromium.org
2012-11-07
1
-2
/
+2
*
Prefer 'Content-Security-Policy' to 'X-WebKit-CSP'.
mkwst@chromium.org
2012-11-07
1
-2
/
+3
*
Provide mutable members of UrlRequestContext via pure-virtual interface. Cre...
pauljensen@chromium.org
2012-11-07
14
-58
/
+268
*
FTP: add net-internals logging.
phajdan.jr@chromium.org
2012-11-07
6
-18
/
+96
*
Revert 166344 (SafeBrowsingSystemTest fails on XP:
thakis@chromium.org
2012-11-07
8
-456
/
+342
*
Try #2: Run safebrowsing_service_test through the net testserver code.
mattm@chromium.org
2012-11-07
8
-342
/
+456
*
Pre-populate net-internals with information about
mmenke@chromium.org
2012-11-06
5
-74
/
+97
*
Sort client certificates by preference before prompting the user
rsleevi@chromium.org
2012-11-06
7
-0
/
+146
*
allow changing headers by delegate_ during a redirect
bcwhite@chromium.org
2012-11-06
4
-2
/
+56
*
Stop emitting warnings for mime types not recognized by Android.
peter@chromium.org
2012-11-06
1
-4
/
+1
*
testserver.py: Remove workaround for buildbot
toyoshim@chromium.org
2012-11-06
1
-11
/
+1
*
Make Segment refcounted.
agayev@chromium.org
2012-11-06
2
-10
/
+13
*
[net] Make HostResolverImpl::OnIPAddressChange faster by removing blocking on...
szym@chromium.org
2012-11-06
2
-130
/
+80
*
Make Segment API symmetric.
agayev@chromium.org
2012-11-06
3
-66
/
+34
*
net: Implement canceling of all async operations in FileStream.
paivanof@gmail.com
2012-11-06
16
-2040
/
+1186
*
Add GetWebSocketTestDataDirectory() to test_data_directory
toyoshim@chromium.org
2012-11-06
7
-21
/
+49
*
Fix uninitialized variable in QuicConnection::OnPacketComplete used in loggin...
rch@chromium.org
2012-11-05
2
-3
/
+6
*
Revert 165997 - Disk cache: Don't check the lists of entries at startup.
rvargas@google.com
2012-11-05
1
-0
/
+3
*
Disk cache: Don't check the lists of entries at startup.
rvargas@google.com
2012-11-05
1
-3
/
+0
*
Helper functions in NetworkChangeNotifier related to WWAN use
droger@chromium.org
2012-11-05
2
-3
/
+36
*
Adding QuicClientSession and friends
rch@chromium.org
2012-11-04
10
-0
/
+485
*
Treat 0 returned from HttpStream::ReadResponseBody correctly.
paivanof@gmail.com
2012-11-04
4
-23
/
+244
*
Add QuicStream and friends to QUIC code.
rch@chromium.org
2012-11-04
14
-2
/
+1714
*
Revert 165858 - Add QuicStream and friends to QUIC code.
rch@chromium.org
2012-11-03
14
-1714
/
+2
*
Add QuicStream and friends to QUIC code.
rch@chromium.org
2012-11-03
14
-2
/
+1714
*
Update an outdated comment.
eroman@chromium.org
2012-11-03
1
-3
/
+3
*
Add QuicConnection and MockQuicConnectionHelper.
rch@chromium.org
2012-11-02
10
-3
/
+1896
*
FTP: refactor repetetive code to a table of callbacks.
phajdan.jr@chromium.org
2012-11-02
1
-29
/
+34
*
net: Allow calling UploadDataStream::Init() multiple times for reset purpose
hashimoto@chromium.org
2012-11-02
9
-69
/
+441
*
Changes "Android-WebView" feature annotation to "WebView".
klundberg@chromium.org
2012-11-01
1
-17
/
+17
*
First step towards component build for Android.
yfriedman@chromium.org
2012-11-01
5
-5
/
+9
*
Add net/base/test_data_directory.h
toyoshim@chromium.org
2012-11-01
16
-16
/
+52
*
net: Stop passing ownership of UploadDataStream from HttpNetworkTransaction t...
hashimoto@chromium.org
2012-11-01
18
-298
/
+215
[next]