1. c5e3875 HTTP/2: make SETTINGS ACK frame reusable. by Piotr Sikora · 7 years ago
  2. 4e532a8 HTTP/2: add debug logging of SETTINGS frame and its parameters. by Piotr Sikora · 7 years ago
  3. 4f38876 Sub filter: restored ngx_http_set_ctx() at the proper place. by Sergey Kandaurov · 7 years ago
  4. 79d99a0 SSL: compatibility with OpenSSL master branch. by Sergey Kandaurov · 7 years ago
  5. d0996af SSL: disabled renegotiation detection in client mode. by Sergey Kandaurov · 7 years ago
  6. 761bc39 SSL: added support for TLSv1.3 in ssl_protocols directive. by Sergey Kandaurov · 7 years ago
  7. 724d471 Set UDP datagram source address (ticket #1239). by Roman Arutyunyan · 7 years ago
  8. eae591b Core: removed extra ngx_alloc() and ngx_calloc() prototypes. by Sergey Kandaurov · 7 years ago
  9. c1de6f3 Enabled IPV6_RECVPKTINFO / IPV6_PKTINFO on macOS. by Sergey Kandaurov · 7 years ago
  10. 1b29b32 Added support for the "308 Permanent Redirect" (ticket #877). by Simon Leblanc · 7 years ago
  11. e9026b3 Proxy: split configured header names and values. by Piotr Sikora · 7 years ago
  12. ced7c68 Proxy: always emit "Host" header first. by Piotr Sikora · 7 years ago
  13. dc4a230 Proxy: add "proxy_ssl_alpn" directive. by Piotr Sikora · 7 years ago
  14. f38caae Merge branch 'nginx' (nginx-1.11.13). by Piotr Sikora · 7 years ago
  15. 014e730 release-1.11.13 tag by Maxim Dounin · 7 years ago
  16. b3c249b nginx-1.11.13-RELEASE by Maxim Dounin · 7 years ago nginx-1.11.13
  17. 76725a8 Mail: configurable socket buffer sizes. by Vladimir Homutov · 7 years ago
  18. 75901ca Stream: configurable socket buffer sizes. by Vladimir Homutov · 7 years ago
  19. b420a91 Core: improved JSON escaping. by Valentin Bartenev · 7 years ago
  20. a43ae9f Use ngx_calloc_buf() where appropriate. by Ruslan Ermilov · 7 years ago
  21. f6b6d46 Version bump. by Ruslan Ermilov · 7 years ago
  22. 4dbf1fb HTTP/2: add fast-path for HTTP/2 requests without request body. by Piotr Sikora · 7 years ago
  23. 0f69928 HTTP/2: add debug logging of pseudo-headers and control frames. by Piotr Sikora · 7 years ago
  24. 4d4bdd3 HTTP/2: add logging of RST_STREAM frames with NO_ERROR code. by Piotr Sikora · 7 years ago
  25. 470540b HTTP/2: reject HTTP/2 requests with "Connection" header. by Piotr Sikora · 7 years ago
  26. d110213 HTTP/2: reject HTTP/2 requests without ":scheme" pseudo-header. by Piotr Sikora · 7 years ago
  27. 0ee0aee HTTP/2: emit PROTOCOL_ERROR on invalid ENABLE_PUSH setting value. by Piotr Sikora · 7 years ago
  28. 7272ca5 HTTP/2: emit PROTOCOL_ERROR on invalid WINDOW_UPDATE increments. by Piotr Sikora · 7 years ago
  29. 4d0f4bc HTTP/2: emit PROTOCOL_ERROR on padding errors. by Piotr Sikora · 7 years ago
  30. a5c90de HTTP/2: fix flow control with padded DATA frames. by Piotr Sikora · 7 years ago
  31. 4877551 HTTP/2: fix $body_bytes_sent variable. by Piotr Sikora · 7 years ago
  32. 4d1fcf1 HTTP/2: fix $bytes_sent variable. by Piotr Sikora · 7 years ago
  33. e851e0a Upstream: add support for trailers in HTTP responses. by Piotr Sikora · 7 years ago
  34. ce8d9cc HTTP/2: emit trailers in HTTP/2 responses without message body. by Piotr Sikora · 7 years ago
  35. 2b008f3 Headers filter: add "Trailer" header only when emitting trailers. by Piotr Sikora · 7 years ago
  36. 4553c7f HTTP: force chunked encoding only when emitting trailers. by Piotr Sikora · 7 years ago
  37. 9e563ec HTTP: fix support for trailers in subrequests. by Piotr Sikora · 7 years ago
  38. ffad0ba HTTP: add $sent_trailer_* variables. by Piotr Sikora · 7 years ago
  39. 61a508b Merge branch 'nginx' (nginx-1.11.12). by Piotr Sikora · 7 years ago
  40. 2d961f5 release-1.11.12 tag by Maxim Dounin · 7 years ago
  41. 4fca38d nginx-1.11.12-RELEASE by Maxim Dounin · 7 years ago nginx-1.11.12
  42. 384d26d Fixed CPU hog while freeing hc->busy after e662cbf1b932 (1.11.11). by Maxim Dounin · 7 years ago
  43. f70ab66 Headers filter: added "add_trailer" directive. by Piotr Sikora · 7 years ago
  44. 9400cf9 HTTP/2: added support for trailers in HTTP responses. by Piotr Sikora · 7 years ago
  45. b152bd8 Added support for trailers in HTTP responses. by Piotr Sikora · 7 years ago
  46. e7cc343 Gzip: fixed style in $gzip_ratio variable handler. by Ruslan Ermilov · 7 years ago
  47. 36937c3 Removed excessive casts for ngx_file_info(). by Ruslan Ermilov · 7 years ago
  48. eaa2b10 Configure: use .exe for binaries for all win32 compilers. by Orgad Shaneh · 7 years ago
  49. 56b1a24 Configure: fix compilation on MSYS2 / MinGW64. by Orgad Shaneh · 7 years ago
  50. 055f97b HTTP/2: reject HTTP/2 requests without ":scheme" pseudo-header. by Piotr Sikora · 7 years ago
  51. 1720431 Userid: ngx_http_get_indexed_variable() error handling. by Sergey Kandaurov · 7 years ago
  52. 059b4f7 Fixed segfault in try_files with nested location. by Sergey Kandaurov · 7 years ago
  53. 515821f SSI: return NGX_ERROR when timefmt memory allocation failed. by Sergey Kandaurov · 7 years ago
  54. 0e7e31d HTTP/2: don't send SETTINGS ACK before already queued DATA frames. by Piotr Sikora · 7 years ago
  55. 57a14a8 HTTP/2: make SETTINGS ACK frame reusable. by Piotr Sikora · 7 years ago
  56. effa93b HTTP/2: send SETTINGS ACK after applying all SETTINGS params. by Piotr Sikora · 7 years ago
  57. f117e4d HTTP/2: emit new frames only after applying all SETTINGS params. by Piotr Sikora · 7 years ago
  58. 8e8582c Configure: enabled rpath for NetBSD. by Sergey Kandaurov · 7 years ago
  59. 7b0bcd3 Configure: disabled IP_PKTINFO feature on certain platforms. by Roman Arutyunyan · 7 years ago
  60. 58a7669 Style. by Maxim Dounin · 7 years ago
  61. 03f5849 Upstream: style. by Piotr Sikora · 7 years ago
  62. 7061282 Headers filter: style. by Piotr Sikora · 7 years ago
  63. c72f91a HTTP/2: add debug logging of pseudo-headers and cookies. by Piotr Sikora · 7 years ago
  64. 6fdb29c Version bump. by Valentin Bartenev · 7 years ago
  65. 7e909ea Upstream: allow recovery from "429 Too Many Requests" response. by Piotr Sikora · 7 years ago
  66. ee049b4 Added support for "429 Too Many Requests" response (RFC6585). by Piotr Sikora · 7 years ago
  67. 7d8869c Fixed type. by hucongcong · 7 years ago
  68. 5431d17 Slice filter: prevented slice redirection (ticket #1219). by Roman Arutyunyan · 7 years ago
  69. b7d30ba Slice filter: allowed at most one subrequest at a time. by Roman Arutyunyan · 7 years ago
  70. bfcaac0 Moved handling of wev->delayed to the connection event handler. by Maxim Dounin · 7 years ago
  71. 53a0b0d Perl: fixed delaying subrequests. by Maxim Dounin · 7 years ago
  72. 8c69e53 Limit req: fixed delaying subrequests. by Maxim Dounin · 7 years ago
  73. 858bcb0 HTTP/2: style and typos. by Piotr Sikora · 7 years ago
  74. 2c3da52 HTTP/2: fixed connection finalization. by Valentin Bartenev · 7 years ago
  75. 71aaa1c HTTP/2: fixed stream finalization. by Valentin Bartenev · 7 years ago
  76. d51b26d HTTP/2: emit PROTOCOL_ERROR on padding errors. by Piotr Sikora · 7 years ago
  77. ff1e288 HTTP/2: fix flow control with padded DATA frames. by Piotr Sikora · 7 years ago
  78. a0659ec HTTP/2: fix $body_bytes_sent variable. by Piotr Sikora · 7 years ago
  79. 95a8e5e HTTP/2: fix $bytes_sent variable. by Piotr Sikora · 7 years ago
  80. 4e6be49 Copy filter: wake up subrequests after aio operations. by Maxim Dounin · 7 years ago
  81. e845d65 Threads: fixed request hang with aio_write and subrequests. by Maxim Dounin · 7 years ago
  82. a788d57 Simplified and improved sendfile() code on Linux. by Maxim Dounin · 7 years ago
  83. 7faf0b1 Fixed ngx_open_cached_file() error handling. by Sergey Kandaurov · 7 years ago
  84. 456bc53 Core: set nginx_shared_zone name via ngx_str_set(). by Ruslan Ermilov · 7 years ago
  85. 867cfc9 Use ngx_array_init() to initialize arrays. by Ruslan Ermilov · 7 years ago
  86. 2c40a98 Version bump. by Ruslan Ermilov · 7 years ago
  87. ca054f6 Bazel: update BoringSSL to 73812e0 / 16efcb2 (master-with-bazel). by Piotr Sikora · 7 years ago
  88. 250ab83 Merge branch 'nginx' (nginx-1.11.11). by Piotr Sikora · 7 years ago
  89. 224d39e Simplified code about duplicate root/alias directive. by Ruslan Ermilov · 7 years ago
  90. 120131e Unified error messages about duplicate directives. by Ruslan Ermilov · 7 years ago
  91. 00fe2ca Version bump. by Ruslan Ermilov · 7 years ago
  92. 45fd5e3 release-1.11.11 tag by Maxim Dounin · 7 years ago
  93. 8384ab3 nginx-1.11.11-RELEASE by Maxim Dounin · 7 years ago nginx-1.11.11
  94. 4b6e6e0 Added HTTP/2 to win32 builds. by Maxim Dounin · 7 years ago
  95. 559ffc4 Fixed a comment. by Ruslan Ermilov · 7 years ago
  96. 70201a7 Configure: fixed --without_http. by Ruslan Ermilov · 7 years ago
  97. 9f31b77 Configure: fixed build with --with-stream. by Ruslan Ermilov · 7 years ago
  98. 0a899b5 Added missing "static" specifier found by gcc -Wtraditional. by Ruslan Ermilov · 7 years ago
  99. efbbf31 Proxy: split configured header names and values. by Piotr Sikora · 7 years ago
  100. 8f743ef Version bump. by Maxim Dounin · 7 years ago