0
1
mirror of https://github.com/golang/go synced 2025-05-05 03:21:36 +00:00

Commit Graph

  • 350118666d net/http: don't modify caller's tls.Config.NextProtos Damien Neil 2025-03-04 15:20:28 -08:00
  • a1889554fc context: skip allocs test with -asan Damien Neil 2025-03-04 15:39:42 -08:00
  • 3705a6f1f0 all: update golang.org/x/net Junyang Shao 2025-03-04 19:45:29 +00:00
  • 0cfc641420 crypto/elliptic: drop hidden Inverse and CombinedMult methods Filippo Valsorda 2025-01-03 20:46:29 +01:00
  • 45aade7f1e [release-branch.go1.23] all: updates vendored x/net Junyang Shao 2025-03-04 19:54:59 +00:00
  • e4119e9b74 [release-branch.go1.24] all: updates vendored x/net Junyang Shao 2025-03-04 19:51:29 +00:00
  • 339c903a75 [release-branch.go1.24] go1.24.1 go1.24.1 Gopher Robot 2025-03-04 10:49:07 -08:00
  • 52eaed6633 runtime: decorate anonymous memory mappings Lénaïc Huard 2025-02-01 14:19:04 +01:00
  • c01c4d41d6 [release-branch.go1.23] go1.23.7 go1.23.7 Gopher Robot 2025-03-04 10:48:08 -08:00
  • 334de7982f [release-branch.go1.24] all: updated vendored x/net with security fix Damien Neil 2025-02-26 16:46:43 -08:00
  • 25177ecde0 [release-branch.go1.23] all: updated vendored x/net with security fix Damien Neil 2025-02-26 16:08:57 -08:00
  • f95941de49 net/http/httputil: skip new test on Plan 9 Ian Lance Taylor 2025-03-04 10:07:15 -08:00
  • ba3c57fc7c os: guarantee min buffer size for ReadFile reads on /proc-like files Brad Fitzpatrick 2025-03-03 09:21:26 -08:00
  • fd8938c799 net/http: speed up cookie and method validation Julien Cretel 2025-02-17 18:39:58 +00:00
  • 32fdcd7ca5 mime/quotedprintable: accept LWSP-char after = Simon Ser 2024-12-22 10:28:56 +00:00
  • a053e79024 net/http: support TCP half-close when HTTP is upgraded in ReverseProxy Mark Wakefield 2025-01-02 19:18:01 +00:00
  • 7181118a85 net/http: check server shutting down before processing the request wineandchord 2024-02-20 07:18:11 +00:00
  • bef2bb80a9 cmd/compile,cmd/link: move to DWARF5-style location lists Than McIntosh 2024-12-12 20:47:30 -05:00
  • 4c0a47a8ff cmd/compile,cmd/link: move to DWARF5-style range lists Than McIntosh 2024-12-11 19:20:58 -05:00
  • 4f45b2b7e0 cmd/compile: fix out of memory when inlining closure Cuong Manh Le 2025-03-03 20:45:13 +07:00
  • 82791889cc crypto/internal/fips140/bigmod/_asm: update avo to v0.6.0 Egon Elbre 2025-02-27 03:43:43 +02:00
  • 3b9d10cce7 net/textproto: document enforcement of RFC 9112 for headers Sean Liao 2024-07-27 09:15:31 +01:00
  • 2ce1fb4220 cmd/internal/obj/loong64: add F{MAXA/MINA}.{S/D} instructions Xiaolin Zhao 2024-12-30 10:08:58 +08:00
  • 47fd73a51c cmd/internal/obj/loong64: add {V,XV}{SLL/SRL/SRA/ROTR}[I].{B/H/W/D} instructions support Xiaolin Zhao 2024-12-19 19:03:43 +08:00
  • 7e81bcf39f go/types, types2: remove remaining mentions of core type in error messages Robert Griesemer 2025-03-03 12:26:51 -08:00
  • 0a0e6af39b context: use atomic operation in ctx.Err Damien Neil 2025-02-28 15:22:58 -08:00
  • 14647b0ac8 os: only call GetConsoleMode for char devices qmuntal 2025-03-03 12:28:01 +01:00
  • 05354fc3b4 go/types, types2: remove remaining references to coreType in literals.go Robert Griesemer 2025-02-26 15:23:59 -08:00
  • 26ba61dfad go/types, types2: remove most remaining references to coreType in builtin.go Robert Griesemer 2025-02-26 15:14:30 -08:00
  • 19d0b3e81f crypto/rsa: use Div instead of GCD for trial division Filippo Valsorda 2025-01-03 14:03:08 +01:00
  • 4b1ac7bbfe go/types, types2: remove references to core type in append Robert Griesemer 2025-02-26 09:57:31 -08:00
  • f48b53f0f6 testing: fix testing.B.Loop doc on loop condition Junyang Shao 2025-02-21 16:23:36 +00:00
  • 0312e31ed1 net: fix parsing of interfaces on plan9 without associated devices Brad Fitzpatrick 2025-03-01 20:34:45 -08:00
  • bda9f85e5c net/http: allocate CloseNotifier channel lazily Jakob Ackermann 2025-01-07 22:33:05 +00:00
  • b199d9766a runtime: add padding to m struct for 64 bit architectures Joel Sing 2025-02-28 00:26:48 +11:00
  • 5a7db813a6 cmd/internal/obj/riscv: add riscv64 CSR map Mark Ryan 2024-11-19 16:06:03 +01:00
  • f4750a6cfb cmd/go/internal/work: use par.Cache to cache tool IDs. qmuntal 2025-02-28 20:21:44 +01:00
  • 039b3ebeba runtime: use ABIInternal on syscall and other sys.stuff for loong64 Xiaolin Zhao 2024-10-25 11:16:18 +08:00
  • f24d2e175e cmd/internal/obj, cmd/asm: reclassify 32-bit immediate value of loong64 limeidan 2024-12-16 16:31:37 +08:00
  • 6894904974 cmd/go/internal/modindex: clean modroot and pkgdir for openIndexPackage Michael Matloob 2025-02-25 12:51:04 -05:00
  • 64feded8af cmd/covdata: close output meta-data file guoguangwu 2025-02-27 05:56:52 +00:00
  • 2298215f5b cmd/link: use __got as the .got section name qmuntal 2025-02-25 21:56:29 +01:00
  • 74ba2164a0 reflect: add more tests for Type.{CanSeq,CanSeq2} Jes Cok 2025-02-28 00:52:53 +00:00
  • 1dafccaaf3 runtime: increase timeout in TestSpuriousWakeupsNeverHangSemasleep Michael Anthony Knyszek 2025-02-26 23:11:29 +00:00
  • 6e8d7a113c crypto/x509: avoid crypto/rand.Int to generate serial number Filippo Valsorda 2025-01-22 13:42:33 +01:00
  • 555974734f cmd/cgo: update generated headers for compatibility with latest MSVC C++ standards KangJi 2025-02-27 12:26:57 +00:00
  • b3e36364b9 flag: replace interface{} -> any for textValue.Get method Jes Cok 2025-02-26 16:31:46 +00:00
  • d31c805535 net/http: reject newlines in chunk-size lines Damien Neil 2025-02-26 13:40:00 -08:00
  • 0135120922 cmd/go: update c document Lin Lin 2025-02-27 00:43:12 +00:00
  • 2b73707358 math/big: add tests for allocation during multiply Russ Cox 2025-02-14 12:52:02 -05:00
  • 0ab2253ce1 math/big: move multiplication to natmul.go Russ Cox 2025-01-17 17:39:11 -05:00
  • 1f7e28acdf math/big: optimize atoi of base 2, 4, 16 Russ Cox 2025-02-19 10:55:18 -05:00
  • f8f08bfd7c math/big: improve scan test and benchmark Russ Cox 2025-01-18 10:20:13 -05:00
  • 872496da2b math/big: replace nat pool with Word stack Russ Cox 2025-01-17 12:28:58 -05:00
  • 763766e9ab math/big: report allocs in BenchmarkNatMul, BenchmarkNatSqr Russ Cox 2025-02-16 12:17:10 -05:00
  • b66d83ccea math/big: clean up GCD a little Russ Cox 2025-01-16 11:23:46 -05:00
  • 37e9c5eaba cmd/internal/obj/riscv: implement vector load/store instructions Joel Sing 2024-06-18 03:00:47 +10:00
  • 927fdb7843 cmd/compile: simplify intrinsification of TrailingZeros16 and TrailingZeros8 Joel Sing 2025-02-22 23:26:21 +11:00
  • 01ba8bfe86 runtime/cgo: use standard ABI call setg_gcc in crosscall1 on loong64 Guoqi Chen 2025-02-25 10:50:50 +08:00
  • 11c847e536 runtime: use correct memory barrier in exitThread function on loong64 Guoqi Chen 2024-11-26 17:10:32 +08:00
  • c594762ad5 runtime: remove ret field from gobuf Keith Randall 2025-02-25 14:21:42 -08:00
  • 5d6920842b [release-branch.go1.24] runtime/cgo: avoid errors from -Wdeclaration-after-statement Ian Lance Taylor 2025-02-26 14:02:14 -08:00
  • e4772831d3 [release-branch.go1.23] runtime/cgo: avoid errors from -Wdeclaration-after-statement Ian Lance Taylor 2025-02-26 14:02:14 -08:00
  • 2e71ae33ca runtime/cgo: avoid errors from -Wdeclaration-after-statement Ian Lance Taylor 2025-02-26 14:02:14 -08:00
  • c55c1cbd04 net: return proper error from Context Mateusz Poliwczak 2025-02-26 16:31:58 +00:00
  • 9cceaf8736 cmd/link: require cgo for -linkmode=external test Ian Lance Taylor 2025-02-25 21:44:25 -08:00
  • 983e30bd3b crypto/internal/fips140/edwards25519/field: optimize AMD64 Egon Elbre 2025-02-26 14:21:20 +02:00
  • 16959799bd crypto/internal/fips140/edwards25519/field/_asm: update avo dependency Egon Elbre 2025-02-26 13:23:53 +02:00
  • ee0d03fab6 sync: don't keep func alive after OnceFunc panics Mateusz Poliwczak 2025-02-25 20:07:12 +00:00
  • 949eae84df [release-branch.go1.24] cmd/compile: don't pull constant offsets out of pointer arithmetic Keith Randall 2025-02-24 13:07:29 -08:00
  • 0bfde51e0d [release-branch.go1.24] runtime: document that cleanups can run concurrently with each other Michael Anthony Knyszek 2025-02-19 17:28:45 +00:00
  • 45a52718e3 [release-branch.go1.24] runtime/cgo: avoid errors from -Wdeclaration-after-statement Ian Lance Taylor 2025-02-25 21:35:32 -08:00
  • 9facf1f2c2 [release-branch.go1.23] runtime/cgo: avoid errors from -Wdeclaration-after-statement Ian Lance Taylor 2025-02-25 21:35:32 -08:00
  • 1421b982dc runtime: document that cleanups can run concurrently with each other Michael Anthony Knyszek 2025-02-19 17:28:45 +00:00
  • 7f375e2c22 [release-branch.go1.24] reflect: let Value.Seq return the iteration value correct type qiulaidongfeng 2025-02-23 11:06:17 +08:00
  • 0fa31cb69f [release-branch.go1.23] reflect: let Value.Seq return the iteration value correct type qiulaidongfeng 2025-02-23 11:06:17 +08:00
  • 76c7028253 runtime/cgo: avoid errors from -Wdeclaration-after-statement Ian Lance Taylor 2025-02-25 21:35:32 -08:00
  • 4070531920 [release-branch.go1.24] syscall: disable O_DIRECTORY on Windows for js/wasm Zxilly 2025-02-18 15:21:23 +00:00
  • d89fda21d5 [release-branch.go1.23] reflect: correctly handle method values in Seq Michael Anthony Knyszek 2025-02-21 15:53:51 +00:00
  • 5ffdb9c88b [release-branch.go1.24] reflect: correctly handle method values in Seq Michael Anthony Knyszek 2025-02-21 15:53:51 +00:00
  • becc17ebcd [release-branch.go1.24] runtime: use WCLONE when waiting on pidfd test child Michael Pratt 2025-02-21 10:29:09 -05:00
  • d418e224ae [release-branch.go1.24] syscall: don't send child signal when testing pidfd Ian Lance Taylor 2025-02-19 17:37:49 -08:00
  • acde84cf1b [release-branch.go1.23] runtime: use WCLONE when waiting on pidfd test child Michael Pratt 2025-02-21 10:29:09 -05:00
  • c57e2bd22c [release-branch.go1.23] syscall: don't send child signal when testing pidfd Ian Lance Taylor 2025-02-19 17:37:49 -08:00
  • 456eaf5c29 [release-branch.go1.24] cmd/compile: don't report newLimit discovered when unsat happens multiple times Jorropo 2025-02-20 11:50:53 +01:00
  • e4ef83383e [release-branch.go1.24] debug/buildinfo: base64-encode test binaries Michael Pratt 2025-02-20 14:42:19 -05:00
  • 4e6d3468cc [release-branch.go1.24] cmd/compile: ensure we don't reuse temporary register khr@golang.org 2025-02-23 10:34:00 -08:00
  • 194696f1d1 reflect: let Value.Seq return the iteration value correct type qiulaidongfeng 2025-02-23 11:06:17 +08:00
  • 8b8bff7bb2 cmd/compile: don't pull constant offsets out of pointer arithmetic Keith Randall 2025-02-24 13:07:29 -08:00
  • 4c75671871 runtime: Added usage example for the runtime.AddCleanup() function. Alexandr Primak 2025-02-15 16:52:57 +03:00
  • 011da163f4 cmd/compile/internal/test: fix noopt builder Cuong Manh Le 2025-02-26 21:04:04 +07:00
  • 1b1c6b838e cmd/compile: simplify intrinsification of BitLen16 and BitLen8 Joel Sing 2025-02-23 00:02:27 +11:00
  • f5c388313f [release-branch.go1.24] internal/godebugs: add fips140 as an opaque godebug setting Ian Lance Taylor 2025-02-13 14:40:01 -08:00
  • 969a0da362 runtime: route calls to msan_memmove through cgo Ian Lance Taylor 2025-02-25 15:40:39 -08:00
  • 767c0fb9fd go/scanner: report specific error for UCS-2 encoded files Alan Donovan 2025-02-25 15:25:56 -05:00
  • b38b0c0088 cmd/compile: document -embedcfg flag Ian Lance Taylor 2025-02-25 10:51:29 -08:00
  • 8203265d5e cmd/compile, runtime: optimize concatbytes Cuong Manh Le 2025-02-25 23:59:14 +07:00
  • beb314c0db os, syscall: use unix build tag where appropriate Tobias Klauser 2025-02-25 11:46:15 +01:00
  • 8cbb512c76 crypto/internal/fips140/edwards25519/field: inline carryPropagate Egon Elbre 2025-02-18 14:15:54 +02:00
  • c578670dcb crypto/internal/fips140/edwards25519/field: optimize carryPropagate Egon Elbre 2025-02-18 13:56:35 +02:00