Skip to content

Tags: wokwi/wokwigw

Tags

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
urish Uri Shaked
fix: go mod tidy

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
urish Uri Shaked
feat: experimental bridge mode

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
urish Uri Shaked
chore: update gvisor-tap-vsock to latest

the code should now be compatible with golang 1.24

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
urish Uri Shaked
ci: upgrade dependencies

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was signed with the committer’s verified signature.
urish Uri Shaked
chore: upgrade dependencies

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
urish Uri Shaked
fix: build static binaries for Linux #7

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
urish Uri Shaked
feat: dump packet capture to file (pcap)

to use:

```
./wokwigw --captureFile wokwi.pcap
```

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was signed with the committer’s verified signature.
urish Uri Shaked
chore: upgrade gvisor-tap-vsock dependency

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was signed with the committer’s verified signature.
urish Uri Shaked
fix: less chatty logging

print only one log line when a client connects

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
urish Uri Shaked
fix: memory leak

see containers/gvisor-tap-vsock#107