1. dc21216 Stream: set action before each recv/send while proxying. by Roman Arutyunyan · 7 years ago
  2. 70a41ee Retain CAP_NET_RAW capability for transparent proxying. by Roman Arutyunyan · 7 years ago
  3. 6822497 Fixed worker_shutdown_timeout in various cases. by Maxim Dounin · 7 years ago
  4. 126437d Stream: fixed logging UDP upstream timeout. by Roman Arutyunyan · 8 years ago
  5. 1d96f80 Stream: relaxed next upstream condition (ticket #1317). by Roman Arutyunyan · 8 years ago
  6. 5e3dfd2 Introduced ngx_tcp_nodelay(). by Ruslan Ermilov · 8 years ago
  7. 761bc39 SSL: added support for TLSv1.3 in ssl_protocols directive. by Sergey Kandaurov · 8 years ago
  8. bdaf915 Stream: avoid infinite loop in case of socket read error. by Vladimir Homutov · 8 years ago
  9. c82c38a Stream: speed up TCP peer recovery. by Roman Arutyunyan · 8 years ago
  10. cdd022b Upstream: do not unnecessarily create per-request upstreams. by Ruslan Ermilov · 8 years ago
  11. f043ecf Upstream: added the ngx_http_upstream_resolved_t.name field. by Ruslan Ermilov · 8 years ago
  12. cf074de Upstream: removed unnecessary condition in proxy_eval() and friends. by Ruslan Ermilov · 8 years ago
  13. ac9fd50 SSL: compatibility with BoringSSL. by Maxim Dounin · 8 years ago
  14. ad218a7 Upstream: introduced u->upstream. by Maxim Dounin · 9 years ago
  15. 17003b5 Stream: filters. by Roman Arutyunyan · 9 years ago
  16. 03ab965 Stream: upstream response time variables. by Vladimir Homutov · 9 years ago
  17. e54e325 Stream: $upstream_bytes_sent and $upstream_bytes_received. by Vladimir Homutov · 9 years ago
  18. 87d6e07 Stream: the $upstream_addr variable. by Vladimir Homutov · 9 years ago
  19. dad8d8e Stream: the $status variable. by Roman Arutyunyan · 9 years ago
  20. 9a1aa15 Stream: fixed build without stream_ssl_module (ticket #1032). by Vladimir Homutov · 9 years ago
  21. 39c1d59 Stream: variables in proxy_pass and proxy_ssl_name. by Vladimir Homutov · 9 years ago
  22. 13caf00 Stream: got rid of pseudo variables. by Vladimir Homutov · 9 years ago
  23. 11f1678 Stream: added preconfiguration step. by Vladimir Homutov · 9 years ago
  24. 332e142 Style. by Roman Arutyunyan · 9 years ago
  25. 8b0c6da Stream: use ngx_pcalloc() in ngx_stream_proxy_bind(). by Roman Arutyunyan · 9 years ago
  26. cfb2ef9 Stream: support for $remote_port in proxy_bind. by Roman Arutyunyan · 9 years ago
  27. fcc000f Upstream: support for port in proxy_bind and friends. by Roman Arutyunyan · 9 years ago
  28. 85a0ab5 Introduced ngx_inet_get_port() and ngx_inet_set_port() functions. by Roman Arutyunyan · 9 years ago
  29. 7638aca SSL: ngx_ssl_ciphers() to set list of ciphers. by Tim Taubert · 9 years ago
  30. 055c460 Upstream: the "transparent" parameter of proxy_bind and friends. by Roman Arutyunyan · 9 years ago
  31. 8a043d3 Stream: prepared proxy_bind to accept parameters. by Roman Arutyunyan · 9 years ago
  32. a2eca25 Stream: additional logging for UDP. by Vladimir Homutov · 9 years ago
  33. 850dfaa Stream: UDP proxy. by Roman Arutyunyan · 9 years ago
  34. 4e8c772 Stream: post first read events from client and upstream. by Roman Arutyunyan · 9 years ago
  35. 456d33a Stream: initialize variable right before using it. by Roman Arutyunyan · 9 years ago
  36. 9ed76b5 Stream: removed useless typedef. by Roman Arutyunyan · 9 years ago
  37. c54762b Stream: delete proxy connection timer after SSL handshake. by Ruslan Ermilov · 9 years ago
  38. 46c5ecc Win32: MSVC 2015 compatibility. by Maxim Dounin · 10 years ago
  39. 0a73df6 Style. by Vladimir Homutov · 10 years ago
  40. 0ffe81c Stream: the "tcp_nodelay" directive. by Vladimir Homutov · 10 years ago
  41. 91365a0 Stream: deprecated proxy_downstream_buffer, proxy_upstream_buffer. by Roman Arutyunyan · 10 years ago
  42. 3f779b0 Style. by Roman Arutyunyan · 10 years ago
  43. 243a863 Stream: added proxy_buffer_size to set the size of data buffers. by Roman Arutyunyan · 10 years ago
  44. e44f11e Stream: renamed rate limiting directives. by Roman Arutyunyan · 10 years ago
  45. 0b258e1 Stream: fixed possible integer overflow in rate limiting. by Valentin Bartenev · 10 years ago
  46. 647fd08 Stream: fixed MSVC compilation warning. by Roman Arutyunyan · 10 years ago
  47. f6f7f53 Stream: upstream "connected" flag. by Roman Arutyunyan · 10 years ago
  48. c6578dd Stream: upstream and downstream limit rates. by Roman Arutyunyan · 10 years ago
  49. 2972b82 Stream: common handler for upstream and downstream. by Roman Arutyunyan · 10 years ago
  50. 9b86919 Stream: client-side PROXY protocol. by Roman Arutyunyan · 10 years ago
  51. 9932c2b Stream: the "proxy_bind" directive. by Vladimir Homutov · 10 years ago
  52. df8a678 Stream: added postconfiguration method to stream modules. by Vladimir Homutov · 10 years ago
  53. ae0d1e5 Disabled SSLv3 by default (ticket #653). by Maxim Dounin · 10 years ago
  54. d0ab141 Stream: prevent repeated event notifications after eof. by Roman Arutyunyan · 10 years ago
  55. 472f0fa Stream: port from NGINX+. by Ruslan Ermilov · 10 years ago