1. 3ed0e11 Image filter: downgrade strong etags to weak ones as needed. by Sergey Kandaurov · 11 years ago
  2. 886ad0e Fixed typo. by Sergey Kandaurov · 11 years ago
  3. 870b962 Events: removed unused variable in ngx_poll_process_events(). by Maxim Dounin · 11 years ago
  4. 3c0c66c Events: format specifier fixes. by Yves Crespin · 11 years ago
  5. 6a58555 Events: changed nevents type to unsigned in poll module. by Yves Crespin · 11 years ago
  6. 12300c2 Style: use specified macro instead of magic-number. by Tatsuhiko Kubo · 11 years ago
  7. b3066b1 Perl: NULL-terminate argument list. by Piotr Sikora · 11 years ago
  8. 8f0f4c1 Access log: allowed logs to syslog with "if=" (ticket #596). by Maxim Dounin · 11 years ago
  9. 4b5876c Version bump. by Maxim Dounin · 11 years ago
  10. 44f45a5 Mail: discard pipelined commands after SMTP STARTTLS. by Maxim Dounin · 11 years ago
  11. 1fe0f6a Core: exit on ngx_pnalloc() failure. by Piotr Sikora · 11 years ago
  12. f240215 Style: use ngx_free() instead of free(). by Tatsuhiko Kubo · 11 years ago
  13. 244a6a2 Core: improved ngx_pstrdup() error handling. by Tatsuhiko Kubo · 11 years ago
  14. 88132ee Status: indentation and style, no functional changes. by Sergey Kandaurov · 11 years ago
  15. bfa5673 Dav: ngx_http_map_uri_to_path() errors were not checked. by FengGu · 11 years ago
  16. 9ed633b SSL: let it build against LibreSSL. by Piotr Sikora · 11 years ago
  17. 0dcfca0 SSL: let it build against BoringSSL. by Piotr Sikora · 11 years ago
  18. a57394b SSL: fix build with OPENSSL_NO_ENGINE and/or OPENSSL_NO_OCSP. by Piotr Sikora · 11 years ago
  19. 5958181 Bigger iovec buffer in ngx_readv_chain(). by Maxim Dounin · 11 years ago
  20. 8639e17 SSL: misplaced space in debug message. by Maxim Dounin · 11 years ago
  21. 4b2f12a Upstream: SSL handshake timeouts. by Maxim Dounin · 11 years ago
  22. 7b24c53 GeoIP: not all variable fields were initialized. by Yichun Zhang · 11 years ago
  23. 3ba8f2f Core: use uppercase hexadecimal digits for percent-encoding. by Piotr Sikora · 11 years ago
  24. c54899d Core: fixed default log initialization. by Vladimir Homutov · 11 years ago
  25. 248baf4 Upstream: ngx_http_upstream_store() error handling fixes. by Maxim Dounin · 11 years ago
  26. 88d9289 Reset of r->uri.len on URI parsing errors. by Maxim Dounin · 11 years ago
  27. 7e52432 Resolver: fixed resend on malformed responses. by Ruslan Ermilov · 11 years ago
  28. 79c55b2 SSL: fix build with recent OpenSSL. by Piotr Sikora · 11 years ago
  29. 5846920 Core: bugfix for the ngx_slab_max_size case. by Jianjun Zheng · 11 years ago
  30. cc87023 Style: use ngx_str_set(). by Tatsuhiko Kubo · 11 years ago
  31. ef2b596 Style: use ngx_str_null(). by Tatsuhiko Kubo · 11 years ago
  32. bb4edb5 Style: use ngx_strlen() instead of strlen(). by Tatsuhiko Kubo · 11 years ago
  33. 12ca9c9 SPDY: fix support for headers with multiple values. by Piotr Sikora · 11 years ago
  34. ba95686 Style: fix typo. by Piotr Sikora · 11 years ago
  35. a02ca8e Style: use ngx_memcpy() instead of memcpy(). by Piotr Sikora · 11 years ago
  36. a2229a4 Style: keep return type and function name on different lines. by Piotr Sikora · 11 years ago
  37. 2cfcef5 Style: remove whitespace between function name and parentheses. by Piotr Sikora · 11 years ago
  38. 7e7589e Style: add whitespace between control statement and parentheses. by Piotr Sikora · 11 years ago
  39. d224ed7 SSL: stop accessing SSL_SESSION's fields directly. by Piotr Sikora · 11 years ago
  40. ce64398 SSL: fixed build with OPENSSL_NO_DEPRECATED defined. by Maxim Dounin · 11 years ago
  41. bd058b9 SSL: return temporary RSA key only when the key length matches. by Piotr Sikora · 11 years ago
  42. f0e05f3 SSL: include correct OpenSSL headers. by Piotr Sikora · 11 years ago
  43. 098c6bd Version bump. by Maxim Dounin · 11 years ago
  44. 11bbbc0 Win32: ngx_open_dir() and ngx_close_dir() fixes. by Maxim Dounin · 11 years ago
  45. d915291 SSL: logging level of "peer closed connection in SSL handshake". by Maxim Dounin · 11 years ago
  46. 4a75e1a Upstream: p->downstream_error instead of closing connection. by Maxim Dounin · 11 years ago
  47. 3c2b5e8 Upstream: fixed handling of write event after sending request. by Valentin Bartenev · 11 years ago
  48. 9f8785a SSL: the "ssl_password_file" directive. by Valentin Bartenev · 11 years ago
  49. 9d4de05 Core: removed meaningless check from ngx_palloc_block(). by Maxim Dounin · 11 years ago
  50. 25250a2 Fixed wrong sizeof() in ngx_http_init_locations(). by Maxim Dounin · 11 years ago
  51. 1a5cdaf Core: plugged socket leak during configuration test. by Maxim Dounin · 11 years ago
  52. 46ac5c7 Upstream: cache revalidation using If-None-Match. by Maxim Dounin · 11 years ago
  53. b812961 Cache: ETag now saved into cache header. by Maxim Dounin · 11 years ago
  54. c2e49a4 Cache: version in cache files. by Maxim Dounin · 11 years ago
  55. 8f9fb95 Entity tags: explicit flag to skip not modified filter. by Maxim Dounin · 11 years ago
  56. feb1649 Entity tags: weak comparison for If-None-Match. by Maxim Dounin · 11 years ago
  57. def1674 Entity tags: downgrade strong etags to weak ones as needed. by Maxim Dounin · 11 years ago
  58. 5d477a7 Upstream: fixed cache revalidation with SSI. by Maxim Dounin · 11 years ago
  59. 6c25c84 Upstream: removed unused offset to content_length. by Maxim Dounin · 11 years ago
  60. 4e275cc Upstream: no need to clear r->headers_out.last_modified_time. by Maxim Dounin · 11 years ago
  61. 05dfc05 Not modified filter: debug log format fixed. by Maxim Dounin · 11 years ago
  62. 02e39a3 Upstream: reduced diffs to the plus version of nginx. by Ruslan Ermilov · 11 years ago
  63. 80e5163 FreeBSD has migrated to Bugzilla. by Sergey Kandaurov · 11 years ago
  64. 05d717b Core: added ngx_slab_calloc() and ngx_slab_calloc_locked(). by Ruslan Ermilov · 11 years ago
  65. d1ba20d Version bump. by Ruslan Ermilov · 11 years ago
  66. 20038ac Upstream: simplified some code that accesses peers. by Ruslan Ermilov · 11 years ago
  67. a1a8def Access log: fix default value, broken by cb308813b453. by Piotr Sikora · 11 years ago
  68. afb4aaf Core: slab allocator free pages defragmentation. by Maxim Dounin · 11 years ago
  69. 9b5a17b Upstream: generic hash module. by Roman Arutyunyan · 11 years ago
  70. 68336e1 SPDY: fixed operator precedence in uint16/uint32 write macros. by Valentin Bartenev · 11 years ago
  71. 0750df4 Fixed config parsing of the last try_files parameter. by Sergey Kandaurov · 11 years ago
  72. e9a7011 Configure: added -Wno-deprecated-declarations on OS X. by Maxim Dounin · 11 years ago
  73. ffe2177 Version bump. by Maxim Dounin · 11 years ago
  74. e36718d Sub filter: fixed subrequests handling. by Maxim Dounin · 11 years ago
  75. 21655ae Syslog: fixed message sending on win32. by Vladimir Homutov · 11 years ago
  76. 8e82f06 Syslog: fixed possible resource leak and more verbose logging. by Vladimir Homutov · 11 years ago
  77. 5c17030 Events: use eventfd() instead of syscall(SYS_eventfd) if possible. by Ruslan Ermilov · 11 years ago
  78. 3e279a8 Upstream: fix tries check in ip_hash. by Roman Arutyunyan · 11 years ago
  79. 7808ac0 Mail: output client port number on client connects (ticket #531). by Ruslan Ermilov · 11 years ago
  80. 056e88e Core: output client port number when logging accept event. by Ruslan Ermilov · 11 years ago
  81. ca02a10 Mail: added a check for the number of arguments in MAIL/RCPT. by Maxim Dounin · 11 years ago
  82. 493b898 Added syslog support for error_log and access_log directives. by Vladimir Homutov · 11 years ago
  83. 1736c18 Configure: the --build= option. by Ruslan Ermilov · 11 years ago
  84. 27899a9 SSL: $ssl_client_fingerprint variable. by Sergey Budnevitch · 11 years ago
  85. 84409ec Setting $args now invalidates unparsed uri. by Maxim Dounin · 11 years ago
  86. 4884cd6 Charset filter: fixed charset setting on encoded replies. by Maxim Dounin · 11 years ago
  87. ffba0ee Fixed alias in regex locations with limit_except/if. by Maxim Dounin · 11 years ago
  88. a785be7 SPDY: added protection from overrun of the receive buffer. by Valentin Bartenev · 11 years ago
  89. 3f023a4 SPDY: added a debug point to the state buffer overflow protection. by Valentin Bartenev · 11 years ago
  90. 57e5c3e SPDY: refactored ngx_http_spdy_state_headers(). by Valentin Bartenev · 11 years ago
  91. d04a714 SPDY: improved logging. by Valentin Bartenev · 11 years ago
  92. d51d168 SPDY: set log action for PROXY protocol only while parsing it. by Valentin Bartenev · 11 years ago
  93. ef51079 SPDY: ngx_http_spdy_state_headers() error handling cleanup. by Valentin Bartenev · 11 years ago
  94. cf770dd SPDY: improved error handling of header block decompression. by Valentin Bartenev · 11 years ago
  95. ba89040 SPDY: removed ngx_http_spdy_state_headers_error(). by Valentin Bartenev · 11 years ago
  96. 63ee690 SPDY: prevented creation of RST_STREAM in protocol error state. by Valentin Bartenev · 11 years ago
  97. dfb9a5c SPDY: improved ngx_http_spdy_state_protocol_error(). by Valentin Bartenev · 11 years ago
  98. d9c25cd SPDY: fixed one case of improper memory allocation error handling. by Valentin Bartenev · 11 years ago
  99. 5a3d441 Style: use %N instead of '\n' where appropriate. by Ruslan Ermilov · 11 years ago
  100. 9b92f59 Core: use '\r' for CR and '\n' for LF definitions. by Ruslan Ermilov · 11 years ago