Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

SagerNet

An anti-censorship community
Collective - Host: opensource - https://opencollective.com/sagernet - Website: https://sagernet.org/ - Code: https://github.com/SagerNet

documentation: Bump version

github.com/SagerNet/sing-box - e82dab027df19a3c1fbfb6d47d4acc1a9cccd9c6 authored about 1 year ago by 世界 <[email protected]>
docs: Remove obsolete fields

github.com/SagerNet/sing-box - 9350f3983b014470101ccb9d8704e25e575aa6b1 authored about 1 year ago by 世界 <[email protected]>
android: Add build info tools for debug

github.com/SagerNet/sing-box - 53b123241f4366c01098a61ab28d783ecfa7c3ce authored about 1 year ago by 世界 <[email protected]>
Add brutal debug option for Hysteria2

github.com/SagerNet/sing-box - 343e24969d680a5dbfbff87c3b4561f824c94da4 authored about 1 year ago by 世界 <[email protected]>
Add TLS self sign generate command

github.com/SagerNet/sing-box - 97286eea1e53ea7dff0fe1feb386abc6557f8d36 authored about 1 year ago by 世界 <[email protected]>
Update BBR and Hysteria congestion control & Migrate legacy Hysteria protocol to library

github.com/SagerNet/sing-box - 31c294d998081318b752bc8b884751cf22a2238d authored about 1 year ago by 世界 <[email protected]>
Improve naive auth logical

github.com/SagerNet/sing-box - ac930cf1aa6c39233183bea8d25b84b7df2acdf4 authored about 1 year ago by septs <[email protected]>
Improve HTTP headers option

github.com/SagerNet/sing-box - 41fd1778a72ecf9c22561d7690873d413eb2123a authored about 1 year ago by septs <[email protected]>
Fix netip.Prefix usage

github.com/SagerNet/sing-box - 3b161ab30c933d3f2448a9c24a5be6151654b76a authored about 1 year ago by 世界 <[email protected]>
Remove deprecated features

github.com/SagerNet/sing-box - aa05a4d05095ac64ef6da3c57e6cff41f5db9dc6 authored about 1 year ago by 世界 <[email protected]>
Update gVisor to 20230814.0

github.com/SagerNet/sing-box - e143fc510d0640cd100b1208e3e2c1244b8b406d authored about 1 year ago by 世界 <[email protected]>
Improve linux bind interface

github.com/SagerNet/sing-box - bea177a4cd46174f0f260430e264afab6df086ed authored about 1 year ago by 世界 <[email protected]>
Update workflows

github.com/SagerNet/sing-box - a8112ff8244c20869947dfa7c7b55b2e38daac0b authored about 1 year ago by 世界 <[email protected]>
documentation: Bump version

github.com/SagerNet/sing-box - a7710c3845fc1b70c5b390fb5b303d6a776435e4 authored about 1 year ago by 世界 <[email protected]>
Fix UDP domain NAT

github.com/SagerNet/sing-box - cb2e15f8a7cf804f70fe21263306afea6dc83d92 authored about 1 year ago by 世界 <[email protected]>
Add legacy builds for old Windows and macOS versions

github.com/SagerNet/sing-box - 23aa8a0543de5b81ad19b28a264756e61b99fb11 authored about 1 year ago by 世界 <[email protected]>
Fix outbound not found message

github.com/SagerNet/sing-box - edf7d046eb49f0cade4efdec537646c625fce310 authored about 1 year ago by 世界 <[email protected]>
Fix Linux IPv6 auto route rules

github.com/SagerNet/sing-box - de0b5cc1c2912890f4e4ec13b15c08f0c927e84c authored about 1 year ago by 世界 <[email protected]>
Fix TUIC server TLS config not started

github.com/SagerNet/sing-box - 2686e8afea903b85bf862f5bcc3c83b3f73f8a97 authored about 1 year ago by 世界 <[email protected]>
Update dependencies

github.com/SagerNet/sing-box - d9853ca2be05a2817d808f7aaf7019f60e342cd9 authored about 1 year ago by 世界 <[email protected]>
documentation: Bump version

