summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Move the packet receive time map from the AckFrame to the InterArrival conges...rch@chromium.org2012-12-1410-352/+252
* Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ...joaodasilva@chromium.org2012-12-1443-132/+537
* Revert 173170dpapad@chromium.org2012-12-1410-249/+352
* Move the packet receive time map from the AckFrame to the InterArrival conges...rch@chromium.org2012-12-1410-352/+249
* Flush SSL connections when clearing channel ids.mattm@chromium.org2012-12-142-1/+9
* Keep pool of pre-connected DNS sockets.ttuttle@chromium.org2012-12-149-54/+649
* Separate CertVerifyProcAndroid from CertVerifyProcOpenSSLppi@chromium.org2012-12-145-96/+164
* net: add GeoTrust Global to the Google pinning set.agl@chromium.org2012-12-132-1/+3
* Http cache: Track unused entries on the infinite cache simulation.rvargas@google.com2012-12-131-0/+13
* Chrome now uses policy_type=google/chrome/user.atwilson@chromium.org2012-12-131-7/+9
* Move the CongestionInfo struct to a QuicCongestionFeedbackFrame.rch@chromium.org2012-12-1336-769/+601
* Put in UMA to drill down on "misc" download error codes rdsmith@chromium.org2012-12-131-1/+1
* killing off the QUIC config option for sending fin in a separate packet: we c...rch@chromium.org2012-12-133-98/+3
* Remove support for gdata from the Python test server and net/test.mtomasz@chromium.org2012-12-135-73/+0
* Handling backup! Sorta...rch@chromium.org2012-12-1314-74/+389
* DnsProbeJob: Differentiate network and DNS errorsttuttle@chromium.org2012-12-132-0/+4
* [net] Make IPEndPoint::GetFamily() return AddressFamily and add GetSockAddrFa...szym@chromium.org2012-12-1315-41/+57
* Reland 141941 - Allow ERR_CONNECTION_RESET during the SSL handshake towtc@chromium.org2012-12-131-0/+17
* Add a CheckProcessingFails method to QuicFramerTest to simplify framing bound...rch@chromium.org2012-12-121-45/+20
* Add AsyncDNS.DnsClientDisabledReason to record the last error in the streak w...szym@chromium.org2012-12-122-8/+10
* Add IncludeForRequestURL method to CanonicalCookie.markusheintz@chromium.org2012-12-124-18/+82
* net::FileStream::Available() should be callable when the available bytes = 0.kinaba@chromium.org2012-12-121-1/+1
* FTP: correctly handle newlines in file namesphajdan.jr@chromium.org2012-12-1238-1988/+2129
* Renamed classes for consistency.agayev@chromium.org2012-12-1211-213/+213
* Incremental improvement to our Ack logic: if we resend a bunch of packets, se...rch@chromium.org2012-12-126-4/+26
* [net/dns] Make DnsResponse::ParseToAddressList less stroct.szym@chromium.org2012-12-124-40/+27
* Fix flakiness of TCPListenSocketTest.kinaba@chromium.org2012-12-121-8/+9
* Add a factory for creating QuicHttpStream objects from an internal collection...rch@chromium.org2012-12-1215-33/+854
* Implement TestRootCerts for Androidppi@chromium.org2012-12-126-29/+171
* Fix certificate and keychain installation on Android.digit@chromium.org2012-12-1111-3/+214
* net: add my.alfresco.com and webmail.gigahost.dk to HSTS preloaded.agl@chromium.org2012-12-112-0/+4
* net: Make UploadDataStream independent from UploadDatahashimoto@chromium.org2012-12-1117-415/+388
* DevTools: add /json/activate/ command to the discovery protocol.pfeldman@chromium.org2012-12-115-58/+53
* Don't access the first (index 0) element of an empty vectorwtc@chromium.org2012-12-111-3/+5
* Add tests that test creating secure and http-only cookies using CanonicalCook...markusheintz@chromium.org2012-12-101-0/+21
* FTP: allow garbage instead of "ls -l" permissions listing.phajdan.jr@chromium.org2012-12-102-46/+17
* DEPS roll openssl to 1.0.1cdigit@chromium.org2012-12-101-0/+1
* Use SCHEME_HTTP for HTTPS proxies on Android.pasko@google.com2012-12-104-38/+21
* build/java_cpp_template.gypi: new build rules.digit@chromium.org2012-12-102-30/+8
* Fix uninit var in hybrid_slow_start.ccrch@chromium.org2012-12-081-0/+1
* Add mattm to net/OWNERS.mattm@chromium.org2012-12-081-0/+1
* Transfer server bound certs along with cookies for cros login.mattm@chromium.org2012-12-083-0/+63
* Add the QuicRandom interface with a default implementation that is wtc@chromium.org2012-12-084-2/+147
* Start calculating new combined NetworkChangeNotifier signal from previous OnI...pauljensen@chromium.org2012-12-0812-8/+290
* Implement TCP congestion control classes in QUIC.rch@chromium.org2012-12-0718-15/+1354
* Decouple ServerBoundCertServiceWorker from ServerBoundCertService, remove exp...mattm@chromium.org2012-12-072-195/+108
* NaCl: Add test to check that GDB debug stub works in Chromehalyavin@google.com2012-12-072-0/+28
* Correct dists -> dist in HSTS preloaded list for Tor.agl@chromium.org2012-12-072-2/+2
* android: Improve ActivityStatus and add ChromiumActivity.digit@chromium.org2012-12-071-8/+7
* * Enhance the ack loggingrch@chromium.org2012-12-0712-261/+778