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
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
68
-82
/
+82
*
Disable 3 tests potentially because of run_test_cases;
maruel@chromium.org
2013-02-23
1
-1
/
+7
*
Enable EV for TAIWAN-CA (TWCA)
rsleevi@chromium.org
2013-02-23
1
-0
/
+6
*
Revert 184257
rtenneti@chromium.org
2013-02-23
6
-217
/
+151
*
When performing an SSL renegotiation and requesting a certificate status, cle...
rsleevi@chromium.org
2013-02-23
1
-0
/
+4
*
Fix net::FileStream to handle all errors correctly.
sergeyu@chromium.org
2013-02-23
6
-151
/
+217
*
Shortened connection timeout for SpdyProxyAuth origins.
bengr@chromium.org
2013-02-23
4
-1
/
+24
*
Make UDPSocket{Libevent,Win}::Connect close socket if it fails
ttuttle@chromium.org
2013-02-22
3
-0
/
+26
*
[Android] Make content_shell_apk and chromium_testshell components friendly.
yfriedman@chromium.org
2013-02-22
2
-8
/
+8
*
net: add bugzilla.mozilla.org to HSTS preloaded.
agl@chromium.org
2013-02-22
2
-0
/
+2
*
Update WebSocket related OWNERS files
toyoshim@chromium.org
2013-02-22
2
-1
/
+5
*
net: Add missing "image/vnd.microsoft.icon" MIME type
hashimoto@chromium.org
2013-02-22
1
-0
/
+3
*
Remove SpdyFrame::set_length(), SpdyFrame::set_flags() and SpdyFrame::flags().
akalin@chromium.org
2013-02-22
5
-47
/
+38
*
net: Remove UploadDataStream::merge_chunks_
hashimoto@chromium.org
2013-02-22
6
-106
/
+170
*
net: Complementary change for "Split URLFetcherFileWriter from URLFetcherCore"
hashimoto@chromium.org
2013-02-22
1
-0
/
+6
*
[SPDY] Prepend "stream_" to stream flow control variables
akalin@chromium.org
2013-02-22
10
-47
/
+53
*
Add central logic for setting flags and length in frames for testing.
akalin@chromium.org
2013-02-21
2
-0
/
+35
*
Remove SpdyDataFrame. Useful in SPDY 4 development.
akalin@chromium.org
2013-02-21
16
-179
/
+67
*
Fix memory leak in r183737.
rch@chromium.org
2013-02-21
2
-9
/
+19
*
Move some handy SPDY testing code into a reusable location.
akalin@chromium.org
2013-02-21
4
-71
/
+119
*
[net] Ignore Teredo addresses when determining IPv6 support.
szym@chromium.org
2013-02-21
1
-0
/
+3
*
Fix crash in Android NCN due to the use of ActivityStatus.CREATED event.
pliard@chromium.org
2013-02-21
1
-4
/
+8
*
Optimization for ProxyResolverV8Tracing: early termination.
eroman@chromium.org
2013-02-21
8
-78
/
+311
*
Add QUIC to Alternate-Protocol support.
rch@chromium.org
2013-02-21
14
-38
/
+415
*
net: duplicate EV OIDs for new Symantec roots.
agl@chromium.org
2013-02-21
1
-0
/
+30
*
Disable ProxyServiceTests on iOS when coverage is turned on.
lliabraa@chromium.org
2013-02-20
1
-0
/
+4
*
Use _target_name instead of package_name for java*.gypi
cjhopman@chromium.org
2013-02-20
1
-3
/
+0
*
net: remove compression reporting util functions.
agl@chromium.org
2013-02-20
4
-25
/
+0
*
Disk cache: use mmap for cache index on x86.
pasko@google.com
2013-02-20
1
-1
/
+4
*
Fix uninitialized scalar fields in URLFetcherFileWriter class.
kmadhusu@chromium.org
2013-02-20
1
-1
/
+2
*
Fix overflow checks for window sizes in SpdyStream
akalin@chromium.org
2013-02-20
3
-20
/
+91
*
net: add writeapp.me to HSTS preloaded
agl@chromium.org
2013-02-20
2
-0
/
+2
*
Fix a bug in the length of the StringPiece returned by
wtc@chromium.org
2013-02-20
1
-2
/
+4
*
Log useful events for QUIC sessions in the net-log.
rch@chromium.org
2013-02-20
9
-4
/
+410
*
Clean up nits. List files in alphabetical order. Fix comments.
wtc@chromium.org
2013-02-20
2
-3
/
+3
*
net: Use DrainableIOBuffer in URLFetcherFileWriter
hashimoto@chromium.org
2013-02-20
2
-21
/
+8
*
Remove SpdyFrame::is_control_frame(). Useful in SPDY 4 development.
akalin@chromium.org
2013-02-20
4
-46
/
+37
*
Re-enable some network tests that have been disabled for
mmenke@chromium.org
2013-02-20
1
-9
/
+3
*
Remove SpdyDataFrame references from VTL.
akalin@chromium.org
2013-02-19
7
-15
/
+89
*
Remove SpdyDataFrame from OnSpdyDataFrameHeader() arguments.
akalin@chromium.org
2013-02-19
5
-11
/
+24
*
Revert SDPY logging changes that were accidentally committed
akalin@chromium.org
2013-02-19
1
-3
/
+8
*
net: add (*.)paymill.de to HSTS preloaded.
agl@chromium.org
2013-02-19
2
-0
/
+2
*
Fix crash on Android when the Main activity is resumed after it was destroyed.
pliard@chromium.org
2013-02-19
1
-6
/
+10
*
Split out policy code from net/tools/testserver.
mnissler@chromium.org
2013-02-19
5
-797
/
+0
*
net: Split URLFetcherFileWriter from URLFetcherCore
hashimoto@chromium.org
2013-02-18
5
-305
/
+358
*
Fix more remaining FilePath -> base::FilePath.
brettw@chromium.org
2013-02-18
1
-4
/
+4
*
Disable "using base::FilePath" on Linux since it now compiles.
brettw@chromium.org
2013-02-17
1
-1
/
+1
*
Replace FilePath with base::FilePath.
brettw@chromium.org
2013-02-17
1
-2
/
+2
*
Initial fixes for TCP Fast Open.
willchan@chromium.org
2013-02-16
4
-23
/
+63
*
On Android, reduce the delay to one minute before retrying a bad proxy server
bengr@chromium.org
2013-02-16
1
-0
/
+4
[next]