1. 7cf49f1 Events: support for EPOLLEXCLUSIVE. by Valentin Bartenev · 9 years ago
  2. 66030bd Stream: split_clients module. by Vladimir Homutov · 9 years ago
  3. 59decfe Stream: geo module. by Vladimir Homutov · 9 years ago
  4. b0d41a0 Stream: geoip module. by Vladimir Homutov · 9 years ago
  5. 5d24900 Stream: individual build options for modules. by Vladimir Homutov · 9 years ago
  6. 2f826e2 Configure: stop polluting NGX_ namespace. by Piotr Sikora · 9 years ago
  7. 805cd1e Configure: fix build with -Werror=old-style-definition. by Piotr Sikora · 9 years ago
  8. 9004c48 Configure: fix build with -Werror=nonnull. by Piotr Sikora · 9 years ago
  9. a852d77 Configure: fix build with -Werror=unused-but-set-variable. by Piotr Sikora · 9 years ago
  10. 31325cc Configure: fix build with -Werror=unused-value. by Piotr Sikora · 9 years ago
  11. 3db8656 Configure: style. by Piotr Sikora · 9 years ago
  12. cb7eec8 Configure: remove auto/lib/test, unused since nginx-0.1.2. by Piotr Sikora · 9 years ago
  13. d448865 Stream: return module. by Roman Arutyunyan · 9 years ago
  14. b55388d Stream: map module. by Vladimir Homutov · 9 years ago
  15. 2132f0a Stream: variables and script. by Vladimir Homutov · 9 years ago
  16. ec229f8 Internal md5 and sha1 implementations are now always used. by Maxim Dounin · 9 years ago
  17. 92b23b5 Set IP_BIND_ADDRESS_NO_PORT socket option for upstream sockets. by Andrei Belov · 9 years ago
  18. 05e6a7c An internal SHA1 implementation. by Maxim Dounin · 9 years ago
  19. 77d46c6 Configure: revised GCC version processing. by Sergey Kandaurov · 9 years ago
  20. 055c460 Upstream: the "transparent" parameter of proxy_bind and friends. by Roman Arutyunyan · 9 years ago
  21. b4b9ee5 Fixed spelling. by Josh Soref · 9 years ago
  22. 0029fec Compatibility with FreeBSD 2.2.9. by Maxim Dounin · 9 years ago
  23. 695d6b7 Configure: improved multiple types handling in auto/types/typedef. by Maxim Dounin · 9 years ago
  24. d19852c Configure: fixed autotest source code logging. by Maxim Dounin · 9 years ago
  25. cfeb503 SSL: initialization changes for OpenSSL 1.1.0. by Maxim Dounin · 9 years ago
  26. 850dfaa Stream: UDP proxy. by Roman Arutyunyan · 9 years ago
  27. aa8900f Configure: style. by Ruslan Ermilov · 9 years ago
  28. 09b7f55 Dynamic modules: do not overwrite old modules on install. by Maxim Dounin · 9 years ago
  29. ddc8b21 Configure: style. by Ruslan Ermilov · 9 years ago
  30. 890fade Dynamic modules: perl. by Ruslan Ermilov · 9 years ago
  31. 5fee886 Dynamic modules: expose the "modules" target. by Ruslan Ermilov · 9 years ago
  32. 171e49e Dynamic modules: make sure to call config.make for dynamic addons. by Ruslan Ermilov · 9 years ago
  33. f878c05 Configure: added "build" target. by Maxim Dounin · 9 years ago
  34. 6fe47e9 Configure: skip building OpenSSL documentation to conserve time. by Sergey Kandaurov · 9 years ago
  35. 9df3a0a Configure: fixed static nginx build with OpenSSL (ticket #903). by Ruslan Ermilov · 9 years ago
  36. e98db54 Win32: simplified and improved handling of MSVC versions. by Maxim Dounin · 9 years ago
  37. a537a23 HTTP/2: implemented HPACK Huffman encoding for response headers. by Valentin Bartenev · 9 years ago
  38. 8af88c9 Dynamic modules: added auth_basic module libs via ngx_module_libs=. by Ruslan Ermilov · 9 years ago
  39. 39c6499 Dynamic modules: NGX_STREAM define removed. by Maxim Dounin · 9 years ago
  40. ae6cafb Dynamic modules: added dlsym() to configure test. by Valentin Bartenev · 9 years ago
  41. 7914be8 Dynamic modules: fixed a copy-n-paste error. by Ruslan Ermilov · 9 years ago
  42. ce1c3bd Dynamic modules. by Maxim Dounin · 9 years ago
  43. 8298a22 Dynamic modules: auto/module script. by Maxim Dounin · 9 years ago
  44. b07c181 Dynamic modules: introduced HTTP_INIT_FILTER_MODULES. by Maxim Dounin · 9 years ago
  45. c52460c Dynamic modules: dlopen() support. by Maxim Dounin · 9 years ago
  46. 1e8139e Dynamic modules: moved module-related stuff to separate files. by Maxim Dounin · 9 years ago
  47. e42d13a Slice filter. by Roman Arutyunyan · 9 years ago
  48. af60d76 Configure: improved workaround for system perl on OS X. by Ruslan Ermilov · 9 years ago
  49. 4a5a916 Configure: removed comment obsolete in 3b763d36e055. by Ruslan Ermilov · 9 years ago
  50. 7212b77 Configure: fixed using OpenSSL include paths. by Maxim Dounin · 9 years ago
  51. cbd1f97 Used the pwritev() syscall for writing files where possible. by Valentin Bartenev · 9 years ago
  52. 338c026 Configure: style fixes for autoconf.err. by Piotr Sikora · 9 years ago
  53. 446e2d9 The HTTP/2 implementation (RFC 7240, 7241). by Valentin Bartenev · 10 years ago
  54. b63a559 Stream: connection limiting module. by Vladimir Homutov · 10 years ago
  55. 93d884c Configure: create missing intermediates for build directory. by Piotr Sikora · 10 years ago
  56. 57bb812 Configure: fix tests with multi-level relative build directory. by Ruslan Ermilov · 10 years ago
  57. 1e49bdf Moved ngx_http_parse_time() to core, renamed accordingly. by Maxim Dounin · 10 years ago
  58. 7e25a0d Configure: added gcc5 to the list of known GCC versions. by Valentin Bartenev · 10 years ago
  59. 448658c Configure: search OpenSSL in a bunch of standard places. by Ruslan Ermilov · 10 years ago
  60. bf2760a Configure: moved NGX_SBIN_PATH variable initialization. by Ruslan Ermilov · 10 years ago
  61. fbbedf3 Stream: access module. by Vladimir Homutov · 10 years ago
  62. 2ac6d1f Fixed misspellings of the word "dependencies". by Ruslan Ermilov · 10 years ago
  63. 6870574 Configure: GNU Hurd properly recognized. by Maxim Dounin · 10 years ago
  64. c86ce4b The "reuseport" option of the "listen" directive. by Maxim Dounin · 10 years ago
  65. 328c7dd Configure: style. by Maxim Dounin · 10 years ago
  66. 9fcbac4 Configure: handle deprecated options. by Ruslan Ermilov · 10 years ago
  67. 8cdb433 Removed the obsolete rtsig module. by Ruslan Ermilov · 10 years ago
  68. d075532 Removed the obsolete aio module. by Ruslan Ermilov · 10 years ago
  69. a2ec976 Fixed building --with-stream when precompiled headers are used. by Sergey Kandaurov · 10 years ago
  70. 472f0fa Stream: port from NGINX+. by Ruslan Ermilov · 10 years ago
  71. bbc5a9e Upstream: the "zone" directive. by Ruslan Ermilov · 10 years ago
  72. bd873c1 Core: read/write locks. by Ruslan Ermilov · 10 years ago
  73. 6b732bf Configure: style. by Maxim Dounin · 10 years ago
  74. ffef3ae Removed busy locks. by Ruslan Ermilov · 10 years ago
  75. 760c1a6 Removed old pthread implementation. by Ruslan Ermilov · 10 years ago
  76. 1701a85 Removed old FreeBSD rfork() thread implementation. by Ruslan Ermilov · 10 years ago
  77. f76b7f3 Events: implemented epoll notification mechanism. by Valentin Bartenev · 10 years ago
  78. 27e49d7 Thread pools implementation. by Valentin Bartenev · 10 years ago
  79. 51057aa Configure: removed obsolete threads bits. by Ruslan Ermilov · 10 years ago
  80. 33c7302 Configure: fixed type max value detection. by Ruslan Ermilov · 10 years ago
  81. 8fcbfc0 Core: expose maximum values of time_t and ngx_int_t. by Ruslan Ermilov · 10 years ago
  82. ff8202d Configure: removed redundant auto/have call. by Ruslan Ermilov · 10 years ago
  83. 3734b07 Configure: typo fixed. by Sergey Kandaurov · 10 years ago
  84. 1dcbcde Unbreak building on FreeBSD without file AIO. by Valentin Bartenev · 10 years ago
  85. 7348764 Configure: remove outdated and unused patch.zlib.h. by Piotr Sikora · 11 years ago
  86. 3d167cd Configure: restored "nginx/" missed in 6e4bb1d6679d. by Maxim Dounin · 11 years ago
  87. e5e6e60 Configure: style. by Maxim Dounin · 11 years ago
  88. 52222dc Configure: workaround for system perl on OS X (ticket #576). by Maxim Dounin · 11 years ago
  89. 9b5a17b Upstream: generic hash module. by Roman Arutyunyan · 11 years ago
  90. e9a7011 Configure: added -Wno-deprecated-declarations on OS X. by Maxim Dounin · 11 years ago
  91. 5c17030 Events: use eventfd() instead of syscall(SYS_eventfd) if possible. by Ruslan Ermilov · 11 years ago
  92. 493b898 Added syslog support for error_log and access_log directives. by Vladimir Homutov · 11 years ago
  93. 1736c18 Configure: the --build= option. by Ruslan Ermilov · 11 years ago
  94. 1efe4fa Configure: typo fixed. by Maxim Dounin · 11 years ago
  95. 876a3c9 Win32: fixed link flags with MSVC, broken by bfe536716dbf. by Maxim Dounin · 11 years ago
  96. 0b5f329 Added server-side support for PROXY protocol v1 (ticket #355). by Roman Arutyunyan · 11 years ago
  97. 8f8bf84 Win32: MSVC 2013 compatibility. by Maxim Dounin · 11 years ago
  98. d700bbe Configure: enabled -Werror for clang. by Ruslan Ermilov · 11 years ago
  99. 618e12f Configure: enable -Wconditional-uninitialized with clang. by Ruslan Ermilov · 11 years ago
  100. 84f5c21 Added support for TCP_FASTOPEN supported in Linux >= 3.7.1. by Mathew Rodley · 11 years ago