1. f878c05 Configure: added "build" target. by Maxim Dounin · 9 years ago
  2. 6fe47e9 Configure: skip building OpenSSL documentation to conserve time. by Sergey Kandaurov · 9 years ago
  3. 9df3a0a Configure: fixed static nginx build with OpenSSL (ticket #903). by Ruslan Ermilov · 9 years ago
  4. e98db54 Win32: simplified and improved handling of MSVC versions. by Maxim Dounin · 9 years ago
  5. a537a23 HTTP/2: implemented HPACK Huffman encoding for response headers. by Valentin Bartenev · 9 years ago
  6. 8af88c9 Dynamic modules: added auth_basic module libs via ngx_module_libs=. by Ruslan Ermilov · 9 years ago
  7. 39c6499 Dynamic modules: NGX_STREAM define removed. by Maxim Dounin · 9 years ago
  8. ae6cafb Dynamic modules: added dlsym() to configure test. by Valentin Bartenev · 9 years ago
  9. 7914be8 Dynamic modules: fixed a copy-n-paste error. by Ruslan Ermilov · 9 years ago
  10. ce1c3bd Dynamic modules. by Maxim Dounin · 9 years ago
  11. 8298a22 Dynamic modules: auto/module script. by Maxim Dounin · 9 years ago
  12. b07c181 Dynamic modules: introduced HTTP_INIT_FILTER_MODULES. by Maxim Dounin · 9 years ago
  13. c52460c Dynamic modules: dlopen() support. by Maxim Dounin · 9 years ago
  14. 1e8139e Dynamic modules: moved module-related stuff to separate files. by Maxim Dounin · 9 years ago
  15. e42d13a Slice filter. by Roman Arutyunyan · 9 years ago
  16. af60d76 Configure: improved workaround for system perl on OS X. by Ruslan Ermilov · 9 years ago
  17. 4a5a916 Configure: removed comment obsolete in 3b763d36e055. by Ruslan Ermilov · 9 years ago
  18. 7212b77 Configure: fixed using OpenSSL include paths. by Maxim Dounin · 9 years ago
  19. cbd1f97 Used the pwritev() syscall for writing files where possible. by Valentin Bartenev · 9 years ago
  20. 338c026 Configure: style fixes for autoconf.err. by Piotr Sikora · 9 years ago
  21. 446e2d9 The HTTP/2 implementation (RFC 7240, 7241). by Valentin Bartenev · 10 years ago
  22. b63a559 Stream: connection limiting module. by Vladimir Homutov · 10 years ago
  23. 93d884c Configure: create missing intermediates for build directory. by Piotr Sikora · 10 years ago
  24. 57bb812 Configure: fix tests with multi-level relative build directory. by Ruslan Ermilov · 10 years ago
  25. 1e49bdf Moved ngx_http_parse_time() to core, renamed accordingly. by Maxim Dounin · 10 years ago
  26. 7e25a0d Configure: added gcc5 to the list of known GCC versions. by Valentin Bartenev · 10 years ago
  27. 448658c Configure: search OpenSSL in a bunch of standard places. by Ruslan Ermilov · 10 years ago
  28. bf2760a Configure: moved NGX_SBIN_PATH variable initialization. by Ruslan Ermilov · 10 years ago
  29. fbbedf3 Stream: access module. by Vladimir Homutov · 10 years ago
  30. 2ac6d1f Fixed misspellings of the word "dependencies". by Ruslan Ermilov · 10 years ago
  31. 6870574 Configure: GNU Hurd properly recognized. by Maxim Dounin · 10 years ago
  32. c86ce4b The "reuseport" option of the "listen" directive. by Maxim Dounin · 10 years ago
  33. 328c7dd Configure: style. by Maxim Dounin · 10 years ago
  34. 9fcbac4 Configure: handle deprecated options. by Ruslan Ermilov · 10 years ago
  35. 8cdb433 Removed the obsolete rtsig module. by Ruslan Ermilov · 10 years ago
  36. d075532 Removed the obsolete aio module. by Ruslan Ermilov · 10 years ago
  37. a2ec976 Fixed building --with-stream when precompiled headers are used. by Sergey Kandaurov · 10 years ago
  38. 472f0fa Stream: port from NGINX+. by Ruslan Ermilov · 10 years ago
  39. bbc5a9e Upstream: the "zone" directive. by Ruslan Ermilov · 10 years ago
  40. bd873c1 Core: read/write locks. by Ruslan Ermilov · 10 years ago
  41. 6b732bf Configure: style. by Maxim Dounin · 10 years ago
  42. ffef3ae Removed busy locks. by Ruslan Ermilov · 10 years ago
  43. 760c1a6 Removed old pthread implementation. by Ruslan Ermilov · 10 years ago
  44. 1701a85 Removed old FreeBSD rfork() thread implementation. by Ruslan Ermilov · 10 years ago
  45. f76b7f3 Events: implemented epoll notification mechanism. by Valentin Bartenev · 10 years ago
  46. 27e49d7 Thread pools implementation. by Valentin Bartenev · 10 years ago
  47. 51057aa Configure: removed obsolete threads bits. by Ruslan Ermilov · 10 years ago
  48. 33c7302 Configure: fixed type max value detection. by Ruslan Ermilov · 10 years ago
  49. 8fcbfc0 Core: expose maximum values of time_t and ngx_int_t. by Ruslan Ermilov · 10 years ago
  50. ff8202d Configure: removed redundant auto/have call. by Ruslan Ermilov · 10 years ago
  51. 3734b07 Configure: typo fixed. by Sergey Kandaurov · 10 years ago
  52. 1dcbcde Unbreak building on FreeBSD without file AIO. by Valentin Bartenev · 10 years ago
  53. 7348764 Configure: remove outdated and unused patch.zlib.h. by Piotr Sikora · 11 years ago
  54. 3d167cd Configure: restored "nginx/" missed in 6e4bb1d6679d. by Maxim Dounin · 11 years ago
  55. e5e6e60 Configure: style. by Maxim Dounin · 11 years ago
  56. 52222dc Configure: workaround for system perl on OS X (ticket #576). by Maxim Dounin · 11 years ago
  57. 9b5a17b Upstream: generic hash module. by Roman Arutyunyan · 11 years ago
  58. e9a7011 Configure: added -Wno-deprecated-declarations on OS X. by Maxim Dounin · 11 years ago
  59. 5c17030 Events: use eventfd() instead of syscall(SYS_eventfd) if possible. by Ruslan Ermilov · 11 years ago
  60. 493b898 Added syslog support for error_log and access_log directives. by Vladimir Homutov · 11 years ago
  61. 1736c18 Configure: the --build= option. by Ruslan Ermilov · 11 years ago
  62. 1efe4fa Configure: typo fixed. by Maxim Dounin · 11 years ago
  63. 876a3c9 Win32: fixed link flags with MSVC, broken by bfe536716dbf. by Maxim Dounin · 11 years ago
  64. 0b5f329 Added server-side support for PROXY protocol v1 (ticket #355). by Roman Arutyunyan · 11 years ago
  65. 8f8bf84 Win32: MSVC 2013 compatibility. by Maxim Dounin · 11 years ago
  66. d700bbe Configure: enabled -Werror for clang. by Ruslan Ermilov · 11 years ago
  67. 618e12f Configure: enable -Wconditional-uninitialized with clang. by Ruslan Ermilov · 11 years ago
  68. 84f5c21 Added support for TCP_FASTOPEN supported in Linux >= 3.7.1. by Mathew Rodley · 11 years ago
  69. fa40777 Configure: call "make distclean" for libatomic. by Piotr Sikora · 11 years ago
  70. 49282c8 Configure: call "make clean" for OpenSSL only if Makefile exists. by Piotr Sikora · 11 years ago
  71. f86169a Mail: mail dependencies are now honored while building addons. by Maxim Dounin · 12 years ago
  72. 182a05b Events: support for EPOLLRDHUP (ticket #320). by Valentin Bartenev · 12 years ago
  73. 6e4030a Configure: TCP_KEEPIDLE test name simplified. by Maxim Dounin · 12 years ago
  74. 49d58dd Configure: fixed building with Sun C if CFLAGS set (ticket #65). by Maxim Dounin · 12 years ago
  75. 48d96ce Win32: MinGW GCC compatibility. by Maxim Dounin · 12 years ago
  76. 74b7a91 Win32: Borland C compatibility fixes. by Maxim Dounin · 12 years ago
  77. 5b37852 Win32: Open Watcom C compatibility fixes. by Maxim Dounin · 12 years ago
  78. 7b37384 Disable symlinks: use O_PATH to open path components. by Valentin Bartenev · 12 years ago
  79. d5591e9 Updated PCRE used for win32 builds. by Maxim Dounin · 12 years ago
  80. 4ef1857 Configure: pcre.lib dependencies fix. by Maxim Dounin · 12 years ago
  81. 4c53a38 Auth request module import. by Maxim Dounin · 12 years ago
  82. 3693daa Core: guard use of AI_ADDRCONFIG. by Ruslan Ermilov · 12 years ago
  83. 7c6971c Core: only resolve address families configured on the local system. by Ruslan Ermilov · 12 years ago
  84. ce36edf Configure: fixed autotest cleanup commands. by Sergey Kandaurov · 12 years ago
  85. 4ef36b3 Configure: perl Makefile rebuild after configure. by Maxim Dounin · 12 years ago
  86. c4a044c Configure: fixed test of OS X atomic(3). by Ruslan Ermilov · 12 years ago
  87. e565dbc Configure: fixed detection of newer Apple clang compilers. by Ruslan Ermilov · 12 years ago
  88. 9d4e3c3 Configure: fixed perl Makefile generation (ticket #334). by Maxim Dounin · 12 years ago
  89. 4352782 Configure: uniformly refer to libs when searching for md5 and sha1. by Ruslan Ermilov · 12 years ago
  90. c63b826 Configure: fixed nginx.so rebuild (broken by r5145). by Maxim Dounin · 12 years ago
  91. a861b0d Simplified nginx version maintenance. by Ruslan Ermilov · 12 years ago
  92. 50be2f3 Configure: fixed perl module make rules. by Ruslan Ermilov · 12 years ago
  93. 514ad4d Configure: improved make dependencies for perl module. by Ruslan Ermilov · 12 years ago
  94. 860a7c3 Configure: improved layout of the generated makefile. by Ruslan Ermilov · 12 years ago
  95. 2686cb4 Preliminary experimental support for SPDY draft 2. by Valentin Bartenev · 12 years ago
  96. 35c17ea Configure: changed default compiler from "gcc" to "cc". by Gleb Smirnoff · 12 years ago
  97. 7022bc2 Configure: rebuild perl module nginx.so if headers are changed. by Maxim Dounin · 12 years ago
  98. db5e48d GeoIP: IPv6 support. by Ruslan Ermilov · 12 years ago
  99. 6aa684c Configure: fixed GeoIP library detection. by Ruslan Ermilov · 12 years ago
  100. 9e33485 Configure: fixed style of include directories. by Ruslan Ermilov · 12 years ago