Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from XTLS:main #134

Open
wants to merge 824 commits into
base: main
Choose a base branch
from
Open

[pull] main from XTLS:main #134

wants to merge 824 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Dec 13, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Dec 13, 2022
@yuhan6665 yuhan6665 force-pushed the main branch 2 times, most recently from 8d3bb28 to 7added2 Compare January 17, 2023 02:45
@yuhan6665 yuhan6665 force-pushed the main branch 2 times, most recently from 0570fab to bf35e9d Compare February 1, 2023 15:18
@RPRX RPRX force-pushed the main branch 2 times, most recently from e0b0201 to c3faa8b Compare February 8, 2023 06:45
@yuhan6665 yuhan6665 force-pushed the main branch 3 times, most recently from 2568a11 to 9e5bc07 Compare March 4, 2023 15:14
@nekohasekai nekohasekai force-pushed the main branch 2 times, most recently from 65e149a to 55efac7 Compare March 17, 2023 05:17
@RPRX RPRX force-pushed the main branch 2 times, most recently from 56c981e to 0573760 Compare March 23, 2023 08:45
@yuhan6665 yuhan6665 force-pushed the main branch 2 times, most recently from e23110f to 82b0955 Compare March 24, 2023 22:46
@RPRX RPRX force-pushed the main branch 4 times, most recently from a877e96 to 30c2003 Compare March 26, 2023 10:52
@yuhan6665 yuhan6665 force-pushed the main branch 3 times, most recently from 10d23d2 to 2c0a89f Compare April 4, 2023 15:08
@RPRX RPRX force-pushed the main branch 2 times, most recently from a4ac3dd to 76b27a3 Compare April 8, 2023 12:27
@RPRX RPRX force-pushed the main branch 2 times, most recently from 6b6fbcb to 925a985 Compare February 10, 2025 08:26
dependabot bot and others added 14 commits February 10, 2025 08:30
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.32.0 to 0.33.0.
- [Commits](golang/crypto@v0.32.0...v0.33.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.34.0 to 0.35.0.
- [Commits](golang/net@v0.34.0...v0.35.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- In 03131c7 new flags were added for uplink/downlink, but that was not suffcient
- Now that the traffic state contains all possible info
- Each inbound and outbound is responsible to set their own CanSpliceCopy flag. Note that this also open up more splice usage. E.g. socks in -> freedom out
- Fixes #4033
@RPRX RPRX force-pushed the main branch 3 times, most recently from 0996ba2 to b38a53e Compare February 20, 2025 16:27
RPRX and others added 5 commits February 20, 2025 16:28
* added support of sending through origin for outbounds

* added strings package import

* usage of net.SplitHostPort instead of manual splitting

---------

Co-authored-by: poly <poly@>
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.49.0 to 0.50.0.
- [Release notes](https://github.com/quic-go/quic-go/releases)
- [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md)
- [Commits](quic-go/quic-go@v0.49.0...v0.50.0)

---
updated-dependencies:
- dependency-name: github.com/quic-go/quic-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fangliding and others added 4 commits February 25, 2025 13:11
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](google/go-cmp@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: github.com/google/go-cmp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.33.0 to 0.35.0.
- [Commits](golang/crypto@v0.33.0...v0.35.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [lukechampine.com/blake3](https://github.com/lukechampine/blake3) from 1.3.0 to 1.4.0.
- [Commits](lukechampine/blake3@v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: lukechampine.com/blake3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.