summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-18Added overflow checks for version numbers (ticket #762).Maxim Dounin1-0/+16
2016-05-18Events: close descriptors on errors in ngx_epoll_test_rdhup().Maxim Dounin1-5/+18
2016-05-18Events: changed ngx_epoll_test_rdhup() to use existing epollfd.Maxim Dounin1-12/+3
2016-05-18Fixed work with --test-build-epoll after f7849bfb6d21.Maxim Dounin1-66/+70
2016-05-16Cache: fixed updating bypassed cached errors (ticket #827).Maxim Dounin1-0/+1
2016-05-16Dav: return 501 on PUT with ranges (ticket #948).Maxim Dounin3-0/+11
2016-05-16Fixed an error log message about epoll_wait() timeout.Valentin Bartenev1-2/+2
2016-05-13Improved EPOLLRDHUP handling.Valentin Bartenev6-3/+153
2016-05-12Map: support of complex values in resulting strings.Dmitry Volyntsev1-59/+67
2016-05-11Removed a surplus condition from ngx_parse_inet6_url().Ruslan Ermilov1-33/+30
2016-05-11Core: fixed port handling in ngx_parse_inet6_url().Valentin Bartenev1-1/+6
2016-04-28Removed unused flag unexpected_eof from ngx_connection_t.Ruslan Ermilov4-7/+0
2016-04-26Variable $request_id.Vladimir Homutov1-0/+47
2015-12-18Upstream: the "transparent" parameter of proxy_bind and friends.Roman Arutyunyan10-23/+221
2016-04-13Stream: prepared proxy_bind to accept parameters.Roman Arutyunyan1-9/+48
2016-04-13Upstream: prepared proxy_bind to accept parameters.Roman Arutyunyan1-38/+44
2016-04-26Removed some bitrot.Ruslan Ermilov2-2/+0
2016-04-26Version bump.Ruslan Ermilov1-2/+2
2016-04-19HTTP/2: send the output queue after emitting WINDOW_UPDATE.Valentin Bartenev1-0/+10
2016-04-19HTTP/2: skip data frames in case of internal errors.Valentin Bartenev1-0/+2
2016-04-19HTTP/2: don't send WINDOW_UPDATE for an empty request body.Valentin Bartenev1-12/+13
2016-04-19Thread pools: memory barriers in task completion notifications.Maxim Dounin1-0/+4
2016-04-18HTTP/2: write logs when refusing streams with data.Maxim Dounin1-0/+4
2016-04-14HTTP/2: send WINDOW_UPDATE instead of RST_STREAM with NO_ERROR.Valentin Bartenev1-0/+22
2016-04-14HTTP/2: refuse streams with data until SETTINGS is acknowledged.Valentin Bartenev2-1/+8
2016-04-14HTTP/2: deduplicated some code in ngx_http_v2_state_headers().Valentin Bartenev1-18/+13
2016-04-11FastCGI: skip special bufs in buffered request body chain.Valentin Bartenev1-0/+5
2016-04-12Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse (as in e444e8f6538b).Ruslan Ermilov1-1/+1
2016-04-11Fixed typos.Alessandro Ghedini1-2/+2
2016-04-08Removed redundant "u" format specifier.Ruslan Ermilov5-6/+6
2016-04-08Simplified ngx_unix_recv() and ngx_readv_chain().Ruslan Ermilov2-6/+2
2016-04-08Merged implementations of ngx_unix_recv().Valentin Bartenev1-59/+11
2016-04-08Fixed small inconsistency in handling EOF among receive functions.Valentin Bartenev2-42/+41
2016-04-08Merged implementations of ngx_udp_unix_recv().Valentin Bartenev1-47/+4
2016-04-07Fixed spelling.Josh Soref4-7/+7
2016-04-07Version bump.Ruslan Ermilov1-2/+2
2016-04-01HTTP/2: support for unbuffered upload of request body.Valentin Bartenev3-3/+138
2016-04-01HTTP/2: rewritten handling of request body.Valentin Bartenev4-258/+238
2016-04-01HTTP/2: sending RST_STREAM with NO_ERROR to discard request body.Valentin Bartenev2-14/+25
2016-04-01Core: removed incorrect GCC 2.7 check.Maxim Dounin1-5/+0
2016-03-31SSL: SSLeay_version() is deprecated in OpenSSL 1.1.0.Maxim Dounin2-3/+13
2016-03-31SSL: X509 was made opaque in OpenSSL 1.1.0.Sergey Kandaurov1-0/+4
2016-03-31SSL: EVP_MD_CTX was made opaque in OpenSSL 1.1.0.Sergey Kandaurov1-9/+12
2016-03-31SSL: RSA_generate_key() is deprecated in OpenSSL 1.1.0.Maxim Dounin4-4/+4
2016-03-31SSL: initialization changes for OpenSSL 1.1.0.Maxim Dounin1-0/+12
2016-03-31SSL: get_session callback changed in OpenSSL 1.1.0.Maxim Dounin1-4/+11
2016-03-31SSL: guarded error codes not present in OpenSSL 1.1.0.Maxim Dounin1-1/+4
2016-03-31SSL: reasonable version for LibreSSL.Maxim Dounin2-3/+9
2016-03-31Removed the prototype mysql module.Ruslan Ermilov6-770/+2
2016-03-31Fixed ngx_os_signal_process() prototype.Ruslan Ermilov5-8/+8