1. 609fc4f Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks. by Maxim Dounin · 9 years ago
  2. c7689a8 Modules compatibility: removed unneeded IPV6_V6ONLY checks. by Maxim Dounin · 9 years ago
  3. c749cde Modules compatibility: http2. by Maxim Dounin · 9 years ago
  4. 86284d3 Modules compatibility: degradation fields now always present. by Maxim Dounin · 9 years ago
  5. 0615b33 Introduced the NGX_COMPAT macro. by Ruslan Ermilov · 9 years ago
  6. d3ae9fd Resolver: introduced state field in ngx_resolver_srv_name_t. by Dmitry Volyntsev · 9 years ago
  7. a0f6fed Modules compatibility: down flag promoted to a bitmask. by Maxim Dounin · 9 years ago
  8. 144dc69 Modules compatibility: upstream config field. by Maxim Dounin · 9 years ago
  9. 93002c9 Modules compatibility: status fields. by Maxim Dounin · 9 years ago
  10. 6366215 Modules compatibility: health check fields. by Maxim Dounin · 9 years ago
  11. d3be43a Modules compatibility: cache purge fields. by Maxim Dounin · 9 years ago
  12. a950ac0 Modules compatibility: slow start fields. by Maxim Dounin · 9 years ago
  13. efd920b Modules compatibility: peer.notify. by Maxim Dounin · 9 years ago
  14. f815d42 Stream: style. by Ruslan Ermilov · 9 years ago
  15. 49dec84 Upstream: max_conns. by Ruslan Ermilov · 9 years ago
  16. 79057ec Upstream: removed the quick recovery mechanism. by Ruslan Ermilov · 9 years ago
  17. ad218a7 Upstream: introduced u->upstream. by Maxim Dounin · 9 years ago
  18. 07f2f08 Upstream: style. by Maxim Dounin · 9 years ago
  19. 9dff973 Upstream: style, ngx_http_upstream_rr_peer_t.next moved. by Maxim Dounin · 9 years ago
  20. ec3a61a Perl: pass additional linker options to perl module. by Konstantin Pavlov · 9 years ago
  21. 9768d59 Fixed log levels of configuration parsing errors. by Valentin Bartenev · 9 years ago
  22. 0e946a8 Removed influence of some options on structures. by Ruslan Ermilov · 9 years ago
  23. 606d8a9 Upstream hash: fixed missing upstream name initialization. by Vladimir Homutov · 9 years ago
  24. c99438c Stream ssl_preread: removed internal macro. by Vladimir Homutov · 9 years ago
  25. ea657ae Stream: ssl_preread module. by Vladimir Homutov · 9 years ago
  26. 28d5af0 Stream: preread phase. by Vladimir Homutov · 9 years ago
  27. 4d925e1 Stream: phases. by Roman Arutyunyan · 9 years ago
  28. 17003b5 Stream: filters. by Roman Arutyunyan · 9 years ago
  29. 255eb64 Version bump. by Vladimir Homutov · 9 years ago
  30. c2ab2f3 OCSP stapling: fixed using wrong responder with multiple certs. by Maxim Dounin · 9 years ago
  31. 874b5d4 SSL: improved session ticket callback error handling. by Sergey Kandaurov · 9 years ago
  32. b35795f SSL: factored out digest and cipher in session ticket callback. by Sergey Kandaurov · 9 years ago
  33. c4694f4 Stream: increase default value for proxy_protocol_timeout to 30s. by Dmitry Volyntsev · 9 years ago
  34. 5b44157 Stream: realip module. by Dmitry Volyntsev · 9 years ago
  35. f0853fc Core: introduced ngx_cidr_match() function. by Dmitry Volyntsev · 9 years ago
  36. 95e921e Stream: allow using the session context inside handlers. by Dmitry Volyntsev · 9 years ago
  37. 4e77156 Stream: $proxy_protocol_addr and $proxy_protocol_port. by Dmitry Volyntsev · 9 years ago
  38. 8f0bb7c Stream: the "proxy_protocol" parameter of the "listen" directive. by Dmitry Volyntsev · 9 years ago
  39. f000514 Stream: postpone session initialization under accept mutex. by Dmitry Volyntsev · 9 years ago
  40. 7452033 Stream: log module. by Vladimir Homutov · 9 years ago
  41. 03ab965 Stream: upstream response time variables. by Vladimir Homutov · 9 years ago
  42. e54e325 Stream: $upstream_bytes_sent and $upstream_bytes_received. by Vladimir Homutov · 9 years ago
  43. 87d6e07 Stream: the $upstream_addr variable. by Vladimir Homutov · 9 years ago
  44. dad8d8e Stream: the $status variable. by Roman Arutyunyan · 9 years ago
  45. e7718b8 Event pipe: do not set file's thread_handler if not needed. by Maxim Dounin · 9 years ago
  46. 56d24c1 Event pipe: process data after recv_chain() errors. by Maxim Dounin · 9 years ago
  47. bdfb5a9 Realip: fixed uninitialized memory access. by Roman Arutyunyan · 9 years ago
  48. e09a2ef Stream: the $protocol variable. by Vladimir Homutov · 9 years ago
  49. daa8ddf Stream: the $session_time variable. by Vladimir Homutov · 9 years ago
  50. 48998b3 Stream: the $bytes_received variable. by Vladimir Homutov · 9 years ago
  51. ac31ad5 Thread pools: create threads in detached state. by Piotr Sikora · 9 years ago
  52. 1283ca5 Geo: fixed indentation. by Sergey Kandaurov · 9 years ago
  53. 0a9bfcb Geo: fixed warnings when removing nonexistent ranges. by Ruslan Ermilov · 9 years ago
  54. 404109b Geo: fixed insertion of ranges specified in descending order. by Ruslan Ermilov · 9 years ago
  55. 22a20b4 Geo: fixed removing a range in certain cases. by Ruslan Ermilov · 9 years ago
  56. e4b064c Geo: fixed overflow when iterating over ranges. by Ruslan Ermilov · 9 years ago
  57. 93c7e76 SSL: adopted session ticket handling for OpenSSL 1.1.0. by Sergey Kandaurov · 9 years ago
  58. 814b5ab SSL: remove no longer needed workaround for BoringSSL. by Piotr Sikora · 9 years ago
  59. b003bf2 Events: fixed setting of IP_BIND_ADDRESS_NO_PORT/SO_REUSEADDR. by Ruslan Ermilov · 9 years ago
  60. 10e151f Ensure "listen" exists in a mail or stream server (ticket #1049). by Roman Arutyunyan · 9 years ago
  61. e290317 Fixed wrong type of the "line" field. by Roman Arutyunyan · 9 years ago
  62. be33188 Geo: fixed access to already freed memory. by Valentin Bartenev · 9 years ago
  63. 252621f Upstream: the $upstream_bytes_received variable. by Vladimir Homutov · 9 years ago
  64. da7661c Simplified extraction of current time. by Ruslan Ermilov · 9 years ago
  65. ead9ed0 SSL: guarded SSL_R_NO_CIPHERS_PASSED not present in OpenSSL 1.1.0. by Sergey Kandaurov · 9 years ago
  66. 1fa00f5 Always seed PRNG with PID, seconds, and milliseconds. by Ruslan Ermilov · 9 years ago
  67. a79284a Fixed undefined behavior when left shifting signed integer. by Ruslan Ermilov · 9 years ago
  68. 322c944 Win32: added per-thread random seeding. by Ruslan Ermilov · 9 years ago
  69. 9a1aa15 Stream: fixed build without stream_ssl_module (ticket #1032). by Vladimir Homutov · 9 years ago
  70. f4d6ee1 Version bump. by Vladimir Homutov · 9 years ago
  71. 668bf2e Fixed regex captures handling without PCRE. by Vladimir Homutov · 9 years ago
  72. 39c1d59 Stream: variables in proxy_pass and proxy_ssl_name. by Vladimir Homutov · 9 years ago
  73. 2782005 HTTP/2: flushing of the SSL buffer in transition to the idle state. by Valentin Bartenev · 9 years ago
  74. 678d1bf HTTP/2: refactored ngx_http_v2_send_output_queue(). by Valentin Bartenev · 9 years ago
  75. 64b4176 HTTP/2: fixed send timer handling. by Valentin Bartenev · 9 years ago
  76. 2cdcc23 HTTP/2: avoid sending output queue if there's nothing to send. by Valentin Bartenev · 9 years ago
  77. ad5ad61 HTTP/2: always handle streams in error state. by Valentin Bartenev · 9 years ago
  78. c8069ec HTTP/2: prevented output of the HEADERS frame for canceled streams. by Valentin Bartenev · 9 years ago
  79. 503f27c HTTP/2: always send GOAWAY while worker is shutting down. by Valentin Bartenev · 9 years ago
  80. 7cf49f1 Events: support for EPOLLEXCLUSIVE. by Valentin Bartenev · 9 years ago
  81. 753d0ed Style: sorted epoll flags. by Valentin Bartenev · 9 years ago
  82. b4a04a2 Events: the "accept_mutex" directive is turned off by default. by Valentin Bartenev · 9 years ago
  83. 66030bd Stream: split_clients module. by Vladimir Homutov · 9 years ago
  84. 59decfe Stream: geo module. by Vladimir Homutov · 9 years ago
  85. b0d41a0 Stream: geoip module. by Vladimir Homutov · 9 years ago
  86. a0e44d8 Stream: style. by Vladimir Homutov · 9 years ago
  87. 1790451 HTTP/2: avoid left-shifting signed integer into the sign bit. by Sergey Kandaurov · 9 years ago
  88. 8540ec7 Avoid left-shifting integers into the sign bit, which is undefined. by Sergey Kandaurov · 9 years ago
  89. 3aee8b0 Stream: resolver. by Vladimir Homutov · 9 years ago
  90. ef993cf Use NGX_MAX_PATH_LEVEL where appropriate. by Ruslan Ermilov · 9 years ago
  91. 1c6e8f9 Version bump. by Ruslan Ermilov · 9 years ago
  92. d448865 Stream: return module. by Roman Arutyunyan · 9 years ago
  93. 25d331f Stream: SSL-related variables. by Vladimir Homutov · 9 years ago
  94. 13caf00 Stream: got rid of pseudo variables. by Vladimir Homutov · 9 years ago
  95. b55388d Stream: map module. by Vladimir Homutov · 9 years ago
  96. aa789fc Stream: core module variables. by Vladimir Homutov · 9 years ago
  97. 2132f0a Stream: variables and script. by Vladimir Homutov · 9 years ago
  98. 11f1678 Stream: added preconfiguration step. by Vladimir Homutov · 9 years ago
  99. 6d56b46 Sub filter: eliminate unnecessary buffering. by Roman Arutyunyan · 9 years ago
  100. 4bc7827 Sub filter: introduced the ngx_http_sub_match() function. by Roman Arutyunyan · 9 years ago