summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the invalid_key_usage_cert.der certificate for thewtc@chromium.org2011-03-091-0/+0
* Add ThreadRestrictions to FileStream.willchan@chromium.org2011-03-092-1/+26
* Fix clang warning in UDPSocketTest.sergeyu@chromium.org2011-03-091-1/+1
* Make the MockHostResolver able to populate AddressLists with multiple IPs.mbelshe@chromium.org2011-03-092-20/+33
* Add Docs-related properties to HSTS list, with permission from that team.cevans@chromium.org2011-03-091-0/+3
* Use IPEndPoint for UDP sockets.sergeyu@chromium.org2011-03-0913-159/+160
* Clang thinks my change made SSLSocketDataProvider complicated.mbelshe@chromium.org2011-03-092-5/+12
* Allow the SSLSocketDataProvider to carry cert information for use with thembelshe@chromium.org2011-03-092-0/+2
* Make ReadFilteredData pure virtual in net::Filter to make it clear that subcl...adamk@chromium.org2011-03-092-6/+1
* Reland r77075,r77077.willchan@chromium.org2011-03-0921-478/+702
* Support loading of chained certificates from the cert file.mbelshe@chromium.org2011-03-091-3/+2
* Put Filter into namespace net.adamk@chromium.org2011-03-085-34/+49