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
*
Add a command line option to enable SPDY request encoding for QUIC requests.
rch@chromium.org
2013-01-25
5
-6
/
+17
*
Minor reformatting cleanup of quic framer.
rch@chromium.org
2013-01-25
3
-6
/
+7
*
SSLClientSocket::IsConnected should care for internal buffers
toyoshim@chromium.org
2013-01-25
6
-29
/
+229
*
Change QuicHttpStream to use SPDY header blocks for reading/writing
rch@chromium.org
2013-01-25
5
-50
/
+140
*
Make ServerBoundCertStore interface async, move SQLiteServerBoundCertStore lo...
mattm@chromium.org
2013-01-25
6
-182
/
+891
*
Provide an API for client certificate lookup/filtering.
ppi@chromium.org
2013-01-25
11
-0
/
+877
*
Make PPAPI test servers start in parallel
dmichael@chromium.org
2013-01-25
4
-1
/
+46
*
net: add two Google backup pins.
agl@chromium.org
2013-01-24
3
-0
/
+18
*
Synchronize android test server internal maps
boliu@chromium.org
2013-01-24
1
-20
/
+41
*
Reduce the number of deprecated v8 API entry calls. Disable V8 deprecations f...
svenpanne@chromium.org
2013-01-24
1
-4
/
+6
*
Add SetUploadDataStream method to URLFetcher.
mattm@chromium.org
2013-01-24
8
-16
/
+124
*
LoadTiming in net part 4.
mmenke@chromium.org
2013-01-24
8
-71
/
+1027
*
Change SpdyFramer::ParseHeaderBlockInBuffer to return the number of bytes con...
rch@chromium.org
2013-01-24
5
-30
/
+31
*
SPDY - Update the error message in SPDY_STREAM_ERROR.
rtenneti@chromium.org
2013-01-24
1
-3
/
+3
*
Http cache: Add more histograms to the infinite cache simulation.
rvargas@google.com
2013-01-24
1
-13
/
+34
*
Fix uninitialized memory access in quic_framer_test.
rch@chromium.org
2013-01-24
1
-0
/
+1
*
Added QuicBandwidth class
rch@chromium.org
2013-01-23
29
-314
/
+915
*
Disk cache: Update the dump_cache tool to show the Stats record.
rvargas@google.com
2013-01-23
1
-2
/
+48
*
Add support for making FTP requests through a proxy.
phajdan.jr@chromium.org
2013-01-23
11
-106
/
+587
*
Only HistogramBase is used outside of base/metrics.
kaiwang@chromium.org
2013-01-23
6
-38
/
+40
*
SPDY - handle stalled spdy streams properly when number of concurrent
rtenneti@chromium.org
2013-01-23
4
-13
/
+587
*
net: always enable 1/n-1 record splitting.
agl@chromium.org
2013-01-22
1
-2
/
+1
*
Renames some DomainState functions for increased clarity.
unsafe@trevp.net
2013-01-22
8
-107
/
+115
*
[net/tools/gdig] Use unsigned instead of size_t when printing on Windows.
szym@chromium.org
2013-01-22
1
-9
/
+9
*
Synchronize sending of RST between server and client to avoid dropping bytes.
rdsmith@chromium.org
2013-01-22
1
-13
/
+14
*
Trival fixups to websocket_handshake_handler.*.
ricea@chromium.org
2013-01-22
5
-22
/
+6
*
LoadTiming in net, part 3.
mmenke@chromium.org
2013-01-21
18
-5
/
+610
*
Teach gtest how to print QuicConsumedData and QuicEncryptedPacket.
wtc@chromium.org
2013-01-20
2
-1
/
+27
*
[sync] Divorce python sync test server chromiumsync.py from testserver.py
rsimha@chromium.org
2013-01-20
16
-3806
/
+176
*
Fix coding style nits.
wtc@chromium.org
2013-01-19
4
-16
/
+14
*
Fixed issue that the change of header file didn't rebuild the template file.
michaelbai@chromium.org
2013-01-19
1
-2
/
+2
*
Revert 177778
rvargas@google.com
2013-01-18
1
-48
/
+2
*
Disk cache: Update the dump_cache tool to show the Stats record.
rvargas@google.com
2013-01-18
1
-2
/
+48
*
Call FlushIndex in BackendImpl::ModifyStorageSize
boliu@chromium.org
2013-01-18
1
-0
/
+2
*
Revert 177728
rvargas@google.com
2013-01-18
1
-47
/
+2
*
Disk cache: Update the dump_cache tool to show the Stats record.
rvargas@google.com
2013-01-18
1
-2
/
+47
*
Disk cache: Go back to regular evictions if we are falling behind.
rvargas@google.com
2013-01-18
1
-1
/
+7
*
Add has_user_gesture to netlog.
rdsmith@chromium.org
2013-01-18
1
-0
/
+2
*
Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside o...
pneubeck@chromium.org
2013-01-18
1
-5
/
+3
*
net: add histogram for SSL fallback in google.com.
agl@chromium.org
2013-01-18
2
-6
/
+23
*
Cleaning up constructors for QuicData, QuicPacket and QuicEncryptedPacket to ...
rch@chromium.org
2013-01-18
52
-938
/
+1537
*
Fixes to WebSocketErrorToNetErrorTest()
ricea@chromium.org
2013-01-18
5
-5
/
+32
*
Remove unneeded friend declaration.
pauljensen@chromium.org
2013-01-17
1
-1
/
+0
*
Queueing QUIC frames to be resent instead of packets and packing RST frames w...
rch@chromium.org
2013-01-17
13
-176
/
+210
*
Changing QUIC ack logic to match TCP (with the exception of the fixed RTO) by...
rch@chromium.org
2013-01-17
9
-100
/
+197
*
Merge DownloadItem::SafetyState and DownloadDangerType
rdsmith@chromium.org
2013-01-17
1
-5
/
+3
*
MockClock needs to mock the NowAsDeltaSinceUnixEpoch method.
wtc@chromium.org
2013-01-17
2
-2
/
+6
*
Re-enable URLRequest tests disabled due to TestServer
mmenke@chromium.org
2013-01-16
1
-6
/
+4
*
Send the ClientHello handshake message.
wtc@chromium.org
2013-01-16
17
-71
/
+473
*
Remove support for 'system' SSL on Mac (SecureTransport) and Win (SChannel)
rsleevi@chromium.org
2013-01-16
10
-3563
/
+4
[next]