summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* base::Bind fixesgroby@chromium.org2011-12-221-12/+9
* On OpenSSL, stop leaking an EVP_PKEY during certificate validation.rsleevi@chromium.org2011-12-221-2/+4
* Try#2: Handle Origin Bound Certificate expiration.mattm@chromium.org2011-12-2215-66/+238
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-0/+1
* Stop leaking a SecKeyRef on OS X when verifying certificatesrsleevi@chromium.org2011-12-211-1/+1
* base::Bind: Remove includes of base.bind in header files.jhawkins@chromium.org2011-12-213-3/+4
* On OS X, when parsing certificates, properly handle non-ASCII/UTF-8 string ty...rsleevi@chromium.org2011-12-213-83/+45
* Refactor CookieStore to allow BrowsingDataRemover to depend on it.qsr@chromium.org2011-12-214-8/+28
* Coverity: Fixing pass by value.dpapad@chromium.org2011-12-211-1/+1
* Revert 115219 - Handle Origin Bound Certificate expiration.mattm@chromium.org2011-12-2115-238/+66
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-1/+3
* Revert 115227 - Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-3/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-1/+3
* Handle Origin Bound Certificate expiration.mattm@chromium.org2011-12-2015-66/+238
* Coverity: Fixing pass by value bugsdpapad@chromium.org2011-12-201-2/+2
* Add HTTP pipelining to net-internals:simonjam@chromium.org2011-12-202-1/+34
* FTP: work around server bugs resulting in negative file size being sent.phajdan.jr@chromium.org2011-12-201-1/+5
* base::Bind: Easy pickings in net/base.jhawkins@chromium.org2011-12-206-40/+39
* Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org2011-12-203-3/+3
* net: remove the NextUpdate and WindowSecs code from CRLSet.agl@chromium.org2011-12-202-40/+2
* In net-internals, have HTTP_STREAM_JOBs link to themmenke@chromium.org2011-12-192-5/+13
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-192-4/+4
* Disable CertDatabaseNSSTest.ImportServerCert as the test certificate is expired.rsleevi@chromium.org2011-12-191-1/+3
* Revert 114944 - Standardize StringToInt{,64} interface.battre@chromium.org2011-12-182-4/+4
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-182-4/+4
* Revert 114929 - Standardize StringToInt{,64} interface.rsleevi@chromium.org2011-12-172-4/+4
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-172-4/+4
* Reland after fixes.jhawkins@chromium.org2011-12-172-0/+21
* net: remove DnsRRResolveragl@chromium.org2011-12-165-1190/+0
* Revert 114838 - base::Bind: Remove even moar OldCompletionCallback.garykac@chromium.org2011-12-162-19/+0
* base::Bind: Remove even moar OldCompletionCallback.jhawkins@chromium.org2011-12-162-0/+19
* net: add Disney Tokyo to the SSL blacklist due to record splitting issues.agl@chromium.org2011-12-161-0/+1
* Fix a leak of a SECKEYPublicKey following r114709rsleevi@chromium.org2011-12-161-3/+4
* Reject certificate chains containing small RSA and DSA keys.palmer@chromium.org2011-12-1510-5/+305
* net: remove a random 10% of the hosts from the SSL blacklist.agl@chromium.org2011-12-151-247/+0
* base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps.jhawkins@chromium.org2011-12-152-35/+44
* Enable ChromeFrame net tests for IE versions 8 and below. Changes include the...ananta@chromium.org2011-12-152-0/+9
* Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...sail@chromium.org2011-12-145-24/+3
* Remove BindStateHolder and have Bind() return a Callback<> object directly.ajwong@chromium.org2011-12-145-3/+24
* When encountering certificates signed with md2/md4, make it a fatal error.rsleevi@chromium.org2011-12-143-9/+48
* Refactor: Extract "InitProxyResolver" to "ProxyScriptDecider".eroman@chromium.org2011-12-132-15/+6
* No longer preconnect to unsafe ports. As UrlRequests weremmenke@chromium.org2011-12-131-2/+2
* Don't attempt to forward declare StringPiece.erikwright@chromium.org2011-12-131-4/+1
* This fixes a bug I introduced last night withgspencer@chromium.org2011-12-132-2/+1
* This goes most of the way to re-enabling chrome_frame_net_tests by making it ...joi@chromium.org2011-12-122-0/+10
* net: build fix for OpenSSL from r113998agl@chromium.org2011-12-121-1/+2
* This applies GUIDs to certificate and key nicknames whengspencer@chromium.org2011-12-126-58/+170
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-4/+1
* linux: Remove all 40 static initializers from escape.cc.thakis@chromium.org2011-12-091-21/+17
* Removing MessageLoop::QuitTask() from net/dcheng@chromium.org2011-12-092-3/+3