github.com/SagerNet/sing-box - b617eb5adf71b7ad6044159678c9cb232e891037 authored about 1 year ago by 世界 <[email protected]>
makefile: Fix release command

github.com/SagerNet/sing-box - ddf38799e269a4380d05d2f406a892de100fa882 authored about 1 year ago by 世界 <[email protected]>
device: ratchet up max segment size on android

GRO requires big allocations to be efficient. This isn't great, as there
might be Android memory...

github.com/SagerNet/wireguard-go - 2e0774f246fb4fc1bd5cb44584d033038c89174e authored about 1 year ago by Jason A. Donenfeld <[email protected]>
conn: set unused OOB to zero length

Otherwise in the event that we're using GSO without sticky sockets, we
pass garbage OOB buffers ...

github.com/SagerNet/wireguard-go - b3df23dcd40ba4568572f338f9fd16b87053fc29 authored about 1 year ago by Jason A. Donenfeld <[email protected]>
conn: fix cmsg data padding calculation for gso

Signed-off-by: Jason A. Donenfeld <[email protected]>

github.com/SagerNet/wireguard-go - f502ec3fad116d11109529bcf283e464f4822c18 authored about 1 year ago by Jason A. Donenfeld <[email protected]>
conn: separate gso and sticky control

Android wants GSO but not sticky.

Signed-off-by: Jason A. Donenfeld <[email protected]>

github.com/SagerNet/wireguard-go - 5d37bd24e14e3fff6c1ce61e299480beb3d68c00 authored about 1 year ago by Jason A. Donenfeld <[email protected]>
makefile: Add -allowProvisioningUpdates to Apple build commands

github.com/SagerNet/sing-box - 5291d43dc859a195466fdb99a0e760c74fdb5748 authored about 1 year ago by 世界 <[email protected]>
Fix invalid address check in UoT conn

github.com/SagerNet/sing-box - a634830d85b884b73cd754aef93b73374479b7ff authored about 1 year ago by 世界 <[email protected]>
conn: harmonize GOOS checks between "linux" and "android"

Otherwise GRO gets enabled on Android, but the conn doesn't use it,
resulting in bundled packets...

github.com/SagerNet/wireguard-go - 24ea13351eb7a06c3760f2eae18a484ce009fcf9 authored about 1 year ago by Jason A. Donenfeld <[email protected]>
conn: simplify supportsUDPOffload

This allows a kernel to support UDP_GRO while not supporting
UDP_SEGMENT.

Signed-off-by: Jason ...

github.com/SagerNet/wireguard-go - 177caa7e4419d1b95bbf0423f6be6230c7101504 authored about 1 year ago by Jason A. Donenfeld <[email protected]>
Add retry for bbolt open

github.com/SagerNet/sing-box - e5d191ca73eb9cd26465348b1e78679486293c3f authored about 1 year ago by 世界 <[email protected]>
Update dependencies

github.com/SagerNet/sing-box - 2371f0fd51c80a4952eadbc837b1b27aef006fd4 authored about 1 year ago by 世界 <[email protected]>
Fix bbolt panic on arm32

github.com/SagerNet/sing-box - cfdce7a96f64b92dd180e9cc42ebb1c0f69d6b3f authored about 1 year ago by 世界 <[email protected]>
documentation: Bump version

github.com/SagerNet/sing-box - dc8ac01decb6ba298c6a43d7b2624ac991121a32 authored about 1 year ago by 世界 <[email protected]>
Fix task cancel context

github.com/SagerNet/sing-box - 5f18738b2b9060e8112c2123882600c524d700b8 authored about 1 year ago by 世界 <[email protected]>
go.mod,tun/netstack: bump gvisor

Signed-off-by: James Tucker <[email protected]>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4...

github.com/SagerNet/wireguard-go - 42ec952eadc297efadc70b9911d5a59bcd2db4a6 authored about 1 year ago by James Tucker <[email protected]>
tun: fix crash when ForceMTU is called after close

Close closes the events channel, resulting in a panic from send on
closed channel.

