summaryrefslogtreecommitdiffhomepage
path: root/src/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-30Style.Ruslan Ermilov11-83/+83
2016-03-30Version bump.Ruslan Ermilov1-2/+2
2016-03-29Win32: additional error code NGX_EEXIST_FILE (ticket #910).Maxim Dounin1-2/+2
2016-02-26Core: allow strings without null-termination in ngx_parse_url().Piotr Sikora1-2/+4
2016-03-25Fixed socket inheritance on reload and binary upgrade.Roman Arutyunyan2-0/+20
2016-03-23Win32: fixed build after 384154fc634f.Dmitry Volyntsev1-3/+2
2016-03-23Resolver: added support for SRV records.Dmitry Volyntsev2-26/+991
2016-03-23Resolver: do not enable resolve timer if provided timeout is zero.Dmitry Volyntsev1-20/+24
2016-03-23Resolver: introduced valid field in resolver responses.Dmitry Volyntsev2-0/+8
2016-03-23Core: introduced the NGX_DEBUG_PALLOC macro.Valentin Bartenev1-0/+4
2016-03-23Core: use ngx_palloc_small() to allocate ngx_pool_large_t.Valentin Bartenev1-2/+2
2016-03-23Core: introduced the ngx_palloc_small() function.Valentin Bartenev1-33/+26
2016-03-23Core: moved logging before freeing large blocks of pool.Valentin Bartenev1-9/+10
2016-03-18Fix build with -Wmissing-prototypes.Piotr Sikora1-2/+2
2016-03-18Threads: offloading of temp files writing to thread pools.Maxim Dounin2-0/+10