index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
auto
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-24
GeoIP: IPv6 support.
Ruslan Ermilov
1
-0
/
+12
2013-01-24
Configure: fixed GeoIP library detection.
Ruslan Ermilov
1
-1
/
+4
2013-01-24
Configure: fixed style of include directories.
Ruslan Ermilov
2
-2
/
+2
2013-01-21
Removed redundant variable assignment.
Sergey Budnevitch
1
-3
/
+0
2012-12-23
Configure: added the NGX_ZLIB define.
Valentin Bartenev
1
-1
/
+4
2012-12-17
Implemented IPv6 support for URLs specified using domain names.
Ruslan Ermilov
1
-0
/
+14
2012-12-12
Configure: better check for PCRE JIT.
Maxim Dounin
1
-0
/
+1
2012-12-03
Fixed build with embedded perl in certain setups (ticket #48).
Ruslan Ermilov
1
-3
/
+1
2012-10-01
OCSP stapling: ssl_stapling_file support.
Maxim Dounin
1
-1
/
+2
2012-09-28
Correct plural form for "path" in the whole source base.
Andrey Belov
1
-3
/
+3
2012-09-27
Configure: additional test for ExtUtils::Embed perl module presence.
Andrey Belov
1
-1
/
+9
2012-09-26
Configure: help updated to list upstream keepalive and least_conn.
Maxim Dounin
1
-0
/
+4
2012-09-11
Configure: fixed make macros to use parentheses instead of braces.
Maxim Dounin
3
-3
/
+3
2012-09-11
Configure: provide inflate() when building zlib on win32.
Maxim Dounin
3
-7
/
+12
2012-09-10
Gunzip filter import.
Maxim Dounin
3
-0
/
+15
2012-07-29
Removed extraneous GCC warning flags.
Ruslan Ermilov
1
-3
/
+0
2012-07-24
Added the Clang compiler support.
Ruslan Ermilov
3
-0
/
+108
2012-07-24
Made sure to run configure in a "C" locale.
Ruslan Ermilov
1
-0
/
+3
2012-07-24
Added a commented out -Wmissing-prototypes to CFLAGS.
Ruslan Ermilov
1
-0
/
+1
2012-07-24
Replaced a number of "else if" with "elif".
Ruslan Ermilov
1
-26
/
+10
2012-07-07
Configure: fixed "make" used instead of "${MAKE}".
Maxim Dounin
3
-3
/
+3
2012-06-26
Added code to look up Google perftools in /opt/local/, for MacPorts.
Ruslan Ermilov
1
-0
/
+16
2012-06-21
Fixed compile-time conditionals used to detect if X-Forwarded-For support
Ruslan Ermilov
1
-2
/
+4
2012-06-18
Fixed "sendmsg() failed" alerts on HP-UX.
Maxim Dounin
1
-0
/
+1
2012-06-18
Changed default alignment to 16.
Maxim Dounin
1
-0
/
+1
2012-06-08
Fixed spelling of "endianness", and called it "byte ordering" in the
Ruslan Ermilov
2
-6
/
+6
2012-06-03
Upstream: least_conn balancer module.
Maxim Dounin
3
-0
/
+13
2012-05-17
Fixed building --with-cpp_test_module on some systems.
Valentin Bartenev
1
-0
/
+1
2012-03-28
Configure: fixed msghdr.msg_control test on 64bit platforms.
Maxim Dounin
1
-2
/
+2
2012-03-27
Fixed more gcc46 warnings in configure tests.
Maxim Dounin
5
-26
/
+41
2012-03-21
The addition of $tcpinfo_* variables has broken the build on Linux
Ruslan Ermilov
1
-0
/
+5
2012-03-21
worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.
Ruslan Ermilov
3
-2
/
+13
2012-03-16
Implemented $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd, and
Ruslan Ermilov
1
-0
/
+13
2012-03-16
Some older OSes (notably FreeBSD 4.x) did not have %zu
Ruslan Ermilov
1
-1
/
+1
2012-03-15
Fixed compilation warnings in configuration C tests.
Ruslan Ermilov
5
-12
/
+19
2012-02-27
Configure: moved icc detection before gcc.
Maxim Dounin
1
-5
/
+5
2012-02-13
Added openat()/fstatat().
Andrey Belov
1
-0
/
+14
2012-02-13
Fixed build with embedded perl and --with-openssl.
Maxim Dounin
1
-0
/
+1
2012-02-10
Added ngx_ncpu detection for most *nix platforms.
Valentin Bartenev
1
-0
/
+10
2012-01-18
Copyright updated.
Maxim Konovalov
73
-0
/
+73
2011-12-29
Fixed configure with system PCRE library on Solaris.
Valentin Bartenev
1
-1
/
+1
2011-12-29
Some questionable optomizations flags for icc were removed
Maxim Konovalov
1
-29
/
+4
2011-12-26
Added support for regex study and PCRE JIT (ticket #41) optimizations on
Valentin Bartenev
5
-5
/
+31
2011-12-20
configure on Solaris fixed
Sergey Budnevitch
1
-1
/
+1
2011-12-05
Added the "so_keepalive=" parameter to the "listen" directive.
Valentin Bartenev
1
-0
/
+14
2011-11-22
Made it possible to build/install from the SVN checkout.
Ruslan Ermilov
1
-3
/
+15
2011-11-21
o AIX 7 defines sys_nerr in errno.h, therefore <errno.h> included
Maxim Konovalov
1
-4
/
+5
2011-11-14
Renamed ngx_http_limit_zone_module to ngx_http_limit_conn_module.
Valentin Bartenev
4
-8
/
+18
2011-10-26
Revamped "configure --help" text.
Ruslan Ermilov
1
-37
/
+40
2011-10-26
Fix of building by Microsoft Visual C++ 10 compiler.
Igor Sysoev
1
-0
/
+8
[next]