-
Notifications
You must be signed in to change notification settings - Fork 60
Comparing changes
Open a pull request
base repository: containers/gvisor-tap-vsock
base: v0.8.2
head repository: containers/gvisor-tap-vsock
compare: v0.8.3
- 15 commits
- 62 files changed
- 6 contributors
Commits on Jan 21, 2025
-
Add --services flag to start API without using --listen flag
In the current implementation when gvproxy is started with the --listen option, it exposes a HTTP API with several endpoints like /connect, /stats, /services ... The /connect endpoint, however, is only used when the gvforwarder tool is running on the guest, and, when using different connectivities like --listen-vfkit or --listen-qemu, it is not really necessary. This commit adds a new flag --services that allows to start the HTTP API without the /connect endpoint. It could be used when using different network connectivity and still wanting a lighter HTTP API. It accepts the endpoint where it will be reachable E.g. gvproxy --listen-vfkit .... --services unix:///tmp/svc_gvproxy.sock Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for d1a7ed9 - Browse repository at this point
Copy the full SHA d1a7ed9View commit details -
doc: update doc with new services option
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for ab9bbf4 - Browse repository at this point
Copy the full SHA ab9bbf4View commit details
Commits on Jan 22, 2025
-
fsnotify/fsnotify can't watch a folder that contains a symlink into a socket or named pipe. Use poll-based mechanism to watch the file for the time being until we find a better way or fix the issue in the upstream. Signed-off-by: Fata Nugraha <fatanugraha@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for c56ed7a - Browse repository at this point
Copy the full SHA c56ed7aView commit details
Commits on Jan 23, 2025
-
test: upload and download tests against vfkit
This commit adds two tests: 1. Upload files to the VM This test uploads three files of different sizes (10M, 100M, 1G) to the running VM and verifies the sha256sum of the uploaded files. 2. Download the above files from the VM This test downloads the three files uploaded in the previous test and verifies their sha256sum values. Signed-off-by: Gunjan Vyas <vyasgun20@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0b09d74 - Browse repository at this point
Copy the full SHA 0b09d74View commit details
Commits on Jan 27, 2025
-
build(deps): bump github.com/miekg/dns from 1.1.62 to 1.1.63
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.62 to 1.1.63. - [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release) - [Commits](miekg/dns@v1.1.62...v1.1.63) --- updated-dependencies: - dependency-name: github.com/miekg/dns dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for aeffde3 - Browse repository at this point
Copy the full SHA aeffde3View commit details -
Add make target to enable debugger during test run
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 9b92119 - Browse repository at this point
Copy the full SHA 9b92119View commit details
Commits on Jan 28, 2025
-
OWNERS: Add Yevhen and Luca as approvers
Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 374c44e - Browse repository at this point
Copy the full SHA 374c44eView commit details -
Merge pull request #446 from evidolob/add-debugger
Enable debugger for tests on macOS
Configuration menu - View commit details
-
Copy full SHA for e635d66 - Browse repository at this point
Copy the full SHA e635d66View commit details -
Merge pull request #463 from fatanugraha/main
Use poll-based approach to subscribe to file changes
Configuration menu - View commit details
-
Copy full SHA for c9dd0cb - Browse repository at this point
Copy the full SHA c9dd0cbView commit details
Commits on Jan 29, 2025
-
Revert "Replace multiple "resolver.*" fn cals with single "dns.Exchan…
…ge()" fn." This reverts commit 58eb054 Due to numerous issues related to getting DNS configuration we're returning back usage of system dns resolver Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 3b1806e - Browse repository at this point
Copy the full SHA 3b1806eView commit details -
Delete unused files and dependencies.
Due to reverting PR #339 thous files is not used Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 88ffff3 - Browse repository at this point
Copy the full SHA 88ffff3View commit details -
Merge pull request #467 from evidolob/revert-dns
Revert PR #339
Configuration menu - View commit details
-
Copy full SHA for 6436c51 - Browse repository at this point
Copy the full SHA 6436c51View commit details
Commits on Jan 30, 2025
-
Merge pull request #453 from vyasgun/pr/upload-download-tests
Upload and Download tests against vfkit
Configuration menu - View commit details
-
Copy full SHA for c30fc5c - Browse repository at this point
Copy the full SHA c30fc5cView commit details -
Merge pull request #429 from lstocchi/i425
Add --services flag to start API without using --listen flag
Configuration menu - View commit details
-
Copy full SHA for 45ea6bb - Browse repository at this point
Copy the full SHA 45ea6bbView commit details -
Merge pull request #465 from containers/dependabot/go_modules/github.…
…com/miekg/dns-1.1.63 build(deps): bump github.com/miekg/dns from 1.1.62 to 1.1.63
Configuration menu - View commit details
-
Copy full SHA for f0f1802 - Browse repository at this point
Copy the full SHA f0f1802View commit details
There are no files selected for viewing