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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove HostResolver::RequestInfo's priority parameter
akalin@chromium.org
2013-08-20
1
-3
/
+6
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-08-20
7
-60
/
+47
*
Add unittests for HttpSM and SpdySM on FlipServer.
yhirano@chromium.org
2013-08-19
18
-96
/
+1270
*
Add a priority parameter for HostResolver::RequestInfo's constructor
akalin@chromium.org
2013-08-16
1
-1
/
+2
*
Removing QUIC's VERSION_6, now that QUIC no longer needs to support the
wtc@chromium.org
2013-08-13
1
-2
/
+2
*
Add unittests for balsa classes.
yhirano@chromium.org
2013-08-12
3
-0
/
+992
*
Simplify QuicConnectionHelper by introducing a new QuicAlarm class
rch@chromium.org
2013-08-09
2
-126
/
+39
*
Fix MemoryCache and related classes on FlipServer.
yhirano@chromium.org
2013-08-09
6
-66
/
+189
*
Add support to QUIC for QUIC_VERSION_8: for RSA-PSS signatures, set
wtc@chromium.org
2013-08-09
1
-0
/
+1
*
Revert 216572 "Add unittests for balsa classes."
yhirano@chromium.org
2013-08-09
3
-992
/
+0
*
Add unittests for balsa classes.
yhirano@chromium.org
2013-08-09
3
-0
/
+992
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-08-09
2
-3
/
+10
*
Revert 216444 "net: add a test to ensure that our TLS handshake ..."
frankf@chromium.org
2013-08-08
1
-15
/
+0
*
net: add a test to ensure that our TLS handshake doesn't get too large.
agl@chromium.org
2013-08-08
1
-0
/
+15
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-08-07
5
-11
/
+155
*
[HTTP2] Turn on HTTP/2 for fetch_client
akalin@chromium.org
2013-08-06
1
-0
/
+3
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-08-05
11
-52
/
+124
*
Tell congestion manager when we are sending a CHLO, so it won't delay sending.
jar@chromium.org
2013-08-03
1
-6
/
+5
*
Change the API of disk_cache::CreateCacheBackend to use scoped_ptr
qsr@chromium.org
2013-08-01
3
-11
/
+8
*
Perform online revocation checks when EV certificates aren't covered by a fre...
agl@chromium.org
2013-07-31
2
-3
/
+10
*
net: make QUIC ProofVerifier more generic (reland).
agl@chromium.org
2013-07-30
1
-10
/
+13
*
i Revert 213862 "net: make QUIC ProofVerifier more generic."
karen@chromium.org
2013-07-27
1
-13
/
+10
*
Fix the message lengths passed to sendmsg() in QuicSocketUtils::WritePacket
glider@chromium.org
2013-07-26
1
-8
/
+14
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-07-26
14
-63
/
+138
*
net: make QUIC ProofVerifier more generic.
agl@chromium.org
2013-07-26
1
-10
/
+13
*
This script performs QUIC experiments.
honghaiz@chromium.org
2013-07-26
2
-0
/
+227
*
Make inttypes.h and similar macro usage C++11-friendly.
thakis@chromium.org
2013-07-25
1
-3
/
+3
*
Disable EndToEndTests.MultipleTermination which might be causing timeouts.
rch@chromium.org
2013-07-23
1
-1
/
+2
*
Fix recent valgrind issues with QUIC code from r213113.
rch@chromium.org
2013-07-23
1
-0
/
+2
*
Remove the quic_unittests target and fold it into net_unittests.
rch@chromium.org
2013-07-23
4
-17
/
+37
*
Update include paths in net for base/process changes.
rsesek@chromium.org
2013-07-23
3
-3
/
+5
*
Fix gdig after WeakPtr switched to SequenceChecker
szym@chromium.org
2013-07-19
1
-6
/
+8
*
[SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointers
akalin@chromium.org
2013-07-18
1
-1
/
+1
*
Use a direct include of the message_loop header in net/, part 3.
avi@chromium.org
2013-07-18
12
-13
/
+13
*
Declaration of SPDY 4 PUSH_PROMISE; not yet used.
akalin@chromium.org
2013-07-16
1
-0
/
+4
*
Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...
brettw@chromium.org
2013-07-15
1
-1
/
+1
*
Implement GetSSLInfo for QUIC/https connections.
rtenneti@chromium.org
2013-07-12
1
-1
/
+3
*
net: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-07-12
5
-7
/
+7
*
Move PathExists to base namespace.
brettw@chromium.org
2013-07-11
1
-1
/
+1
*
net: Remove 70KB of relocatable string pointers.
digit@chromium.org
2013-07-11
2
-15
/
+14
*
SPDY Framer: Refactorings.
eustas@chromium.org
2013-07-10
1
-6
/
+0
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-07-05
3
-1
/
+91
*
Add a quic_in_memory_cache_test data file.
honghaiz@chromium.org
2013-07-05
3
-16
/
+81
*
Use a direct include of time headers in net/, part 3.
avi@chromium.org
2013-06-28
6
-8
/
+8
*
Linux: make net_unittests pass even if m2crypto is present on system
phajdan.jr@chromium.org
2013-06-24
1
-1
/
+7
*
Define a LoggingSettings struct to use for InitLogging()
akalin@chromium.org
2013-06-21
6
-40
/
+28
*
Fix a bug in quic_in_memory_cache.
honghaiz@chromium.org
2013-06-21
2
-1
/
+87
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-06-18
3
-0
/
+12
*
Fix wrong header guards found by clang's new Wheader-guard.
thakis@chromium.org
2013-06-17
1
-1
/
+1
*
Optimize public suffix list implementation
nyquist@chromium.org
2013-06-17
2
-10
/
+12
[next]