1. a7e4131 Make the transactions own the HttpResponseInfo. by [email protected] · 15 years ago
  2. ac790b4 Update network priorities to support better granularity by [email protected] · 16 years ago
  3. e22e136 A large Content-Length header followed by a connection close could trigger an out of memory condition. Fixed problem, added unit test, and clarified the API. This is probably the real problem in issue 25826. by [email protected] · 16 years ago
  4. 11203f01 After draining the body of a 401/407 response, verify that by [email protected] · 16 years ago
  5. 5ecc992a4 There was confusion in the mock socket classes due to by [email protected] · 16 years ago
  6. d1eda93 Flip: FlipSessionPool changes. by [email protected] · 16 years ago
  7. 0877e3d Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing the Http traffic. HttpBasicStream delegates parsing to HttpStreamParser in preparation for HttpPipelinedStream. by [email protected] · 16 years ago
  8. 2f497d2 Reverting 29316. Review URL: http://codereview.chromium.org/292002 by [email protected] · 16 years ago
  9. 878d730 Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing the Http traffic. HttpBasicStream delegates parsing to HttpStreamParser in preparation for HttpPipelinedStream. by [email protected] · 16 years ago
  10. b75b7b2f Increase the maximum headers size from 32Kb to 256Kb. by [email protected] · 16 years ago
  11. 5695b8c Remove the ClientSocketFactory from the HttpNetworkTransaction by [email protected] · 16 years ago
  12. 9b6fee1 Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) to ASSERT_TRUE(... == NULL). Patch by Jacob Mandelson (see http://codereview.chromium.org/202057 ), r=me. by [email protected] · 16 years ago
  13. 22927ad Allow the realm in BASIC and DIGEST challenges to not be specified. by [email protected] · 16 years ago
  14. 99d6935 More correctly handle username and password in FtpNetworkTransaction. by [email protected] · 16 years ago
  15. ea9dc9a [Second attempt of r25461] by [email protected] · 16 years ago
  16. cd13789 Revert "Use SSPI for NTLM authentication on Windows." by [email protected] · 16 years ago
  17. 4a42535 Use SSPI for NTLM authentication on Windows. by [email protected] · 16 years ago
  18. 5a3b914 Revert "Fix a ton of compiler warnings." by [email protected] · 16 years ago
  19. be952c3c Fix a ton of compiler warnings. by [email protected] · 16 years ago
  20. 861fcd5 Add the ability to not send cookies or send user name/password. by [email protected] · 16 years ago
  21. 8f2fc94 Pulling new version of googleurl into the tree. by [email protected] · 16 years ago
  22. db36938c Pref-backed SSLConfigService for Linux. by [email protected] · 16 years ago
  23. a937a06d Make ClientSocketHandle::Init() typesafe. by [email protected] · 16 years ago
  24. 80d6524d Reference count ProxyService. by [email protected] · 16 years ago
  25. d80a432 Make ClientSocketPool/ClientSocketPoolBase/ClientSocketHandle more generic. by [email protected] · 16 years ago
  26. 684970b LoadLog is used as an output parameter, reorder it to the last parameter. by [email protected] · 16 years ago
  27. a97cca4 Unescape username/passwords obtained from URLs before using them for HTTP auth. by [email protected] · 16 years ago
  28. ec08bb2 Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and proyxservice.This dependency comes from the parent URLRequest, and is used as a container for per-request profiling data.This change is strictly a no-op refactor -- the parameter is unused, and LoadLog does nothing.BUG=http://crbug.com/14478TEST=none -- just needs to compile and pass existing tests.DESIGN=<http://docs.google.com/Doc?id=dfhcnb2v_21gbtrcpr3&hl=en> by [email protected] · 16 years ago
  29. a2c2fb9 Add synchronous-mode operation to MockHostResolver; this helps clarify some tests, which were using caching to get synchronous resolutions.TEST=existingBUG=NONE (addresses a TODO however). by [email protected] · 16 years ago
  30. b59ff37 Refactorings surrounding HostResolver: by [email protected] · 16 years ago
  31. e0c27be SOCKS v5 implementation by [email protected] · 16 years ago
  32. e47dfdae Reverting 20626. by [email protected] · 16 years ago
  33. 41fe98bb SOCKS v5 implementation by [email protected] · 16 years ago
  34. 94a0d3d9 Make net::HostResolver refcounted. by [email protected] · 16 years ago
  35. 0d63354 Reverting 19425. Review URL: http://codereview.chromium.org/147242 by [email protected] · 16 years ago
  36. 862a92ee Make net::HostResolver refcounted. by [email protected] · 16 years ago
  37. 04e5be3 Refactoring using_proxy_, using_tunnel_, using_socks_proxy_ into a single enum ProxyConfig in HttpNetworkTransaction. by [email protected] · 16 years ago
  38. 3cd1724 Adding socks4 support for chromium. tested for windows and linux. by [email protected] · 16 years ago
  39. f7984fc6 Move socket related files from net/base to net/socket. by [email protected] · 16 years ago
  40. df0c05c6 Move most of the code for TCPClientSocketPool into ClientSocketPoolBase for sharing. by [email protected] · 16 years ago
  41. eb255d3 Re-land another subset of r18520. by [email protected] · 16 years ago
  42. 816cb61 Revert 18520. by [email protected] · 16 years ago
  43. 04a0f02 * Add an OnCancelResolution() notifier to HostResolver::Observer, so observers can tell when a request has been cancelled. by [email protected] · 16 years ago
  44. 3b9cca4 Bypass the host cache when you refresh a page. by [email protected] · 16 years ago
  45. f3e6c1e Add a regression test for 14056. This verifies that HttpNetworkTransaction sets the "referrer" field expected by the DNS prefetch observer. by [email protected] · 16 years ago
  46. 69b43fe Add unit tests for new FTP network transaction. by [email protected] · 16 years ago
  47. 8a00f00a * Avoid doing concurrent DNS resolves of the same hostname in HostResolver. by [email protected] · 16 years ago
  48. 5c6a17e Simplify a proxy test. TEST=none by [email protected] · 16 years ago
  49. 9172a98 Fix crash on fallback in HttpNetworkTransaction::ReconsiderProxyAfterError(). by [email protected] · 16 years ago
  50. e44de5d Send the "Proxy-Connection: keep-alive" header with HTTP CONNECT by [email protected] · 16 years ago
  51. 228ff74 Use a "SessionDependencies" helper in the http unit tests. by [email protected] · 16 years ago
  52. d207a5f Reland my ClientSocketPool refactor again... by [email protected] · 16 years ago
  53. 9d6c4fd Sigh, revert "Reland my ClientSocketPool refactor." by [email protected] · 16 years ago
  54. 47aef53 Reland my ClientSocketPool refactor. by [email protected] · 16 years ago
  55. d14c7ac Remove code path that passes a file handle to the renderer by [email protected] · 16 years ago
  56. ff007e16 Extract socket mocks out of HttpNetworkTransactionTest. by [email protected] · 16 years ago
  57. 3e44697f Fix gconf for the linux proxy config service. by [email protected] · 16 years ago
  58. 660a6866 Revert "Temporarily landing my ClientSocketPool refactor. Will revert right after." by [email protected] · 16 years ago
  59. 03af450a Temporarily landing my ClientSocketPool refactor. Will revert right after. by [email protected] · 16 years ago
  60. 71e4573a Changes the UI for HTTP/FTP auth challenges to include the server's port. So instead of "www.foo.com" it will say "www.foo.com:80". We need to include the port number since otherwise it can be ambiguous what the actual target server is. by [email protected] · 16 years ago
  61. 9879138 Revert "Revert "Revert "Add connected socket function to ClientSocketPool and ClientSocketHandle.""" by [email protected] · 16 years ago
  62. c5e7293 Revert "Revert "Add connected socket function to ClientSocketPool and ClientSocketHandle."" by [email protected] · 16 years ago
  63. ff1f9df4 Revert "Add connected socket function to ClientSocketPool and ClientSocketHandle." by [email protected] · 16 years ago
  64. 54ae3ff Add connected socket function to ClientSocketPool and ClientSocketHandle. by [email protected] · 16 years ago
  65. ab501a6a Making command-line specified proxy settings more flexible - allowing for setting of auto-detect, pac url, per-schema proxy settings, proxy bypass urls. by [email protected] · 16 years ago
  66. ffeb088 Extend the use of IOBuffers to the code underneath by [email protected] · 16 years ago
  67. 1c773ea1 Refactor HttpNetworkTransaction to remove side effects in some member functions. by [email protected] · 16 years ago
  68. 1b157c0 Add a unit test for recycling a keep-alive connection socket by [email protected] · 16 years ago
  69. 076c8508 Remove the "Proxy-Support: Session-Based-Authentication" by [email protected] · 16 years ago
  70. b4404c0 Add a boolean data member reading_body_from_socket_ to help by [email protected] · 16 years ago
  71. bacff65 Resubmitted code from revision 12809. The bug in the Windows SSL stack that by [email protected] · 16 years ago
  72. b9a9188d Reverting, as this changelist broke unittests on Windows. by [email protected] · 16 years ago
  73. 3fd49f9b Change the bad-certificate handler for SSL (using NSS) to return an error. by [email protected] · 16 years ago
  74. 0757e770 Respect cookies set in a 401 responses when restarting the http transaction. by [email protected] · 16 years ago
  75. 3a2d366 Treat all 1xx the same as a 100 (continue). by [email protected] · 16 years ago
  76. fe2bc6a Make GetHostNameProc return a std::string. by [email protected] · 16 years ago
  77. 89ceba9a Fully reset HttpNetworkTransaction::response_ when restarting the transaction. The reset is done using the default constructor. by [email protected] · 16 years ago
  78. a8e9b16 Revert 11495 (since that reversion didn't heal plugin problem) by [email protected] · 16 years ago
  79. 3971e25 Revert 11484 to try to heal plugin_test failure by [email protected] · 16 years ago
  80. 385a467 Add unit tests for NTLM authentication. This requires by [email protected] · 16 years ago
  81. 5af45e02 Block reading unauthenticated bytes from the proxy when the user cancels a 407 proxy auth request while we're trying to establish an SSL tunnel. by [email protected] · 16 years ago
  82. ef0faf2e7 Don't read message-body for HEAD responses. by [email protected] · 16 years ago
  83. 3f91878 Implement the NTLM authentication scheme by porting Mozilla's implementation. by [email protected] · 16 years ago
  84. c744cf2 Don't let an active network attacker play tricks with CONNECT tunnels throgh proxy servers. by [email protected] · 16 years ago
  85. b219785 If an idle socket has received data unexpectedly, we can't reuse it. by [email protected] · 16 years ago
  86. 2d2697f9 Perform HTTP authentication over a keep-alive connection. by [email protected] · 16 years ago
  87. d1ec5908 Sanitize proxy response codes to CONNECT requests. For by [email protected] · 16 years ago
  88. 51fff29d Split ProxyResolver into two interfaces: A. interface for retrieving the system proxy settings (ProxyConfigService) B. interface for resolving the proxy (ProxyResolver)The motivation behind this change is: 1. Simplify sharing the WinHTTP code that fetches IE settings, with the V8 proxy resolver (avoids having platform-specific code in ProxyResolverV8). 2. Restrict objects to one thread. (ProxyService calls the config getter on IO thread, and the proxy resolving on the PAC thread).(ProxyResolver is now only 1 method, but this will grow shortly). by [email protected] · 16 years ago
  89. db8f44c Reverting 6966. by [email protected] · 16 years ago
  90. d498019 Use automatic memory management for URLRequestContext's members. by [email protected] · 16 years ago
  91. 63de95b Misc proxy service changes. by [email protected] · 16 years ago
  92. 23887f04f * Cleanup: move base/platform_test.h -> testing/ by [email protected] · 17 years ago
  93. 77848d1 Add more info to the comment about www.yahoo.com's padding of by [email protected] · 17 years ago
  94. f9ee6b5 - Add preemptive authorization (new http stack only) by [email protected] · 17 years ago
  95. 372d34a Remove the UploadDataStream::Reset method. Instead, by [email protected] · 17 years ago
  96. 016e1ae5 Wrap forward declarations in their relevant namespace by [email protected] · 17 years ago
  97. f4e426b Add a unit-test for r4624 (tcpclientsocket recycling on CONNECT). by [email protected] · 17 years ago
  98. 15a5ccf8 Fix array out of bounds in unit test. by [email protected] · 17 years ago
  99. 4ddaf250 Bound the maximum buffer size for response headers. by [email protected] · 17 years ago
  100. af4876d Remove HttpTransaction::Destroy(), and do automatic memory management with scoped_ptr<>. by [email protected] · 17 years ago