summaryrefslogtreecommitdiffhomepage
path: root/auto/unix (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-17Detect POSIX semaphores in librt on Solaris (ticket #3).Maxim Dounin1-0/+13
2011-05-31concatenate auto/os/features and auto/unixIgor Sysoev1-0/+361
2011-05-31Support POSIX semaphores on Linux.Igor Sysoev1-0/+13
2011-05-10use POSIX semaphores in shmtx instead of sched_yield()Igor Sysoev1-0/+12
2011-05-04fix r3902Igor Sysoev1-1/+1
2011-04-23fix r3822Igor Sysoev1-2/+7
2010-12-06test for maximum errno value, since Solaris has no sys_nerrIgor Sysoev1-0/+23
2010-12-06style fixIgor Sysoev1-0/+1
2010-12-06test for _sys_nerr only if sys_nerr was not foundIgor Sysoev1-10/+12
2010-12-01fix building by Cygwin: Cygwin defines _sys_nerr instead of sys_nerr,Igor Sysoev1-0/+12
2010-11-25use copied strerror() messages and autoconfigured sys_nerr valueIgor Sysoev1-29/+5
2010-03-12use sys_errlist[] in signal handler insteadIgor Sysoev1-0/+10
2009-06-03librt must be tested before creating MakefileIgor Sysoev1-22/+0
2009-05-24test libdl before OpenSSL configurationIgor Sysoev1-22/+0
2009-05-08test whether libdl is required for dynamic linking:Igor Sysoev1-0/+22