1. f0e05f3 SSL: include correct OpenSSL headers. by Piotr Sikora · 11 years ago
  2. 098c6bd Version bump. by Maxim Dounin · 11 years ago
  3. a8ef19e release-1.7.3 tag by Maxim Dounin · 11 years ago
  4. 5fe787c nginx-1.7.3-RELEASE by Maxim Dounin · 11 years ago nginx-1.7.3
  5. 11bbbc0 Win32: ngx_open_dir() and ngx_close_dir() fixes. by Maxim Dounin · 11 years ago
  6. 31c1715 Updated PCRE used for win32 builds. by Maxim Dounin · 11 years ago
  7. d915291 SSL: logging level of "peer closed connection in SSL handshake". by Maxim Dounin · 11 years ago
  8. 4a75e1a Upstream: p->downstream_error instead of closing connection. by Maxim Dounin · 11 years ago
  9. 3c2b5e8 Upstream: fixed handling of write event after sending request. by Valentin Bartenev · 11 years ago
  10. 9f8785a SSL: the "ssl_password_file" directive. by Valentin Bartenev · 11 years ago
  11. 3d167cd Configure: restored "nginx/" missed in 6e4bb1d6679d. by Maxim Dounin · 11 years ago
  12. 9d4de05 Core: removed meaningless check from ngx_palloc_block(). by Maxim Dounin · 11 years ago
  13. 25250a2 Fixed wrong sizeof() in ngx_http_init_locations(). by Maxim Dounin · 11 years ago
  14. 1a5cdaf Core: plugged socket leak during configuration test. by Maxim Dounin · 11 years ago
  15. e5e6e60 Configure: style. by Maxim Dounin · 11 years ago
  16. 46ac5c7 Upstream: cache revalidation using If-None-Match. by Maxim Dounin · 11 years ago
  17. b812961 Cache: ETag now saved into cache header. by Maxim Dounin · 11 years ago
  18. c2e49a4 Cache: version in cache files. by Maxim Dounin · 11 years ago
  19. 8f9fb95 Entity tags: explicit flag to skip not modified filter. by Maxim Dounin · 11 years ago
  20. feb1649 Entity tags: weak comparison for If-None-Match. by Maxim Dounin · 11 years ago
  21. def1674 Entity tags: downgrade strong etags to weak ones as needed. by Maxim Dounin · 11 years ago
  22. 5d477a7 Upstream: fixed cache revalidation with SSI. by Maxim Dounin · 11 years ago
  23. 6c25c84 Upstream: removed unused offset to content_length. by Maxim Dounin · 11 years ago
  24. 4e275cc Upstream: no need to clear r->headers_out.last_modified_time. by Maxim Dounin · 11 years ago
  25. 05dfc05 Not modified filter: debug log format fixed. by Maxim Dounin · 11 years ago
  26. 02e39a3 Upstream: reduced diffs to the plus version of nginx. by Ruslan Ermilov · 11 years ago
  27. 80e5163 FreeBSD has migrated to Bugzilla. by Sergey Kandaurov · 11 years ago
  28. 05d717b Core: added ngx_slab_calloc() and ngx_slab_calloc_locked(). by Ruslan Ermilov · 11 years ago
  29. d1ba20d Version bump. by Ruslan Ermilov · 11 years ago
  30. 16945ae release-1.7.2 tag by Maxim Dounin · 11 years ago
  31. a22a4f4 nginx-1.7.2-RELEASE by Maxim Dounin · 11 years ago nginx-1.7.2
  32. 52222dc Configure: workaround for system perl on OS X (ticket #576). by Maxim Dounin · 11 years ago
  33. bec7415 Updated OpenSSL used for win32 builds. by Maxim Dounin · 11 years ago
  34. 20038ac Upstream: simplified some code that accesses peers. by Ruslan Ermilov · 11 years ago
  35. a1a8def Access log: fix default value, broken by cb308813b453. by Piotr Sikora · 11 years ago
  36. afb4aaf Core: slab allocator free pages defragmentation. by Maxim Dounin · 11 years ago
  37. 9b5a17b Upstream: generic hash module. by Roman Arutyunyan · 11 years ago
  38. 68336e1 SPDY: fixed operator precedence in uint16/uint32 write macros. by Valentin Bartenev · 11 years ago
  39. 0750df4 Fixed config parsing of the last try_files parameter. by Sergey Kandaurov · 11 years ago
  40. e9a7011 Configure: added -Wno-deprecated-declarations on OS X. by Maxim Dounin · 11 years ago
  41. ffe2177 Version bump. by Maxim Dounin · 11 years ago
  42. 437cb7b release-1.7.1 tag by Maxim Dounin · 11 years ago
  43. 6865efd nginx-1.7.1-RELEASE by Maxim Dounin · 11 years ago nginx-1.7.1
  44. e36718d Sub filter: fixed subrequests handling. by Maxim Dounin · 11 years ago
  45. 21655ae Syslog: fixed message sending on win32. by Vladimir Homutov · 11 years ago
  46. 8e82f06 Syslog: fixed possible resource leak and more verbose logging. by Vladimir Homutov · 11 years ago
  47. 5c17030 Events: use eventfd() instead of syscall(SYS_eventfd) if possible. by Ruslan Ermilov · 11 years ago
  48. 3e279a8 Upstream: fix tries check in ip_hash. by Roman Arutyunyan · 11 years ago
  49. 7808ac0 Mail: output client port number on client connects (ticket #531). by Ruslan Ermilov · 11 years ago
  50. 056e88e Core: output client port number when logging accept event. by Ruslan Ermilov · 11 years ago
  51. ca02a10 Mail: added a check for the number of arguments in MAIL/RCPT. by Maxim Dounin · 11 years ago
  52. 493b898 Added syslog support for error_log and access_log directives. by Vladimir Homutov · 11 years ago
  53. 1736c18 Configure: the --build= option. by Ruslan Ermilov · 11 years ago
  54. 27899a9 SSL: $ssl_client_fingerprint variable. by Sergey Budnevitch · 11 years ago
  55. 84409ec Setting $args now invalidates unparsed uri. by Maxim Dounin · 11 years ago
  56. 4884cd6 Charset filter: fixed charset setting on encoded replies. by Maxim Dounin · 11 years ago
  57. ffba0ee Fixed alias in regex locations with limit_except/if. by Maxim Dounin · 11 years ago
  58. a785be7 SPDY: added protection from overrun of the receive buffer. by Valentin Bartenev · 11 years ago
  59. 3f023a4 SPDY: added a debug point to the state buffer overflow protection. by Valentin Bartenev · 11 years ago
  60. 57e5c3e SPDY: refactored ngx_http_spdy_state_headers(). by Valentin Bartenev · 11 years ago
  61. d04a714 SPDY: improved logging. by Valentin Bartenev · 11 years ago
  62. d51d168 SPDY: set log action for PROXY protocol only while parsing it. by Valentin Bartenev · 11 years ago
  63. ef51079 SPDY: ngx_http_spdy_state_headers() error handling cleanup. by Valentin Bartenev · 11 years ago
  64. cf770dd SPDY: improved error handling of header block decompression. by Valentin Bartenev · 11 years ago
  65. ba89040 SPDY: removed ngx_http_spdy_state_headers_error(). by Valentin Bartenev · 11 years ago
  66. 63ee690 SPDY: prevented creation of RST_STREAM in protocol error state. by Valentin Bartenev · 11 years ago
  67. dfb9a5c SPDY: improved ngx_http_spdy_state_protocol_error(). by Valentin Bartenev · 11 years ago
  68. d9c25cd SPDY: fixed one case of improper memory allocation error handling. by Valentin Bartenev · 11 years ago
  69. 5a3d441 Style: use %N instead of '\n' where appropriate. by Ruslan Ermilov · 11 years ago
  70. 9b92f59 Core: use '\r' for CR and '\n' for LF definitions. by Ruslan Ermilov · 11 years ago
  71. e1a1839 OCSP stapling: missing OCSP request free call. by Filipe da Silva · 11 years ago
  72. 094bfc6 Upstream: restored workaround for "if". by Maxim Dounin · 11 years ago
  73. aa28897 Core: improved ngx_conf_parse() error handling. by Maxim Dounin · 11 years ago
  74. 60169aa Core: fixed error handling in ngx_reopen_files(). by Maxim Dounin · 11 years ago
  75. 17dad56 Cache: added ngx_quit check to ngx_http_file_cache_expire(). by Maxim Dounin · 11 years ago
  76. 1efe4fa Configure: typo fixed. by Maxim Dounin · 11 years ago
  77. ed6780a Upstream: added the "$upstream_cookie_<name>" variables. by Vladimir Homutov · 11 years ago
  78. b533068 Proxy: fixed possible uninitialized memory access. by Valentin Bartenev · 11 years ago
  79. 58e26b8 Version bump. by Valentin Bartenev · 11 years ago
  80. e9e025b release-1.7.0 tag by Maxim Dounin · 11 years ago
  81. 215497a nginx-1.7.0-RELEASE by Maxim Dounin · 11 years ago nginx-1.7.0
  82. 6898a63 SSL: explicit handling of empty names. by Maxim Dounin · 11 years ago
  83. c728709 Missed comma fixed. A couple of Latin symbols plugged into by Maxim Konovalov · 11 years ago
  84. e0e811d Upstream: for ssl name, non-aligned memory allocation is enough. by Ruslan Ermilov · 11 years ago
  85. 0fd4f76 SSL: added explicit check for ngx_strlchr() result. by Maxim Dounin · 11 years ago
  86. f79908a SPDY: avoid sending RST_STREAM on WINDOW_UPDATE with unknown SID. by Valentin Bartenev · 11 years ago
  87. a57959b SPDY: Stream-ID restrictions according to specification. by Valentin Bartenev · 11 years ago
  88. 7d53ec1 Documented the switch from java XSLScript to xslscript.pl. by Ruslan Ermilov · 11 years ago
  89. cae1bd3 Upstream: uwsgi_ssl_name, uwsgi_ssl_verify, and so on. by Maxim Dounin · 11 years ago
  90. 27475dd Upstream: proxy_ssl_verify and friends. by Maxim Dounin · 11 years ago
  91. 59ef4a3 Upstream: proxy_ssl_name and proxy_ssl_server_name directives. by Maxim Dounin · 11 years ago
  92. 93eb94d Upstream: plugged potential memory leak on reload. by Maxim Dounin · 11 years ago
  93. 6c9c973 SSL: $ssl_server_name variable. by Maxim Dounin · 11 years ago
  94. 583821c SSL: fixed misuse of NGX_LOG_DEBUG_HTTP. by Maxim Dounin · 11 years ago
  95. 84785d8 Version bump. by Maxim Dounin · 11 years ago
  96. 7cf53e1 Access log: the "if" parameter of the "access_log" directive. by Sergey Kandaurov · 11 years ago
  97. c69cabe SPDY: fixed typo in log message. by Valentin Bartenev · 11 years ago
  98. 013449b Fixed missing "static" in declaration of ngx_http_gzip_quantity(). by Valentin Bartenev · 11 years ago
  99. 7da40e6 SPDY: moved a variable initialization near to its check. by Valentin Bartenev · 11 years ago
  100. 5d3f84e SPDY: fixed arguments supplied for an error message. by Valentin Bartenev · 11 years ago