1. abd9da8 Remove Net.BlockedTunnelResponse histograms. by Matt Menke · 7 years ago
  2. 9983223 Make ProxyClientSocket::RestartWithAuth() take CompletionOnceCallback. by Bence Béky · 8 years ago
  3. 65a7eb59 Fix bug in http_proxy_client_socket_fuzzer. by Matt Menke · 8 years ago
  4. 6d05ebd Return unique_ptr from CreateConnectResponseStream(). by Bence Béky · 8 years ago
  5. 65594e0 net: Cleanup class/struct forward declarations by jbriance · 9 years ago
  6. 81c46c1f Fix net_export.h includes. by bnc · 9 years ago
  7. f22f981 Main benefits of NetLog inner classes extraction: by mikecirone · 9 years ago
  8. 42834111 net: rename BoundNetLog to NetLogWithSource by tfarina · 9 years ago
  9. 6227b26e Rename negotiated protocol methods and members. by bnc · 9 years ago
  10. 13fc893 Switch to standard integer types in net/. by Avi Drissman · 10 years ago
  11. cb934f56 Simplify the interface to ProxyClientSocket::BuildTunnelRequest by rch · 10 years ago
  12. 7933c11 Sanitize headers in Proxy Authentication Required responses by ttuttle · 11 years ago
  13. b03027d Standardize usage of virtual/override/final in net/ by dcheng · 11 years ago
  14. 4eddbc73 Fix proxy CONNECT response handling by [email protected] · 13 years ago
  15. 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
  16. 8e3c78cb Move NextProto enum to a new file net/socket/next_proto.h by [email protected] · 13 years ago
  17. 0c5fb72 Change SpdyProxyClientSocket::RestartWithAuth to return OK. This enables correct handling of a CONNECT request though a SPDY proxy that responds with 407 Proxy Authentication Required. Also added a unit test for this behavior. CONNECT + 407 + HTTPS proxy behavior is not affected by this CL. by [email protected] · 13 years ago
  18. c0fe941d Minor refactor of ProxyClientSocket. by [email protected] · 13 years ago
  19. fe3b7dc Revert 118950 - Allow chrome to handle 407 auth challenges to CONNECT requests by [email protected] · 14 years ago
  20. 848080bf Allow chrome to handle 407 auth challenges to CONNECT requests by [email protected] · 14 years ago
  21. 76725780 Revert 110965 - Allow chrome to handle 407 auth challenges to CONNECT requests by [email protected] · 14 years ago
  22. 15a3c208 Allow chrome to handle 407 auth challenges to CONNECT requests by [email protected] · 14 years ago
  23. 4401ae8d Revert 110879 - Allow chrome to handle 407 auth challenges to CONNECT requests by [email protected] · 14 years ago
  24. e84e695 Allow chrome to handle 407 auth challenges to CONNECT requests by [email protected] · 14 years ago
  25. 57cb872 Revert 110529 - Allow chrome to handle 407 auth challenges to CONNECT requests by [email protected] · 14 years ago
  26. 4d87a94 Allow chrome to handle 407 auth challenges to CONNECT requests by [email protected] · 14 years ago
  27. 172da1b Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. by [email protected] · 14 years ago
  28. f4ffb7a net: Add net_api to the proxy code. by [email protected] · 14 years ago
  29. 3268023f Rename ClientSocket to StreamSocket. by [email protected] · 14 years ago
  30. 511f6f5 Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxy by [email protected] · 15 years ago