1. 1fd4cd0 SSL: logging level of "inappropriate fallback" (ticket #662). by Maxim Dounin · 10 years ago
  2. 8b30fb7 Events: introduced cancelable timers. by Valentin Bartenev · 11 years ago
  3. 16403bc Events: simplified cycle in ngx_event_expire_timers(). by Valentin Bartenev · 11 years ago
  4. 246152c Events: removed broken thread support from event timers. by Valentin Bartenev · 11 years ago
  5. 33f5555 SSL: simplified ssl_password_file error handling. by Sergey Kandaurov · 10 years ago
  6. 18e4d04 Upstream: proxy_limit_rate and friends. by Roman Arutyunyan · 10 years ago
  7. 0989d63 Core: added limit to recv_chain(). by Roman Arutyunyan · 10 years ago
  8. 3df66a6 Win32: fixed wrong type cast. by Kouhei Sutou · 10 years ago
  9. 6ec0f4d SSL: session id context now includes certificate hash. by Maxim Dounin · 11 years ago
  10. 02ce6c4 Upstream: limited next_upstream time and tries (ticket #544). by Roman Arutyunyan · 11 years ago
  11. 2af7181 SSL: guard use of all SSL options for bug workarounds. by Piotr Sikora · 11 years ago
  12. 37d24e7 Events: processing of posted events changed from LIFO to FIFO. by Valentin Bartenev · 11 years ago
  13. 2a81e05 Events: removed broken thread support from posted events. by Valentin Bartenev · 11 years ago
  14. 870b962 Events: removed unused variable in ngx_poll_process_events(). by Maxim Dounin · 11 years ago
  15. 3c0c66c Events: format specifier fixes. by Yves Crespin · 11 years ago
  16. 6a58555 Events: changed nevents type to unsigned in poll module. by Yves Crespin · 11 years ago
  17. 9ed633b SSL: let it build against LibreSSL. by Piotr Sikora · 11 years ago
  18. 0dcfca0 SSL: let it build against BoringSSL. by Piotr Sikora · 11 years ago
  19. a57394b SSL: fix build with OPENSSL_NO_ENGINE and/or OPENSSL_NO_OCSP. by Piotr Sikora · 11 years ago
  20. 8639e17 SSL: misplaced space in debug message. by Maxim Dounin · 11 years ago
  21. 79c55b2 SSL: fix build with recent OpenSSL. by Piotr Sikora · 11 years ago
  22. a02ca8e Style: use ngx_memcpy() instead of memcpy(). by Piotr Sikora · 11 years ago
  23. d224ed7 SSL: stop accessing SSL_SESSION's fields directly. by Piotr Sikora · 11 years ago
  24. ce64398 SSL: fixed build with OPENSSL_NO_DEPRECATED defined. by Maxim Dounin · 11 years ago
  25. bd058b9 SSL: return temporary RSA key only when the key length matches. by Piotr Sikora · 11 years ago
  26. f0e05f3 SSL: include correct OpenSSL headers. by Piotr Sikora · 11 years ago
  27. d915291 SSL: logging level of "peer closed connection in SSL handshake". by Maxim Dounin · 11 years ago
  28. 4a75e1a Upstream: p->downstream_error instead of closing connection. by Maxim Dounin · 11 years ago
  29. 9f8785a SSL: the "ssl_password_file" directive. by Valentin Bartenev · 11 years ago
  30. 5c17030 Events: use eventfd() instead of syscall(SYS_eventfd) if possible. by Ruslan Ermilov · 11 years ago
  31. 056e88e Core: output client port number when logging accept event. by Ruslan Ermilov · 11 years ago
  32. 27899a9 SSL: $ssl_client_fingerprint variable. by Sergey Budnevitch · 11 years ago
  33. e1a1839 OCSP stapling: missing OCSP request free call. by Filipe da Silva · 11 years ago
  34. 6898a63 SSL: explicit handling of empty names. by Maxim Dounin · 11 years ago
  35. 0fd4f76 SSL: added explicit check for ngx_strlchr() result. by Maxim Dounin · 11 years ago
  36. 27475dd Upstream: proxy_ssl_verify and friends. by Maxim Dounin · 11 years ago
  37. 6c9c973 SSL: $ssl_server_name variable. by Maxim Dounin · 11 years ago
  38. 583821c SSL: fixed misuse of NGX_LOG_DEBUG_HTTP. by Maxim Dounin · 11 years ago
  39. 55bef30 Win32: fixed shared ssl_session_cache (ticket #528). by Maxim Dounin · 11 years ago
  40. 23f6689 Core: slab log_nomem flag. by Maxim Dounin · 11 years ago
  41. bd3516e Fixed format specifier in logging of "c->number". by Sergey Kandaurov · 11 years ago
  42. 381d507 SSL: the $ssl_session_reused variable. by Maxim Dounin · 11 years ago
  43. 1ebb44e SSL: fixed $ssl_session_id possible segfault after 97e3769637a7. by Maxim Dounin · 11 years ago
  44. 096bcd0 SSL: fixed $ssl_session_id variable. by Maxim Dounin · 11 years ago
  45. 37b7de6 SSL: ssl_buffer_size directive. by Maxim Dounin · 11 years ago
  46. 769eded Resolver: implemented IPv6 name to address resolving. by Ruslan Ermilov · 11 years ago
  47. 3aeefbc Changed resolver API to use ngx_addr_t. by Ruslan Ermilov · 11 years ago
  48. 2576530 Use ngx_chain_get_free_buf() in pipe input filters. by Valentin Bartenev · 11 years ago
  49. 675e73e Core: keep the length of the local sockaddr. by Ruslan Ermilov · 11 years ago
  50. 067c1d2 SSL: fixed c->read->ready handling in ngx_ssl_recv(). by Maxim Dounin · 11 years ago
  51. 79be6a5 SSL: added ability to set keys used for Session Tickets (RFC5077). by Piotr Sikora · 11 years ago
  52. a8ad0c0 SSL: SSL_CTX_set_timeout() now always called. by Maxim Dounin · 11 years ago
  53. 87a607a SSL: fixed build with OpenSSL 0.9.7. by Maxim Dounin · 11 years ago
  54. cfb2b55 Unused macro and variable removed. by Sergey Kandaurov · 11 years ago
  55. af897b7 SSL: adjust buffer used by OpenSSL during handshake (ticket #413). by Maxim Dounin · 12 years ago
  56. 0a51245 SSL: fixed possible memory and file descriptor leak on HUP signal. by Piotr Sikora · 12 years ago
  57. 29ea127 SSL: guard use of SSL_OP_MSIE_SSLV2_RSA_PADDING. by Piotr Sikora · 12 years ago
  58. 182a05b Events: support for EPOLLRDHUP (ticket #320). by Valentin Bartenev · 12 years ago
  59. 0f05020 Events: removed unused flags from the ngx_event_s structure. by Valentin Bartenev · 12 years ago
  60. 3d1e616 SSL: clear error queue after SSL_CTX_load_verify_locations(). by Maxim Dounin · 12 years ago
  61. 48d96ce Win32: MinGW GCC compatibility. by Maxim Dounin · 12 years ago
  62. 74b7a91 Win32: Borland C compatibility fixes. by Maxim Dounin · 12 years ago
  63. 231ed19 Added the NGX_EBADF define. by Valentin Bartenev · 12 years ago
  64. 51f7761 Typo fixed. by Maxim Dounin · 12 years ago
  65. e3cab76 Backed out f1a91825730a and 7094bd12c1ff. by Maxim Dounin · 12 years ago
  66. e09741b Format specifier fixes in error logging. by Sergey Kandaurov · 12 years ago
  67. d29d21b Replaced ngx_conf_full_name() with ngx_get_full_name(). by Valentin Bartenev · 12 years ago
  68. be6fbbb Event pipe: fixed writing cache header to a temp file. by Maxim Dounin · 12 years ago
  69. af18946 Core: extended ngx_sock_ntop() with socklen parameter. by Vladimir Homutov · 12 years ago
  70. a80cb81 Win32: accept_mutex now always disabled (ticket #362). by Maxim Dounin · 12 years ago
  71. 2342d86 OCSP stapling: fixed incorrect debug level. by Ruslan Ermilov · 12 years ago
  72. 407c831 Style: replace SSL *ssl with ngx_ssl_conn_t *ssl_conn. by Piotr Sikora · 12 years ago
  73. c3d20f5 Style: remove unnecessary references to HTTP from non-HTTP modules. by Piotr Sikora · 12 years ago
  74. 1b10a9a OCSP stapling: fix error logging of successful OCSP responses. by Piotr Sikora · 12 years ago
  75. 77d60d2 Events: backout eventport changes (r5172) for now. by Maxim Dounin · 12 years ago
  76. c798029 Events: fixed typos in two previous commits. by Valentin Bartenev · 12 years ago
  77. c6aebf6 Events: handle only active events in eventport. by Valentin Bartenev · 12 years ago
  78. ed9f87c Events: protection from stale events in eventport and devpoll. by Valentin Bartenev · 12 years ago
  79. 3b9e7ad Event connect: don't penalize AF_INET6 connections. by Maxim Dounin · 12 years ago
  80. bac0cb3 Status: introduced the "ngx_stat_waiting" counter. by Valentin Bartenev · 12 years ago
  81. 890ee44 SSL: retry "sess_id" and "id" allocations. by Maxim Dounin · 12 years ago
  82. 2887c06 SSL: fixed ngx_ssl_handshake() with level-triggered event methods. by Maxim Dounin · 12 years ago
  83. 733e6d2 SSL: take into account data in the buffer while limiting output. by Valentin Bartenev · 12 years ago
  84. 0f0fac7 SSL: avoid calling SSL_write() with zero data size. by Valentin Bartenev · 12 years ago
  85. f98b1d2 SSL: calculation of buffer size moved closer to its usage. by Valentin Bartenev · 12 years ago
  86. 0f62e19 SSL: preservation of flush flag for buffered data. by Valentin Bartenev · 12 years ago
  87. c857dad SSL: resetting of flush flag after the data was written. by Valentin Bartenev · 12 years ago
  88. 693ba01 SSL: removed conditions that always hold true. by Valentin Bartenev · 12 years ago
  89. 33e934c Events: fixed null pointer dereference with resolver and poll. by Ruslan Ermilov · 12 years ago
  90. 041449a SSL: speedup loading of configs with many ssl servers. by Maxim Dounin · 12 years ago
  91. a6ea2f8 Events: added check for duplicate "events" directive. by Valentin Bartenev · 12 years ago
  92. 8e67fb4 Event pipe: fixed handling of buf_to_file data. by Maxim Dounin · 12 years ago
  93. c846871 SSL: the "ssl_verify_client" directive parameter "optional_no_ca". by Maxim Dounin · 12 years ago
  94. 7eea509 OCSP stapling: build fixes. by Maxim Dounin · 12 years ago
  95. bec2cc5 OCSP stapling: ssl_stapling_verify directive. by Maxim Dounin · 12 years ago
  96. 3ebbb7d OCSP stapling: OCSP_basic_verify() OCSP_TRUSTOTHER flag now used. by Maxim Dounin · 12 years ago
  97. 1a07a7f OCSP stapling: log error data in ngx_ssl_error(). by Maxim Dounin · 12 years ago
  98. 872563a OCSP stapling: check Content-Type. by Maxim Dounin · 12 years ago
  99. 74ad449 OCSP stapling: loading OCSP responses. by Maxim Dounin · 12 years ago
  100. f7ec295 OCSP stapling: the ngx_event_openssl_stapling.c file. by Maxim Dounin · 12 years ago