summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-31Fixed ngx_pid_t formatting in ngx_sprintf() and logging.Sergey Kandaurov3-8/+8
2016-03-31Fixed format specifiers in ngx_sprintf().Sergey Kandaurov2-3/+3
2016-03-31Fixed logging.Sergey Kandaurov39-66/+67
2016-03-31Events: fixed logging.Sergey Kandaurov2-12/+19
2016-03-31Fixed logging with variable field width.Sergey Kandaurov6-10/+11
2016-03-31Fixed logging in close error handling.Sergey Kandaurov2-2/+2
2016-03-30Events: fixed test building with eventport on OS X.Ruslan Ermilov1-1/+1
2016-03-30Style.Ruslan Ermilov43-215/+215
2016-03-30Version bump.Ruslan Ermilov1-2/+2
2016-03-29Win32: replaced NGX_EXDEV with more appropriate error code.Maxim Dounin1-5/+1
2016-03-29Win32: additional error code NGX_EEXIST_FILE (ticket #910).Maxim Dounin3-3/+10
2016-03-28Upstream: proxy_next_upstream non_idempotent.Maxim Dounin6-1/+12
2016-03-28Upstream: cached connections now tested against next_upstream.Maxim Dounin1-49/+42
2016-03-28Fixed --test-build-*.Ruslan Ermilov3-4/+5
2016-03-28Sub filter: fixed allocation alignment.Roman Arutyunyan1-4/+4
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-18Stream: additional logging for UDP.Vladimir Homutov2-5/+10
2016-03-23Win32: fixed build after 384154fc634f.Dmitry Volyntsev1-3/+2
2016-03-23Stream: detect port absence in proxy_pass with IP literal.Roman Arutyunyan1-1/+1
2016-03-23Resolver: added support for SRV records.Dmitry Volyntsev3-27/+992
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-22Backed out server_tokens changes.Maxim Dounin5-163/+45
2016-03-23Cache: fixed slots accounting error introduced in c9d680b00744.Dmitry Volyntsev1-2/+2
2016-03-22Reconsidered server_tokens with an empty value.Ruslan Ermilov3-20/+11
2016-03-21HTTP/2: improved debugging of sending control frames.Valentin Bartenev1-2/+13
2016-03-21Events: fixed test building with devpoll and eventport on Linux.Sergey Kandaurov2-1/+3
2016-03-18Fix build with -Wmissing-prototypes.Piotr Sikora1-2/+2
2016-03-18Cache: added watermark to reduce IO load when keys_zone is full.Dmitry Volyntsev2-5/+34
2016-03-18Cache: report error if slab allocator fails during cache loading.Dmitry Volyntsev2-0/+8
2016-03-18Threads: writing via threads pools in event pipe.Maxim Dounin5-21/+214
2016-03-18Threads: offloading of temp files writing to thread pools.Maxim Dounin4-14/+164
2016-03-18Threads: task pointer stored in ngx_file_t.Maxim Dounin5-11/+18
2016-03-18Fixed timeouts with threaded sendfile() and subrequests.Maxim Dounin2-10/+14
2016-03-16Style.Ruslan Ermilov1-4/+4
2016-03-15Truncation detection in sendfilev() on Solaris.Maxim Dounin1-0/+23
2016-03-15Truncation detection in sendfile() on Linux.Maxim Dounin1-0/+26