log src/os/unix/ngx_linux_config.h @ 7660:d33e17499088

age author description
Mon, 18 Dec 2017 21:09:39 +0300 Roman Arutyunyan Improved the capabilities feature detection.
Wed, 13 Dec 2017 20:40:53 +0300 Roman Arutyunyan Retain CAP_NET_RAW capability for transparent proxying.
Thu, 04 Feb 2016 18:30:21 +0300 Maxim Dounin Dynamic modules: dlopen() support.
Thu, 23 Apr 2015 14:17:40 +0300 Ruslan Ermilov Removed the obsolete rtsig module.
Sat, 14 Mar 2015 17:37:07 +0300 Valentin Bartenev Thread pools implementation.
Fri, 23 May 2014 16:37:05 +0400 Ruslan Ermilov Events: use eventfd() instead of syscall(SYS_eventfd) if possible.
Mon, 23 Sep 2013 19:37:13 +0400 Maxim Dounin Added ngx_filename_cmp() with "/" sorted to the left.
Wed, 26 Jun 2013 15:47:27 +0400 Maxim Dounin Fixed build on Linux with x32 ABI.
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, 24 Oct 2011 15:46:48 +0000 Igor Sysoev malloc() debugging on MacOSX.
Sun, 21 Aug 2011 11:37:37 +0000 Maxim Dounin Move SO_ACCEPTFILTER and TCP_DEFER_ACCEPT checks into configure.
Tue, 10 May 2011 11:39:13 +0000 Igor Sysoev use POSIX semaphores in shmtx instead of sched_yield()
Sat, 23 Apr 2011 17:27:55 +0000 Igor Sysoev revert r3864, it may cause kernel panic on some kernels while working with IPv6
Thu, 17 Feb 2011 14:14:50 +0000 Igor Sysoev use backlog -1 on Linux