Commit graph

  • cd5315cc4e internal/poll: remove alloc sending IPv6 UDP on Windows Josh Bleecher Snyder 2021-11-03 13:54:08 -07:00
  • d361c87c0e syscall: migrate new UDP send/recv API to internal/syscall/unix Josh Bleecher Snyder 2021-11-03 13:43:12 -07:00
  • 3fb3501626 internal/fuzz: improve error for mismatched types Katie Hockman 2021-11-03 10:58:59 -04:00
  • 76fd3b086c internal/fuzz: minimize bytes to be human readable Amelia Downs 2021-09-27 16:54:39 -04:00
  • 2176f3fe33 cmd/go, internal/cpu: use internal/godebug in tests Brad Fitzpatrick 2021-11-01 20:25:48 -07:00
  • 8b50688528 syscall,internal/poll: copy arrays by assignment instead of looping Josh Bleecher Snyder 2021-11-01 17:28:19 -07:00
  • 516e4501fa net/netip: add new IP address package Brad Fitzpatrick 2021-08-02 14:55:51 -07:00
  • 084dac437d internal/fuzz: don't add duplicate corpus entries Roland Shoemaker 2021-10-29 11:21:45 -07:00
  • 7feb897a21 all: manual fixups for //go:build vs // +build Russ Cox 2021-10-28 13:51:39 -04:00
  • 41fb521c33 cmd/go: consolidate fuzz-support checks Bryan C. Mills 2021-10-28 15:00:33 -04:00
  • a316702d43 all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) Russ Cox 2021-08-25 12:48:26 -04:00
  • 679de56b8c all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) Russ Cox 2021-08-25 12:48:26 -04:00
  • fa479149ab internal/fuzz: don't deflake coverage found while fuzzing Katie Hockman 2021-10-22 15:59:15 -04:00
  • 43c4b2e9ed internal/poll: improve the padding calculation inside struct splicePipe Andy Pan 2021-10-26 09:15:17 +08:00
  • 12801a173b internal/fuzz: tiny refactor+fix Katie Hockman 2021-10-22 11:37:28 -04:00
  • d89df3809e all: use reflect.{Pointer,PointerTo} Cuong Manh Le 2021-10-25 23:00:56 +07:00
  • 57982acb0b internal/poll: avoid tiny allocator for splicePipe Ian Lance Taylor 2021-10-22 14:19:34 -07:00
  • e53ded954d crypto/tls: add Conn.NetConn method Agniva De Sarker 2021-06-05 11:04:37 +05:30
  • a42405e778 internal/poll: fix a few function names on comments Andy Pan 2021-10-22 15:29:41 +08:00
  • 3027b053ae internal/bytealg: fix Separator length check for Index/ppc64le Archana R 2021-10-19 04:11:46 -05:00
  • 59fb5edc0d internal/bytealg: port bytes.Index and bytes.Count to reg ABI on ppc64x Archana R 2021-10-13 03:50:06 -05:00
  • 248893f303 internal/fuzz: fix bugs with minimization Katie Hockman 2021-10-13 16:49:27 -04:00
  • 5e5b1b28e3 internal/poll,net: support poll.Sendfile for darwin Koichi Shiraishi 2021-10-12 00:33:43 +09:00
  • 3b419971f6 all: fix spelling mistakes nicksherron 2021-10-13 01:39:13 +00:00
  • c22f1cdfce internal/fuzz: fix -fuzzminimizetime with 'x' bug Katie Hockman 2021-10-12 16:45:40 -04:00
  • 2d9c4b3d28 testing: fix -run behavior with fuzz tests Katie Hockman 2021-10-07 16:26:36 -04:00
  • defcc101d5 go/build, internal/goarch: sort goarchList alphabetically Tobias Klauser 2021-10-08 19:23:35 +02:00
  • d9728033df internal/fuzz: log that minimization is occurring Katie Hockman 2021-10-06 14:13:23 -04:00
  • 9d59b42d1f internal/cpu: remove option to mark cpu features required Martin Möhrmann 2021-10-06 05:27:52 +02:00
  • 559167d77d internal/fuzz: log average execs/sec since last log Katie Hockman 2021-10-05 16:25:06 -04:00
  • b5419a1985 all: use bytes.Cut, strings.Cut Russ Cox 2021-09-22 10:46:32 -04:00
  • f9339c75b5 all: use bytes.Cut, strings.Cut Russ Cox 2021-09-22 10:46:32 -04:00
  • 8b955cf4bb internal/buildcfg: enable register ABI for PPC64 Lynn Boger 2021-10-04 12:13:41 -05:00
  • 2d1340ddba internal/fuzz: print size of interesting cache Amelia Downs 2021-09-30 11:35:30 -04:00
  • 3ada52a07f crypto/tls: use cryptobyte.NewFixedBuilder Filippo Valsorda 2021-05-08 01:07:30 -04:00
  • bb34a98171 internal/fuzz: disconnect stdout and stderr from the worker Katie Hockman 2021-09-28 15:59:34 -04:00
  • a6ad9afe37 internal/bytealg: port bytealg functions to reg ABI on ppc64x Lynn Boger 2021-09-21 09:36:40 -05:00
  • fe08046d41 cmd/go: adjust comments on why fuzzing instrumentation is disabled Jay Conrod 2021-09-21 13:54:58 -07:00
  • 65d70d80f7 internal/fuzz,cmd/compile: don't add race instrumentation to counters Roland Shoemaker 2021-09-16 11:33:17 -07:00
  • 989da43a69 internal/fuzz: allocate memory for mutated strings Roland Shoemaker 2021-09-14 12:40:10 -07:00
  • 1f62274f5e [dev.fuzz] internal/fuzz: more fuzzing output adjustments Katie Hockman 2021-09-21 15:51:45 -04:00
  • 8a650f669d internal/fuzz: temporarily work around test failures after dev.fuzz merge Jay Conrod 2021-09-20 16:29:50 -07:00
  • 735279ea4b internal/abi: define PPC64 register ABI constants Lynn Boger 2021-08-17 13:38:41 -05:00
  • 0e03b8812c internal/buildcfg: fix test for GOAMD64=v3 ./all.bash Matthew Dempsky 2021-09-20 14:59:54 -07:00
  • 1b16aa19b2 [dev.fuzz] Merge remote-tracking branch 'origin/dev.fuzz' into merge-fuzz Jay Conrod 2021-09-20 15:13:52 -07:00
  • 122536cd9c [dev.fuzz] all: merge master (af72ddf) into dev.fuzz Katie Hockman 2021-09-20 15:45:51 -04:00
  • fd909cfe23 [dev.fuzz] Revert "[dev.fuzz] testing: convert seed corpus values where possible" Katie Hockman 2021-09-16 10:03:04 -04:00
  • 3fa1386145 [dev.fuzz] internal/fuzz: warn if fuzzing begins with empty corpus Katie Hockman 2021-09-16 10:34:46 -04:00
  • 9b998c4fb2 internal/poll: inject a hook into the runtime finalizer to count the closed pipes Andy Pan 2021-09-15 12:37:20 +08:00
  • 903a8e9691 cmd/go: add GOAMD64 environment variable nimelehin 2021-09-15 04:30:49 +00:00
  • c0f0399cc1 [dev.fuzz] internal/fuzz: rework default test behavior before fuzzing Katie Hockman 2021-09-13 12:23:43 -04:00
  • e0a78c7c5f [dev.fuzz] internal: fuzzing output adjustments Katie Hockman 2021-09-14 15:47:41 -04:00
  • 49385e8c4a [dev.fuzz] internal/fuzz: fix bug for -fuzzminimizetime of zero Katie Hockman 2021-09-10 15:25:30 -04:00
  • 37f3a6a730 [dev.fuzz] internal/fuzz: write a newline to the end of a corpus file Katie Hockman 2021-09-10 11:05:29 -04:00
  • 042420b0aa [dev.fuzz] internal/fuzz: improve warning message when not instrumented Katie Hockman 2021-09-10 09:49:03 -04:00
  • 5013b77d1e [dev.fuzz] internal/fuzz: avoid incorrect bytes modification during minimization Katie Hockman 2021-09-09 11:02:30 -04:00
  • e6a0f72947 reflect: add hooks for dealing with narrow width floats Michael Anthony Knyszek 2021-09-03 21:35:59 +00:00
  • 63b9ca56bb [dev.fuzz] all: merge master (65f0d24) into dev.fuzz Jay Conrod 2021-09-08 12:46:16 -07:00
  • 0b3c831147 internal/poll: report open fds when TestSplicePipePool fails Ian Lance Taylor 2021-09-08 16:21:33 -07:00
  • b5809cc8cc [dev.fuzz] internal/fuzz: only reconstruct inputs when needed on RPC return Jay Conrod 2021-09-02 14:57:43 -07:00
  • 1e166791b5 [dev.fuzz] internal/fuzz: fix panic when marshaling data Katie Hockman 2021-09-08 14:06:52 -04:00
  • f662579696 [dev.fuzz] internal/fuzz: maintain debug info during minimization Roland Shoemaker 2021-09-02 14:38:58 -07:00
  • e9ef1a3b00 refect: rename Ptr Kind to Pointer (but keep Ptr) Brad Fitzpatrick 2021-08-11 10:54:39 -07:00
  • 989be686ca [dev.fuzz] internal/fuzz: don't store corpus in memory Roland Shoemaker 2021-08-25 13:31:19 -07:00
  • 801a093b66 [dev.fuzz] internal/fuzz: minimize inputs that expand coverage Jay Conrod 2021-08-17 13:25:12 -07:00
  • e62d7233f7 [dev.fuzz] internal/fuzz: fail minimization on non-reproducible crash Jay Conrod 2021-08-16 16:48:27 -07:00
  • 2b5b01b462 [dev.fuzz] internal/fuzz: ensure crash is written if minimization interrupted Jay Conrod 2021-08-16 16:16:51 -07:00
  • ad0c1d7be4 [dev.fuzz] internal/fuzz: count coverage-only runs toward -fuzztime Jay Conrod 2021-08-27 13:45:32 -07:00
  • 0234baf05d [dev.fuzz] internal/fuzz: count -fuzzminimizetime toward -fuzztime Jay Conrod 2021-08-06 16:15:48 -07:00
  • 2cf1d03100 [dev.boringcrypto] crypto/tls: permit P-521 in FIPS mode Watson Ladd 2021-08-20 15:52:08 -07:00
  • 624a14945c [dev.boringcrypto] crypto/tls: use correct config in TestBoringClientHello Sofía Celi 2021-08-26 12:52:02 +00:00
  • 6ebf22f946 crypto/tls: fix typo in PreferServerCipherSuites comment vinckr 2021-08-26 10:59:02 +00:00
  • ce914eab65 all: replace runtime SSE2 detection with GO386 setting Martin Möhrmann 2021-08-23 11:34:51 +02:00
  • 0f3e028032 [dev.fuzz] internal/fuzz: coarsen each coverage counter when taking a snapshot Jay Conrod 2021-07-30 15:55:31 -07:00
  • 56b6d30531 runtime: use RDTSCP for instruction stream serialized read of TSC Martin Möhrmann 2021-08-23 13:53:22 +02:00
  • 6bfc209247 internal/buildcfg: change GOEXPERIMENT to always return non-empty string Matthew Dempsky 2021-08-23 11:40:56 -07:00
  • af2873c570 crypto/rand, internal/syscall/unix: don't use getentropy on iOS Tobias Klauser 2021-08-19 16:36:38 +02:00
  • 69faaa7764 net: reduce allocations for UDP send/recv on Windows Josh Bleecher Snyder 2021-06-28 15:41:20 -07:00
  • 56acb39250 net: reduce allocation size in ReadFromUDP Josh Bleecher Snyder 2021-02-11 19:34:22 -08:00
  • 1471908ea6 net: remove allocation from UDPConn.WriteTo Josh Bleecher Snyder 2021-05-26 12:55:16 -07:00
  • e552a734b1 [dev.boringcrypto] all: merge commit 57c115e1 into dev.boringcrypto Roland Shoemaker 2021-08-16 09:14:21 -07:00
  • 4a20a4d21d internal/syscall/unix: change Ioctl arg type to unsafe.Pointer on AIX Matt Layher 2021-08-09 17:12:37 -04:00
  • 288a60ce1a all: gofmt more (but vendor, testdata, and top-level test directories) Dmitri Shuralyov 2021-08-09 20:29:14 -04:00
  • 59e941e13d [dev.typeparams] all: merge master (46fd547) into dev.typeparams Matthew Dempsky 2021-08-12 12:18:51 -07:00
  • 2b85678a01 internal/goversion: update Version to 1.18 Carlos Amedee 2021-08-11 17:19:21 -04:00
  • 4166b3c44d [dev.typeparams] runtime, internal/bytealg: remove regabi fallback code on AMD64 Cherry Mui 2021-08-02 18:28:40 -04:00
  • 1ce3fdeece [dev.typeparams] internal/buildcfg: always enable regabi on AMD64 Cherry Mui 2021-08-02 12:18:19 -04:00
  • cc12929353 [dev.typeparams] internal/goexperiment: update comment for RegabiArgs requirements Cherry Mui 2021-08-02 12:17:13 -04:00
  • 480b8ad4b3 [dev.typeparams] all: merge master (c8f4e61) into dev.typeparams Matthew Dempsky 2021-07-20 12:46:13 -07:00
  • f3f14acf5a [dev.fuzz] internal/fuzz: avoid marshaling input before calling fuzz function Jay Conrod 2021-07-12 15:39:43 -07:00
  • c6d8571778 [dev.fuzz] internal/fuzz: add more benchmarks for workers Jay Conrod 2021-07-09 15:24:15 -07:00
  • 40491a5eff [dev.fuzz] internal/fuzz: fix two bugs in BenchmarkWorkerFuzzOverhead Jay Conrod 2021-07-12 14:31:58 -07:00
  • 0b2885c8c0
    Backport fix for CVE-2021-34558 (#80) v1.0.0 Rod Hynes 2021-07-13 12:56:36 -04:00
  • 6020717a38 Backport fix for CVE-2021-34558 Rod Hynes 2021-07-13 09:46:49 -04:00
  • bedbe86783 crypto/tls: test key type when casting Roland Shoemaker 2021-06-09 11:31:27 -07:00
  • cc3fc8b77e [dev.typeparams] internal/buildcfg: allow regabiwrappers on all GOARCH Matthew Dempsky 2021-07-09 11:15:23 -07:00
  • 4aff59a7b1 [dev.typeparams] all: merge master (296ddf2) into dev.typeparams Matthew Dempsky 2021-07-08 13:04:25 -07:00
  • ff32d756d5 Update oudated comment makdon 2021-05-17 16:27:11 +00:00
  • 6a8bb28299 [dev.fuzz] internal/fuzz: improve handling of worker termination by signal Jay Conrod 2021-07-07 16:27:22 -07:00
  • 698e236cde [dev.typeparams] all: merge master (4711bf3) into dev.typeparams Matthew Dempsky 2021-06-30 18:19:26 -07:00