summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* A few more minor refactors to spdy code for spdy-over-quic. We need to be abl...rch@chromium.org2012-12-194-18/+31
* Unify various test TaskRunner implementationsakalin@chromium.org2012-12-193-84/+46
* Add replay log support to gdig.cbentzel@chromium.org2012-12-191-35/+189
* net: remove DnsRRResolveragl@chromium.org2012-12-196-1227/+0
* On OpenSSL/Android, only schedule transport socket reads when the transport s...rsleevi@chromium.org2012-12-191-0/+18
* Do not artificially limit SSLClientSocketOpenSSL to reading 4K at a time.rsleevi@chromium.org2012-12-191-4/+0
* Add TODO comments to summarize my investigation of the errorwtc@chromium.org2012-12-195-0/+7
* [Sync] Add support for keystore key rotation.zea@chromium.org2012-12-193-12/+76
* Add QuicClock::NowAsDeltaSinceUnixEpoch() andwtc@chromium.org2012-12-196-3/+34
* Add the InputBytesRemaining method.wtc@chromium.org2012-12-193-21/+132
* Added deletion to LogStoreEntry layeragayev@chromium.org2012-12-184-13/+34
* Use generated shim headers for zlib.phajdan.jr@chromium.org2012-12-187-39/+4
* Http cache: Increase the number of entries stored by the infinite cache simul...rvargas@google.com2012-12-181-1/+1
* Merge recent QUIC changes.rch@chromium.org2012-12-1824-201/+372
* FTP: fix compatibility with VMS server kednos.comphajdan.jr@chromium.org2012-12-1712-15/+406
* Use the optimised masking function MaskWebSocketFramePayload() inricea@chromium.org2012-12-172-15/+9
* Improve CertVerifyProcOpenSSL robustness against malicious datappi@chromium.org2012-12-171-3/+5
* Fix a glitch in disentanglement of CertVerifyProc(OpenSSL/Android)ppi@chromium.org2012-12-171-0/+10
* Optimise MaskWebSocketFramePayload().ricea@chromium.org2012-12-172-8/+232
* Avoid disk accesses on the wrong thread in URLRequestFileJobpaivanof@gmail.com2012-12-173-103/+133
* Add UMA for measuring Content-Dispostion header use and abuse.asanka@chromium.org2012-12-173-20/+158
* Fix a compiler error (cert_status may be used uninitialised) in url_request_u...ricea@chromium.org2012-12-161-5/+7
* Integrating the QuicStreamFactory into the network stack.rch@chromium.org2012-12-1610-18/+68
* Adding java implementation for Geolocationkristianm@chromium.org2012-12-155-0/+72
* Revert 173311rch@chromium.org2012-12-159-61/+10
* net: Change argument of URLRequest::set_upload from UploadData to UploadDataS...hashimoto@chromium.org2012-12-1511-92/+108
* Integrating the QuicStreamFactory into the network stack.rch@chromium.org2012-12-159-10/+61
* Move DecodeFilenameValue and DecodeExt value into http_content_disposition.asanka@chromium.org2012-12-154-296/+341
* 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