log auto/unix @ 4563:cc038cc834be

age author description
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().
Fri, 10 Feb 2012 11:24:19 +0000 Valentin Bartenev Added ngx_ncpu detection for most *nix platforms.
Sun, 05 Feb 2012 20:02:59 +0000 Maxim Dounin Merge of r4406, r4413: copyrights updated. stable-1.0
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Mon, 05 Dec 2011 08:06:15 +0000 Valentin Bartenev Added the "so_keepalive=" parameter to the "listen" directive.
Mon, 21 Nov 2011 11:51:41 +0000 Maxim Konovalov o AIX 7 defines sys_nerr in errno.h, therefore <errno.h> included
Sun, 21 Aug 2011 11:37:37 +0000 Maxim Dounin Move SO_ACCEPTFILTER and TCP_DEFER_ACCEPT checks into configure.
Wed, 17 Aug 2011 08:35:54 +0000 Maxim Dounin Detect POSIX semaphores in librt on Solaris (ticket #3).
Tue, 31 May 2011 08:25:10 +0000 Igor Sysoev concatenate auto/os/features and auto/unix
Tue, 31 May 2011 08:17:27 +0000 Igor Sysoev Support POSIX semaphores on Linux.
Tue, 10 May 2011 11:39:13 +0000 Igor Sysoev use POSIX semaphores in shmtx instead of sched_yield()
Wed, 04 May 2011 12:21:25 +0000 Igor Sysoev fix r3902
Sat, 23 Apr 2011 13:15:56 +0000 Igor Sysoev fix r3822
Mon, 06 Dec 2010 14:51:20 +0000 Igor Sysoev test for maximum errno value, since Solaris has no sys_nerr
Mon, 06 Dec 2010 14:50:27 +0000 Igor Sysoev style fix
Mon, 06 Dec 2010 14:49:17 +0000 Igor Sysoev test for _sys_nerr only if sys_nerr was not found
Wed, 01 Dec 2010 19:22:37 +0000 Igor Sysoev fix building by Cygwin: Cygwin defines _sys_nerr instead of sys_nerr,
Thu, 25 Nov 2010 11:04:03 +0000 Igor Sysoev use copied strerror() messages and autoconfigured sys_nerr value
Fri, 12 Mar 2010 11:15:26 +0000 Igor Sysoev use sys_errlist[] in signal handler instead
Wed, 03 Jun 2009 04:53:01 +0000 Igor Sysoev librt must be tested before creating Makefile
Sun, 24 May 2009 14:19:16 +0000 Igor Sysoev test libdl before OpenSSL configuration
Fri, 08 May 2009 09:39:53 +0000 Igor Sysoev test whether libdl is required for dynamic linking:
Fri, 08 May 2009 09:36:16 +0000 Igor Sysoev Solaris 10 has sched_yield() in libc
Mon, 23 Mar 2009 20:26:33 +0000 Igor Sysoev style fix