Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork98
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:static-web-server/static-web-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
base:v2.32.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:static-web-server/static-web-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:v2.33.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 8commits
- 37files changed
- 3contributors
Commits on Sep 3, 2024
feat: experimental in-memory files cache with eviction policy support (…
…#328)Via a new advanced configuration entry.The feature also supports expiration policies such as Time To Live (TTL) and Time To Idle (TTI).Admission to a cache is controlled by the Least Frequently Used (LFU) policy and the eviction from a cache is controlled by the Least Recently Used (LRU) policy.Example:```toml[general][advanced][advanced.memory-cache]# Maximum capacity entries of the memory cache-store. Default 256capacity = 256# Time to live in seconds of a cached file entry. Default 1httl = 3600# Time to idle in seconds of a cached file entry. Default 5mintti = 300# Maximum size in bytes for a file entry to be cached. Default 8MBmax-file-size = 8192```Note that this feature requires Rust 1.76.0 or newer.This feature is **experimental**. However, when stabilized then a cargo feature will be available as well as a proper documentation page.
Commits on Sep 8, 2024
feat: support for generating man pages and completions (#475)
via a new `static-web-server generate` subcomand.* feat: generate man page and completions* fix: missing Windows imports in binary server entrypoint* refactor: log completions and man pages generation using server_info---------Co-authored-by: Jose Quintana <joseluisquintana20@gmail.com>
Commits on Sep 10, 2024
fix: issues when building SWS without default features (#480)
* fix: issues when building without default features* fix: windows http1_cancel_recv build issues
Commits on Sep 15, 2024
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v2.32.2...v2.33.0
Uh oh!
There was an error while loading.Please reload this page.