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