]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2017-03-31 Roman ArutyunyanSlice filter: prevented slice redirection (ticket ...
2017-03-28 Roman ArutyunyanSlice filter: allowed at most one subrequest at a time.
2017-04-02 Maxim DouninMoved handling of wev->delayed to the connection event...
2017-04-02 Maxim DouninPerl: fixed delaying subrequests.
2017-04-02 Maxim DouninLimit req: fixed delaying subrequests.
2017-03-26 Piotr SikoraHTTP/2: style and typos.
2017-03-29 Valentin BartenevHTTP/2: fixed connection finalization.
2017-03-29 Valentin BartenevHTTP/2: fixed stream finalization.
2017-03-26 Piotr SikoraHTTP/2: emit PROTOCOL_ERROR on padding errors.
2017-03-26 Piotr SikoraHTTP/2: fix flow control with padded DATA frames.
2017-03-26 Piotr SikoraHTTP/2: fix $body_bytes_sent variable.
2017-03-26 Piotr SikoraHTTP/2: fix $bytes_sent variable.
2017-03-28 Maxim DouninCopy filter: wake up subrequests after aio operations.
2017-03-28 Maxim DouninThreads: fixed request hang with aio_write and subrequests.
2017-03-28 Maxim DouninSimplified and improved sendfile() code on Linux.
2017-03-28 Sergey KandaurovFixed ngx_open_cached_file() error handling.
2017-03-28 Ruslan ErmilovCore: set nginx_shared_zone name via ngx_str_set().
2017-03-28 Ruslan ErmilovUse ngx_array_init() to initialize arrays.
2017-03-28 Ruslan ErmilovVersion bump.
2017-03-24 Maxim Douninrelease-1.11.12 tag
2017-03-24 Maxim Douninnginx-1.11.12-RELEASE release-1.11.12
2017-03-24 Maxim DouninFixed CPU hog while freeing hc->busy after e662cbf1b932...
2017-03-22 Ruslan ErmilovSimplified code about duplicate root/alias directive.
2017-03-22 Ruslan ErmilovUnified error messages about duplicate directives.
2017-03-22 Ruslan ErmilovVersion bump.
2017-03-21 Maxim Douninrelease-1.11.11 tag
2017-03-21 Maxim Douninnginx-1.11.11-RELEASE release-1.11.11
2017-03-21 Maxim DouninAdded HTTP/2 to win32 builds.
2017-03-17 Ruslan ErmilovFixed a comment.
2017-03-16 Ruslan ErmilovConfigure: fixed --without_http.
2017-03-16 Ruslan ErmilovConfigure: fixed build with --with-stream.
2017-03-16 Ruslan ErmilovAdded missing "static" specifier found by gcc -Wtraditi...
2017-03-07 Maxim DouninStyle.
2017-03-07 Maxim DouninIntroduced worker_shutdown_timeout.
2017-03-07 Maxim DouninCancelable timers are now preserved if there are other...
2017-03-07 Maxim DouninCore: introduced ngx_rbtree_next().
2017-03-07 Maxim DouninAccess log: removed dead ev->timedout check in flush...
2017-03-07 Maxim DouninConverted hc->busy/hc->free to use chain links.
2017-03-07 Ruslan ErmilovRemoved casts not needed after 1f513d7f1b45.
2017-03-06 Sergey KandaurovMail: don't emit separator in capability lists for...
2017-03-06 Ruslan ErmilovAdded missing "static" specifiers found by gcc -Wtradit...
2017-03-02 Eran KornblauAdded missing static specifiers.
2017-03-01 othreeContrib: vim syntax, update 3rd party module directives.
2017-02-27 Maxim DouninFixed background update with "if".
2017-02-24 othreeContrib: vim syntax, update core module directives.
2017-02-22 othreeContrib: vim syntax, listen option and SSL/Mail protoco...
2017-02-17 Maxim DouninFixed ngx_parse_size() / ngx_parse_offset() with 0...
2017-02-16 Maxim DouninTrailing space removed.
2017-02-16 Maxim DouninDocs: changes.xslt regenerated.
2017-02-16 Maxim DouninDocs: changes.xml dates converted to ISO 8601 format.
2017-02-16 Maxim DouninVersion bump.
2017-02-14 Maxim Douninrelease-1.11.10 tag
2017-02-14 Maxim Douninnginx-1.11.10-RELEASE release-1.11.10
2017-02-13 Maxim DouninGzip: free chain links on the hot path (ticket #1046).
2017-02-10 Maxim DouninUpstream: read handler cleared on upstream finalization.
2017-02-10 Maxim DouninCache: increased cache header Vary and ETag lengths...
2017-02-10 Roman ArutyunyanSlice filter: fetch slices in cloned subrequests.
2017-02-10 Roman ArutyunyanUpstream: proxy_cache_background_update and friends.
2016-12-22 Roman ArutyunyanCache: support for stale-while-revalidate and stale...
2017-02-08 Maxim DouninRequest body: commented out debug printing of old buffers.
2017-02-08 Maxim DouninRequest body: c->error on "100 Continue" errors (ticket...
2017-02-06 Sergey KandaurovSSL: clear error queue after OPENSSL_init_ssl().
2017-02-02 Maxim DouninSSL: fixed ssl_buffer_size on SNI virtual hosts (ticket...
2017-02-01 Sergey KandaurovConfigure: removed execute bit from auto/unix.
2017-01-31 Dmitry VolyntsevVariables: generic prefix variables.
2017-01-31 Ruslan ErmilovImplemented the "server_tokens build" option.
2017-01-27 Maxim DouninUpdated OpenSSL used for win32 builds.
2017-01-26 Maxim DouninUpstream: removed unused bl_time and bl_state fields.
2017-01-25 Thibault CharbonnierUpstream: removed unused ngx_http_upstream_conf_t.timeo...
2017-01-25 Vladimir HomutovUpstream: removed compatibility shims from ngx_http_ups...
2017-01-26 Vladimir HomutovVersion bump.
2017-01-24 Maxim Douninrelease-1.11.9 tag
2017-01-24 Maxim Douninnginx-1.11.9-RELEASE release-1.11.9
2017-01-24 Maxim DouninUpdated zlib and PCRE used for win32 builds.
2017-01-20 Maxim DouninUpstream: fixed cache corruption and socket leaks with...
2017-01-20 Maxim DouninRemoved pthread mutex / conditional variables debug...
2017-01-20 Maxim DouninFixed trailer construction with limit on FreeBSD and...
2017-01-20 Maxim DouninImproved connection draining with small number of conne...
2017-01-20 Maxim DouninAdded cycle parameter to ngx_drain_connections().
2017-01-19 Vladimir HomutovStream: client SSL certificates were not checked in...
2017-01-19 Vladimir HomutovStream: fixed handling of non-ssl sessions.
2017-01-12 Sergey KandaurovMail: make it possible to disable SASL EXTERNAL.
2017-01-11 Vladimir HomutovStream: avoid infinite loop in case of socket read...
2017-01-10 Ruslan ErmilovYear 2017.
2017-01-10 Ruslan ErmilovVersion bump.
2016-12-27 Maxim Douninrelease-1.11.8 tag
2016-12-27 Maxim Douninnginx-1.11.8-RELEASE release-1.11.8
2016-12-26 Roman ArutyunyanStream: speed up TCP peer recovery.
2016-12-24 Maxim DouninWin32: compatiblity with OpenSSL 1.1.0.
2016-12-24 Maxim DouninWin32: support 64-bit compilation with MSVC.
2016-12-24 Maxim DouninWin32: fixed some warnings reported by Borland C.
2016-12-24 Maxim DouninWin32: minimized redefinition of ssize_t.
2016-12-24 Maxim DouninWin32: minimized redefinition of intptr_t/uintptr_t.
2016-12-24 Maxim DouninWin32: stdint.h used for MinGW GCC.
2016-12-24 Maxim DouninWin32: fixed building with newer versions of MinGW...
2016-12-24 Maxim DouninWin32: added a variable to specify compiler.
2016-12-23 Maxim DouninSSL: support AES256 encryption of tickets.
2016-12-22 Ruslan ErmilovFixed missing "Location" field with some relative redir...
2016-12-21 Ruslan ErmilovCore: relative redirects (closes #1000).
2016-12-21 Ruslan ErmilovLimited recursion when evaluating variables.
next