Commit Graph

7 Commits (master)

Author SHA1 Message Date
lijunlong 95eca0b3b8 bugfix: update nginx-1.29.2-stream_proxy_protocol_v2.patch to build with openssl 1.x.x. 3 weeks ago
willmafh 5ee7d3ade1
feature: add proxy_ssl_verify_cb_yield.patch file for Nginx 1.29.2. 4 weeks ago
willmafh d08b0f1f44
feature: proxy_ssl_verify_by_lua directives. 4 weeks ago
耗子 305ebd07e3
feature: update nginx to v1.29.2 (#1045)
Co-authored-by: lijunlong <lijunlong@openresty.com>
1 month ago
swananan be963bee4e
bugfix: add HTTP/3 QUIC SSL Lua yield patch macro protection. 2 months ago
swananan 7adc4f85a1
bugfix: improve HTTP/3 SSL Lua callback yield handling. 5 months ago
iYism 335b4e284e
refactor: organize patches directory by nginx version.
Restructure the patches directory to group patch files under subdirectories
named by their corresponding Nginx version (e.g., patches/nginx/1.27.1/).
This improves readability, maintainability, and scalability of the patch
management system, making it easier to locate and manage version-specific
patches.

- Created subdirectories for each Nginx version.
- Moved existing patch files into their respective version directories.
- Ensured no changes to patch file contents or functionality.

This change enhances the project's organization without affecting runtime behavior.
6 months ago