No description
Find a file
dependabot[bot] 25601a1036
Bump github.com/sagernet/sing from 0.2.11 to 0.2.12
Bumps [github.com/sagernet/sing](https://github.com/sagernet/sing) from 0.2.11 to 0.2.12.
- [Commits](https://github.com/sagernet/sing/compare/v0.2.11...v0.2.12)

---
updated-dependencies:
- dependency-name: github.com/sagernet/sing
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 21:35:21 +00:00
.github Init commit 2023-04-23 19:59:07 +08:00
.gitignore Init commit 2023-04-23 19:59:07 +08:00
.golangci.yml Init commit 2023-04-23 19:59:07 +08:00
client.go Fix missing closer 2023-04-24 09:54:24 +08:00
client_conn.go Fix WriteAddrPort usage 2023-09-07 08:53:26 +08:00
error.go Init commit 2023-04-23 19:59:07 +08:00
go.mod Bump github.com/sagernet/sing from 0.2.11 to 0.2.12 2023-10-02 21:35:21 +00:00
go.sum Bump github.com/sagernet/sing from 0.2.11 to 0.2.12 2023-10-02 21:35:21 +00:00
h2mux.go Fix panic 2023-07-23 12:50:54 +08:00
h2mux_conn.go Fix return nil addr in conn 2023-08-30 17:52:09 +08:00
LICENSE Init commit 2023-04-23 19:59:07 +08:00
Makefile Remove stack buffer usage 2023-07-03 21:22:53 +08:00
padding.go Remove stack buffer usage 2023-07-03 21:22:53 +08:00
protocol.go Fix WriteAddrPort usage 2023-09-07 08:53:26 +08:00
protocol_conn.go Fix missing HandshakeConn interface 2023-08-11 19:19:55 +08:00
README.md Init commit 2023-04-23 19:59:07 +08:00
server.go Fix server context 2023-04-24 14:10:35 +08:00
server_conn.go Update interface usage 2023-09-08 11:26:17 +08:00
server_default.go Init commit 2023-04-23 19:59:07 +08:00
session.go Fix return nil addr in conn 2023-08-30 17:52:09 +08:00

sing-mux

Simple multiplex library.