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