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