Reported-By:...

github.com/SagerNet/wireguard-go - ec8f6f82c20c617a3ea94478f2b5e4d49c6d3c2c authored about 1 year ago by James Tucker <[email protected]>
device: move Queue{In,Out}boundElement Mutex to container type

Queue{In,Out}boundElement locking can contribute to significant
overhead via sync.Mutex.lockSlow...

github.com/SagerNet/wireguard-go - 1ec454f253c068f74ba7a7aea34546c9819493c0 authored about 1 year ago by Jordan Whited <[email protected]>
tun: reduce redundant checksumming in tcpGRO()

IPv4 header and pseudo header checksums were being computed on every
merge operation. Additional...

github.com/SagerNet/wireguard-go - 8a015f7c766564c21f6bef6fdddedce7e2ede830 authored about 1 year ago by Jordan Whited <[email protected]>
device: distribute crypto work as slice of elements

After reducing UDP stack traversal overhead via GSO and GRO,
runtime.chanrecv() began to account...

github.com/SagerNet/wireguard-go - 4201e08f1dbb521e5555d96a3b6464a860466f5f authored about 1 year ago by Jordan Whited <[email protected]>
tun: unwind summing loop in checksumNoFold()

$ benchstat old.txt new.txt
goos: linux
goarch: amd64
pkg: golang.zx2c4.com/wireguard/tun
cpu: 1...

github.com/SagerNet/wireguard-go - 895d6c23cd60bd0522c5b6598a69ad6c5f1ab3a7 authored about 1 year ago by Jordan Whited <[email protected]>
conn, device: use UDP GSO and GRO on Linux

StdNetBind probes for UDP GSO and GRO support at runtime. UDP GSO is
dependent on checksum offlo...

github.com/SagerNet/wireguard-go - 6a84778f2ca810f5fb5cb078e001494f08d9085f authored about 1 year ago by Jordan Whited <[email protected]>
Fix compatibility with Android 14

github.com/SagerNet/sing-box - 7b4e4ca2d0045a3e1c4a2850f79effebe1056cab authored about 1 year ago by 世界 <[email protected]>
platform: Also reset connections on wake

github.com/SagerNet/sing-box - 01ba4668b6d26365a96fde1b75fc9be77666181c authored about 1 year ago by 世界 <[email protected]>
Fix connect domain for IP outbound

github.com/SagerNet/sing-box - e782d218066547fedf65f631d8fe5748a003c75a authored about 1 year ago by dyhkwong <[email protected]>
documentation: Bump version

github.com/SagerNet/sing-box - 00155d61fc854bf11783886f7516c440a508acbd authored about 1 year ago by 世界 <[email protected]>
documentation: Bump version

github.com/SagerNet/sing-box - 8f2273a2b44d0bc58900f7319e40416565be1cce authored about 1 year ago by 世界 <[email protected]>
Update dependencies

github.com/SagerNet/sing-box - 0d0526afa2d7bcb5ad9cbfed360b6ac494173eac authored about 1 year ago by 世界 <[email protected]>
Fix UDP dialer network

github.com/SagerNet/sing-box - ac2d07b61a0fb967bd030bcf60c099658d09002e authored over 1 year ago by 世界 <[email protected]>
Fix ip_version does not take effect

github.com/SagerNet/sing-box - d35487f4228dfa3b7143687322e0ebfde7d45d89 authored over 1 year ago by 世界 <[email protected]>
documentation: Bump version

github.com/SagerNet/sing-box - 2749f4a0139153ce096ae2447b2b3451575d6087 authored over 1 year ago by 世界 <[email protected]>
platform: Fix log server

github.com/SagerNet/sing-box - 45c679648ee9e6dd02e6518ed2dfc5502a34cbf3 authored over 1 year ago by 世界 <[email protected]>
Fix HTTP inbound leak

github.com/SagerNet/sing-box - 5f2f7fc8b9e4548d6377d508a0c81261b272c48d authored over 1 year ago by 世界 <[email protected]>
Update xcode version script

