1. 420e41e SPDY: fixed code style, no functional changes. by Valentin Bartenev · 12 years ago
  2. aac7f7f Core: moved initialization of log level. by Vladimir Homutov · 12 years ago
  3. de2ec2c SPDY: pass through the full status when available. by Jim Radford · 12 years ago
  4. ddece08 Perl: fixed r->header_in("Cookie") (ticket #351). by Maxim Dounin · 12 years ago
  5. dc5c692 Fixed debug logging in ngx_http_parse_complex_uri(). by Maxim Dounin · 12 years ago
  6. 2b356db Mail: fixed possible uninitialized memory access. by Maxim Dounin · 12 years ago
  7. 40c4e7b Valgrind: supressed complaints about uninitialized bytes. by Maxim Dounin · 12 years ago
  8. 6b95320 Valgrind: sigaction() failure now ignored. by Maxim Dounin · 12 years ago
  9. f665047 Status: the "last_in_chain" flag must be set. by Valentin Bartenev · 12 years ago
  10. ba4b499 SPDY: use proper macros for value length and headers counter. by Valentin Bartenev · 12 years ago
  11. d37a0a2 Version bump. by Maxim Dounin · 12 years ago
  12. 26489b1 Core: fixed handling of "stderr" in error_log. by Vladimir Homutov · 12 years ago
  13. 9db2edd Core: fixed stderr redirection on win32 in ngx_reopen_files(). by Vladimir Homutov · 12 years ago
  14. a80cb81 Win32: accept_mutex now always disabled (ticket #362). by Maxim Dounin · 12 years ago
  15. 2342d86 OCSP stapling: fixed incorrect debug level. by Ruslan Ermilov · 12 years ago
  16. de381f7 Access: support for UNIX-domain client addresses (ticket #359). by Ruslan Ermilov · 12 years ago
  17. 641662e Win32: added missing reset of wev->ready on WSAEWOULDBLOCK. by Maxim Dounin · 12 years ago
  18. 1a983a0 Upstream: http_403 support in proxy_next_upstream (and friends). by Maxim Dounin · 12 years ago
  19. cc3c0ce Xslt: xslt_last_modified directive. by Maxim Dounin · 12 years ago
  20. af7e2a9 Sub filter: sub_filter_last_modified directive. by Maxim Dounin · 12 years ago
  21. 55fcadc SSI: ssi_last_modified directive. by Maxim Dounin · 12 years ago
  22. c870294 Core: strengthen configuration syntax checker. by Valentin Bartenev · 12 years ago
  23. 2c0ea0f Memcached: stricten header validation. by Ruslan Ermilov · 12 years ago
  24. 3be6cc9 Use "void" for functions with empty parameter list. by Sergey Kandaurov · 12 years ago
  25. 407c831 Style: replace SSL *ssl with ngx_ssl_conn_t *ssl_conn. by Piotr Sikora · 12 years ago
  26. c3d20f5 Style: remove unnecessary references to HTTP from non-HTTP modules. by Piotr Sikora · 12 years ago
  27. 4fd486e Referer module: added $invalid_referer to variables hash. by Maxim Dounin · 12 years ago
  28. a1ab0dd Upstream: fixed fail_timeout and max_fails > 1. by Maxim Dounin · 12 years ago
  29. 2b1779b Mail: missing ngx_ssl_ecdh_curve() call. by F. da Silva · 12 years ago
  30. 8ef3374 Fixed error logging. by Sergey Kandaurov · 12 years ago
  31. 76c1d58 Upstream: slightly optimized ngx_http_upstream_process_header(). by Ruslan Ermilov · 12 years ago
  32. 5b57d01 Upstream: made the assignment more obvious. by Ruslan Ermilov · 12 years ago
  33. 1b10a9a OCSP stapling: fix error logging of successful OCSP responses. by Piotr Sikora · 12 years ago
  34. 8597218 Mail: removed surplus ngx_close_connection() call. by Filipe Da Silva · 12 years ago
  35. c9c4e39 Upstream keepalive: slightly simplified code. by Ruslan Ermilov · 12 years ago
  36. 330ebdc Proxy: clear script engine used to calculate lengths. by Maxim Dounin · 12 years ago
  37. 885861b Fixed lingering_time check. by Maxim Dounin · 12 years ago
  38. dcdf9ee Upstream: allow to intercept responses with status 300. by Ruslan Ermilov · 12 years ago
  39. b5fd7d5 PCRE: retain input pattern for all regular expressions. by Piotr Sikora · 12 years ago
  40. a38455a Proxy: $proxy_internal_body_length fixed. by Maxim Dounin · 12 years ago
  41. 9564f65 Mp4: indentation and style, no functional changes. by Maxim Dounin · 12 years ago
  42. c3dea40 Added r->limit_rate_after. by Maxim Dounin · 12 years ago
  43. 9cff799 Fixed build with --with-mail_ssl_module. by Maxim Dounin · 12 years ago
  44. ff72493 Request body: fixed r->count increment on allocation failure. by Maxim Dounin · 12 years ago
  45. 8e35221 Perl: extra "return" removed. by Maxim Dounin · 12 years ago
  46. 22c9e34 Version bump. by Maxim Dounin · 12 years ago
  47. 818807d Fixed chunk size parsing. by Maxim Dounin · 12 years ago
  48. 9014efd Proxy: allocate $proxy_internal_body_length from request pool. by Ruslan Ermilov · 12 years ago
  49. 8bc3ed7 Version bump. by Ruslan Ermilov · 12 years ago
  50. 39d9871 Version bump. by Maxim Dounin · 12 years ago
  51. 670d428 SPDY: set NGX_TCP_NODELAY_DISABLED for fake connections. by Valentin Bartenev · 12 years ago
  52. e584341 Perl: request body handling fixed. by Maxim Dounin · 12 years ago
  53. 9d4e3c3 Configure: fixed perl Makefile generation (ticket #334). by Maxim Dounin · 12 years ago
  54. ba4f270 Version bump. by Ruslan Ermilov · 12 years ago
  55. 77d60d2 Events: backout eventport changes (r5172) for now. by Maxim Dounin · 12 years ago
  56. 0dee57d Request body: only read body in main request (ticket #330). by Maxim Dounin · 12 years ago
  57. 7ea00fb Upstream: warn if multiple non-stackable balancers are installed. by Ruslan Ermilov · 12 years ago
  58. c798029 Events: fixed typos in two previous commits. by Valentin Bartenev · 12 years ago
  59. c6aebf6 Events: handle only active events in eventport. by Valentin Bartenev · 12 years ago
  60. ed9f87c Events: protection from stale events in eventport and devpoll. by Valentin Bartenev · 12 years ago
  61. 7a7650a Upstream: fixed $upstream_response_length without buffering. by Sergey Kandaurov · 12 years ago
  62. c63b826 Configure: fixed nginx.so rebuild (broken by r5145). by Maxim Dounin · 12 years ago
  63. e297091 Upstream: removed surplus ngx_resolve_name_done() call. by Valentin Bartenev · 12 years ago
  64. d88dffb Limit req: rate should be non-zero. by Valentin Bartenev · 12 years ago
  65. 600f9d3 Pass PCRE_CASELESS to pcre_compile() for caseless matching. by Ruslan Ermilov · 12 years ago
  66. a861b0d Simplified nginx version maintenance. by Ruslan Ermilov · 12 years ago
  67. cc0e563 Upstream: fixed tcp_nodelay with connection upgrade (ticket #325). by Maxim Dounin · 12 years ago
  68. 3b9e7ad Event connect: don't penalize AF_INET6 connections. by Maxim Dounin · 12 years ago
  69. c2bb765 Version bump. by Maxim Dounin · 12 years ago
  70. 604e18f Use NGX_FILE_ERROR for handling file operations errors. by Valentin Bartenev · 12 years ago
  71. ea327f1 Upstream: removed rudiments of upstream connection caching. by Ruslan Ermilov · 12 years ago
  72. 4d9fdd8 Upstream: removed sorting of upstream servers. by Ruslan Ermilov · 12 years ago
  73. 4f2d651 Mail: IPv6 backends (ticket #323). by Ruslan Ermilov · 12 years ago
  74. 2fd8b27 Upstream: removed double-free workarounds in peer.free() methods. by Ruslan Ermilov · 12 years ago
  75. 46b469a Upstream: only call peer.free() if peer.get() selected a peer. by Ruslan Ermilov · 12 years ago
  76. 275a35c Split clients: check length when parsing configuration. by Ruslan Ermilov · 12 years ago
  77. 0ce6213 Removed unused ngx_http_clear_variable() macro. by Ruslan Ermilov · 12 years ago
  78. d1c285e Fixed language in a comment preceding ngx_http_index_handler(). by Ruslan Ermilov · 12 years ago
  79. 64fe190 Moved ngx_array_t definition from ngx_core.h to ngx_array.h. by Ruslan Ermilov · 12 years ago
  80. 56fce56 Use NGX_DEFAULT_POOL_SIZE macro where appropriate. by Ruslan Ermilov · 12 years ago
  81. 7b80e43 Simplified ngx_array_create(). by Ruslan Ermilov · 12 years ago
  82. 9e5f617 Core: fixed resource leak if binary upgrade fails due to no memory. by Ruslan Ermilov · 12 years ago
  83. 2686cb4 Preliminary experimental support for SPDY draft 2. by Valentin Bartenev · 12 years ago
  84. cf64a6c Win32: disabled MSVC warning about '\0' not fitting into array. by Valentin Bartenev · 12 years ago
  85. fb6f8c4 URI processing code moved to a separate function. by Valentin Bartenev · 12 years ago
  86. fd8b7d2 Image filter: the "image_filter_interlace" directive. by Ruslan Ermilov · 12 years ago
  87. d7db87e The limit_req_status and limit_conn_status directives. by Maxim Dounin · 12 years ago
  88. 5a7661e Core: guard against failed allocation during binary upgrade. by Ruslan Ermilov · 12 years ago
  89. bac0cb3 Status: introduced the "ngx_stat_waiting" counter. by Valentin Bartenev · 12 years ago
  90. 23e692b Allow to reuse connections that wait their first request. by Valentin Bartenev · 12 years ago
  91. 3f70ddc Upstream: fixed previous commit. by Maxim Dounin · 12 years ago
  92. c49abd2 Upstream: call ngx_http_run_posted_requests() on resolve errors. by Maxim Dounin · 12 years ago
  93. 4641497 Request body: avoid linking rb->buf to r->header_in. by Maxim Dounin · 12 years ago
  94. 545cfd1 Request body: next upstream fix. by Maxim Dounin · 12 years ago
  95. 092355b Fixed logging in ngx_http_wait_request_handler(). by Maxim Dounin · 12 years ago
  96. f1b6e47 Removed unused prototype of ngx_http_find_server_conf(). by Valentin Bartenev · 12 years ago
  97. b8cba36 Gzip: fixed setting of NGX_HTTP_GZIP_BUFFERED. by Valentin Bartenev · 12 years ago
  98. 8fbef48 SSL: Next Protocol Negotiation extension support. by Valentin Bartenev · 12 years ago
  99. bf23093 Refactored ngx_http_init_request(). by Valentin Bartenev · 12 years ago
  100. a32d3f8 Removed c->single_connection flag. by Valentin Bartenev · 12 years ago