summaryrefslogtreecommitdiffhomepage
path: root/src/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-09Version bump.Ruslan Ermilov1-2/+2
2015-12-03Style: NGX_PTR_SIZE replaced with sizeof(void *).Maxim Dounin1-1/+1
2015-11-23Core: enabled "include" inside http upstreams (ticket #635).Ruslan Ermilov1-1/+1
2015-11-17Version bump.Valentin Bartenev1-2/+2
2015-10-30Fixed ngx_parse_time() out of bounds access (ticket #821).Maxim Dounin1-1/+1
2015-10-26Syslog: added "nohostname" option.Vladimir Homutov2-1/+10
2015-10-27Version bump.Valentin Bartenev1-2/+2
2015-10-23Core: read/write locks are also required by the Stream module.Piotr Sikora1-1/+1
2015-10-17Win32: fixed build with MinGW and MinGW-w64 gcc.Kouhei Sutou1-1/+1
2015-10-19Style: unneeded casts of cf->args->elts removed.Maxim Dounin1-2/+2
2015-07-12Extract out version info function.Kurtis Nusbaum1-58/+65
2015-09-24Version bump.Maxim Dounin1-2/+2
2015-09-11The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev1-1/+1
2015-09-11Core: fixed segfault with null in wildcard hash names.Maxim Dounin1-0/+4
2015-08-23Version bump.Valentin Bartenev1-2/+2
2015-08-13Core: fixed potential division by zero when initializing hash.Sergey Kandaurov1-0/+8
2015-08-13Core: fixed style in the error message.Sergey Kandaurov1-1/+1
2015-08-11Core: idle connections now closed only once on exiting.Valentin Bartenev2-0/+21
2015-08-11Fixed typo in the error message.Andrei Belov1-1/+1
2015-07-23Workaround for "configuration file test failed" under OpenVZ.Gena Makhomed1-4/+22
2015-07-15Version bump.Maxim Dounin1-2/+2
2015-06-17Resolver: canceled resend timer on empty resend queues.Sergey Kandaurov1-0/+20
2015-06-16Version bump.Vladimir Homutov1-2/+2
2015-05-14Core: store and dump processed configuration.Vladimir Homutov5-4/+88
2015-06-16Core: added support for writing to stdout.Vladimir Homutov1-0/+7
2015-06-16Core: renamed ngx_proxy_protocol_parse to ngx_proxy_protocol_read.Roman Arutyunyan2-2/+2
2015-06-16Stream: client-side PROXY protocol.Roman Arutyunyan2-0/+51
2015-06-11Moved ngx_http_parse_time() to core, renamed accordingly.Maxim Dounin3-0/+299
2015-06-01Fixed excessive memory usage while parsing configuration.Valentin Bartenev1-1/+1
2015-05-29Fixed bullying style of comments.Ruslan Ermilov1-4/+4
2015-05-29Version bump.Ruslan Ermilov1-2/+2
2015-05-20The "reuseport" option of the "listen" directive.Maxim Dounin3-0/+128
2015-05-19Core: properly initialized written bytes counter in memory log.Valentin Bartenev1-1/+1
2015-04-28Fixed overflow detection in ngx_inet_addr().Valentin Bartenev1-5/+5
2015-04-28Version bump.Valentin Bartenev1-2/+2
2015-04-27Win32: shared memory base addresses and remapping.Maxim Dounin1-0/+16
2015-04-27Win32: fixed shm.handle loss on reload.Maxim Dounin1-0/+3
2015-04-25Core: the ngx_set_connection_log() macro.Vladimir Homutov1-0/+11
2015-04-23Removed the "worker_rlimit_sigpending" directive.Ruslan Ermilov2-9/+0
2015-04-23Removed the obsolete rtsig module.Ruslan Ermilov2-20/+7
2015-04-22Removed the obsolete aio module.Ruslan Ermilov2-2/+2
2015-04-20Core: allow shared memory size to be declared after a reference.Sergey Kandaurov1-0/+4
2015-04-20Stream: port from NGINX+.Ruslan Ermilov2-2/+3
2015-03-26Removed "worker_threads" and "thread_stack_size" directives.Ruslan Ermilov2-37/+0
2015-03-26Removed unused thread-local-storage code.Ruslan Ermilov2-16/+0
2015-03-26Removed ngx_threaded and related code.Ruslan Ermilov1-37/+0
2015-04-16Core: ensure that ngx_config.h is always included first.Sergey Kandaurov1-0/+3
2015-04-16Version bump.Maxim Dounin1-2/+2
2015-04-14Upstream: the "zone" directive.Ruslan Ermilov3-1/+12
2015-03-21Core: read/write locks.Ruslan Ermilov3-0/+134