github.com/SagerNet/sing-box - 83c79102cfa5aa67f4ebc87f254ddbfb98873905 authored over 1 year ago by 世界 <[email protected]>
Update dependencies

github.com/SagerNet/sing-box - 8b95292e53f4471be8644f4ba53622554cb0650f authored over 1 year ago by 世界 <[email protected]>
Update dependencies

github.com/SagerNet/sing-dns - 2c42bf1d912c7a87a6164a6bd2871cc6a55ffa5e authored over 1 year ago by 世界 <[email protected]>
Fix concurrent access on task returnError

github.com/SagerNet/sing-box - 3de7a2ddd3aaedd10d1359931b3707be055a447b authored over 1 year ago by 世界 <[email protected]>
Fix set KDE system proxy

github.com/SagerNet/sing-box - 8437a6cb4e922f71ca176b047d4547ae617ccb63 authored over 1 year ago by Shanoa Ice <[email protected]>
documentation: Bump version

github.com/SagerNet/sing-box - 9c4d08c6e1b57af790e7e7c42294da7439d17e17 authored over 1 year ago by 世界 <[email protected]>
Remove invalid code

github.com/SagerNet/sing-box - e26096085e73bfca1bd9bedcdd444d26b9a04a62 authored over 1 year ago by 世界 <[email protected]>
Fix DHCPv4 listen address

github.com/SagerNet/sing-box - 2f1b2199c58d52f79a1aa251e482b00b8a3e0056 authored over 1 year ago by 世界 <[email protected]>
Update dependencies

github.com/SagerNet/sing-box - abcf030d89c4040b4bc010d6f00215b63e329af3 authored over 1 year ago by 世界 <[email protected]>
documentation: Bump version

github.com/SagerNet/sing-box - af791db01f88501c2743ee55e35d9f837a89f94b authored over 1 year ago by 世界 <[email protected]>
Fix resolve dialer

github.com/SagerNet/sing-box - 7840dc73e3ba6dfd8b8c2f80b5744d7267b4e882 authored over 1 year ago by 世界 <[email protected]>
android: Fix netlink check

github.com/SagerNet/sing-box - df9050400ef932993e5396a6771019d558c98713 authored over 1 year ago by 世界 <[email protected]>
documentation: Bump version

github.com/SagerNet/sing-box - fdd38d6cf8682e76d2f778e05cc6bbf5e4d98442 authored over 1 year ago by 世界 <[email protected]>
Reject SOCKS4 unauthenticated request

