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
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
2011-05-31delete unused auto/threadsIgor Sysoev
2011-05-31Support POSIX semaphores on Linux.Igor Sysoev
2011-05-16"$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic moduleIgor Sysoev
2011-05-11log "Abort trap" or similar messagesIgor Sysoev
2011-05-10use POSIX semaphores in shmtx instead of sched_yield()Igor Sysoev
2011-05-04fix r3902Igor Sysoev
2011-04-23fix r3822Igor Sysoev
2011-04-17fix the previous commitIgor Sysoev
2011-04-15an internal MD5 implemenationIgor Sysoev
2011-04-15ngx_murmur_hash2()Igor Sysoev
2010-12-06test for maximum errno value, since Solaris has no sys_nerrIgor Sysoev
2010-12-06style fixIgor Sysoev
2010-12-06test for _sys_nerr only if sys_nerr was not foundIgor Sysoev
2010-12-01fix building by Cygwin: Cygwin defines _sys_nerr instead of sys_nerr,Igor Sysoev
2010-11-29add man page in release tarball and fix man building procedureIgor Sysoev
2010-11-25add nginx.8 man pageIgor Sysoev
2010-11-25use copied strerror() messages and autoconfigured sys_nerr valueIgor Sysoev
2010-11-25Linux accept4() supportIgor Sysoev
2010-10-04gzip_disable degradationIgor Sysoev
2010-07-08stop ./configure on Win32 if no library sources was specified,Igor Sysoev
2010-07-08do not use prebuild OpenSSL Win32 librariesIgor Sysoev
2010-07-05listen setfib=XIgor Sysoev
2010-07-05try to use C99 variadic macros first:Igor Sysoev
2010-06-18ngx_http_scgi_moduleIgor Sysoev
2010-06-08install uwsgi_paramsIgor Sysoev
2010-06-02print default module temporary directory path in summaryIgor Sysoev
2010-06-01./configure --http-uwsgi-temp-path=PATHIgor Sysoev