summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix leak of the onBeforeRequest callback in URLRequest.mpcomplete@chromium.org2011-03-081-3/+3
* Added back CHECK that asserts we do SSL socket connectrtenneti@chromium.org2011-03-081-0/+2
* Implement blocking for webRequest.onBeforeRequest extension event.mpcomplete@chromium.org2011-03-087-12/+61
* Removing references to off the record in comments and log messages.akalin@chromium.org2011-03-081-1/+1
* Remove GetInputStreamBufferSize() method from FilterContext.adamk@chromium.org2011-03-0811-194/+158
* Adds PrintTo for CertificateNameVerifyTestData to make mac valgrind happy.bulach@chromium.org2011-03-081-0/+14
* 2 Bug fixes:mbelshe@chromium.org2011-03-081-2/+10
* Responses using connection close to signal end of message were failing tombelshe@chromium.org2011-03-081-0/+7
* Moves X509CertificateNameVerifyTest and removes x509_openssl_util_unittest.ccbulach@chromium.org2011-03-084-104/+85
* net: add ottospora.nl to HSTS preloaded list.agl@chromium.org2011-03-082-0/+3
* Force sync integration try jobs on patches that touch sync dependenciesrsimha@chromium.org2011-03-081-0/+13
* Removed the check for SSL connect and disconnectrtenneti@chromium.org2011-03-071-2/+0
* Add set of prerendering RenderViewHosts to allow setting of PRERENDER load fl...dominich@google.com2011-03-071-0/+3
* Fixes OpenSSL build: adds missing include following r77024.bulach@chromium.org2011-03-071-0/+1
* Revert 77075 - Don't block on stream requests on Alternate-Protocol.jochen@chromium.org2011-03-0718-680/+405
* Revert 77077 - Fix clang after r77075.jochen@chromium.org2011-03-072-5/+1
* Fix clang after r77075.willchan@chromium.org2011-03-062-1/+5
* Don't block on stream requests on Alternate-Protocol.willchan@chromium.org2011-03-0618-405/+680
* Change from CHECK to DCHECK and attempt to handle NULL values, in preparation...joi@chromium.org2011-03-052-24/+17
* Check that uncompressed data passed to zlib is defined, and mark compressionglider@chromium.org2011-03-051-0/+12
* Reland code to detect corruption of histogram rangesjar@chromium.org2011-03-052-6/+14
* NSS: Unlock crypto devices when populating cert manager.mattm@chromium.org2011-03-053-0/+35
* Skip generation of stats, since code is now shared across threadsjar@chromium.org2011-03-041-0/+6
* Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enablingadamk@chromium.org2011-03-0413-35/+104
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-0413-27/+24
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-0422-66/+355
* Mention that HttpAuthCache::Entry::HasEnclosingPath() can return 0 as a path ...asanka@chromium.org2011-03-041-1/+5
* Revert "Add chunked uploads support to SPDY"satish@chromium.org2011-03-0422-355/+66
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-0422-66/+355
* More build errors from on-they-fly-emergency clang patching.mbelshe@chromium.org2011-03-041-0/+2
* add a detructor for clang's sake.mbelshe@chromium.org2011-03-041-0/+1
* Add an IPEndPoint class as a simple class for dealing with struct sockaddr.mbelshe@chromium.org2011-03-044-0/+299
* Modify ThreadChecker and NonThreadSafe so that theirjoi@chromium.org2011-03-032-52/+2
* Disk cache: End the throttling experiment and removervargas@google.com2011-03-035-233/+28
* Add X509Certificate::VerifyCertName(string) API. This will be usedmbelshe@chromium.org2011-03-037-125/+162
* wstring: allow converting FilePath to wstring in testsevan@chromium.org2011-03-031-2/+3