1. a861b0d Simplified nginx version maintenance. by Ruslan Ermilov · 12 years ago
  2. 50be2f3 Configure: fixed perl module make rules. by Ruslan Ermilov · 12 years ago
  3. 514ad4d Configure: improved make dependencies for perl module. by Ruslan Ermilov · 12 years ago
  4. 860a7c3 Configure: improved layout of the generated makefile. by Ruslan Ermilov · 12 years ago
  5. 2686cb4 Preliminary experimental support for SPDY draft 2. by Valentin Bartenev · 12 years ago
  6. 35c17ea Configure: changed default compiler from "gcc" to "cc". by Gleb Smirnoff · 12 years ago
  7. 7022bc2 Configure: rebuild perl module nginx.so if headers are changed. by Maxim Dounin · 12 years ago
  8. db5e48d GeoIP: IPv6 support. by Ruslan Ermilov · 12 years ago
  9. 6aa684c Configure: fixed GeoIP library detection. by Ruslan Ermilov · 12 years ago
  10. 9e33485 Configure: fixed style of include directories. by Ruslan Ermilov · 12 years ago
  11. f29eb07 Removed redundant variable assignment. by Sergey Budnevitch · 12 years ago
  12. e90df45 Configure: added the NGX_ZLIB define. by Valentin Bartenev · 12 years ago
  13. b8a90c6 Implemented IPv6 support for URLs specified using domain names. by Ruslan Ermilov · 12 years ago
  14. 8ae9e79 Configure: better check for PCRE JIT. by Maxim Dounin · 12 years ago
  15. 760c55a Fixed build with embedded perl in certain setups (ticket #48). by Ruslan Ermilov · 12 years ago
  16. 85c920a OCSP stapling: ssl_stapling_file support. by Maxim Dounin · 12 years ago
  17. 8be233c Correct plural form for "path" in the whole source base. by Andrey Belov · 12 years ago
  18. 181d58f Configure: additional test for ExtUtils::Embed perl module presence. by Andrey Belov · 13 years ago
  19. 8a1a54b Configure: help updated to list upstream keepalive and least_conn. by Maxim Dounin · 13 years ago
  20. 27b9435 Configure: fixed make macros to use parentheses instead of braces. by Maxim Dounin · 13 years ago
  21. 8522a2a Configure: provide inflate() when building zlib on win32. by Maxim Dounin · 13 years ago
  22. 90bd33e Gunzip filter import. by Maxim Dounin · 13 years ago
  23. 7f3a352 Removed extraneous GCC warning flags. by Ruslan Ermilov · 13 years ago
  24. a6c9e09 Added the Clang compiler support. by Ruslan Ermilov · 13 years ago
  25. 9911ea4 Made sure to run configure in a "C" locale. by Ruslan Ermilov · 13 years ago
  26. 2d60cd7 Added a commented out -Wmissing-prototypes to CFLAGS. by Ruslan Ermilov · 13 years ago
  27. 7e72000 Replaced a number of "else if" with "elif". by Ruslan Ermilov · 13 years ago
  28. 8aaf9d3 Configure: fixed "make" used instead of "${MAKE}". by Maxim Dounin · 13 years ago
  29. 835ad6b Added code to look up Google perftools in /opt/local/, for MacPorts. by Ruslan Ermilov · 13 years ago
  30. 4244481 Fixed compile-time conditionals used to detect if X-Forwarded-For support by Ruslan Ermilov · 13 years ago
  31. 97f7bf2 Fixed "sendmsg() failed" alerts on HP-UX. by Maxim Dounin · 13 years ago
  32. c45bd10 Changed default alignment to 16. by Maxim Dounin · 13 years ago
  33. d4353c6 Fixed spelling of "endianness", and called it "byte ordering" in the by Ruslan Ermilov · 13 years ago
  34. 4cb4e8d Upstream: least_conn balancer module. by Maxim Dounin · 13 years ago
  35. 430ab81 Fixed building --with-cpp_test_module on some systems. by Valentin Bartenev · 13 years ago
  36. 97d7f3d Configure: fixed msghdr.msg_control test on 64bit platforms. by Maxim Dounin · 13 years ago
  37. a3bdd73 Fixed more gcc46 warnings in configure tests. by Maxim Dounin · 13 years ago
  38. fd601af The addition of $tcpinfo_* variables has broken the build on Linux by Ruslan Ermilov · 13 years ago
  39. fbd32d4 worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support. by Ruslan Ermilov · 13 years ago
  40. 926ded6 Implemented $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd, and by Ruslan Ermilov · 13 years ago
  41. c2afb66 Some older OSes (notably FreeBSD 4.x) did not have %zu by Ruslan Ermilov · 13 years ago
  42. 4489fa8 Fixed compilation warnings in configuration C tests. by Ruslan Ermilov · 13 years ago
  43. 075e852 Configure: moved icc detection before gcc. by Maxim Dounin · 13 years ago
  44. 71205c3 Added openat()/fstatat(). by Andrey Belov · 13 years ago
  45. 8cb7134 Fixed build with embedded perl and --with-openssl. by Maxim Dounin · 13 years ago
  46. 891b43d Added ngx_ncpu detection for most *nix platforms. by Valentin Bartenev · 13 years ago
  47. f8d59e3 Copyright updated. by Maxim Konovalov · 13 years ago
  48. 9d712d9 Fixed configure with system PCRE library on Solaris. by Valentin Bartenev · 13 years ago
  49. f08ba92 Some questionable optomizations flags for icc were removed by Maxim Konovalov · 13 years ago
  50. bc5191c Added support for regex study and PCRE JIT (ticket #41) optimizations on by Valentin Bartenev · 13 years ago
  51. 2f6e243 configure on Solaris fixed by Sergey Budnevitch · 13 years ago
  52. 92edf47 Added the "so_keepalive=" parameter to the "listen" directive. by Valentin Bartenev · 13 years ago
  53. 7cd93c6 Made it possible to build/install from the SVN checkout. by Ruslan Ermilov · 13 years ago
  54. d4a2f14 o AIX 7 defines sys_nerr in errno.h, therefore <errno.h> included by Maxim Konovalov · 13 years ago
  55. 255e20a Renamed ngx_http_limit_zone_module to ngx_http_limit_conn_module. by Valentin Bartenev · 13 years ago
  56. ac0e8cb Revamped "configure --help" text. by Ruslan Ermilov · 13 years ago
  57. cfd5148 Fix of building by Microsoft Visual C++ 10 compiler. by Igor Sysoev · 13 years ago
  58. 88ca608 Fixed configuration summary and manpage contents for the special by Ruslan Ermilov · 13 years ago
  59. 44002e5 Upstream keepalive module. by Maxim Dounin · 14 years ago
  60. dde4d7e ngx_http_mp4_module by Igor Sysoev · 14 years ago
  61. ec8186c Move SO_ACCEPTFILTER and TCP_DEFER_ACCEPT checks into configure. by Maxim Dounin · 14 years ago
  62. 400de57 Rebuild manpage only if needed. by Maxim Dounin · 14 years ago
  63. 950b668 Lower optimization level for Sun Studio before 12.1. by Maxim Dounin · 14 years ago
  64. b4d9ee2 Detect POSIX semaphores in librt on Solaris (ticket #3). by Maxim Dounin · 14 years ago
  65. 1a664a8 Configure: catch up with new Linux version numbering (ticket #5). by Maxim Dounin · 14 years ago
  66. e9041dd concatenate auto/os/features and auto/unix by Igor Sysoev · 14 years ago
  67. e2fac24 delete unused auto/threads by Igor Sysoev · 14 years ago
  68. 0462a61 Support POSIX semaphores on Linux. by Igor Sysoev · 14 years ago
  69. 5dc5945 "$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic module by Igor Sysoev · 14 years ago
  70. 768f7a0 log "Abort trap" or similar messages by Igor Sysoev · 14 years ago
  71. e2c8ad7 use POSIX semaphores in shmtx instead of sched_yield() by Igor Sysoev · 14 years ago
  72. 9505277 fix r3902 by Igor Sysoev · 14 years ago
  73. 1143d00 fix r3822 by Igor Sysoev · 14 years ago
  74. f771ce9 fix the previous commit by Igor Sysoev · 14 years ago
  75. b345178 an internal MD5 implemenation patch by Maxim Dounin by Igor Sysoev · 14 years ago
  76. 42f1e1c ngx_murmur_hash2() by Igor Sysoev · 14 years ago
  77. adc7083 test for maximum errno value, since Solaris has no sys_nerr by Igor Sysoev · 14 years ago
  78. 2369c14 style fix by Igor Sysoev · 14 years ago
  79. bb6bd80 test for _sys_nerr only if sys_nerr was not found by Igor Sysoev · 14 years ago
  80. dc9d7fb fix building by Cygwin: Cygwin defines _sys_nerr instead of sys_nerr, by Igor Sysoev · 14 years ago
  81. 71948cc add man page in release tarball and fix man building procedure by Igor Sysoev · 14 years ago
  82. e1a30b4 add nginx.8 man page by Igor Sysoev · 14 years ago
  83. 7f31a20 use copied strerror() messages and autoconfigured sys_nerr value by Igor Sysoev · 14 years ago
  84. 40747ad Linux accept4() support by Igor Sysoev · 14 years ago
  85. 5fffff9 gzip_disable degradation by Igor Sysoev · 14 years ago
  86. 59bb78b stop ./configure on Win32 if no library sources was specified, by Igor Sysoev · 15 years ago
  87. db0efa8 do not use prebuild OpenSSL Win32 libraries by Igor Sysoev · 15 years ago
  88. 0bd7a7d listen setfib=X by Igor Sysoev · 15 years ago
  89. 802bc23 try to use C99 variadic macros first: by Igor Sysoev · 15 years ago
  90. ee5f9e5 ngx_http_scgi_module by Igor Sysoev · 15 years ago
  91. 2b92c28 install uwsgi_params by Igor Sysoev · 15 years ago
  92. b163e95 print default module temporary directory path in summary by Igor Sysoev · 15 years ago
  93. e45b892 ./configure --http-uwsgi-temp-path=PATH by Igor Sysoev · 15 years ago
  94. 3a881d3 import original ngx_http_uwsgi_module version by Igor Sysoev · 15 years ago
  95. fadd4bd ngx_http_split_clients_module by Igor Sysoev · 15 years ago
  96. 3ca4061 remove unused ./configure define's by Igor Sysoev · 15 years ago
  97. 4a529e9 fix building OpenSSL-1.0.0 on 64-bit Linux: by Igor Sysoev · 15 years ago
  98. 502252d MSVC8 compatibility with OpenSSL 1.0.0 by Igor Sysoev · 15 years ago
  99. 5cc7eaa change ngx_http_ssi_filter and ngx_http_charset_filter order by Igor Sysoev · 15 years ago
  100. a40c395 fix typo by Igor Sysoev · 15 years ago