Commit Graph

8 Commits (master)

Author SHA1 Message Date
lijunlong 2ee8f85007 feature: add patches for 1.29.4. 4 weeks ago
lijunlong 95eca0b3b8 bugfix: update nginx-1.29.2-stream_proxy_protocol_v2.patch to build with openssl 1.x.x. 3 months ago
willmafh 5ee7d3ade1
feature: add proxy_ssl_verify_cb_yield.patch file for Nginx 1.29.2. 3 months ago
willmafh d08b0f1f44
feature: proxy_ssl_verify_by_lua directives. 3 months ago
耗子 305ebd07e3
feature: update nginx to v1.29.2 (#1045)
Co-authored-by: lijunlong <lijunlong@openresty.com>
3 months ago
swananan be963bee4e
bugfix: add HTTP/3 QUIC SSL Lua yield patch macro protection. 4 months ago
swananan 7adc4f85a1
bugfix: improve HTTP/3 SSL Lua callback yield handling. 7 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.
8 months ago