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

Feat: add transport original name to listen unix #2048

Merged
merged 1 commit into from
Oct 8, 2022

Conversation

AkinoKaede
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Oct 8, 2022

Codecov Report

Base: 39.06% // Head: 38.97% // Decreases project coverage by -0.09% ⚠️

Coverage data is based on head (7bf2ae1) compared to base (a4a3f4d).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2048      +/-   ##
==========================================
- Coverage   39.06%   38.97%   -0.10%     
==========================================
  Files         613      616       +3     
  Lines       36277    36445     +168     
==========================================
+ Hits        14173    14204      +31     
- Misses      20544    20655     +111     
- Partials     1560     1586      +26     
Impacted Files Coverage Δ
transport/internet/tcp_hub.go 26.66% <0.00%> (-1.25%) ⬇️
app/router/command/errors.generated.go 0.00% <0.00%> (-100.00%) ⬇️
app/router/command/command.go 36.92% <0.00%> (-3.08%) ⬇️
app/dns/dnscommon.go 86.36% <0.00%> (-1.52%) ⬇️
transport/internet/sockopt_linux.go 10.81% <0.00%> (ø)
transport/internet/udp/hub_linux.go 12.50% <0.00%> (ø)
transport/internet/tcp/sockopt_linux.go 38.46% <0.00%> (ø)
transport/pipe/impl.go 89.89% <0.00%> (+2.02%) ⬆️
transport/internet/config.go 29.72% <0.00%> (+2.70%) ⬆️
transport/internet/kcp/dialer.go 84.31% <0.00%> (+3.92%) ⬆️
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@AkinoKaede AkinoKaede merged commit b9a8a7e into v2fly:master Oct 8, 2022
@Farzadgahramani
Copy link

سلام من نمی توانم سرور جدید را دریافت کنم لطفا کمک کنید

maskedeken pushed a commit to maskedeken/v2ray-core that referenced this pull request Mar 10, 2023
Co-authored-by: ksco.he <[email protected]>
Co-authored-by: 秋のかえで <[email protected]>

Chore: bump google.golang.org/grpc from 1.49.0 to 1.50.0 (v2fly#2046)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

fix: socks4/4a client handshake (v2fly#1971)

Feat: add transport original name to listen unix (v2fly#2048)

Feat: add bind to device to Windows and Darwin (v2fly#1972)

fix: Replace "math/rand" with "crypto/rand" in padding generation(v2fly#2032)

Chore: github.com/lucas-clemente/quic-go from 0.29.0 to 0.29.1 (v2fly#2010)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

feat: Replace default Health Ping URL to HTTPS (v2fly#1991)

Chore: update dependencies (v2fly#1995)

Refactor: replace netaddr package with netipx (v2fly#1994)

Fix: remove v2ctl from debian/rules (v2fly#1954)

* Remove v2ctl from debian/rules

It seems to be left over from v2fly#488

* Chore: use Go v1.19 to build debian package

Co-authored-by: Loyalsoldier <[email protected]>

Chore: bump google.golang.org/grpc from 1.48.0 to 1.49.0 (v2fly#1935)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Chore: bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (v2fly#1959)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Chore: bump github.com/jhump/protoreflect from 1.12.0 to 1.13.0 (v2fly#1982)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

feat: Implement Match and MatchAny for all MatcherGroup, IndexMatcher

[common/strmatcher] Implement Match and MatchAny for all MatcherGroup and IndexMatcher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

V5版本,VMESS GRPC协议,监听 unix socket 启动报错 grpc unix istener not registered.
3 participants