]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2017-05-30 Valentin BartenevVersion bump.
2017-05-30 Maxim Douninrelease-1.13.1 tag
2017-05-30 Maxim Douninnginx-1.13.1-RELEASE release-1.13.1
2017-05-30 Maxim DouninUpdated OpenSSL used for win32 builds.
2017-05-29 Roman ArutyunyanFixed background requests with asynchronous operations.
2017-05-29 Maxim DouninConfigure: sched_setaffinity() test moved to auto/unix.
2017-05-29 Maxim DouninStyle: changed checks of ngx_ssl_create_connection...
2017-05-29 Maxim DouninSSL: set TCP_NODELAY on SSL connections before handshake.
2017-05-26 Ruslan ErmilovIntroduced ngx_tcp_nodelay().
2017-05-25 Roman ArutyunyanBackground subrequests for cache updates.
2017-05-24 Roman ArutyunyanFixed deferred accept with EPOLLRDHUP enabled (ticket...
2017-05-23 Valentin BartenevHTTP/2: fixed segfault when memory allocation failed.
2017-05-22 Maxim DouninContrib: proper syntax parsing in vim syntax highlighting.
2017-05-18 Dmitry VolyntsevCache: ignore long locked entries during forced expire.
2017-05-18 Sergey KandaurovUpstream: fixed u->headers_in.headers allocation error...
2017-05-15 Maxim DouninConfigure: recent Sun C versions.
2017-05-15 Maxim DouninConfigure: disabled gcc atomics with Sun C (ticket...
2017-05-15 Maxim DouninConfigure: style.
2017-05-15 Ruslan ErmilovRealip: allow hostnames in set_real_ip_from (ticket...
2017-05-15 Ruslan ErmilovAccess: simplified rule parser code.
2017-05-03 Sergey KandaurovSSL: allowed renegotiation in client mode with OpenSSL...
2017-04-27 Maxim DouninAdded missing "fall through" comments (ticket #1259).
2017-04-25 Ruslan ErmilovDon't pretend we support HTTP major versions >1 as...
2017-04-25 Ruslan ErmilovVersion bump.
2017-04-25 Maxim Douninrelease-1.13.0 tag
2017-04-25 Maxim Douninnginx-1.13.0-RELEASE release-1.13.0
2017-04-24 Valentin BartenevHTTP/2: reduced difference to HTTP/1.x in reading reque...
2017-04-24 Valentin BartenevHTTP/2: rejecting zero WINDOW_UPDATE with PROTOCOL_ERROR.
2017-04-20 Sergey KandaurovGzip static: use an appropriate error on memory allocat...
2017-04-20 Sergey KandaurovCleaned up r->headers_out.headers allocation error...
2017-04-20 Igor SysoevCore: signal sender pid logging.
2017-04-18 Sergey KandaurovSub filter: restored ngx_http_set_ctx() at the proper...
2017-04-18 Sergey KandaurovSSL: compatibility with OpenSSL master branch.
2017-04-18 Sergey KandaurovSSL: disabled renegotiation detection in client mode.
2017-04-18 Sergey KandaurovSSL: added support for TLSv1.3 in ssl_protocols directive.
2017-04-11 Roman ArutyunyanSet UDP datagram source address (ticket #1239).
2017-04-18 Sergey KandaurovCore: removed extra ngx_alloc() and ngx_calloc() protot...
2017-04-17 Sergey KandaurovEnabled IPV6_RECVPKTINFO / IPV6_PKTINFO on macOS.
2017-04-11 Simon LeblancAdded support for the "308 Permanent Redirect" (ticket...
2017-04-03 Vladimir HomutovMail: configurable socket buffer sizes.
2017-04-03 Vladimir HomutovStream: configurable socket buffer sizes.
2017-04-12 Valentin BartenevCore: improved JSON escaping.
2017-04-12 Ruslan ErmilovUse ngx_calloc_buf() where appropriate.
2017-04-12 Ruslan ErmilovVersion bump.
2017-04-04 Maxim Douninrelease-1.11.13 tag
2017-04-04 Maxim Douninnginx-1.11.13-RELEASE release-1.11.13
2017-03-24 Piotr SikoraUpstream: allow recovery from "429 Too Many Requests...
2017-03-24 Piotr SikoraAdded support for "429 Too Many Requests" response...
2017-04-03 hucongcongFixed type.
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.
next