1. 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] · 17 years ago
  2. db8f44c Reverting 6966. by [email protected] · 17 years ago
  3. d498019 Use automatic memory management for URLRequestContext's members. by [email protected] · 17 years ago
  4. 63de95b Misc proxy service changes. by [email protected] · 17 years ago
  5. 23887f04f * Cleanup: move base/platform_test.h -> testing/ by [email protected] · 17 years ago
  6. 77848d1 Add more info to the comment about www.yahoo.com's padding of by [email protected] · 17 years ago
  7. f9ee6b5 - Add preemptive authorization (new http stack only) by [email protected] · 17 years ago
  8. 372d34a Remove the UploadDataStream::Reset method. Instead, by [email protected] · 17 years ago
  9. 016e1ae5 Wrap forward declarations in their relevant namespace by [email protected] · 17 years ago
  10. f4e426b Add a unit-test for r4624 (tcpclientsocket recycling on CONNECT). by [email protected] · 17 years ago
  11. 15a5ccf8 Fix array out of bounds in unit test. by [email protected] · 17 years ago
  12. 4ddaf250 Bound the maximum buffer size for response headers. by [email protected] · 17 years ago
  13. af4876d Remove HttpTransaction::Destroy(), and do automatic memory management with scoped_ptr<>. by [email protected] · 17 years ago
  14. e8d53619 Misc cleanups - leak in unittest - remove a platform ifdef by [email protected] · 17 years ago
  15. 0e75a73 Misc style changes. (trying to address previous review comments). by [email protected] · 17 years ago
  16. aecfbf2 Make zero-byte responses an error, rather than an empty HTTP/0.9 case. by [email protected] · 17 years ago
  17. aaead50 Turn SSLClientSocket into an interface. by [email protected] · 17 years ago
  18. 038e9a3 - Add auth integration tests to http_network_transaction_unitttest.cc by [email protected] · 17 years ago
  19. c5949a3 Handle TLS-intolerant servers by retrying with TLS 1.0 turned off. by [email protected] · 17 years ago
  20. b5462e0 Re-order constructor order to avoid warning on mac build (that causes error). by [email protected] · 17 years ago
  21. 217e602 Style refactoring to make MockRead initializers more readable. by [email protected] · 17 years ago
  22. 3d2a59b Add positive and negative test cases for whether we by [email protected] · 17 years ago
  23. 89836e2 Provide autorelease pool management on the Mac in all types of message pumps. by [email protected] · 17 years ago
  24. 68bf915 add http layer and unit tests to mac build. stub out file uploading in upload_data_stream until we have a common file wrapper. by [email protected] · 17 years ago
  25. f9d44aa Fix support for 204 responses that lack an explicit EOF. by [email protected] · 17 years ago
  26. 231d5a3 misc. http response status-line changes: by [email protected] · 17 years ago
  27. bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
  28. 295039bd Introduce MessagePump to represent the native message pump used to drive a by [email protected] · 17 years ago
  29. 82f954e Change the ProxyService to work with ASCII strings. by [email protected] · 17 years ago
  30. 928fb58 Rename HttpProxy* classes to Proxy*. Move them into a net/proxy/ subdirectory. by [email protected] · 17 years ago
  31. 586acc5fe Add net to the repository. by initial.commit · 17 years ago