1. cb7eec8 Configure: remove auto/lib/test, unused since nginx-0.1.2. by Piotr Sikora · 9 years ago
  2. ec229f8 Internal md5 and sha1 implementations are now always used. by Maxim Dounin · 9 years ago
  3. cfeb503 SSL: initialization changes for OpenSSL 1.1.0. by Maxim Dounin · 9 years ago
  4. 890fade Dynamic modules: perl. by Ruslan Ermilov · 9 years ago
  5. 6fe47e9 Configure: skip building OpenSSL documentation to conserve time. by Sergey Kandaurov · 9 years ago
  6. 9df3a0a Configure: fixed static nginx build with OpenSSL (ticket #903). by Ruslan Ermilov · 9 years ago
  7. e98db54 Win32: simplified and improved handling of MSVC versions. by Maxim Dounin · 9 years ago
  8. ce1c3bd Dynamic modules. by Maxim Dounin · 9 years ago
  9. c52460c Dynamic modules: dlopen() support. by Maxim Dounin · 9 years ago
  10. af60d76 Configure: improved workaround for system perl on OS X. by Ruslan Ermilov · 9 years ago
  11. 7212b77 Configure: fixed using OpenSSL include paths. by Maxim Dounin · 9 years ago
  12. 448658c Configure: search OpenSSL in a bunch of standard places. by Ruslan Ermilov · 10 years ago
  13. 51057aa Configure: removed obsolete threads bits. by Ruslan Ermilov · 10 years ago
  14. 7348764 Configure: remove outdated and unused patch.zlib.h. by Piotr Sikora · 11 years ago
  15. 3d167cd Configure: restored "nginx/" missed in 6e4bb1d6679d. by Maxim Dounin · 11 years ago
  16. e5e6e60 Configure: style. by Maxim Dounin · 11 years ago
  17. 52222dc Configure: workaround for system perl on OS X (ticket #576). by Maxim Dounin · 11 years ago
  18. 1efe4fa Configure: typo fixed. by Maxim Dounin · 11 years ago
  19. fa40777 Configure: call "make distclean" for libatomic. by Piotr Sikora · 11 years ago
  20. 49282c8 Configure: call "make clean" for OpenSSL only if Makefile exists. by Piotr Sikora · 11 years ago
  21. 48d96ce Win32: MinGW GCC compatibility. by Maxim Dounin · 12 years ago
  22. 74b7a91 Win32: Borland C compatibility fixes. by Maxim Dounin · 12 years ago
  23. 5b37852 Win32: Open Watcom C compatibility fixes. by Maxim Dounin · 12 years ago
  24. d5591e9 Updated PCRE used for win32 builds. by Maxim Dounin · 12 years ago
  25. 4ef1857 Configure: pcre.lib dependencies fix. by Maxim Dounin · 12 years ago
  26. ce36edf Configure: fixed autotest cleanup commands. by Sergey Kandaurov · 12 years ago
  27. 4ef36b3 Configure: perl Makefile rebuild after configure. by Maxim Dounin · 12 years ago
  28. 9d4e3c3 Configure: fixed perl Makefile generation (ticket #334). by Maxim Dounin · 12 years ago
  29. 4352782 Configure: uniformly refer to libs when searching for md5 and sha1. by Ruslan Ermilov · 12 years ago
  30. c63b826 Configure: fixed nginx.so rebuild (broken by r5145). by Maxim Dounin · 12 years ago
  31. a861b0d Simplified nginx version maintenance. by Ruslan Ermilov · 12 years ago
  32. 50be2f3 Configure: fixed perl module make rules. by Ruslan Ermilov · 12 years ago
  33. 514ad4d Configure: improved make dependencies for perl module. by Ruslan Ermilov · 12 years ago
  34. 860a7c3 Configure: improved layout of the generated makefile. by Ruslan Ermilov · 12 years ago
  35. 7022bc2 Configure: rebuild perl module nginx.so if headers are changed. by Maxim Dounin · 12 years ago
  36. db5e48d GeoIP: IPv6 support. by Ruslan Ermilov · 12 years ago
  37. 6aa684c Configure: fixed GeoIP library detection. by Ruslan Ermilov · 12 years ago
  38. 9e33485 Configure: fixed style of include directories. by Ruslan Ermilov · 12 years ago
  39. e90df45 Configure: added the NGX_ZLIB define. by Valentin Bartenev · 12 years ago
  40. 8ae9e79 Configure: better check for PCRE JIT. by Maxim Dounin · 12 years ago
  41. 760c55a Fixed build with embedded perl in certain setups (ticket #48). by Ruslan Ermilov · 12 years ago
  42. 181d58f Configure: additional test for ExtUtils::Embed perl module presence. by Andrey Belov · 13 years ago
  43. 27b9435 Configure: fixed make macros to use parentheses instead of braces. by Maxim Dounin · 13 years ago
  44. 8522a2a Configure: provide inflate() when building zlib on win32. by Maxim Dounin · 13 years ago
  45. 8aaf9d3 Configure: fixed "make" used instead of "${MAKE}". by Maxim Dounin · 13 years ago
  46. 835ad6b Added code to look up Google perftools in /opt/local/, for MacPorts. by Ruslan Ermilov · 13 years ago
  47. a3bdd73 Fixed more gcc46 warnings in configure tests. by Maxim Dounin · 13 years ago
  48. 8cb7134 Fixed build with embedded perl and --with-openssl. by Maxim Dounin · 13 years ago
  49. f8d59e3 Copyright updated. by Maxim Konovalov · 13 years ago
  50. 9d712d9 Fixed configure with system PCRE library on Solaris. by Valentin Bartenev · 13 years ago
  51. bc5191c Added support for regex study and PCRE JIT (ticket #41) optimizations on by Valentin Bartenev · 13 years ago
  52. 5dc5945 "$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic module by Igor Sysoev · 14 years ago
  53. f771ce9 fix the previous commit by Igor Sysoev · 14 years ago
  54. b345178 an internal MD5 implemenation patch by Maxim Dounin by Igor Sysoev · 14 years ago
  55. 59bb78b stop ./configure on Win32 if no library sources was specified, by Igor Sysoev · 15 years ago
  56. db0efa8 do not use prebuild OpenSSL Win32 libraries by Igor Sysoev · 15 years ago
  57. 4a529e9 fix building OpenSSL-1.0.0 on 64-bit Linux: by Igor Sysoev · 15 years ago
  58. 502252d MSVC8 compatibility with OpenSSL 1.0.0 by Igor Sysoev · 15 years ago
  59. c089b0a zlib 1.2.4 compatibility by Igor Sysoev · 15 years ago
  60. 8f7c8f3 fix libatomic usage on arm, cris, hppa, m68k, and sparc platforms by Igor Sysoev · 15 years ago
  61. 37835d9 atomic operations test-run by Igor Sysoev · 15 years ago
  62. 213cad8 libatomic_ops support by Igor Sysoev · 15 years ago
  63. 920c00d allow "make clean" for OpenSSL, the bug was introduced in r2874 by Igor Sysoev · 16 years ago
  64. bc10147 ngx_http_geoip_module by Igor Sysoev · 16 years ago
  65. 1f82370 fix ./configure error message by Igor Sysoev · 16 years ago
  66. 0022826 *) use no-threads for Unix builds only *) style fix by Igor Sysoev · 16 years ago
  67. da85fe6 stop ./configure at once on library failure by Igor Sysoev · 16 years ago
  68. 03ab5fc use md5/sha1 in OpenSSL only if OpenSSL is used by Igor Sysoev · 16 years ago
  69. 082ce96 allow absolute path in --with-openssl= by Igor Sysoev · 16 years ago
  70. a702176 use -ldl for any OS that needs it by Igor Sysoev · 16 years ago
  71. 8407ff2 fix building OpenSSL on Unix by Igor Sysoev · 16 years ago
  72. 2d25298 fix building OpenSSL on Win32 by Igor Sysoev · 16 years ago
  73. ea8828b switch Win32 building to modern PCRE versions (starting from 7.1) by Igor Sysoev · 16 years ago
  74. 5147f8e9 add miltilines in OpenWatcom makefiles by Igor Sysoev · 16 years ago
  75. d2af69a backout r2833: CURDIR was set to Unix style path by Igor Sysoev · 16 years ago
  76. 40d6ee9 correctly apply patch by Igor Sysoev · 16 years ago
  77. 3d746ac use $(CURDIR) instead of "..\..\.." because the later does not allow to use by Igor Sysoev · 16 years ago
  78. f794318 test whether libdl is required for dynamic linking: by Igor Sysoev · 16 years ago
  79. e2259f4 move libmd test before libmd5, by Igor Sysoev · 16 years ago
  80. fd5db1e add libgd include path by Igor Sysoev · 16 years ago
  81. e2ada61 ngx_http_image_filter_module by Igor Sysoev · 16 years ago
  82. 890467c *) move advapi32.lib to core libs since it's required for Registry and Event Log by Igor Sysoev · 16 years ago
  83. 60798fb OpenSSL building by MSVC and BCC from sources by Igor Sysoev · 16 years ago
  84. dc7a872 hide grep errors by Igor Sysoev · 16 years ago
  85. 0521553 exslt support by Igor Sysoev · 16 years ago
  86. d28170c exit on libxslt test failure by Igor Sysoev · 17 years ago
  87. 891f90b update comment by Igor Sysoev · 17 years ago
  88. 1ae389d ngx_http_xslt_filter_module by Igor Sysoev · 17 years ago
  89. 76566f8 simplify library autoconfigure by Igor Sysoev · 17 years ago
  90. 85dd8fc ngx_google_perftools_module by Igor Sysoev · 17 years ago
  91. 274b63e add rpath for Solaris by Igor Sysoev · 18 years ago
  92. 90b9bfe fix bug introduced by r1306 by Igor Sysoev · 18 years ago
  93. 8300041 fix building PCRE by SunStudio by Igor Sysoev · 18 years ago
  94. d3f7b53 Solaris compatibility by Igor Sysoev · 18 years ago
  95. ae004c0 icc/sunc and PCRE-7.1+ compatibility by Igor Sysoev · 18 years ago
  96. a088b8b fix building ngx_http_perl_module by Solaris make by Igor Sysoev · 18 years ago
  97. 5dbc83d fix make dependecies: pcre-6.5+ already has pcre.h by Igor Sysoev · 18 years ago
  98. 9fc5607 test PCRE in MacPorts by Igor Sysoev · 18 years ago
  99. feb4225 icc and PCRE-6.5+ compatibility by Igor Sysoev · 18 years ago
  100. 673382f do not build OpenSSL with threads, if they are not used by Igor Sysoev · 18 years ago