Tree @release-1.9.12 (Download .tar.gz)
Commit History @release-1.9.12
- Configure: fixed static nginx build with OpenSSL (ticket #903). Ruslan Ermilov 6 years ago
- Core: added support for more than 64 CPUs in worker_cpu_affinity. Vladimir Homutov 6 years ago
- HTTP/2: added debug logging of response headers. Valentin Bartenev 6 years ago
- HTTP/2: use local pointer instead of r->connection. Valentin Bartenev 6 years ago
- Core: improved logging on invalid NGINX variable (ticket #900). Maxim Dounin 6 years ago
- Updated OpenSSL used for win32 builds. Maxim Dounin 6 years ago
- Win32: simplified and improved handling of MSVC versions. Maxim Dounin 6 years ago
- HTTP/2: fixed undefined behavior in ngx_http_v2_huff_encode(). Valentin Bartenev 6 years ago
- HTTP/2: implemented HPACK Huffman encoding for response headers. Valentin Bartenev 6 years ago
- Dynamic modules: fixed a version mismatch message (ticket #898). Ruslan Ermilov 6 years ago
- Stream: initialize variable right before using it. Roman Arutyunyan 6 years ago
- Stream: removed useless typedef. Roman Arutyunyan 6 years ago
- Dynamic modules: added auth_basic module libs via ngx_module_libs=. Ruslan Ermilov 6 years ago
- Core: ngx_module_t compatibility with C++. Piotr Sikora 6 years ago
- Version bump. Maxim Dounin 6 years ago
- release-1.9.11 tag Maxim Dounin 6 years ago
- nginx-1.9.11-RELEASE Maxim Dounin 6 years ago
- Dynamic modules: NGX_STREAM define removed. Maxim Dounin 6 years ago
- Dynamic modules: added dlsym() to configure test. Valentin Bartenev 6 years ago
- Dynamic modules: fixed a copy-n-paste error. Ruslan Ermilov 6 years ago
- Dynamic modules. Maxim Dounin 6 years ago
- Dynamic modules: auto/module script. Maxim Dounin 6 years ago
- Dynamic modules: introduced HTTP_INIT_FILTER_MODULES. Maxim Dounin 6 years ago
- Dynamic modules: dlopen() support. Maxim Dounin 6 years ago
- Dynamic modules: changed ngx_modules to cycle->modules. Maxim Dounin 6 years ago
- Dynamic modules: moved module-related stuff to separate files. Maxim Dounin 6 years ago
- HTTP/2: fixed possible buffer overrun (ticket #893). Valentin Bartenev 6 years ago
- HTTP/2: fixed padding handling in HEADERS frame with CONTINUATION. Valentin Bartenev 6 years ago
- HTTP/2: fixed request length accounting. Valentin Bartenev 6 years ago
- HTTP/2: fixed excessive memory allocation for pool cleanup. Valentin Bartenev 6 years ago