Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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 or learn 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.35.0
Choose a base ref
...
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.36.0
Choose a head ref
  • 8 commits
  • 25 files changed
  • 3 contributors

Commits on Jan 10, 2025

  1. docs: v2.35.0 [skip ci]

    joseluisq committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    28d6bd6 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. Configuration menu
    Copy the full SHA
    99aa74d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2025

  1. feat: optional log from X-Real-IP header via new --log-x-real-ip

    …option (#521)
    
    * feat(logger): --log-x-real-ip option.
    * docs: Updates for --log-x-real-ip.
    dctaf authored Feb 2, 2025
    Configuration menu
    Copy the full SHA
    134db39 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. refactor: improve fallback page path checking and logging (#522)

    * refactor: check fallback page path and add log debug if not
    * refactor: improve fallback page docs and command description
    joseluisq authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    8fa9cda View commit details
    Browse the repository at this point in the history
  2. fix: add missing query string to the uri trailing slash redirect (#523)

    Before:
    
    $ curl -i "http://localhost:8787/assets?param=123"
    HTTP/1.1 308 Permanent Redirect
    location: /assets/
    vary: accept-encoding
    cache-control: public, max-age=86400
    content-length: 0
    date: Mon, 03 Feb 2025 21:19:19 GMT
    
    After:
    
    $ curl -i "http://localhost:8787/assets?param=123"
    HTTP/1.1 308 Permanent Redirect
    location: /assets/?param=123
    vary: accept-encoding
    cache-control: public, max-age=86400
    content-length: 0
    date: Mon, 03 Feb 2025 21:19:29 GMT
    joseluisq authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    a639039 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. Configuration menu
    Copy the full SHA
    aadca81 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. Configuration menu
    Copy the full SHA
    0053d74 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. v2.36.0

    joseluisq committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    95b1f7b View commit details
    Browse the repository at this point in the history
Loading