summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* FTP: use ICU to parse month abbreviations.phajdan.jr@chromium.org2011-03-193-47/+49
* Removed static variable for histograms to avoid race withrtenneti@chromium.org2011-03-192-12/+12
* Fix Linux clang build.willchan@chromium.org2011-03-192-4/+6
* Change some URLRequestJob subclasses to use ScopedRunnableMethodFactory.willchan@chromium.org2011-03-196-13/+31
* Add GetNetworkList() in net_utils.sergeyu@chromium.org2011-03-196-10/+156
* net: add lastpass.com to the HSTS preloaded list.agl@chromium.org2011-03-182-0/+6
* net: fix blacklisted serial number.agl@chromium.org2011-03-181-1/+1
* Fix flakiness in Alternate-Protocol tests.willchan@chromium.org2011-03-181-55/+21
* net: Add two more blacklisted certificates.agl@chromium.org2011-03-181-1/+3
* Add market.android.com to HSTS list; this origin already sends the header butcevans@chromium.org2011-03-182-0/+2
* Stop subclassing FilterContext in URLRequestJob.adamk@chromium.org2011-03-174-55/+96
* Adds memory cache logging, and updates disk cache logging.mmenke@chromium.org2011-03-1714-269/+613
* Don't record expiration time of unexpiring cookies.rdsmith@chromium.org2011-03-172-2/+36
* net: add www.paycheckrecords.com to HSTS preloaded list.agl@chromium.org2011-03-172-0/+4
* net: update unittests to reflect preloaded HSTS entries.agl@chromium.org2011-03-171-0/+6
* Remove minidump analysis aides from URLRequestThrottlerManager. Leavejoi@chromium.org2011-03-174-112/+25
* Extracting core back-off logic into a separate class,joi@chromium.org2011-03-1710-208/+526
* Fix expectations for X509CertificateTest.InvalidKeyUsage:bulach@chromium.org2011-03-171-2/+15
* Make URLRequestHttpJob the only URLRequestJob concerned with FilterContext.adamk@chromium.org2011-03-179-87/+75
* Blacklist certain leaf certificates.agl@chromium.org2011-03-176-0/+125
* Remove URLRequestJobMetrics and related code.adamk@chromium.org2011-03-167-144/+0
* More cleanup in Filter/FilterContext: pass and store FilterContext only where...adamk@chromium.org2011-03-166-29/+23
* The SPDY Exclusions were broken; the intent of the exclusion is so that ourmbelshe@chromium.org2011-03-164-19/+20
* Downgrade CHECK to DCHECK on buffer that doesn't fully decompress.mbelshe@chromium.org2011-03-161-3/+4
* [Sync] Merged MediatorThread and PushNotificationsThreadakalin@chromium.org2011-03-162-55/+32
* Various small cleanups in URLRequestJob:adamk@chromium.org2011-03-162-39/+23
* Add some additional instrumention for bug 74585. It does the following:eroman@chromium.org2011-03-162-6/+84
* Fix DCHECK in UDPSocket::RecvFrom().sergeyu@chromium.org2011-03-164-57/+91
* Initial support for partitioning cookies for isolated apps.creis@google.com2011-03-152-0/+36
* Move MapWinsockError() and MapPosixError() to net_errors.h.sergeyu@chromium.org2011-03-1510-173/+149
* wstring: remove some simple uses of FromWStringHackevan@chromium.org2011-03-151-1/+1
* Revert 78061 - Revert 78034 - Removing a TODO and cleaning up code.kristianm@google.com2011-03-156-21/+9
* Keep expired and file: cookies when using the cookie monster as dumb data storejochen@chromium.org2011-03-153-5/+58
* Code cleanup related to allowed_bad_certs.wtc@chromium.org2011-03-143-6/+7
* Removed the DCHECK for single common name in the certificate.rtenneti@chromium.org2011-03-141-2/+6
* Revert 78034 - Removing a TODO and cleaning up code.kristianm@google.com2011-03-146-9/+21
* Don't fire callbacks on Close(). Caller should take care of this already,mbelshe@chromium.org2011-03-143-11/+16
* Removing a TODO and cleaning up code.kristianm@google.com2011-03-146-21/+9
* Don't require the SSL_CONNECT end event to be last in client authdavidben@chromium.org2011-03-141-3/+19
* Disable IPEndPointTest.ToStringsergeyu@chromium.org2011-03-121-1/+1
* Use IPEndPoint for P2P IPC messagessergeyu@chromium.org2011-03-123-4/+34
* Reland rest of r77399.willchan@chromium.org2011-03-1215-457/+659
* UDP sockets implementation for windows.sergeyu@chromium.org2011-03-1211-160/+787
* Don't drain response bodies for SpdyHttpStreams.willchan@chromium.org2011-03-118-21/+43
* Revert 77870 - UDP sockets implementation for windows.sergeyu@chromium.org2011-03-1111-787/+160
* UDP sockets implementation for windows.sergeyu@chromium.org2011-03-1111-160/+787
* Revert 77855 - UDP sockets implementation for windows.sergeyu@chromium.org2011-03-1111-786/+161
* Revert r77399 in preparation for merging a small portion of it to 696.willchan@chromium.org2011-03-1121-702/+478
* Revert to CHECK when null entries appear in the throttler map.joi@chromium.org2011-03-111-2/+1
* UDP sockets implementation for windows.sergeyu@chromium.org2011-03-1111-161/+786