Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto
AgeCommit message (Expand)Author
2013-02-11Merge of r5014, r5015, r5016, r5030: geoip ipv6 support.Maxim Dounin
2013-02-11Merge of r5012: configure: removed redundant variable assignment.Maxim Dounin
2013-02-11Merge of r4985, r4986, r4987, r4988, r4989, r5002: access_log gzip.Maxim Dounin
2013-02-10Merge of r4961: configure: better check for PCRE JIT.Maxim Dounin
2013-02-10Merge of r4946, r4978: perl.Maxim Dounin
2012-11-12Merge of r4870, r4871, r4890, r4895: minor fixes.Maxim Dounin
2012-11-12Merge of r4866, r4867: configure fixes.Maxim Dounin
2012-09-24Merge of r4842: fixed make macros to use parentheses.Maxim Dounin
2012-09-24Merge of r4779, r4840, r4843, r4844: win32 changes.Maxim Dounin
2012-08-06Merge of r4763: added the Clang compiler support.Maxim Dounin
2012-08-06Merge of r4760, r4761: -Wmissing-prototypes.Maxim Dounin
2012-08-06Merge of r4759, r4762, r4768: configure minor fixes.Maxim Dounin
2012-08-06Merge of r4741: fixed "make" used instead of "${MAKE}".Maxim Dounin
2012-07-02Merge of r4698: X-Forwarded-For conditionals.Maxim Dounin
2012-07-02Merge of r4693: fixed "sendmsg() failed" alerts on HP-UX.Maxim Dounin
2012-07-02Merge of r4691: changed default alignment to 16.Maxim Dounin
2012-07-02Merge of r4682, r4694, r4699, r4704, r4705: minor nits.Maxim Dounin
2012-07-02Merge of r4655, r4656, r4657, r4695, r4696: upstream changes.Maxim Dounin
2012-06-29Merge of r4639, r4640: C++ fixes.Maxim Dounin
2012-03-28Configure: fixed msghdr.msg_control test on 64bit platforms.Maxim Dounin
2012-03-27Fixed more gcc46 warnings in configure tests.Maxim Dounin
2012-03-21The addition of $tcpinfo_* variables has broken the build on LinuxRuslan Ermilov
2012-03-21worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.Ruslan Ermilov
2012-03-16Implemented $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd, andRuslan Ermilov
2012-03-16Some older OSes (notably FreeBSD 4.x) did not have %zuRuslan Ermilov
2012-03-16Fixed compilation warnings in configuration C tests.Ruslan Ermilov
2012-02-27Configure: moved icc detection before gcc.Maxim Dounin
2012-02-13Added openat()/fstatat().Andrey Belov
2012-02-13Fixed build with embedded perl and --with-openssl.Maxim Dounin
2012-02-10Added ngx_ncpu detection for most *nix platforms.Valentin Bartenev
2012-01-18Copyright updated.Maxim Konovalov
2011-12-29Fixed configure with system PCRE library on Solaris.Valentin Bartenev
2011-12-29Some questionable optomizations flags for icc were removedMaxim Konovalov
2011-12-26Added support for regex study and PCRE JIT (ticket #41) optimizations onValentin Bartenev
2011-12-20configure on Solaris fixedSergey Budnevitch
2011-12-05Added the "so_keepalive=" parameter to the "listen" directive.Valentin Bartenev
2011-11-22Made it possible to build/install from the SVN checkout.Ruslan Ermilov
2011-11-21o AIX 7 defines sys_nerr in errno.h, therefore <errno.h> includedMaxim Konovalov
2011-11-14Renamed ngx_http_limit_zone_module to ngx_http_limit_conn_module.Valentin Bartenev
2011-10-26Revamped "configure --help" text.Ruslan Ermilov
2011-10-26Fix of building by Microsoft Visual C++ 10 compiler.Igor Sysoev
2011-10-12Fixed configuration summary and manpage contents for the specialRuslan Ermilov
2011-09-15Upstream keepalive module.Maxim Dounin
2011-09-09ngx_http_mp4_moduleIgor Sysoev
2011-08-21Move SO_ACCEPTFILTER and TCP_DEFER_ACCEPT checks into configure.Maxim Dounin
2011-08-18Rebuild manpage only if needed.Maxim Dounin
2011-08-18Lower optimization level for Sun Studio before 12.1.Maxim Dounin
2011-08-17Detect POSIX semaphores in librt on Solaris (ticket #3).Maxim Dounin
2011-08-13Configure: catch up with new Linux version numbering (ticket #5).Maxim Dounin
2011-05-31concatenate auto/os/features and auto/unixIgor Sysoev