summaryrefslogtreecommitdiffhomepage
path: root/auto/unix (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-18Core: fix build without libcrypt.Piotr Sikora1-2/+2
2023-05-06QUIC: disabled datagram fragmentation.Roman Arutyunyan1-0/+48
2021-04-05Configure: fixed --test-build-epoll on FreeBSD 13.Maxim Dounin1-23/+0
2021-03-01Introduced strerrordesc_np() support.Maxim Dounin1-6/+22
2021-03-01Improved maximum errno detection.Maxim Dounin1-28/+0
2019-10-17Events: available bytes calculation via ioctl(FIONREAD).Maxim Dounin1-0/+12
2018-03-22Configure: fixed static compilation with OpenSSL 1.1.1.Maxim Dounin1-0/+1
2018-03-01Core: ngx_current_msec now uses monotonic time if available.Maxim Dounin1-0/+24
2017-12-11Use sysconf to determine cacheline size at runtime.Debayan Ghosh1-0/+10
2017-12-07Configure: fixed SO_BINDANY comment.Maxim Dounin1-1/+1
2017-12-07Configure: moved IP_BIND_ADDRESS_NO_PORT test.Maxim Dounin1-11/+11
2017-06-01Configure: disabled IP_PKTINFO feature on certain platforms.Roman Arutyunyan1-1/+4
2017-05-29Configure: sched_setaffinity() test moved to auto/unix.Maxim Dounin1-0/+12
2017-04-11Set UDP datagram source address (ticket #1239).Roman Arutyunyan1-0/+13
2017-02-01Configure: removed execute bit from auto/unix.Sergey Kandaurov1-0/+0
2016-10-04Configure: removed the --with-ipv6 option.Maxim Dounin1-14/+12
2016-06-27Configure: fix build with -Werror=nonnull.Piotr Sikora1-1/+1
2016-06-27Configure: fix build with -Werror=unused-but-set-variable.Piotr Sikora1-9/+13
2016-06-27Configure: style.Piotr Sikora1-2/+2
2016-06-20Set IP_BIND_ADDRESS_NO_PORT socket option for upstream sockets.Andrei Belov1-0/+13
2015-12-18Upstream: the "transparent" parameter of proxy_bind and friends.Roman Arutyunyan1-0/+38
2016-04-01Compatibility with FreeBSD 2.2.9.Maxim Dounin1-2/+3
2016-01-20Stream: UDP proxy.Roman Arutyunyan1-0/+39
2016-02-18Configure: fixed static nginx build with OpenSSL (ticket #903).Ruslan Ermilov1-0/+1
2016-02-05Dynamic modules: added dlsym() to configure test.Valentin Bartenev1-1/+1
2016-02-04Dynamic modules: dlopen() support.Maxim Dounin1-2/+2
2015-11-17Used the pwritev() syscall for writing files where possible.Valentin Bartenev1-0/+16
2015-06-17Configure: fix tests with multi-level relative build directory.Ruslan Ermilov1-8/+1
2015-05-20The "reuseport" option of the "listen" directive.Maxim Dounin1-0/+10
2015-05-20Configure: style.Maxim Dounin1-1/+1
2015-03-14Events: implemented epoll notification mechanism.Valentin Bartenev1-0/+23
2015-03-17Core: expose maximum values of time_t and ngx_int_t.Ruslan Ermilov1-0/+1
2014-05-23Events: use eventfd() instead of syscall(SYS_eventfd) if possible.Ruslan Ermilov1-6/+27
2013-12-03Added support for TCP_FASTOPEN supported in Linux >= 3.7.1.Mathew Rodley1-0/+12
2013-09-04Configure: TCP_KEEPIDLE test name simplified.Maxim Dounin1-1/+1
2013-08-05Core: guard use of AI_ADDRCONFIG.Ruslan Ermilov1-6/+2
2013-08-05Core: only resolve address families configured on the local system.Ruslan Ermilov1-2/+6
2012-12-17Implemented IPv6 support for URLs specified using domain names.Ruslan Ermilov1-0/+14
2012-06-08Fixed spelling of "endianness", and called it "byte ordering" in theRuslan Ermilov1-1/+1
2012-03-28Configure: fixed msghdr.msg_control test on 64bit platforms.Maxim Dounin1-2/+2
2012-03-27Fixed more gcc46 warnings in configure tests.Maxim Dounin1-18/+32
2012-03-21The addition of $tcpinfo_* variables has broken the build on LinuxRuslan Ermilov1-0/+5
2012-03-16Implemented $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd, andRuslan Ermilov1-0/+13
2012-03-15Fixed compilation warnings in configuration C tests.Ruslan Ermilov1-4/+5
2012-02-13Added openat()/fstatat().Andrey Belov1-0/+14
2012-02-10Added ngx_ncpu detection for most *nix platforms.Valentin Bartenev1-0/+10
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-12-05Added the "so_keepalive=" parameter to the "listen" directive.Valentin Bartenev1-0/+14
2011-11-21o AIX 7 defines sys_nerr in errno.h, therefore <errno.h> includedMaxim Konovalov1-4/+5
2011-08-21Move SO_ACCEPTFILTER and TCP_DEFER_ACCEPT checks into configure.Maxim Dounin1-0/+23