summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Don't run ClientSocketPoolBaseTest.CancelPendingSocketAtSocketLimit under TSa...timurrrr@chromium.org2010-06-291-0/+3
* Add Spdy support in WebSocketHandshake*Handlerukai@chromium.org2010-06-293-14/+259
* Ignore OnConnected event if the job state is already CLOSED.ukai@chromium.org2010-06-291-0/+2
* Cleanup svn:executable prop from r51049.thestig@chromium.org2010-06-291-0/+0
* We basically don't do late socket binding when a connect has alreadymbelshe@chromium.org2010-06-294-309/+389
* Refactors SPDY frame construction methods out ofmlloyd@chromium.org2010-06-285-504/+602
* Revert "Streams send a Rst frame upon being closed by client. Some minor edit...oshima@chromium.org2010-06-288-267/+42
* Streams send a Rst frame upon being closed by client. Some minor editorial fi...erikchen@google.com2010-06-288-42/+267
* Hooking GSSAPI code into HTTP authenticate Negotiate handler.ahendrickson@google.com2010-06-2811-216/+717
* SPDY: Make sure we don't try to send https/wss over an unauthenticated, but e...willchan@chromium.org2010-06-288-45/+109
* Cache the peer's intermediate CA certificates in session ID, so thatwtc@chromium.org2010-06-283-0/+45
* Make X509Certificate::CreateFromHandle() copy the OSCertHandle, rather than a...rsleevi@chromium.org2010-06-269-30/+41
* Fix a renderer crash while processing FTP directory listing.phajdan.jr@chromium.org2010-06-264-1/+3
* Add field trial stats for alternate_protocol. The histogram we collected are: lzheng@chromium.org2010-06-265-10/+31
* Disable concurrency test added in r50903davidben@chromium.org2010-06-261-1/+3
* Add virtual to some base classes that have virtual methodsjar@chromium.org2010-06-253-2/+7
* Add a unit test to check KeygenHandler's thread-safetydavidben@chromium.org2010-06-254-16/+101
* ChromeOS compile fix, attempt 2.pkasting@chromium.org2010-06-251-2/+2
* Try to fix ChromeOS compile.pkasting@chromium.org2010-06-251-1/+1
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-2549-826/+511
* Cleanup: Remove svn:executable from a bunch of files.thestig@chromium.org2010-06-256-0/+0
* X509CertificateTest.IntermediateCertificates leaks several native certificate...rsleevi@chromium.org2010-06-241-24/+29
* Ignore duplicate SYN_REPLYs on the same stream. Added a unit test.mlloyd@chromium.org2010-06-244-4/+66
* Don't close the socket in the HttpNetworkTransactionmlloyd@chromium.org2010-06-242-3/+67
* Fixed bug where streams do not shutdown properly after the user callback dele...erikchen@google.com2010-06-2413-445/+680
* Http Cache: Avoid re-validation of sparse entries if arvargas@google.com2010-06-242-13/+107
* Time cache lock waitsgavinp@google.com2010-06-242-0/+7
* Create HttpAuthController. (again)vandebo@chromium.org2010-06-248-409/+538
* Change Windows' application/x-x509-user-cert handling to allow any certificat...rsleevi@chromium.org2010-06-249-319/+3
* Windows and NSS implementations allow for any certificate, while the Mac impl...rsleevi@chromium.org2010-06-241-2/+0
* Fix crash in GetSpdySessionFromSSLSocket in the case where thembelshe@chromium.org2010-06-246-19/+84
* Don't need to copy the challenge data before calling DER_Encode becausewtc@chromium.org2010-06-242-10/+8
* Revert 50647 - Create HttpAuthController.vandebo@chromium.org2010-06-238-539/+409
* Add a locked version of CryptAcquireContextdavidben@chromium.org2010-06-231-4/+7
* Create HttpAuthController.vandebo@chromium.org2010-06-238-409/+539
* Remove some unused code.eroman@chromium.org2010-06-231-4/+0
* Add support for international domain names in PAC scripts. This converts non-...eroman@chromium.org2010-06-233-6/+65
* Remove an unused member field.eroman@chromium.org2010-06-233-8/+4
* Address a couple of nits in comment wording.eroman@chromium.org2010-06-234-12/+13
* Fix files with svn:executable permissions.thestig@chromium.org2010-06-234-0/+0
* Clang: Do not ignore result of HANDLE_EINTR.thakis@chromium.org2010-06-231-1/+2
* Enable the disabled test ProxyResolverV8Test.ReturnUnicode, by addressing som...eroman@chromium.org2010-06-235-111/+202
* Add an additional per-request DNS cache when executing FindProxyForURL() from...eroman@chromium.org2010-06-226-32/+238
* Style-fix: make a parameter a const reference.eroman@chromium.org2010-06-222-2/+2
* Factor out factory method for Google GET request, which is constructed identi...mlloyd@chromium.org2010-06-221-117/+53
* Initial commit of CookieMonster statistics.rdsmith@google.com2010-06-222-18/+90
* Revert 50402 (build failure) - Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-2110-52/+15
* Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-2110-15/+52
* A/B test for determining a value for unused socket timeout. Currently theziadh@chromium.org2010-06-217-12/+45
* Added NetLog support for HTTP authentication.cbentzel@chromium.org2010-06-216-4/+127