log auto/unix @ 6622:e393c0bf53d3

age author description
Mon, 27 Jun 2016 15:00:03 -0700 Piotr Sikora Configure: fix build with -Werror=unused-but-set-variable.
Mon, 27 Jun 2016 15:00:01 -0700 Piotr Sikora Configure: style.
Mon, 20 Jun 2016 10:41:17 +0300 Andrei Belov Set IP_BIND_ADDRESS_NO_PORT socket option for upstream sockets.
Fri, 18 Dec 2015 19:05:27 +0300 Roman Arutyunyan Upstream: the "transparent" parameter of proxy_bind and friends.
Fri, 01 Apr 2016 16:38:31 +0300 Maxim Dounin Compatibility with FreeBSD 2.2.9.
Wed, 20 Jan 2016 19:52:12 +0300 Roman Arutyunyan Stream: UDP proxy.
Thu, 18 Feb 2016 11:39:57 +0300 Ruslan Ermilov Configure: fixed static nginx build with OpenSSL (ticket #903).
Fri, 05 Feb 2016 21:48:25 +0300 Valentin Bartenev Dynamic modules: added dlsym() to configure test.
Thu, 04 Feb 2016 18:30:21 +0300 Maxim Dounin Dynamic modules: dlopen() support.
Tue, 17 Nov 2015 19:01:41 +0300 Valentin Bartenev Used the pwritev() syscall for writing files where possible.
Wed, 17 Jun 2015 14:15:27 +0300 Ruslan Ermilov Configure: fix tests with multi-level relative build directory.
Wed, 20 May 2015 15:51:56 +0300 Maxim Dounin The "reuseport" option of the "listen" directive.
Wed, 20 May 2015 15:51:13 +0300 Maxim Dounin Configure: style.
Tue, 17 Mar 2015 00:24:34 +0300 Ruslan Ermilov Core: expose maximum values of time_t and ngx_int_t. stable-1.6
Sat, 14 Mar 2015 17:37:13 +0300 Valentin Bartenev Events: implemented epoll notification mechanism.
Tue, 17 Mar 2015 00:24:34 +0300 Ruslan Ermilov Core: expose maximum values of time_t and ngx_int_t.
Fri, 23 May 2014 16:37:05 +0400 Ruslan Ermilov Events: use eventfd() instead of syscall(SYS_eventfd) if possible.
Tue, 03 Dec 2013 22:07:03 +0400 Mathew Rodley Added support for TCP_FASTOPEN supported in Linux >= 3.7.1.
Wed, 04 Sep 2013 21:17:05 +0400 Maxim Dounin Configure: TCP_KEEPIDLE test name simplified.
Mon, 05 Aug 2013 13:44:56 +0400 Ruslan Ermilov Core: guard use of AI_ADDRCONFIG.
Mon, 05 Aug 2013 10:55:59 +0400 Ruslan Ermilov Core: only resolve address families configured on the local system.
Mon, 17 Dec 2012 12:08:53 +0000 Ruslan Ermilov Implemented IPv6 support for URLs specified using domain names.
Fri, 08 Jun 2012 09:41:55 +0000 Ruslan Ermilov Fixed spelling of "endianness", and called it "byte ordering" in the
Wed, 28 Mar 2012 12:38:03 +0000 Maxim Dounin Configure: fixed msghdr.msg_control test on 64bit platforms.
Tue, 27 Mar 2012 16:44:52 +0000 Maxim Dounin Fixed more gcc46 warnings in configure tests.
Wed, 21 Mar 2012 15:35:05 +0000 Ruslan Ermilov The addition of $tcpinfo_* variables has broken the build on Linux
Fri, 16 Mar 2012 19:15:33 +0000 Ruslan Ermilov Implemented $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd, and
Thu, 15 Mar 2012 20:39:38 +0000 Ruslan Ermilov Fixed compilation warnings in configuration C tests.
Mon, 05 Mar 2012 12:10:09 +0000 Maxim Dounin Merge of r4460: ngx_ncpu detection for most *nix platforms. stable-1.0
Mon, 13 Feb 2012 16:13:21 +0000 Andrey Belov Added openat()/fstatat().