summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [net] Set default HostCache size to 1000 entries.szym@chromium.org2013-01-111-1/+6
* DISABLE a test that fails in valgrind. Will be re-enabled when a follow up C...rch@chromium.org2013-01-111-1/+4
* Add X509Certificate::IsIssuedByEncoded()digit@chromium.org2013-01-1113-206/+744
* Make URLFetchers with SetAutomaticallyRetryOnNetworkChanges() retry immediate...joaodasilva@chromium.org2013-01-114-157/+7
* Re-enable tests marked with bug 60426, which has been closed for over a year.mattm@chromium.org2013-01-111-25/+0
* Handling partial writes and fin-only writes in QUIC.rch@chromium.org2013-01-1111-55/+94
* Fixing a really obvious (in hindsight) bug in the quic truncation code which ...rch@chromium.org2013-01-112-11/+15
* Http cache: Don't attempt to revalidate entries after a vary header mismatchrvargas@google.com2013-01-113-7/+142
* Make all net targets build on Win64jschuh@chromium.org2013-01-107-12/+42
* [net/udp] Measure the time spent in UDP closesocket on Windows.szym@chromium.org2013-01-101-0/+4
* [net/dns] Add per-address-family histograms AsyncDNS.ResolveSuccess_FAMILY_* ...szym@chromium.org2013-01-101-4/+23
* net: Stop using base::WorkerPool from UploadFileElementReaderhashimoto@chromium.org2013-01-1010-34/+80
* Only define ERROR on windows buildsjoth@chromium.org2013-01-101-2/+2
* Fix for SDPY not cancelling ServerBoundCertServiceRequest.mattm@chromium.org2013-01-095-53/+137
* Added --lso-host switch that lets us override hosts for LSO URLs.zelidrag@chromium.org2013-01-092-0/+9
* Add server certificate request parameters to be stored in SSLCertRequestInfo.ppi@chromium.org2013-01-0910-35/+249
* Remove unused methods from SpdyFrameBuilder.rch@chromium.org2013-01-092-35/+9
* Update an outdated comment.eroman@chromium.org2013-01-091-1/+1
* Media Documents should disable View [Page] Sourcewolenetz@chromium.org2013-01-091-0/+1
* This is the first in an intended sequence of CLs to refactorunsafe@trevp.net2013-01-0813-1091/+1282
* Complete HSTS preload for *.code.google.com.palmer@chromium.org2013-01-082-5/+2
* Remove measurement of DNS resolution waste from not always performing AF_UNSPECpauljensen@chromium.org2013-01-081-39/+0
* Http Pipelinining: Make unit tests more friendly to greedilymmenke@chromium.org2013-01-081-6/+13
* LoadTiming implementation in net, part 1.mmenke@chromium.org2013-01-0716-56/+606
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-073-11/+11
* Delete unused code in mimeutil.eroman@chromium.org2013-01-052-27/+0
* Integrate QUIC info into net-internals.rch@chromium.org2013-01-058-2/+46
* Make net/test/test_server correctly report timeouts.phajdan.jr@chromium.org2013-01-041-2/+6
* Fix miss counting on http cache transactions.gavinp@chromium.org2013-01-041-0/+1
* Rename ancient NetworkTransaction tests to accuratelymmenke@chromium.org2013-01-042-2/+2
* Provide NetworkChangeNotifierAndroid with the actual initial connection type.pliard@chromium.org2013-01-048-178/+232
* No longer treat TURKTRUST issued certs as EVrsleevi@chromium.org2013-01-041-6/+0
* NetLog: Move the group_name to a CONNECT_JOB's firstmmenke@chromium.org2013-01-042-6/+6
* Make ServerBoundCertStore NonThreadSafe.mattm@chromium.org2013-01-033-22/+15
* Add a CloseAllSessions method to QuicStreamFactory, and wire it up to HttpNet...rch@chromium.org2013-01-0312-14/+142
* FTP: fix leaks in tests.phajdan.jr@chromium.org2013-01-031-5/+6
* Small fixes to allow unit tests to compile with gcc 4.7.x (tested with gcc 4....kamil.jiwa@gmail.com2013-01-038-26/+24
* Create a fresh sync datatype for Synced Notificationspetewil@chromium.org2013-01-031-1/+6
* This refactor aims to avoid use of CR_DEFINE_STATIC_LOCAL and functions retur...pauljensen@chromium.org2013-01-023-41/+75
* Track occurance of Open/Create races on http cache transactions.gavinp@chromium.org2013-01-021-1/+4
* net: Allow UploadElementReader to report errors on Read()hashimoto@chromium.org2012-12-295-35/+142
* Fix ServerBoundCertServiceRequest leaks by system request context.mattm@chromium.org2012-12-281-0/+1
* Make all QUIC streams owned by the session. Add a Visitor interface to the s...rch@chromium.org2012-12-2311-53/+160
* Move VisitorShim from QuicServerSession to QuicSession.rch@chromium.org2012-12-232-1/+67
* Change to queue the ack and control frames, instead of serializing them immed...rch@chromium.org2012-12-2210-135/+203
* Rename "testing" namespace to "test" in the congestion_control test to be con...rch@chromium.org2012-12-229-15/+17
* Cleanup Cls regarding issue 11586006rch@chromium.org2012-12-223-0/+39
* Move all test Peer classes to the test namespace. Move the QuicConnectionPeer...rch@chromium.org2012-12-2216-60/+221
* In the comment for WritePacketToWire, change "errno" to "thewtc@chromium.org2012-12-224-8/+16
* Fix a bug in QuicUtils::StreamFramePacketOverhead.wtc@chromium.org2012-12-221-1/+0