github.com/SagerNet/sing-box - 9891fd672f5da9f20f59a1693271a946727f49e2 authored over 1 year ago by 世界 <[email protected]>
Don`t cache error from lookup transport

github.com/SagerNet/sing-dns - 9cc09becd01e46fc07e8d091a24dfc2521827c0a authored over 1 year ago by 世界 <[email protected]>
Update dependencies

github.com/SagerNet/sing-box - 92a84ee1127fe5d952fc8733a41d67d5d41cdb9c authored over 1 year ago by 世界 <[email protected]>
Fix payload not return to pool

github.com/SagerNet/sing-box - 4fb227ed865d5099c85fda7f7a2322750f86e73b authored over 1 year ago by 世界 <[email protected]>
documentation: Bump version

github.com/SagerNet/sing-box - 992331f17e3c5db1853b15e9e142413ecf04a9f1 authored over 1 year ago by 世界 <[email protected]>
Fix shadow-tls user context

github.com/SagerNet/sing-box - 97ab9bb194a513aac5c03efc97f1949586167084 authored over 1 year ago by 世界 <[email protected]>
Fix merge command

github.com/SagerNet/sing-box - fbaa2f9de95dc6c7b745dddc8ecb78d8d1a8c486 authored over 1 year ago by 世界 <[email protected]>
Improve URLTest delay calculate

github.com/SagerNet/sing-box - 61ac141124a6c8c09a35ba70a14b5587371cf5e7 authored over 1 year ago by 世界 <[email protected]>
Fix ACME DNS01 DNS challenge

github.com/SagerNet/sing-box - d4d49d9df5b14267c0deea4fe46717b87dfff4e2 authored over 1 year ago by 世界 <[email protected]>
Fix missing context in geo resources download

github.com/SagerNet/sing-box - c60a944aacad8ce0a5c2a43213eae58b33ce0ed6 authored over 1 year ago by 世界 <[email protected]>
documentation: Bump version

github.com/SagerNet/sing-box - 17584c245f5ddfe05de85f65d7bb9d4d59226257 authored over 1 year ago by 世界 <[email protected]>
Update dependencies

github.com/SagerNet/sing-box - 34a93171f0ffff51591c0fc05fa377bb4ff59615 authored over 1 year ago by 世界 <[email protected]>
Update dependencies

github.com/SagerNet/sing-shadowsocks - 0c1612d82399660553770d0a9f7f1de3fa94f808 authored over 1 year ago by 世界 <[email protected]>
Fix debug.SetMemoryLimit usage

github.com/SagerNet/sing-box - 678f6ef72f73ac053127adb491c116a71e019a85 authored over 1 year ago by 世界 <[email protected]>
documentation: Bump version

github.com/SagerNet/sing-box - ae8187ed15a8693ed8d3e49790aaf6be57d7503f authored over 1 year ago by 世界 <[email protected]>
Improve conntrack

github.com/SagerNet/sing-box - 12dd1ac87f7ef74e0a24be348c30c59057c02b9b authored over 1 year ago by 世界 <[email protected]>
documentation: Bump version

github.com/SagerNet/sing-box - 85c8f008850080363cade99e3fee01733cba3d6d authored over 1 year ago by 世界 <[email protected]>
Add merge command

github.com/SagerNet/sing-box - e7b7ae811f9bb1f33061210e1c25afb2fd79983e authored over 1 year ago by 世界 <[email protected]>
Don't return success as an error when the lookup result is empty

github.com/SagerNet/sing-box - a9743b77f6370b627e6ae02c5a83850f9e5b28be authored over 1 year ago by 世界 <[email protected]>
Don't return rcode error success when the lookup result is empty

github.com/SagerNet/sing-dns - d24aeae076018a41b1058e8b956e09811c66c5b4 authored over 1 year ago by 世界 <[email protected]>
Update quic-go

github.com/SagerNet/sing-box - 4068871d97970074c52542380994bcf3a80dc3e2 authored over 1 year ago by 世界 <[email protected]>
Update dependencies

github.com/SagerNet/sing-box - f05afcea39361edb6126bb0dec601a69ad2efd11 authored over 1 year ago by 世界 <[email protected]>
[dependencies] Update github-actions

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

github.com/SagerNet/sing-box - 688e9daef4fbd523d38917e70335f875092c276a authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fix hysteria2 mbps calculation

github.com/SagerNet/sing-box - 743df5373b02c8e08429a7507ebe1d3e40e381d2 authored over 1 year ago by 世界 <[email protected]>
Add ACME DNS01 challenge support via libdns

github.com/SagerNet/sing-box - d17e93384b67f44f4f623fbb97f900c4ae127fc3 authored over 1 year ago by 世界 <[email protected]>
Fix panic on create system proxy failed

github.com/SagerNet/sing-box - e80084316df4093de5ce1c5fd8709972bb18a3a4 authored over 1 year ago by 世界 <[email protected]>
Fix v2ray websocket transport

github.com/SagerNet/sing-box - 9dcd4277436640acea4c0b9897450cab2eefb23f authored over 1 year ago by 世界 <[email protected]>
Fix gomobile build on macOS

github.com/SagerNet/sing-box - 3040e972228142606f05b68ce5b71b70f5b33ac1 authored over 1 year ago by 世界 <[email protected]>
Update Makefile

github.com/SagerNet/sing-box - 5f063fb0b50c072356a55c9edfb46da4c34399e7 authored over 1 year ago by 世界 <[email protected]>
Add interrupt support for outbound groups

github.com/SagerNet/sing-box - c320be75a70a3fcacdb664ee4fb4914b0d056c66 authored over 1 year ago by 世界 <[email protected]>