8000 Tags · Jigsaw-Code/outline-ss-server · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Jigsaw-Code/outline-ss-server

Tags

v1.7.3-rc1

Toggle v1.7.3-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: do not set the host address (#217)

v1.7.2

Toggle v1.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: prevent data corruption in `multiPacketListener` by avoiding buf…

…fer resizing (#213)

* Add regression test that covers the issue.

* Fix the test.

* Use consistent comments.

v1.7.2-rc1

Toggle v1.7.2-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: prevent data corruption in `multiPacketListener` by avoiding buf…

…fer resizing (#213)

* Add regression test that covers the issue.

* Fix the test.

* Use consistent comments.

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: remove deadlock in `multiPacketListener` (#211)

* fix: remove deadlock in `multiPacketListener`.

* fix test error

* Move reading from the `PacketConn` outside the `select`.

* Revert "fix test error"

This reverts commit 552a1e6.

* Do not set `m.pc` to nil.

* Move buffer down.

* Undo vpc creation.

* Add mutex back to protect against concurrent `Close()` calls.

* Move return when connection is closed down.

* Do not close the `readCh` or exit on a closed PacketConn.

v1.7.1-rc1

Toggle v1.7.1-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: remove deadlock in `multiPacketListener` (#211)

* fix: remove deadlock in `multiPacketListener`.

* fix test error

* Move reading from the `PacketConn` outside the `select`.

* Revert "fix test error"

This reverts commit 552a1e6.

* Do not set `m.pc` to nil.

* Move buffer down.

* Undo vpc creation.

* Add mutex back to protect against concurrent `Close()` calls.

* Move return when connection is closed down.

* Do not close the `readCh` or exit on a closed PacketConn.

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: don't calculate tunneltime for unauthenticated connections (#209)

v1.7.0-rc1

Toggle v1.7.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: don't calculate tunneltime for unauthenticated connections (#209)

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add AS organization name to metrics (#204)

* feat: add AS organization name to metrics

* Revert to pass `int` to `asnLabel()`.

v1.6.0-rc1

Toggle v1.6.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add AS organization name to metrics (#204)

* feat: add AS organization name to metrics

* Revert to pass `int` to `asnLabel()`.

v1.5.0

Toggle v1.5.0's commit message
feat: add TunnelTime metric (#171)

0