这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: u5surf/nginx-sxg-module

Tags

v4.5

Toggle v4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: reset the buffer because old data is still there (google#89)

v4.4

Toggle v4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add sxg_fallback_host option (google#87)

* feat: add sxg_fallback_host

v4.3

Toggle v4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update non-LTS release to the latest. (google#86)

Update 3 github workflows to use 2 latest LTS releases and 1 latest
non-LTS release of Ubuntu. Updated clang-format to use ubuntu-latest
instead of 18.04.

v4.2

Toggle v4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
use requested path instead of resolved path for embedding URL (google#78

)

* use requested path instead of resolved path for embedding URL

v4.1

Toggle v4.1's commit message
use time_t for lifespan

v4.0

Toggle v4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add nosniff outer header automatically (google#62)

* cleanup outer headers

* update e2e test

* use = instead of == in test command

* clear trailers

v3.4.1

Toggle v3.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add mutex to save context (google#46)

* add mutex to save context

v3.4.0a

Toggle v3.4.0a's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
defeat minor compiler warning (google#44)

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Don't embed subresource preload header when nginx failed to fetch (go…

…ogle#37)

* do not embed preload header to subresource when nginx failed to fetch the subresource

* unrecoverable error should use NGX_LOG_EMERG

* do not embed integrity of subresource which HTTP status is not "200 OK"

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
error message should be appeared with NGX_LOG_EMERG (google#33)

* unrecoverable error should use NGX_LOG_EMERG