summaryrefslogtreecommitdiffhomepage
path: root/src/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Core: sockaddr lengths now respected by ngx_cmp_sockaddr().Maxim Dounin1-6/+13
2016-10-07Core: ngx_conf_set_access_slot() user access (ticket #1096).Maxim Dounin1-2/+6
2016-10-05Cache: cache manager limits.Dmitry Volyntsev1-1/+1
2016-10-05Core: use c->log while closing connection.Ruslan Ermilov1-4/+1
2016-10-03Modules compatibility: removed two NGX_HAVE_DEFERRED_ACCEPT checks.Ruslan Ermilov2-7/+1
2016-10-03Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks.Maxim Dounin2-7/+0
2016-10-03Modules compatibility: removed unneeded IPV6_V6ONLY checks.Maxim Dounin2-5/+1
2016-10-03Modules compatibility: http2.Maxim Dounin1-4/+0
2016-10-03Modules compatibility: degradation fields now always present.Maxim Dounin1-4/+0
2016-09-29Introduced the NGX_COMPAT macro.Ruslan Ermilov2-1/+20
2016-09-29Resolver: introduced state field in ngx_resolver_srv_name_t.Dmitry Volyntsev2-0/+2
2016-09-29Modules compatibility: cache purge fields.Maxim Dounin1-0/+2
2016-09-20Fixed log levels of configuration parsing errors.Valentin Bartenev1-2/+2
2016-09-20Removed influence of some options on structures.Ruslan Ermilov1-2/+0
2016-09-15Version bump.Vladimir Homutov1-2/+2
2016-09-07Core: introduced ngx_cidr_match() function.Dmitry Volyntsev2-0/+88
2016-08-15Thread pools: create threads in detached state.Piotr Sikora1-0/+7
2016-07-26Version bump.Vladimir Homutov1-2/+2
2016-07-07Avoid left-shifting integers into the sign bit, which is undefined.Sergey Kandaurov1-2/+2
2016-07-06Use NGX_MAX_PATH_LEVEL where appropriate.Ruslan Ermilov2-12/+11
2016-07-06Version bump.Ruslan Ermilov1-2/+2
2016-06-30Internal md5 and sha1 implementations are now always used.Maxim Dounin5-75/+0
2016-06-29Removed unused flag accept_context_updated from ngx_event_t.Ruslan Ermilov1-4/+0
2016-06-20Fixed build on MSVC.Roman Arutyunyan1-1/+1
2016-06-20Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.Roman Arutyunyan4-44/+68
2016-06-09An internal SHA1 implementation.Maxim Dounin3-13/+319
2016-06-07Version bump.Sergey Kandaurov1-2/+2
2016-05-24Version bump.Valentin Bartenev1-2/+2
2016-05-24Fixed build on MSVC.Maxim Dounin1-2/+2
2016-05-23Realip: port support in X-Real-IP and X-Forwarded-For.Dmitry Volyntsev2-0/+81
2016-05-23Added the $proxy_protocol_port variable.Dmitry Volyntsev2-4/+38
2016-05-23Introduced the ngx_sockaddr_t type.Ruslan Ermilov4-42/+45
2016-05-20Belatedly changed the ngx_create_listening() prototype.Ruslan Ermilov2-2/+3
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 Ermilov1-1/+0
2016-04-26Removed some bitrot.Ruslan Ermilov2-2/+0
2016-04-26Version bump.Ruslan Ermilov1-2/+2
2016-04-19Thread pools: memory barriers in task completion notifications.Maxim Dounin1-0/+4
2016-04-12Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse (as in e444e8f6538b).Ruslan Ermilov1-1/+1
2016-04-08Removed redundant "u" format specifier.Ruslan Ermilov2-3/+3
2016-04-07Version bump.Ruslan Ermilov1-2/+2
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 Dounin1-3/+2
2016-03-31Removed the prototype mysql module.Ruslan Ermilov2-3/+2
2016-03-31Fixed ngx_os_signal_process() prototype.Ruslan Ermilov1-2/+2
2016-03-31Fixed format specifiers in ngx_sprintf().Sergey Kandaurov2-3/+3
2016-03-31Fixed logging.Sergey Kandaurov4-7/+8
2016-03-31Fixed logging with variable field width.Sergey Kandaurov1-1/+1
2016-03-31Fixed logging in close error handling.Sergey Kandaurov1-1/+1