1. 8540ec7 Avoid left-shifting integers into the sign bit, which is undefined. by Sergey Kandaurov · 9 years ago
  2. 2f826e2 Configure: stop polluting NGX_ namespace. by Piotr Sikora · 9 years ago
  3. 805cd1e Configure: fix build with -Werror=old-style-definition. by Piotr Sikora · 9 years ago
  4. 9004c48 Configure: fix build with -Werror=nonnull. by Piotr Sikora · 9 years ago
  5. a852d77 Configure: fix build with -Werror=unused-but-set-variable. by Piotr Sikora · 9 years ago
  6. 31325cc Configure: fix build with -Werror=unused-value. by Piotr Sikora · 9 years ago
  7. 3db8656 Configure: style. by Piotr Sikora · 9 years ago
  8. cb7eec8 Configure: remove auto/lib/test, unused since nginx-0.1.2. by Piotr Sikora · 9 years ago
  9. 3aee8b0 Stream: resolver. by Vladimir Homutov · 9 years ago
  10. ef993cf Use NGX_MAX_PATH_LEVEL where appropriate. by Ruslan Ermilov · 9 years ago
  11. 1c6e8f9 Version bump. by Ruslan Ermilov · 9 years ago
  12. 7e635b2 release-1.11.2 tag by Maxim Dounin · 9 years ago
  13. dd560b3 nginx-1.11.2-RELEASE by Maxim Dounin · 9 years ago nginx-1.11.2
  14. d1fff76 Updated PCRE used for win32 builds. by Maxim Dounin · 9 years ago
  15. d448865 Stream: return module. by Roman Arutyunyan · 9 years ago
  16. 25d331f Stream: SSL-related variables. by Vladimir Homutov · 9 years ago
  17. 13caf00 Stream: got rid of pseudo variables. by Vladimir Homutov · 9 years ago
  18. b55388d Stream: map module. by Vladimir Homutov · 9 years ago
  19. aa789fc Stream: core module variables. by Vladimir Homutov · 9 years ago
  20. 2132f0a Stream: variables and script. by Vladimir Homutov · 9 years ago
  21. 11f1678 Stream: added preconfiguration step. by Vladimir Homutov · 9 years ago
  22. 6d56b46 Sub filter: eliminate unnecessary buffering. by Roman Arutyunyan · 9 years ago
  23. 4bc7827 Sub filter: introduced the ngx_http_sub_match() function. by Roman Arutyunyan · 9 years ago
  24. ec229f8 Internal md5 and sha1 implementations are now always used. by Maxim Dounin · 9 years ago
  25. b2d49aa Removed unused flag accept_context_updated from ngx_event_t. by Ruslan Ermilov · 9 years ago
  26. a5ecb01 Style. by Roman Arutyunyan · 9 years ago
  27. 844a778 HTTP/2: style. by Piotr Sikora · 9 years ago
  28. 332e142 Style. by Roman Arutyunyan · 9 years ago
  29. 8b0c6da Stream: use ngx_pcalloc() in ngx_stream_proxy_bind(). by Roman Arutyunyan · 9 years ago
  30. 940da3a Fixed build on MSVC. by Roman Arutyunyan · 9 years ago
  31. a5117ea Stream: set SO_REUSEADDR for UDP upstream sockets. by Roman Arutyunyan · 9 years ago
  32. cfb2ef9 Stream: support for $remote_port in proxy_bind. by Roman Arutyunyan · 9 years ago
  33. fcc000f Upstream: support for port in proxy_bind and friends. by Roman Arutyunyan · 9 years ago
  34. 85a0ab5 Introduced ngx_inet_get_port() and ngx_inet_set_port() functions. by Roman Arutyunyan · 9 years ago
  35. 92b23b5 Set IP_BIND_ADDRESS_NO_PORT socket option for upstream sockets. by Andrei Belov · 9 years ago
  36. 7638aca SSL: ngx_ssl_ciphers() to set list of ciphers. by Tim Taubert · 9 years ago
  37. 22d1696 HTTP/2: fixed the "http request count is zero" alert. by Valentin Bartenev · 9 years ago
  38. 306ed20 HTTP/2: avoid adding Content-Length for requests without body. by Valentin Bartenev · 9 years ago
  39. 470fb58 HTTP/2: prevented double termination of a stream. by Valentin Bartenev · 9 years ago
  40. bb1eab9 HTTP/2: fixed a segfault while processing unbuffered upload. by Valentin Bartenev · 9 years ago
  41. 05e6a7c An internal SHA1 implementation. by Maxim Dounin · 9 years ago
  42. a806e61 Fixed spelling. by Otto Kekäläinen · 9 years ago
  43. d945a1c Fixed an error log message. by Valentin Bartenev · 9 years ago
  44. 77d46c6 Configure: revised GCC version processing. by Sergey Kandaurov · 9 years ago
  45. cce054d Version bump. by Sergey Kandaurov · 9 years ago
  46. f1bd2dc release-1.11.1 tag by Maxim Dounin · 9 years ago
  47. 28f8824 nginx-1.11.1-RELEASE by Maxim Dounin · 9 years ago nginx-1.11.1
  48. 7318c96 Core: skip special buffers on writing (ticket #981). by Maxim Dounin · 9 years ago
  49. 788f87f Trailing spaces removed. by Maxim Dounin · 9 years ago
  50. 3f44724 HTTP/2: unbreak build on MSVC. by Valentin Bartenev · 9 years ago
  51. bf09f7a Version bump. by Valentin Bartenev · 9 years ago
  52. 5c9ab7f release-1.11.0 tag by Maxim Dounin · 9 years ago
  53. f1985b9 nginx-1.11.0-RELEASE by Maxim Dounin · 9 years ago nginx-1.11.0
  54. 552e05a Updated OpenSSL used for win32 builds. by Maxim Dounin · 9 years ago
  55. de04bc8 Fixed build on MSVC. by Maxim Dounin · 9 years ago
  56. 9180b48 HTTP/2: implemented preread buffer for request body (closes #959). by Valentin Bartenev · 9 years ago
  57. 1f4d5b5 Realip: detect duplicate real_ip_header directive. by Ruslan Ermilov · 9 years ago
  58. 7f585e1 Realip: port support in X-Real-IP and X-Forwarded-For. by Dmitry Volyntsev · 9 years ago
  59. 2cbd40f Realip: take client port from PROXY protocol header. by Dmitry Volyntsev · 9 years ago
  60. e74b9d9 Added the $realip_remote_port variable. by Dmitry Volyntsev · 9 years ago
  61. 44150da Added the $proxy_protocol_port variable. by Dmitry Volyntsev · 9 years ago
  62. c47ead4 Renamed "u" to "sockaddr" in listen options types. by Maxim Dounin · 9 years ago
  63. cb1768f Introduced the ngx_sockaddr_t type. by Ruslan Ermilov · 9 years ago
  64. e7d2931 Stream: fixed duplicate listen address detection. by Ruslan Ermilov · 9 years ago
  65. fdfe502 Use ngx_cmp_sockaddr() where appropriate. by Ruslan Ermilov · 9 years ago
  66. 21297a8 HTTP/2: the "421 Misdirected Request" response (closes #848). by Valentin Bartenev · 9 years ago
  67. 917e489 Belatedly changed the ngx_create_listening() prototype. by Ruslan Ermilov · 9 years ago
  68. 0bdd56f SSL: removed default DH parameters. by Maxim Dounin · 9 years ago
  69. 6158bf1 SSL: support for multiple curves (ticket #885). by Maxim Dounin · 9 years ago
  70. cb50a14 SSL: style. by Maxim Dounin · 9 years ago
  71. e54af73 SSL: error messages style. by Maxim Dounin · 9 years ago
  72. 3930976 SSL: support for multiple certificates (ticket #814). by Maxim Dounin · 9 years ago
  73. 228fc95 SSL: support for per-certificate chains. by Maxim Dounin · 9 years ago
  74. dee1390 SSL: made it possible to iterate though all certificates. by Maxim Dounin · 9 years ago
  75. 192dfbb OCSP stapling: additional function to configure stapling on a cert. by Maxim Dounin · 9 years ago
  76. 1e310ca OCSP stapling: staple now extracted via SSL_get_certificate(). by Maxim Dounin · 9 years ago
  77. 8b3214c OCSP stapling: staple now stored in certificate, not SSL context. by Maxim Dounin · 9 years ago
  78. 5b9f9c2 OCSP stapling: staple provided in arguments. by Maxim Dounin · 9 years ago
  79. 7df157c Added overflow checks for version numbers (ticket #762). by Maxim Dounin · 9 years ago
  80. b5fad02 Events: close descriptors on errors in ngx_epoll_test_rdhup(). by Maxim Dounin · 9 years ago
  81. dbcecf5 Events: changed ngx_epoll_test_rdhup() to use existing epollfd. by Maxim Dounin · 9 years ago
  82. faf0996 Fixed work with --test-build-epoll after f7849bfb6d21. by Maxim Dounin · 9 years ago
  83. b4bf512 Cache: fixed updating bypassed cached errors (ticket #827). by Maxim Dounin · 9 years ago
  84. 692ba44 Dav: return 501 on PUT with ranges (ticket #948). by Maxim Dounin · 9 years ago
  85. a12d632 Fixed an error log message about epoll_wait() timeout. by Valentin Bartenev · 9 years ago
  86. 5102a8b Improved EPOLLRDHUP handling. by Valentin Bartenev · 9 years ago
  87. e855bd3 Map: support of complex values in resulting strings. by Dmitry Volyntsev · 9 years ago
  88. af8d9c6 Removed a surplus condition from ngx_parse_inet6_url(). by Ruslan Ermilov · 9 years ago
  89. d61fb5d Core: fixed port handling in ngx_parse_inet6_url(). by Valentin Bartenev · 9 years ago
  90. 0a98e2a Removed unused flag unexpected_eof from ngx_connection_t. by Ruslan Ermilov · 9 years ago
  91. 7230d32 Variable $request_id. by Vladimir Homutov · 9 years ago
  92. 055c460 Upstream: the "transparent" parameter of proxy_bind and friends. by Roman Arutyunyan · 9 years ago
  93. 8a043d3 Stream: prepared proxy_bind to accept parameters. by Roman Arutyunyan · 9 years ago
  94. 01165d2 Upstream: prepared proxy_bind to accept parameters. by Roman Arutyunyan · 9 years ago
  95. e5df2dc Removed some bitrot. by Ruslan Ermilov · 9 years ago
  96. a1ade2f Version bump. by Ruslan Ermilov · 9 years ago
  97. b604557 release-1.9.15 tag by Maxim Dounin · 9 years ago
  98. 9e319f2 nginx-1.9.15-RELEASE by Maxim Dounin · 9 years ago nginx-1.9.15
  99. bcbbd02 HTTP/2: send the output queue after emitting WINDOW_UPDATE. by Valentin Bartenev · 9 years ago
  100. eb2ef31 HTTP/2: skip data frames in case of internal errors. by Valentin Bartenev · 9 years ago