Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

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
base:v2.32.2
Choose a base ref
Loading
...
head repository:static-web-server/static-web-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v2.33.0
Choose a head ref
Loading
  • 8commits
  • 37files changed
  • 3contributors

Commits on Aug 13, 2024

  1. docs: v2.32.2 [skip ci]

    @joseluisq
    joseluisq committedAug 13, 2024
    Configuration menu
    Copy the full SHA
    e67e4c4View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. 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.
    @joseluisq
    joseluisq authoredSep 3, 2024
    Configuration menu
    Copy the full SHA
    5bdfcd4View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. 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>
    @jcgruenhage@joseluisq
    jcgruenhage andjoseluisq authoredSep 8, 2024
    Configuration menu
    Copy the full SHA
    d567b4eView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bb6138View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. fix: issues when building SWS without default features (#480)

    * fix: issues when building without default features* fix: windows http1_cancel_recv build issues
    @joseluisq
    joseluisq authoredSep 10, 2024
    Configuration menu
    Copy the full SHA
    a3d40b8View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    e25b586View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec85abdView commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. v2.33.0

    @joseluisq
    joseluisq committedSep 17, 2024
    Configuration menu
    Copy the full SHA
    e6a3487View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp