summaryrefslogtreecommitdiffhomepage
path: root/src/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-16Fixed build, broken by 8b7f062a3fe6.Ruslan Ermilov1-1/+2
2015-04-16Core: added OpenSSL version information to "nginx -V" output.Vladimir Homutov1-5/+16
2015-04-16Version bump.Vladimir Homutov1-2/+2
2015-03-26Core: guard against spinlock usage without atomic ops.Ruslan Ermilov1-1/+1
2015-04-07Core: limited levels of subdirectory hierarchy used for temp files.Sergey Kandaurov1-0/+4
2015-04-07Core: removed excessive initialization in ngx_conf_set_path_slot().Sergey Kandaurov1-4/+0
2015-04-07Core: fixed error handling on ngx_conf_full_name() failure.Sergey Kandaurov1-1/+1
2015-03-26Version bump.Maxim Dounin1-2/+2
2015-03-23Output chain: free chain links in ngx_chain_writer().Maxim Dounin1-4/+12
2015-03-23Output chain: zero size buf alerts in ngx_chain_writer().Maxim Dounin1-1/+32
2015-03-23Thread pools: implemented graceful exiting of threads.Valentin Bartenev1-3/+34
2015-03-23Thread pools: removed unused pointer to memory pool.Valentin Bartenev1-2/+0