[go: up one dir, main page]

  1. b1959cf [release-branch.go1.25] net/http: require exact match for CrossSiteProtection bypass patterns by Filippo Valsorda · 7 weeks ago
  2. cdd8cf4 [release-branch.go1.25] net: fix WriteMsgUDPAddrPort addr handling on IPv4 sockets by database64128 · 3 months ago
  3. c74399e net: correct comment for ListenConfig.ListenPacket by Lyle Dean · 3 months ago
  4. fdc076c net/http: fix RoundTrip context cancellation for js/wasm by Andy Nitschke · 4 months ago
  5. fcb9850 net/http: reduce allocs in CrossOriginProtection.Check by Julien Cretel · 4 months ago
  6. 5a08865 net: remove some BUG entries by Cherry Mui · 4 months ago
  7. 1cafdfb net/http: make the zero value of CrossOriginProtection work by Austin Clements · 4 months ago
  8. 78eadf5 all: update vendored dependencies [generated] by Carlos Amedee · 4 months ago
  9. 4d1c255 net/http: strip sensitive proxy headers from redirect requests by Neal Patel · 5 months ago
  10. 8cb0941 net: use runtime.AddCleanup instead of runtime.SetFinalizer by Carlos Amedee · 10 months ago
  11. c0e149b net/http: document that ServeMux.Handler can also synthetize a 405 by Filippo Valsorda · 5 months ago
  12. a473a0d net/http: use synctest.Test rather than Run by Damien Neil · 5 months ago
  13. 1881d68 net/http: add CrossOriginProtection by Filippo Valsorda · 5 months ago
  14. be0cc93 net: avoid using Windows' TransmitFile on non-server machines by Shibi J M · 5 months ago
  15. b69f50f net/http: upon http redirect, copy Request.GetBody in new request by Marc-Antoine Ruel · 6 months ago
  16. 177d5eb net/http: clarify ServeMux.Handler behavior by Jonathan Amsterdam · 5 months ago
  17. 3602cec net/http: fix ServeMux.Handler on trailing-slash redirect by Jonathan Amsterdam · 5 months ago
  18. 8105ea5 net: avoid windows hang in TestCloseWrite by qmuntal · 5 months ago
  19. 3be537e net: use closesocket when closing socket os.File's on Windows by qmuntal · 5 months ago
  20. 8cfcad8 net: don't test with leading 0 in ipv4 addresses by Sean Liao · 5 months ago
  21. 18431a1 net: fix deadlock in lookupProtocol on Windows by Spike Curtis · 6 months ago
  22. e513cd4 net/http: add missing ServeTLS on the comment of http.Server.Shutdown by t-katsumura · 5 months ago
  23. 6953ef8 net,os: support converting between *os.File and net.Conn on Windows by qmuntal · 6 months ago
  24. c966f1c net: support IPv6 addresses in ListenMulticastUDP on Windows by qmuntal · 6 months ago
  25. fca5832 cmd/vendor: update x/tools and x/text by Alan Donovan · 6 months ago
  26. 83b5352 net/http: replace map lookup with switch for scheme port by 1911860538 · 6 months ago
  27. a204ed5 net: simplify readProtocols via sync.OnceFunc by 1911860538 · 6 months ago
  28. ae5a513 net/http: add test for proxyAuth by zxc111 · 4 years, 5 months ago
  29. 548dcfe net/url: clarify why @ is allowed in userinfo by 1911860538 · 6 months ago
  30. 5413abc net/http: set Request.TLS when net.Conn implements ConnectionState by Weidi Deng · 3 years ago
  31. 2869d55 net/http: test intended behavior in TestClientInsecureTransport by Damien Neil · 7 months ago
  32. 0c0d257 internal/poll: disable SIO_UDP_NETRESET on Windows by James Tucker · 6 months ago
  33. 2c35900 net: deduplicate sendfile files by qmuntal · 6 months ago
  34. 9aad012 net: reenable sendfile on Windows by qmuntal · 6 months ago
  35. 7a82b6a net/http: initialize Value with File length in cloneMultipartForm by 1911860538 · 6 months ago
  36. cfb78d6 net/http: reduce memory usage when hijacking by Jakob Ackermann · 7 months ago
  37. 53badd4 net/http: push roundTrip panic higher in the stack by Neal Patel · 6 months ago
  38. b2819d1 net/http: add link to types by abemotion · 6 months ago
  39. 465097b all: use built-in max/min to simplify the code by cuishuang · 7 months ago
  40. 6839e71 internal/syscall/windows: use unsafe.Pointer instead of uintptr by qmuntal · 6 months ago
  41. d69ab99 net: run unix socket stream tests on Windows by qmuntal · 7 months ago
  42. 936bb82 internal/poll,net: set SIO_UDP_CONNRESET in net by qmuntal · 7 months ago
  43. 7372b64 net/url: document referenced RFCs by Sean Liao · 7 months ago
  44. 84e0061 net/http/httputil: document ReverseProxy removal of response headers by Sean Liao · 7 months ago
  45. dc49aba net/smtp: make test certificate FIPS 140-3 compliant by Filippo Valsorda · 7 months ago
  46. 1aa9c31 net/http/httputil: don't call WriteHeader after Hijack by Damien Neil · 7 months ago
  47. c8eced8 net/http/httputil: document ProxyRequest.SetURL limitations by Sean Liao · 7 months ago
  48. a17c092 net/http: add onClose hook to fake net listener by Damien Neil · 7 months ago
  49. 485480f net: deflake recently added TestCloseUnblocksReadUDP by Brad Fitzpatrick · 7 months ago
  50. 817218a net/http: document Redirect behavior for non-ASCII characters by Ian Lance Taylor · 7 months ago
  51. 39b7837 net/mail: use sync.OnceValue to build dateLayouts by 1911860538 · 7 months ago
  52. 31658ac runtime/internal: clean up completely by Jes Cok · 7 months ago
  53. 598df45 net: unblock UDP Reads upon Close on plan9, add test by Brad Fitzpatrick · 7 months ago
  54. 22d5d09 net/http/httputil: close hijacked connections when CloseWrite not available by Damien Neil · 7 months ago
  55. d43c0f8 net: add comment about blocking to Conn.Close by Ian Lance Taylor · 7 months ago
  56. 061efaa net/http: make http.FileServer return 404 when a path is invalid/unsafe by Grégoire Lodi · 7 months ago
  57. 3501186 net/http: don't modify caller's tls.Config.NextProtos by Damien Neil · 7 months ago
  58. 3705a6f all: update golang.org/x/net by Junyang Shao · 7 months ago
  59. f95941d net/http/httputil: skip new test on Plan 9 by Ian Lance Taylor · 7 months ago
  60. fd8938c net/http: speed up cookie and method validation by Julien Cretel · 8 months ago
  61. a053e79 net/http: support TCP half-close when HTTP is upgraded in ReverseProxy by Mark Wakefield · 9 months ago
  62. 7181118 net/http: check server shutting down before processing the request by wineandchord · 1 year, 8 months ago
  63. 3b9d10c net/textproto: document enforcement of RFC 9112 for headers by Sean Liao · 1 year, 3 months ago
  64. 0312e31 net: fix parsing of interfaces on plan9 without associated devices by Brad Fitzpatrick · 7 months ago
  65. bda9f85 net/http: allocate CloseNotifier channel lazily by Jakob Ackermann · 9 months ago
  66. d31c805 net/http: reject newlines in chunk-size lines by Damien Neil · 8 months ago
  67. c55c1cb net: return proper error from Context by Mateusz Poliwczak · 8 months ago
  68. f707e53 all: surround -test.run arguments with ^$ by qmuntal · 8 months ago
  69. 973a9eb net: properly wrap context cancellation errors and return DNSErrors consistently by Mateusz Poliwczak · 8 months ago
  70. f77bba4 net: accept a valid IP address in LookupMX by Ian Lance Taylor · 8 months ago
  71. dceee2e all: use testenv.Executable instead of os.Executable and os.Args[0] by qmuntal · 8 months ago
  72. 2ee775f net/http: remove unused err parameter from cancel by Harald Nordgren · 8 months ago
  73. 3ff943f net: add godoc links for UnixConn, UnixListener by Olivier Mengué · 8 months ago
  74. fda9183 syscall: allow \x00-prefixed unix abstract socket to use full path length by Albert Sundjaja · 8 months ago
  75. 0bdc792 all: use a more straightforward return value by cuishuang · 8 months ago
  76. 45447b4 net/http: use runtime.AddCleanup instead of runtime.SetFinalizer by Carlos Amedee · 8 months ago
  77. c0d96f3 net/http: unskip TestDisableContentLength/h2 by Dmitri Shuralyov · 8 months ago
  78. 5ff7a63 net/http, net/http/internal/httpcommon: add httpcommon package by Damien Neil · 8 months ago
  79. b1a11c5 all: update vendored dependencies [generated] by Dmitri Shuralyov · 8 months ago
  80. 450f3f6 net/http/httptest: match net/http ContentLength behavior for http.NoBody by Sean Liao · 1 year, 3 months ago
  81. 6fd3ce5 net/http: use standard time formatting methods by Tom Thorogood · 8 months ago
  82. 0da7faf net: fix ListenMulitcastUDP to work properly when interface has no IPv4 by Jesse Rittner · 9 months ago
  83. 842e4b5 net/rpc: move frozen notice to the start of the package doc by Ian Lance Taylor · 8 months ago
  84. a1ea78c net: use strings.SplitSeq and bytes.SplitSeq by apocelipes · 8 months ago
  85. 4160ebf net: permit Interface with no Name by Ian Lance Taylor · 9 months ago
  86. dcebb67 internal/routebsd: simplify for standard library by Ian Lance Taylor · 10 months ago
  87. c1a5889 net, internal/routebsd: move vendored x/net/route to internal by Ian Lance Taylor · 10 months ago
  88. 3a81ebe net/http: use strings.FieldsFuncSeq to reduce memory allocations by cuishuang · 9 months ago
  89. e5ae12a net/url: add panic to unhex for imposible error case by alirezaarzehgar · 9 months ago
  90. f6d17c5 net/http: update bundled golang.org/x/net/http2 [generated] by Dmitri Shuralyov · 9 months ago
  91. 6783377 net/http: persist header stripping across repeated redirects by Damien Neil · 11 months ago
  92. 7a2e88e net/http: update NewRequestWithContext wrong link to NewRequest by yincong · 9 months ago
  93. 05d8984 net: document LookupTXT behavior with multiple strings per record by Simon Ser · 10 months ago
  94. e63eb98 net/http: fix nil panic in test by Russ Cox · 10 months ago
  95. 6f7a454 net: fix example function name for IP.To4 by Oleksandr Redko · 10 months ago
  96. 077d519 internal/poll: in SendFile treat ENOTSUP like EOPNOTSUPP by Ian Lance Taylor · 10 months ago
  97. d5c1333 net/http: document zero value of Protocols by Damien Neil · 10 months ago
  98. 979c1cf net: avoid unnecessary interface lookup fetching all interface addresses by Antonio Ojea · 10 months ago
  99. 18bbcff all: update vendored dependencies [generated] by Michael Anthony Knyszek · 10 months ago
  100. 04879ac net/http: test for racing idle conn closure and new requests by Damien Neil · 11 months ago