Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
370 commits
Select commit Hold shift + click to select a range
88c7d19
tka: compact TKA storage on startup
Mar 1, 2023
73fa7dd
util/slicesx: add package for generic slice functions, use
andrew-d Mar 3, 2023
1210032
net/interfaces: always return an IPv4 LikelyHomeRouterIP
andrew-d Mar 3, 2023
b9ebf7c
tstest: add method to Replace values for tests
Mar 4, 2023
2d3ae48
net/interfaces: add better test for LikelyHomeRouterIP
andrew-d Mar 4, 2023
a9c17db
ipn/ipnlocal: reject unmasked routes
andrew-d Feb 19, 2023
57a4484
licenses: update win/apple licenses
Mar 4, 2023
1a30b2d
all: use tstest.Replace more
Mar 4, 2023
69f9c17
ipn/localapi: fix panic after handler returns
andrew-d Mar 4, 2023
d379a25
net/portmapper: don't pick external ports below 1024
andrew-d Mar 4, 2023
51eb0b2
net/portmapper: send UPnP protocol in upper-case
andrew-d Mar 4, 2023
f6cd244
net/portmapper: relax source port check for UPnP responses
andrew-d Mar 4, 2023
045f995
ipn/localapi: close portmapper after debug
andrew-d Mar 5, 2023
9ff51ca
wgengine/netstack: add support for custom UDP flow handlers
bradfitz Mar 5, 2023
0f43591
tsnet: add UDP support to Server.Listen
bradfitz Mar 5, 2023
96a555f
net/socks5: add password auth support
crawshaw Mar 5, 2023
df2561f
ipn/ipnlocal: stop netmap expiry timer when resetting control client
andrew-d Mar 6, 2023
387b68f
tsnet: generalize loopback listener to include SOCKS5
crawshaw Mar 5, 2023
2263d9c
cmd/tsconnect: pop CTA to make everything work with tailnet lock
Mar 3, 2023
9687f37
net/dns: deal with Windows wsl.exe hangs
dblohm7 Mar 6, 2023
6ac6ddb
sockstats: switch label to enum
mihaip Mar 6, 2023
3b18e65
licenses: update android licenses
Mar 7, 2023
9112e78
tstime: add Sleep (#7480)
dsnet Mar 7, 2023
7e6c5a2
tstime: rely on stdlib parse functionality (#7482)
dsnet Mar 7, 2023
b46c5ae
cmd/sniproxy: draw the rest of the DNS owl.
DentonGentry Mar 6, 2023
49e2d3a
words: add word we forgot
bradfitz Mar 7, 2023
f7a7957
sniproxy: add promote-https (#7487)
shayne Mar 7, 2023
9245d81
tsnet: explicit message for panic seen in CI
crawshaw Mar 7, 2023
be107f9
wgengine/magicsock: track per-endpoint changes in ringbuffer
andrew-d Feb 21, 2023
3862a1e
derp/derphttp: cleanup WebSocket connection on close
kylecarbs Mar 7, 2023
5b68dcc
go.mod.sri: update for toolchain change.
danderson Mar 7, 2023
a75360c
util: add truncate package (#7490)
creachadair Mar 7, 2023
c09578d
.github: update tibdex/github-app-token to release v1.8.0 (#7495)
creachadair Mar 7, 2023
b0cb39c
tsnet: only intercept TCP flows that have listeners
Mar 7, 2023
48f6c1e
control/controlclient: improve handling of concurrent lite map requests
andrew-d Mar 7, 2023
6eca47b
Revert "control/controlclient: improve handling of concurrent lite ma…
Mar 8, 2023
f4f8ed9
sockstats: add validation for TCP socket stats
mihaip Mar 8, 2023
ce99474
all: implement preauth-key support with tailnet lock
Mar 2, 2023
a2be1aa
logtail: remove unncessary response read
mihaip Mar 8, 2023
e696826
ssh/tailssh: use context.WithCancelCause
Mar 9, 2023
4c2f67a
net/sockstat: fix per-interface statistics not always being available
mihaip Mar 8, 2023
87b4bbb
tstime/rate: add Value (#7491)
dsnet Mar 9, 2023
be027a9
control/controlclient: improve handling of concurrent lite map requests
Mar 9, 2023
dad78f3
syncs: add WaitGroup wrapper (#7481)
dsnet Mar 9, 2023
b797f77
ipn/ipnlocal: add support for funnel in tsnet
Mar 8, 2023
3471fbf
cmd/tailscale: surface node-key for locked out tailnet-lock peers
Mar 8, 2023
92fc243
cmd/tailscale: annotate tailnet-lock keys which wrap pre-auth keys
Mar 8, 2023
1e72de6
ipn/ipnlocal: remove WIP restriction for Tailscale SSH on macOS
Mar 9, 2023
ea81bff
sockstats: export as client metrics
mihaip Mar 9, 2023
b64d78d
sockstats: refactor validation to be opt-in
mihaip Mar 9, 2023
920de86
licenses: update android licenses
Mar 10, 2023
f0d6228
ipn/localapi: flesh out the 'debug derp' checks
andrew-d Mar 8, 2023
047b324
scripts/installer: add PureOS and Amazon Linux Next
DentonGentry Mar 1, 2023
ccdd534
tsnet: add ListenFunnel
Mar 10, 2023
3ff44b2
ipn: add Funnel port check from nodeAttr
Mar 11, 2023
e109cf9
tsnet/tsnet: clear ipn.ServeConfig on Up for tsnet apps (#7534)
shayne Mar 11, 2023
958c894
tsnet: add CertDomains helper (#7533)
Mar 11, 2023
83fa17d
various: pass logger.Logf through to more places
andrew-d Mar 12, 2023
223713d
tailcfg,all: add and use Node.IsTagged()
Mar 13, 2023
09aed46
cmd/tailscale/cli: update docs and unhide configure
Mar 10, 2023
56526ff
tailcfg: bump capver for 1.38
Mar 10, 2023
489e27f
cmd/k8s-operator: make auth proxy pass tags as Impersonate-Group
Mar 13, 2023
558735b
cmd/k8s-operator: require HTTPS to be enabled for AuthProxy
Mar 13, 2023
5e8a80b
all: replace /kb/ links with /s/ equivalents
Mar 13, 2023
a1d9f65
ipn,log: add logger for sockstat deltas
willnorris Mar 8, 2023
09e0ccf
ipn: add c2n endpoint for sockstats logs
willnorris Mar 10, 2023
c87782b
cmd/k8s-operator: drop trailing dot in tagged node name
Mar 13, 2023
8c4adde
log/sockstatlog: also shutdown the poll goroutine
Mar 13, 2023
6ef2105
log/sockstatlog: only start once; don't copy ticker
willnorris Mar 13, 2023
2b892ad
cmd/tailscale/cli: [serve] rework commands based on feedback (#6521)
shayne Mar 14, 2023
b4d3e29
tsnet: avoid deadlock on close
Mar 14, 2023
51b0169
licenses: update win/apple licenses
Mar 14, 2023
6d3490f
VERSION.txt: this is 1.39
DentonGentry Mar 14, 2023
9ebab96
version/mkversion: don't break on tagged go.mod entries
danderson Mar 14, 2023
97b6d3e
sockstats: remove per-interface stats from Get
mihaip Mar 14, 2023
df3996c
tool/gocross: bootstrap correctly on an older toolchain
danderson Feb 27, 2023
9526858
control/controlclient: fix accidental backoff reset
win-t Mar 14, 2023
1f95bfe
tool/gocross: adjust Xcode flags to match new Xcode env
danderson Mar 3, 2023
0498d5e
tool/gocross: delete bootstrap tarball downloads after use
danderson Mar 15, 2023
c6d96a2
tsnet: do not start logtail in tests
Mar 16, 2023
f34590d
tsnet: add test for Funnel connections
Mar 9, 2023
9534783
tailscale/cmd: Warn for up --force-reauth over SSH without accepting …
zofrex Mar 16, 2023
95494a1
.github: use unique names for jobs
Mar 16, 2023
82e067e
build_dist.sh: make cross-compilation friendly
nshalman Mar 16, 2023
927e2e3
.github: Bump actions/setup-go from 3 to 4
dependabot[bot] Mar 20, 2023
60a028a
.github: Bump peter-evans/create-pull-request from 4.1.4 to 4.2.4
dependabot[bot] Mar 20, 2023
e59dc29
prober: log client pubkeys on derp mesh probe failures
knyar Mar 20, 2023
50d211d
cmd/derpprobe: allow running all probes at the same time
knyar Mar 20, 2023
654b5a0
derp: add optional debug logging for prober clients
knyar Mar 20, 2023
e1fb687
cmd/tailscale/cli: fix inconsistency between serve text and example c…
mihaip Mar 17, 2023
ccace1f
ssh/tailssh: fix privilege dropping on FreeBSD; add tests
andrew-d Mar 20, 2023
ebc630c
net/interfaces: also allow link-local for AzureAppServices.
DentonGentry Mar 19, 2023
df02bb0
tool/gocross: fail if the toolchain revision isn't findable
danderson Mar 20, 2023
e7a78bc
tool/gocross: support running from outside the repo dir
danderson Mar 20, 2023
d2dec13
net/sockstats: export cellular-only clientmetrics
mihaip Mar 20, 2023
f11c270
go.toolchain.rev: bump Go toolchain
bradfitz Mar 21, 2023
c9a4dbe
tool/gocross: correctly embed the git commit into gocross
danderson Mar 21, 2023
39b2895
ssh/tailssh: make uid an int instead of uint64
andrew-d Mar 21, 2023
812025a
words: what?! a llama?! he's supposed to be dead! (#7623)
samlinville Mar 21, 2023
3efd835
tailcfg: add recorders field to SSHRule struct
Mar 21, 2023
1b78dc1
tailcfg: move recorders field from SSHRule to SSHAction
Mar 21, 2023
60cd4ac
cmd/tailscale/cli: move tskey-wrap functionality under lock sign
Mar 20, 2023
916aa78
ssh/tailssh: stream SSH recordings to configured recorders
Mar 21, 2023
cc38060
scripts/installer.sh: Add Ubuntu Lunar Lobster 23.04.
DentonGentry Mar 21, 2023
7a97e64
ssh/tailssh: add more metadata to recording header
Mar 21, 2023
d92047c
ssh/tailssh: allow recorders to be configured on the first or final a…
Mar 21, 2023
7083246
prober: only record latency for successful probes
knyar Mar 21, 2023
731688e
ipn/localapi: add endpoint for adding debug log entries
mihaip Mar 21, 2023
f13b8bf
log: use logtail to log and upload sockstat logs
willnorris Mar 22, 2023
c350cd1
ssh/tailssh: use background context for uploading recordings
Mar 22, 2023
9de8287
ssh/tailssh: lock OS thread during incubator
andrew-d Mar 23, 2023
13377e6
ssh/tailssh: always assert our final uid/gid
andrew-d Mar 23, 2023
57a008a
all: pass log IDs as the proper type rather than strings
willnorris Mar 23, 2023
9d8b7a7
ipn/store/kubestore: handle "/" in ipn.StateKeys
Mar 23, 2023
8765568
ssh/tailssh: add docs to CastHeader fields
Mar 23, 2023
8a24648
ssh/tailssh: enable recording of non-pty sessions
Mar 23, 2023
df89b7d
cmd/k8s-operator: disable HTTP/2 for the auth proxy
Mar 23, 2023
583e86b
ssh/tailssh: handle session recording when running in userspace mode
Mar 23, 2023
f61b306
tailcfg: add Node.SelfNodeV4MasqAddrForThisPeer
Mar 3, 2023
535fad1
net/tstun: rename filterIn/filterOut methods to be more descriptive
Mar 16, 2023
bb31fd7
net/tstun: add inital support for NAT v4
Dec 9, 2022
f6ea686
tstest/integration: add ping test w/ masquerades
Mar 3, 2023
0bf8c8e
net/tstun: use p.Buffer() in more places
Mar 21, 2023
0e203e4
net/packet: add checksum update tests
Mar 21, 2023
ec90522
ipn/ipnlocal: also store ACME keys in the certStore
Mar 22, 2023
8a11f76
ipn/ipnlocal: fix cert storage in Kubernetes
Mar 22, 2023
9e81db5
ipn/ipnlocal: use atomicfile.WriteFile in certFileStore
Mar 24, 2023
4a89642
log/sockstatlog: make shutdown close idle connections
Mar 24, 2023
4cb1bfe
net/netcheck: improve determinism in hairpinning test
andrew-d Mar 24, 2023
6f9aed1
scripts: use pkg server to determine supported deb/rpm distros
knyar Jan 27, 2023
33b3596
net/dns: don't send on closed channel in resolvedManager
andrew-d Mar 24, 2023
ca19cf1
log/sockstatlog: add resource cleanup test
Mar 24, 2023
7300b90
logpolicy: split out DialContext into a func
Mar 24, 2023
8ac5976
logpolicy: do not upload logs in tests
Mar 24, 2023
d2fd101
net/tstun: only log natConfig on changes
Mar 24, 2023
d39a5e4
tsnet: support TS_AUTH_KEY variant too
Mar 24, 2023
09d0b63
ssh/tailssh: add session recording test for non-pty sessions
Mar 24, 2023
74eb99a
derp, derphttp, magicsock: send new unknown peer frame when destinati…
valscale Mar 25, 2023
d5abdd9
scripts/installer: add VMWare PhotonOS.
DentonGentry Mar 22, 2023
5ba57e4
ssh/tailssh: add tests for recording failure
Mar 25, 2023
ed10a17
scripts/installer.sh: check Photon OS version with pkg server.
DentonGentry Mar 26, 2023
7908b6d
ipn/ipnlocal: [serve] Trim mountPoint prefix from proxy path (#7334)
shayne Mar 27, 2023
3177cca
ipn/ipnlocal: [serve/funnel] use actual SrcAddr as X-Forwarded-For (#…
shayne Mar 27, 2023
43f7ec4
funnel: change references from alpha to beta (#7613)
shayne Mar 27, 2023
2a933c1
cmd/tailscale: extend hostname validation (#7678)
knyar Mar 27, 2023
920ec69
tsnet,wgenegine/netstack: add test and fix resource leaks
Mar 27, 2023
7c99210
log: allow toggling sockstat logs via c2n component logging
willnorris Mar 27, 2023
3ba9f8d
util/codegen: add -copyright to control presence of copyright headers
josharian Mar 27, 2023
840d69e
licenses: update win/apple licenses
Mar 27, 2023
946451b
licenses: update win/apple licenses
Mar 28, 2023
27e37cf
go.mod, net/tstun, wgengine/magicsock: update wireguard-go (#7712)
jwhited Mar 28, 2023
cb960d6
go.mod.sri: update SRI hash for go.mod changes
Mar 28, 2023
e04acab
ssh/tailssh: fix race in errors returned when starting recorder
Mar 29, 2023
c628132
wgengine/netstack: do not send packets to netstack after close
raggi Mar 29, 2023
a31e43f
go.mod: bump gvisor to 20230320 for dispatcher locking
raggi Mar 29, 2023
8c2b755
tool/gocross: use grep -E over egrep to avoid warning
raggi Mar 29, 2023
524f53d
licenses: update tailscale{,d} licenses
Mar 29, 2023
c98652c
doctor/permissions: add new check to print process permissions
andrew-d Mar 29, 2023
2522b06
tempfork/device: add a temp fork of golang.zx2c4.com/wireguard/device
Mar 28, 2023
d1d5d52
net/tstun/table: add initial RoutingTable implementation
Mar 29, 2023
985535a
net/tstun,wgengine/*: add support for NAT to routes
Mar 29, 2023
62a1e9a
log/sockstatlog: add delay before writing logs to disk
willnorris Mar 29, 2023
38e4d30
net/tshttpproxy: don't proxy through ourselves
andrew-d Mar 5, 2023
e99c7c3
sockstats: add labels for netlog and sockstatlog packages
willnorris Mar 29, 2023
7b4e85a
licenses: update win/apple licenses
Mar 29, 2023
2b00d69
licenses: update win/apple licenses
Mar 29, 2023
e0d291a
ipn/store: add support for stores to hook into a custom dialer
Mar 29, 2023
3b39ca9
ipn/ipnlocal: update comment in SetComponentDebugLogging
andrew-d Mar 30, 2023
8ed4fd1
envknob/logknob: add package for configurable logging
andrew-d Mar 15, 2023
40fa2a4
envknob,net/tstun,wgengine: use TS_DEBUG_MTU consistently
raggi Mar 30, 2023
0258208
cmd/tsconnect: allow root directory to be passed in
mihaip Mar 30, 2023
f4da995
atomicfile: reject overwriting irregular files
raggi Mar 31, 2023
38bbb30
.github/workflows: remove tsconnect-pkg-publish.yml
mihaip Mar 31, 2023
1bf65e4
go.mod.sri: update SRI hash for go.mod changes
Mar 29, 2023
59879e5
cmd/tailscale/cli: make serve and funnel visible in list (#7737)
shayne Apr 3, 2023
483109b
client/tailscale: Fix NPE caused by erroneous close in error case
Apr 3, 2023
8d3acc9
util/sysresources, magicsock: scale DERP buffer based on system memory
andrew-d Apr 3, 2023
e3cb8cc
ipn/ipnlocal: automatically upload sockstats logs when the period ends
mihaip Apr 3, 2023
90fd04c
ipn/ipnlocal, util/winutil/policy: modify Windows profile migration t…
dblohm7 Mar 29, 2023
5a3da3c
ipn: add sockstat logger to stable builds
willnorris Apr 3, 2023
6d5c3c1
ipn: prefer allow/denylist terminology
willnorris Apr 4, 2023
4d1b3bc
net/art: implement the stride table building block of ART
danderson Apr 3, 2023
b0ed863
atomicfile: use /tmp for socket path on macOS
raggi Apr 4, 2023
45138fc
go.toolchain.rev: update for go 1.20.3
danderson Apr 4, 2023
f475e55
net/neterror, wgengine/magicsock: use UDP GSO and GRO on Linux (#7791)
jwhited Apr 4, 2023
7bfb774
derp,magicsock: add debug envknobs for HTTP and derp server name (#7744)
valscale Apr 5, 2023
ba4e58f
cmd/tailscale/cli: do not allow turning Funnel on while shields-up (#…
shayne Apr 5, 2023
765d325
go.mod: bump wireguard-go (#7792)
jwhited Apr 5, 2023
3d29da1
go.mod.sri: update SRI hash for go.mod changes
Apr 5, 2023
2c0bda6
ssh/tailssh: make Tailscale SSH work on gokrazy
bradfitz Apr 5, 2023
d42d570
ssh/tailssh: handle output matching better in tests (#7799)
Apr 5, 2023
81fd00a
cmd/tailscale/cli: [serve] add support for proxy paths (#7800)
shayne Apr 5, 2023
c0e0a54
cmd/tailscale: show reauth etc. links even if no login name (#7803)
phirework Apr 5, 2023
f49b9f7
util/clientmetric: allow client metric values to be provided by a fun…
mihaip Apr 5, 2023
07b29f1
licenses: update android licenses
Apr 5, 2023
7012bf7
licenses: update tailscale{,d} licenses
Apr 5, 2023
92459a9
licenses: update win/apple licenses
Apr 6, 2023
6a627e5
net, wgengine/capture: encode NAT addresses in pcap stream
Mar 30, 2023
75784e1
sockstats: add client metrics for radio power state
willnorris Apr 3, 2023
22680a1
net/sockstats: return early if no radio period length
willnorris Apr 7, 2023
e978299
net/sockstats: disable deltas for the cell radio power state metric
mihaip Apr 8, 2023
6cfcb3c
wgengine/magicsock: fix synchronization of endpoint disco fields
raggi Apr 8, 2023
c573bef
tailcfg,wgengine: add initial support for WireGuard only peers
Apr 6, 2023
fb18af5
wgengine/netstack: fix data-race on startup
raggi Apr 10, 2023
a257b2f
wgengine/magicsock: add immutability documentation to endpointDisco
raggi Apr 10, 2023
e1b71c8
wgengine/magicsock: remove unused fields on discoInfo
raggi Apr 9, 2023
e09c434
wgengine/magicsock: remove locking sync requirements on conn disco keys
raggi Apr 9, 2023
f571536
go.mod: bump wireguard-go (#7836)
jwhited Apr 10, 2023
1bec2cb
go.mod.sri: update SRI hash for go.mod changes
Apr 10, 2023
03b2c44
ipn/ipnlocal: more explicitly say if sockstats are not available
mihaip Apr 10, 2023
cef0a47
ipn/ipnlocal: check that sockstatLogger is available in c2n endpoint
mihaip Apr 10, 2023
690446c
licenses: update android licenses
Apr 11, 2023
11e6247
tsweb: expose native Prometheus metrics in /debug/varz
knyar Apr 3, 2023
c153e6a
prober: migrate to Prometheus metric library
knyar Apr 3, 2023
8546ff9
tsweb: move varz handler(s) into separate modules
knyar Apr 10, 2023
7c95734
go.mod.sri: update SRI hash for go.mod changes
Apr 11, 2023
e5d272f
licenses: update win/apple licenses
Apr 10, 2023
33b006c
licenses: update tailscale{,d} licenses
Apr 11, 2023
bdc7a61
tool/gocross: add ts_macext build tag for Xcode builds
mihaip Apr 11, 2023
9e50da3
client/tailscale: dial LocalAPI at 127.0.0.1 on macOS
bradfitz Apr 12, 2023
bb34589
log/sockstatlog: limit sockstat logs to 5 MB
willnorris Apr 12, 2023
782ccb5
.github/workflows: run one set of tests with the tailscale_go build tag
mihaip Apr 12, 2023
edb02b6
net/sockstats: pass in logger to sockstats.WithSockStats
mihaip Apr 13, 2023
a7c910e
net/art: implement the Table type, a multi-level art route table.
danderson Apr 4, 2023
a5fd51e
net/art: disable the IPv6 100k routes benchmark.
danderson Apr 5, 2023
64bbf17
tailcfg: make SelfNodeV4MasqAddrForThisPeer a pointer
Apr 13, 2023
228d0c6
net/netcheck: use dnscache.Resolver when resolving DERP IPs
andrew-d Apr 14, 2023
c889254
net/art: skip tests on CI for now
bradfitz Apr 14, 2023
6866aae
wgengine/magicsock: factor out receiveIPv4 & receiveIPv6 common code
bradfitz Apr 14, 2023
4ecc7fd
api.md: update example auth key value
willnorris Apr 14, 2023
8dec1a8
.github/workflows: reenable Windows CI, disable broken tests
raggi Apr 14, 2023
f352f8a
util/set: move Slice type from corp to oss
andrew-d Apr 14, 2023
b7f51a1
.github/workflows: add artifact caching and remove double build on race
raggi Apr 14, 2023
bd0c32c
tsnet: disable TestLoopbackSOCKS5 on Windows
raggi Apr 15, 2023
20f17d6
wgengine/magicsock: reenable magicsock tests on Windows
raggi Apr 15, 2023
83c41f3
net/netcheck: remove unused method from interface
bradfitz Apr 15, 2023
29f7df9
wgengine/magicsock, etc: remove mostly unused WriteTo methods
bradfitz Apr 15, 2023
10f1c90
wgengine/magicsock, types/nettype, etc: finish ReadFromUDPAddrPort ne…
bradfitz Apr 15, 2023
4b49ca4
wgengine/magicsock: update comments on what implements conn.Bind
bradfitz Apr 16, 2023
80b138f
wgengine/magicsock: keep advertising endpoints after we stop discover…
andrew-d Apr 14, 2023
c5150ea
net/netcheck: reenable TestNodeAddrResolve on Windows
raggi Apr 14, 2023
162488a
net/interfaces: cache "home" router lookup on big Linux routers
bradfitz Apr 17, 2023
d5a870b
wgengine/monitor: add --monitor-duration flag to opt-in TestMonitorMode
bradfitz Apr 17, 2023
28cb122
.github: Bump actions/setup-go from 3 to 4
dependabot[bot] Apr 17, 2023
9a655a1
net/dnsfallback: more explicitly pass through logf function
mihaip Apr 17, 2023
ff1b35e
net/connstats: exclude traffic with internal Tailscale service (#7904)
dsnet Apr 17, 2023
280255a
various: add golangci-lint, fix issues (#7905)
andrew-d Apr 17, 2023
c7cea82
net/netns: don't log errors when we can't get the default route on Da…
mihaip Apr 18, 2023
bc7eadd
Merge remote-tracking branch 'upstream/main' into colin/update-ts-04
coadler Apr 18, 2023
f163acc
fix merge conflicts
coadler Apr 18, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
31 changes: 0 additions & 31 deletions .github/workflows/cifuzz.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
merge_group:
branches: [ main ]
schedule:
- cron: '31 14 * * 5'

Expand Down
55 changes: 0 additions & 55 deletions .github/workflows/cross-android.yml

This file was deleted.

63 changes: 0 additions & 63 deletions .github/workflows/cross-darwin.yml

This file was deleted.

57 changes: 0 additions & 57 deletions .github/workflows/cross-freebsd.yml

This file was deleted.

57 changes: 0 additions & 57 deletions .github/workflows/cross-loong64.yml

This file was deleted.

57 changes: 0 additions & 57 deletions .github/workflows/cross-openbsd.yml

This file was deleted.

58 changes: 0 additions & 58 deletions .github/workflows/cross-wasm.yml

This file was deleted.

Loading