summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: delete a random 5% of the False Start blacklistagl@chromium.org2011-03-111-262/+0
* Coverity: Fix unnecessary call by values.vandebo@chromium.org2011-03-114-4/+4
* This header defines variables, which is unconventional, but okay for test code.mbelshe@chromium.org2011-03-111-4/+14
* Temporarily disable CookieMonsterTest.GarbageCollectionTriggers, since it is ...eroman@chromium.org2011-03-111-1/+7
* Add appengine.google.com to HSTS list, with permission from team.cevans@chromium.org2011-03-111-0/+1
* Litter CookieMonster with some more assertions, to hopefully crash earlier wh...eroman@chromium.org2011-03-112-1/+31
* Add the empty_subject_cert.der certificate for the upcomingwtc@chromium.org2011-03-111-0/+0
* Use NewRunnableFunction in file_stream_posix.cc to get rid of custom Task sub...adamk@chromium.org2011-03-111-64/+19
* Separate GetMacSecurityServicesLock from cssm_init.h so that we can usewtc@chromium.org2011-03-102-1/+2
* Add gavinp@chromium.org to src/net/OWNERS.wtc@chromium.org2011-03-101-0/+1
* Implement IPv6Supported() for Windows using thewtc@chromium.org2011-03-101-32/+50
* Follow-up to r57247: when asserting that an event object is notwtc@chromium.org2011-03-101-11/+21
* Added new checks:rdsmith@chromium.org2011-03-103-8/+22
* An RSA SSL server certificate whose Key Usage extension wtc@chromium.org2011-03-102-0/+38
* Adds empty implementation of CryptoModule for opensslbulach@chromium.org2011-03-102-0/+29
* Strip canonical name from the list of addresses being appended.mbelshe@chromium.org2011-03-101-2/+11
* Add in a checker to help narrow down 74585. eroman@chromium.org2011-03-103-0/+17
* Define a new CertDatabase::Observer abstract class which can be implemented b...rch@chromium.org2011-03-1013-15/+133
* It's not necessary to include base/crypto/signature_verifier.hwtc@chromium.org2011-03-101-1/+0
* Extends NetworkDelegate to avoid use of static_cast<> when handling RegisterP...tony@chromium.org2011-03-105-0/+29