[go: up one dir, main page]

  1. 9f2f0b9 http2: avoid data race on DebugGoroutines in TestGoroutineLock by Damien Neil · 27 hours ago master
  2. e7c005d http2: implement a more efficient writeQueue that avoids unnecessary copies. by Nicholas S. Husin · 2 days ago
  3. b93acc2 all: use reflect.TypeFor instead of reflect.TypeOf by cuishuang · 6 days ago
  4. 2002a06 go.mod: update golang.org/x dependencies by Gopher Robot · 2 days ago v0.46.0
  5. 59706cd html: impose open element stack size limit by Roland Shoemaker · 11 days ago v0.45.0
  6. 6ec8895 html: align in row insertion mode with spec by Roland Shoemaker · 11 days ago
  7. 5393563 http2: fix RFC 9218 write scheduler not being idempotent by Nicholas S. Husin · 4 days ago
  8. b2ab371 internal/httpsfv: implement parsing support for date and display string by Nicholas S. Husin · 8 days ago
  9. edb764c internal/httpsfv: add parsing functionality for types defined in RFC 8941 by Nicholas S. Husin · 9 days ago
  10. fbba2c2 internal/httpsfv: add support for consuming Display String and Date type by Nicholas S. Husin · 10 days ago
  11. 47a241f http2: make the error channel pool per-Server by Damien Neil · 10 days ago
  12. 51f657b webdav/internal/xml: use the built-in min function by cuishuang · 12 days ago
  13. f2e909b internal/httpsfv: implement parsing support for Dictionary and List type. by Nicholas S. Husin · 11 days ago
  14. 7d8cfce internal/httpsfv: add support for Bare Inner List and Item type. by Nicholas S. Husin · 11 days ago
  15. fe9bcbc http2: support HTTP2Config.StrictMaxConcurrentRequests by Damien Neil · 14 days ago
  16. c492e3c internal/httpsfv: add functionality to walk Parameters in HTTP SFV. by Nicholas S. Husin · 2 weeks ago
  17. 1034247 http2: introduce a new write scheduler based on RFC 9218 priority scheme by Nicholas S. Husin · 4 weeks ago
  18. 653f4f6 http2: disambiguate the existing priority WriteScheduler. by Nicholas S. Husin · 3 weeks ago
  19. 875d966 all: fix some comments by cuishuang · 4 months ago
  20. 3b23d57 http2: fix race condition when disabling goroutine debugging for one test by Damien Neil · 5 weeks ago v0.44.0
  21. 8741050 http2: simplify TestServer_Push_RejectAfterGoAway by Damien Neil · 5 weeks ago
  22. 96e405c http2: modernize TestTransportRoundtripCloseOnWriteError by Damien Neil · 5 weeks ago
  23. 6dc6880 http2: simplify ClientConn Close and Shutdown tests by Damien Neil · 5 weeks ago
  24. 4e2915b http2: modernize TestTransportAllocationsAfterResponseBodyClose by Damien Neil · 5 weeks ago
  25. 30b0e78 http2: modernize TestRoundTripDoesntConsumeRequestBodyEarly by Damien Neil · 5 weeks ago
  26. b9acd77 http2: speed up TestTransportFlowControl by Damien Neil · 5 weeks ago
  27. 5153f4d go.mod: update golang.org/x dependencies by Gopher Robot · 5 weeks ago
  28. 9338bdd http2: speed up TestTransportHandlerBodyClose by Damien Neil · 5 weeks ago
  29. 6b20036 http2: add synchronous handler support to serverTester by Damien Neil · 5 weeks ago
  30. b0013c6 http2: modernize TestTransportChecksRequestHeaderListSize by Damien Neil · 5 weeks ago
  31. 162ad30 http2: simplify TestServerWindowUpdateOnBodyClose by Damien Neil · 5 weeks ago
  32. 22a8c02 http2: remove test-only path in requestBody.Read by Damien Neil · 5 weeks ago
  33. 1ff92d3 http2: don't panic when ServeConn is passed a nil options by Damien Neil · 5 weeks ago
  34. a2a62f2 http2: use synctest.Wait rather than poking into server internals in test by Damien Neil · 5 weeks ago
  35. 7da929c http2: avoid examining ResponseWriter internals in test by Damien Neil · 5 weeks ago
  36. a99f4fe http2: remove unused stream-level flow control check by Damien Neil · 5 weeks ago
  37. 2378062 http2: remove pre-go1.24 support by Damien Neil · 5 weeks ago
  38. 7c51e1f http2: use testing/synctest by Damien Neil · 5 weeks ago
  39. b800b20 context: add //go:fix inline annotation to Context et al by Alan Donovan · 2 months ago
  40. c1e936d all: upgrade go directive to at least 1.24.0 [generated] by Gopher Robot · 8 weeks ago
  41. e74bc31 go.mod: update golang.org/x dependencies by Gopher Robot · 9 weeks ago v0.43.0
  42. af6926e http2: remove references to defunct http2.golang.org test server by Alberto Donizetti · 9 weeks ago
  43. 76358aa go.mod: update golang.org/x dependencies by Gopher Robot · 3 months ago v0.42.0
  44. 6e41cae go.mod: update golang.org/x dependencies by Gopher Robot · 4 months ago v0.41.0
  45. 15f7d40 http2: correctly wrap ErrFrameTooLarge in Framer.ReadFrame by Chressie Himpel · 5 months ago
  46. ef33bc0 internal/http3: use bubbled context in synctest tests by Damien Neil · 5 months ago
  47. 919c6bc http2: use an array instead of a map in typeFrameParser by Evan Jones · 5 months ago
  48. bae01a7 trace: add missing td tag by Egon Elbre · 5 months ago
  49. 7d6e62a go.mod: update golang.org/x dependencies by Gopher Robot · 5 months ago v0.40.0
  50. ea0c1d9 internal/timeseries: use built-in max/min to simplify the code by cuishuang · 6 months ago
  51. 3e7a445 quic: skip packet numbers for optimistic ack defense by Damien Neil · 6 months ago
  52. 3f563d3 quic: use an enum for sentPacket state by Damien Neil · 6 months ago
  53. a3b6e77 quic: don't re-lose packets when discarding keys by Damien Neil · 6 months ago
  54. 22500a6 quic: decode packet numbers >255 in tests by Damien Neil · 6 months ago
  55. dd0b200 quic: remove go1.21 build constraint by Damien Neil · 6 months ago
  56. b8d8877 go.mod: update golang.org/x dependencies by Gopher Robot · 6 months ago v0.39.0
  57. e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign content by Roland Shoemaker · 8 months ago v0.38.0
  58. ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest by Chressie Himpel · 7 months ago
  59. 1f1fa29 publicsuffix: regenerate table by Sean Liao · 7 months ago
  60. 1215081 http2: improve error when server sends HTTP/1 by Oleg Zaytsev · 7 months ago
  61. 312450e html: ensure <search> tag closes <p> and update tests by Pukki · 7 months ago
  62. 09731f9 http2: improve handling of lost PING in Server by Hubert Grochowski · 9 months ago
  63. 55989e2 http2/h2c: use ResponseController for hijacking connections by Sean Liao · 7 months ago
  64. 2914f46 websocket: re-recommend gorilla/websocket by Sean Liao · 7 months ago
  65. 99b3ae0 go.mod: update golang.org/x dependencies by Gopher Robot · 7 months ago v0.37.0
  66. 85d1d54 go.mod: update golang.org/x dependencies by Gopher Robot · 7 months ago v0.36.0
  67. cde1dda proxy, http/httpproxy: do not mismatch IPv6 zone ids against hosts by Damien Neil · 9 months ago
  68. fe7f039 publicsuffix: spruce up code gen and speed up PublicSuffix by Julien Cretel · 8 months ago
  69. 459513d internal/http3: move more common stream processing to genericConn by Damien Neil · 8 months ago
  70. aad0180 http2: fix flakiness from t.Log when GOOS=js by Damien Neil · 7 months ago
  71. b73e574 http2: don't log expected errors from writing invalid trailers by Damien Neil · 7 months ago
  72. 5f45c77 internal/http3: make read-data tests usable for server handlers by Damien Neil · 8 months ago
  73. 43c2540 http2, internal/httpcommon: reject userinfo in :authority by Damien Neil · 8 months ago
  74. 1d78a08 http2, internal/httpcommon: factor out server header logic for h2/h3 by Damien Neil · 8 months ago
  75. 0d7dc54 quic: add Conn.ConnectionState by Damien Neil · 8 months ago
  76. b4c8655 http2: avoid extended CONNECT hang when connection breaks during startup by Damien Neil · 10 months ago
  77. 163d836 internal/http3: add Server by Damien Neil · 8 months ago
  78. 447f458 context: delete lone example by Dmitri Shuralyov · 8 months ago
  79. 918d64e context: delete dead code, sync docs with upstream context package by Dmitri Shuralyov · 8 months ago
  80. 5095d0c all: upgrade go directive to at least 1.23.0 [generated] by Gopher Robot · 8 months ago
  81. 8844327 internal/httpcommon: don't depend on net/http by Damien Neil · 8 months ago
  82. cd9d661 route: fix RTM_GET netmask parsing on Darwin by Carlos Hernandez · 8 months ago
  83. df97a48 go.mod: update golang.org/x dependencies by Gopher Robot · 8 months ago v0.35.0
  84. 2dab271 route: treat short sockaddr lengths as unspecified by Carlos Hernandez · 8 months ago
  85. b914489 internal/http3: refactor in prep for sharing transport/server code by Damien Neil · 8 months ago
  86. ebd23f8 route: fix parsing network address of length zero by Carlos Hernandez · 8 months ago
  87. 938a9fb internal/http3: add request/response body transfer by Damien Neil · 9 months ago
  88. 145b2d7 internal/http3: add RoundTrip by Damien Neil · 9 months ago
  89. 5bda71a internal/http3: define connection and stream error types by Damien Neil · 9 months ago
  90. 3c1185a internal/http3: return error on mid-frame EOF by Damien Neil · 9 months ago
  91. a6c2c7f http2, internal/httpcommon: factor out common request header logic for h2/h3 by Damien Neil · 9 months ago
  92. c72e89d internal/http3: QPACK encoding and decoding by Damien Neil · 9 months ago
  93. 93c1957 internal/http3: add Transport and ClientConn by Damien Neil · 9 months ago
  94. 45432b5 internal/socket, webdav: use testing.T.TempDir by Tobias Klauser · 9 months ago
  95. 56691ee quic: don't return EOF from ReadByte when we have a byte by Damien Neil · 9 months ago
  96. 7ad0ebf internal/http3: qpack wire primitives by Damien Neil · 9 months ago
  97. f6b2e53 internal/http3: basic stream read/write operations by Damien Neil · 10 months ago
  98. 78717f9 internal/http3: error codes by Damien Neil · 10 months ago
  99. 84b528b internal/http3: new package by Damien Neil · 10 months ago
  100. 445eead http2: encode :protocol pseudo-header before regular headers by Damien Neil · 9 months ago