Skip to content

Releases: ustclug/rsync-proxy

v0.0.11

17 Aug 10:59
211b8dd
Compare
Choose a tag to compare
feat: add protocol proxy option (#16)

* Add protocol proxy option

* docs: update config example

* chore: use Sprintf to construct proxy protocol msg

v0.0.10

16 Jan 18:52
Compare
Choose a tag to compare
Actions: Fix release assets path

v0.0.9

16 Jan 17:13
Compare
Choose a tag to compare
server: Fix golangci-lint

v0.0.8

16 Jan 10:37
Compare
Choose a tag to compare
server.ConnInfo: Use strings for TCPAddr

v0.0.7

16 Jan 07:51
Compare
Choose a tag to compare
Merge branch 'next'

v0.0.6

12 Jan 15:17
Compare
Choose a tag to compare
Merge pull request #14 from ustclug/log-traffic

Squashed commit of the following:

commit 4d93ea57f9c590da554bda9847619883e5c65f00
Merge: 6b6e661 ff03c01
Author: iBug <[email protected]>
Date:   Thu Jan 12 23:08:32 2023 +0800

    Merge branch 'master' into log-traffic

commit 6b6e661f578a93bb4d4ee9ea9df6b86adcf4beb3
Author: iBug <[email protected]>
Date:   Thu Jan 12 23:04:15 2023 +0800

    Use sent/received instead of TX/RX

commit 0f81aa31a50f716264e06977ab96dadb58656803
Author: iBug <[email protected]>
Date:   Thu Jan 12 22:50:20 2023 +0800

    Log number of bytes transmitted

v0.0.5

18 Apr 00:45
Compare
Choose a tag to compare
chore: update workflow

Only trigger push event on master branch.

v0.0.4

09 Apr 06:59
Compare
Choose a tag to compare
chore: update golangci-lint version

golangci-lint v1.44.2 does not support golang 1.18

v0.0.3

23 Feb 06:48
Compare
Choose a tag to compare
fix: send version 31.0 to client

Sending client's version directly back may not be a good idea when there're higher versions of rsync protocol.

v0.0.2

05 Jul 07:12
166beab
Compare
Choose a tag to compare
fix: read until '\n'

Signed-off-by: knight42 <[email protected]>