summaryrefslogtreecommitdiff
path: root/auto/unix
Commit message (Expand)AuthorAgeFilesLines
* Events: available bytes calculation via ioctl(FIONREAD).Maxim Dounin2019-10-171-0/+12
* Configure: fixed static compilation with OpenSSL 1.1.1.Maxim Dounin2018-03-221-0/+1
* Core: ngx_current_msec now uses monotonic time if available.Maxim Dounin2018-03-011-0/+24
* Use sysconf to determine cacheline size at runtime.Debayan Ghosh2017-12-111-0/+10
* 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: disabled IP_PKTINFO feature on certain platforms.Roman Arutyunyan2017-06-011-1/+4
* Configure: sched_setaffinity() test moved to auto/unix.Maxim Dounin2017-05-291-0/+12
* Set UDP datagram source address (ticket #1239).Roman Arutyunyan2017-04-111-0/+13
* Configure: removed execute bit from auto/unix.Sergey Kandaurov2017-02-011-0/+0
* Configure: removed the --with-ipv6 option.Maxim Dounin2016-10-041-14/+12
* Configure: fix build with -Werror=nonnull.Piotr Sikora2016-06-271-1/+1
* Configure: fix build with -Werror=unused-but-set-variable.Piotr Sikora2016-06-271-9/+13
* Configure: style.Piotr Sikora2016-06-271-2/+2
* Set IP_BIND_ADDRESS_NO_PORT socket option for upstream sockets.Andrei Belov2016-06-201-0/+13
* Upstream: the "transparent" parameter of proxy_bind and friends.Roman Arutyunyan2015-12-181-0/+38
* Compatibility with FreeBSD 2.2.9.Maxim Dounin2016-04-011-2/+3
* Stream: UDP proxy.Roman Arutyunyan2016-01-201-0/+39
* Configure: fixed static nginx build with OpenSSL (ticket #903).Ruslan Ermilov2016-02-181-0/+1
* Dynamic modules: added dlsym() to configure test.Valentin Bartenev2016-02-051-1/+1
* Dynamic modules: dlopen() support.Maxim Dounin2016-02-041-2/+2
* Used the pwritev() syscall for writing files where possible.Valentin Bartenev2015-11-171-0/+16
* Configure: fix tests with multi-level relative build directory.Ruslan Ermilov2015-06-171-8/+1
* The "reuseport" option of the "listen" directive.Maxim Dounin2015-05-201-0/+10
* Configure: style.Maxim Dounin2015-05-201-1/+1
* Events: implemented epoll notification mechanism.Valentin Bartenev2015-03-141-0/+23
* Core: expose maximum values of time_t and ngx_int_t.Ruslan Ermilov2015-03-171-0/+1
* Events: use eventfd() instead of syscall(SYS_eventfd) if possible.Ruslan Ermilov2014-05-231-6/+27
* Added support for TCP_FASTOPEN supported in Linux >= 3.7.1.Mathew Rodley2013-12-031-0/+12
* Configure: TCP_KEEPIDLE test name simplified.Maxim Dounin2013-09-041-1/+1
* Core: guard use of AI_ADDRCONFIG.Ruslan Ermilov2013-08-051-6/+2
* Core: only resolve address families configured on the local system.Ruslan Ermilov2013-08-051-2/+6
* Implemented IPv6 support for URLs specified using domain names.Ruslan Ermilov2012-12-171-0/+14
* Fixed spelling of "endianness", and called it "byte ordering" in theRuslan Ermilov2012-06-081-1/+1
* Configure: fixed msghdr.msg_control test on 64bit platforms.Maxim Dounin2012-03-281-2/+2
* Fixed more gcc46 warnings in configure tests.Maxim Dounin2012-03-271-18/+32
* The addition of $tcpinfo_* variables has broken the build on LinuxRuslan Ermilov2012-03-211-0/+5
* Implemented $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd, andRuslan Ermilov2012-03-161-0/+13
* Fixed compilation warnings in configuration C tests.Ruslan Ermilov2012-03-151-4/+5
* Added openat()/fstatat().Andrey Belov2012-02-131-0/+14
* Added ngx_ncpu detection for most *nix platforms.Valentin Bartenev2012-02-101-0/+10
* Copyright updated.Maxim Konovalov2012-01-181-0/+1
* Added the "so_keepalive=" parameter to the "listen" directive.Valentin Bartenev2011-12-051-0/+14
* o AIX 7 defines sys_nerr in errno.h, therefore <errno.h> includedMaxim Konovalov2011-11-211-4/+5
* Move SO_ACCEPTFILTER and TCP_DEFER_ACCEPT checks into configure.Maxim Dounin2011-08-211-0/+23
* Detect POSIX semaphores in librt on Solaris (ticket #3).Maxim Dounin2011-08-171-0/+13
* concatenate auto/os/features and auto/unixIgor Sysoev2011-05-311-0/+361
* Support POSIX semaphores on Linux.Igor Sysoev2011-05-311-0/+13
* use POSIX semaphores in shmtx instead of sched_yield()Igor Sysoev2011-05-101-0/+12
* fix r3902Igor Sysoev2011-05-041-1/+1