summaryrefslogtreecommitdiff
path: root/auto
Commit message (Expand)AuthorAgeFilesLines
* Win32: OpenSSL compilation for x64 targets with MSVC.Maxim Dounin2023-02-233-2/+30
* Win32: i386 now assumed when crossbuilding (ticket #2416).Maxim Dounin2023-02-231-0/+1
* Win32: handling of localized MSVC cl output.Maxim Dounin2023-02-231-2/+2
* Win32: removed unneeded wildcard in NGX_CC_NAME test for msvc.Maxim Dounin2023-02-231-1/+1
* Configure: removed unneeded header from UDP_SEGMENT test.Maxim Dounin2023-01-231-1/+0
* Win32: disabled threads support in OpenSSL builds.Maxim Dounin2022-09-071-1/+1
* Configure: recognize arm64 machine name as a synonym for aarch64.Sergey Kandaurov2022-04-291-1/+1
* Core: added autotest for UDP segmentation offloading.Vladimir Homutov2022-01-261-0/+16
* Core: the ngx_event_udp.h header file.Vladimir Homutov2022-01-251-1/+2
* Simplified sendfile(SF_NODISKIO) usage.Maxim Dounin2021-12-271-5/+3
* PCRE2 library support.Maxim Dounin2021-12-254-43/+223
* Configure: simplified PCRE compilation.Maxim Dounin2021-12-251-65/+8
* Moved Huffman coding out of HTTP/2.Ruslan Ermilov2021-12-212-2/+8
* Configure: fixed --test-build-epoll on FreeBSD 13.Maxim Dounin2021-04-052-23/+25
* Mail: realip module.Maxim Dounin2021-03-051-0/+6
* Introduced strerrordesc_np() support.Maxim Dounin2021-03-011-6/+22
* Improved maximum errno detection.Maxim Dounin2021-03-011-28/+0
* Configure: marked top-level make targets as phony.Ruslan Ermilov2021-02-202-0/+4
* Core: "-e" command line option.Igor Ippolitov2020-11-191-0/+4
* Configure: shared sources for addon modules.Maxim Dounin2020-11-103-3/+45
* Configure: initialization of NGX_ADDON_SRCS.Maxim Dounin2020-11-101-0/+1
* Configure: style.Maxim Dounin2020-11-101-5/+5
* Stream: set module.Pavel Pautov2020-08-282-0/+13
* Events: available bytes calculation via ioctl(FIONREAD).Maxim Dounin2019-10-171-0/+12
* Unconditional compilation of the postpone filter.Roman Arutyunyan2019-05-082-18/+2
* Win32: defined pdb path.Maxim Dounin2019-04-041-1/+1
* Configure: added explicit ngx_binext to the linker output argument.Sergey Kandaurov2019-01-301-1/+1
* Win32: enabled both select and poll on Windows by default.Maxim Dounin2019-01-241-7/+1
* Win32: added WSAPoll() support.Maxim Dounin2019-01-242-0/+2
* Win32: properly enabled select on Windows.Maxim Dounin2019-01-241-0/+1
* Configure: fixed compiler warnings with "-Wall -Wextra".Sergey Kandaurov2018-07-244-5/+10
* Upstream: ngx_http_upstream_random module.Vladimir Homutov2018-06-152-0/+31
* Events: moved ngx_recvmsg() to new file src/event/ngx_event_udp.c.Roman Arutyunyan2018-06-011-0/+1
* Configure: fixed clang version detection (closes #1539).Ruslan Ermilov2018-04-241-1/+2
* Configure: restored "no-threads" in OpenSSL builds.Maxim Dounin2018-03-221-1/+1
* Configure: fixed static compilation with OpenSSL 1.1.1.Maxim Dounin2018-03-223-7/+16
* Configure: added gRPC module help message.Sergey Kandaurov2018-03-191-0/+1
* The gRPC proxy module.Maxim Dounin2018-03-172-0/+13
* HTTP/2: externalized various constants and interfaces.Maxim Dounin2018-03-171-0/+1
* Core: ngx_current_msec now uses monotonic time if available.Maxim Dounin2018-03-011-0/+24
* HTTP/2: push additional request headers (closes #1478).Ruslan Ermilov2018-02-151-0/+1
* Fixed capabilities version.Roman Arutyunyan2017-12-191-1/+1
* Improved the capabilities feature detection.Roman Arutyunyan2017-12-181-2/+3
* Retain CAP_NET_RAW capability for transparent proxying.Roman Arutyunyan2017-12-131-0/+31
* Use sysconf to determine cacheline size at runtime.Debayan Ghosh2017-12-111-0/+10
* Configure: set default cacheline size to 64 for aarch64 platforms.Debayan Ghosh2017-12-111-0/+5
* Configure: fixed SO_BINDANY comment.Maxim Dounin2017-12-071-1/+1
* Configure: moved IP_BIND_ADDRESS_NO_PORT test.Maxim Dounin2017-12-071-11/+11
* Configure: fixed clang detection on MINIX.Maxim Dounin2017-11-232-2/+6
* Mirror module.Roman Arutyunyan2017-07-202-0/+14