1. 68fab7c Sub filter: flush buffers handling. by Maxim Dounin · 12 years ago
  2. 8d568c7 Sub filter: switched to ngx_chain_get_free_buf(). by Maxim Dounin · 12 years ago
  3. 3961ef2 Sub filter: stale comments removed. by Maxim Dounin · 12 years ago
  4. 02a077b On DragonFlyBSD, TCP_KEEPIDLE and TCP_KEEPINTVL are in msecs. by Ruslan Ermilov · 12 years ago
  5. 690e2b3 Style: reuse one int variable in ngx_configure_listening_sockets(). by Ruslan Ermilov · 12 years ago
  6. 32e167e SPDY: fixed segfault with "client_body_in_file_only" enabled. by Valentin Bartenev · 12 years ago
  7. 809d057 Xslt: exsltRegisterAll() moved to preconfiguration. by Maxim Dounin · 12 years ago
  8. 615d558 Events: honor NGX_USE_GREEDY_EVENT when kqueue support is enabled. by Valentin Bartenev · 12 years ago
  9. d102510 Style. by Maxim Dounin · 12 years ago
  10. 4ef36b3 Configure: perl Makefile rebuild after configure. by Maxim Dounin · 12 years ago
  11. d79c8ab Core: fixed possible use of an uninitialized variable. by Vladimir Homutov · 12 years ago
  12. af18946 Core: extended ngx_sock_ntop() with socklen parameter. by Vladimir Homutov · 12 years ago
  13. 050f74b Make macros safe. by Gleb Smirnoff · 12 years ago
  14. 523191e Upstream: updated list of ngx_event_connect_peer() return values. by Ruslan Ermilov · 12 years ago
  15. dd3e13e Core: consolidated log-related code. by Vladimir Homutov · 12 years ago
  16. f41c915 Version bump. by Maxim Dounin · 12 years ago
  17. dfb8b2b release-1.5.2 tag by Maxim Dounin · 12 years ago
  18. 652f6c2 nginx-1.5.2-RELEASE by Maxim Dounin · 12 years ago nginx-1.5.2
  19. 88fc0f7 Fixed ngx_http_parse_chunked() minimal length calculation. by Maxim Dounin · 12 years ago
  20. 982f4de Fixed build on Linux with x32 ABI. by Maxim Dounin · 12 years ago
  21. 11ff177 Core: support several "error_log" directives. by Vladimir Homutov · 12 years ago
  22. 02cc525 Simplified ngx_list_create(). by Ruslan Ermilov · 12 years ago
  23. c974bd7 Valgrind: another complaint about uninitialized bytes. by Tatsuhiko Kubo · 12 years ago
  24. 420e41e SPDY: fixed code style, no functional changes. by Valentin Bartenev · 12 years ago
  25. aac7f7f Core: moved initialization of log level. by Vladimir Homutov · 12 years ago
  26. de2ec2c SPDY: pass through the full status when available. by Jim Radford · 12 years ago
  27. ddece08 Perl: fixed r->header_in("Cookie") (ticket #351). by Maxim Dounin · 12 years ago
  28. dc5c692 Fixed debug logging in ngx_http_parse_complex_uri(). by Maxim Dounin · 12 years ago
  29. 2b356db Mail: fixed possible uninitialized memory access. by Maxim Dounin · 12 years ago
  30. 40c4e7b Valgrind: supressed complaints about uninitialized bytes. by Maxim Dounin · 12 years ago
  31. 6b95320 Valgrind: sigaction() failure now ignored. by Maxim Dounin · 12 years ago
  32. f665047 Status: the "last_in_chain" flag must be set. by Valentin Bartenev · 12 years ago
  33. ba4b499 SPDY: use proper macros for value length and headers counter. by Valentin Bartenev · 12 years ago
  34. d37a0a2 Version bump. by Maxim Dounin · 12 years ago
  35. 26489b1 Core: fixed handling of "stderr" in error_log. by Vladimir Homutov · 12 years ago
  36. 9db2edd Core: fixed stderr redirection on win32 in ngx_reopen_files(). by Vladimir Homutov · 12 years ago
  37. 43b2e07 release-1.5.1 tag by Maxim Dounin · 12 years ago
  38. 9a96419 nginx-1.5.1-RELEASE by Maxim Dounin · 12 years ago nginx-1.5.1
  39. e581713 Updated zlib used for win32 builds. by Maxim Dounin · 12 years ago
  40. a80cb81 Win32: accept_mutex now always disabled (ticket #362). by Maxim Dounin · 12 years ago
  41. 2342d86 OCSP stapling: fixed incorrect debug level. by Ruslan Ermilov · 12 years ago
  42. de381f7 Access: support for UNIX-domain client addresses (ticket #359). by Ruslan Ermilov · 12 years ago
  43. 641662e Win32: added missing reset of wev->ready on WSAEWOULDBLOCK. by Maxim Dounin · 12 years ago
  44. 1a983a0 Upstream: http_403 support in proxy_next_upstream (and friends). by Maxim Dounin · 12 years ago
  45. cc3c0ce Xslt: xslt_last_modified directive. by Maxim Dounin · 12 years ago
  46. af7e2a9 Sub filter: sub_filter_last_modified directive. by Maxim Dounin · 12 years ago
  47. 55fcadc SSI: ssi_last_modified directive. by Maxim Dounin · 12 years ago
  48. c870294 Core: strengthen configuration syntax checker. by Valentin Bartenev · 12 years ago
  49. 2c0ea0f Memcached: stricten header validation. by Ruslan Ermilov · 12 years ago
  50. 3be6cc9 Use "void" for functions with empty parameter list. by Sergey Kandaurov · 12 years ago
  51. c4a044c Configure: fixed test of OS X atomic(3). by Ruslan Ermilov · 12 years ago
  52. 407c831 Style: replace SSL *ssl with ngx_ssl_conn_t *ssl_conn. by Piotr Sikora · 12 years ago
  53. c3d20f5 Style: remove unnecessary references to HTTP from non-HTTP modules. by Piotr Sikora · 12 years ago
  54. 4fd486e Referer module: added $invalid_referer to variables hash. by Maxim Dounin · 12 years ago
  55. a1ab0dd Upstream: fixed fail_timeout and max_fails > 1. by Maxim Dounin · 12 years ago
  56. 2b1779b Mail: missing ngx_ssl_ecdh_curve() call. by F. da Silva · 12 years ago
  57. 8ef3374 Fixed error logging. by Sergey Kandaurov · 12 years ago
  58. 76c1d58 Upstream: slightly optimized ngx_http_upstream_process_header(). by Ruslan Ermilov · 12 years ago
  59. 5b57d01 Upstream: made the assignment more obvious. by Ruslan Ermilov · 12 years ago
  60. 1b10a9a OCSP stapling: fix error logging of successful OCSP responses. by Piotr Sikora · 12 years ago
  61. 8597218 Mail: removed surplus ngx_close_connection() call. by Filipe Da Silva · 12 years ago
  62. c9c4e39 Upstream keepalive: slightly simplified code. by Ruslan Ermilov · 12 years ago
  63. 1f415d6 Removed vestiges of SVN. by Ruslan Ermilov · 12 years ago
  64. 330ebdc Proxy: clear script engine used to calculate lengths. by Maxim Dounin · 12 years ago
  65. 885861b Fixed lingering_time check. by Maxim Dounin · 12 years ago
  66. dcdf9ee Upstream: allow to intercept responses with status 300. by Ruslan Ermilov · 12 years ago
  67. b5fd7d5 PCRE: retain input pattern for all regular expressions. by Piotr Sikora · 12 years ago
  68. a38455a Proxy: $proxy_internal_body_length fixed. by Maxim Dounin · 12 years ago
  69. 9564f65 Mp4: indentation and style, no functional changes. by Maxim Dounin · 12 years ago
  70. c3dea40 Added r->limit_rate_after. by Maxim Dounin · 12 years ago
  71. 9cff799 Fixed build with --with-mail_ssl_module. by Maxim Dounin · 12 years ago
  72. ff72493 Request body: fixed r->count increment on allocation failure. by Maxim Dounin · 12 years ago
  73. 8e35221 Perl: extra "return" removed. by Maxim Dounin · 12 years ago
  74. 22c9e34 Version bump. by Maxim Dounin · 12 years ago
  75. 25968c2 release-1.5.0 tag by Maxim Dounin · 12 years ago
  76. 18f6d20 release-1.5.0-RELEASE by Maxim Dounin · 12 years ago nginx-1.5.0
  77. 818807d Fixed chunk size parsing. by Maxim Dounin · 12 years ago
  78. 9014efd Proxy: allocate $proxy_internal_body_length from request pool. by Ruslan Ermilov · 12 years ago
  79. e565dbc Configure: fixed detection of newer Apple clang compilers. by Ruslan Ermilov · 12 years ago
  80. 8bc3ed7 Version bump. by Ruslan Ermilov · 12 years ago
  81. 3ee3e41 release-1.4.0 tag by Maxim Dounin · 12 years ago
  82. c869fd3 nginx-1.4.0-RELEASE by Maxim Dounin · 12 years ago nginx-1.4.0
  83. 39d9871 Version bump. by Maxim Dounin · 12 years ago
  84. 670d428 SPDY: set NGX_TCP_NODELAY_DISABLED for fake connections. by Valentin Bartenev · 12 years ago
  85. e584341 Perl: request body handling fixed. by Maxim Dounin · 12 years ago
  86. 9d4e3c3 Configure: fixed perl Makefile generation (ticket #334). by Maxim Dounin · 12 years ago
  87. 4352782 Configure: uniformly refer to libs when searching for md5 and sha1. by Ruslan Ermilov · 12 years ago
  88. ba4f270 Version bump. by Ruslan Ermilov · 12 years ago
  89. f58466e release-1.3.16 tag by Maxim Dounin · 12 years ago
  90. 12bdaf6 nginx-1.3.16-RELEASE by Maxim Dounin · 12 years ago nginx-1.3.16
  91. 77d60d2 Events: backout eventport changes (r5172) for now. by Maxim Dounin · 12 years ago
  92. 0dee57d Request body: only read body in main request (ticket #330). by Maxim Dounin · 12 years ago
  93. 7ea00fb Upstream: warn if multiple non-stackable balancers are installed. by Ruslan Ermilov · 12 years ago
  94. c798029 Events: fixed typos in two previous commits. by Valentin Bartenev · 12 years ago
  95. c6aebf6 Events: handle only active events in eventport. by Valentin Bartenev · 12 years ago
  96. ed9f87c Events: protection from stale events in eventport and devpoll. by Valentin Bartenev · 12 years ago
  97. 7a7650a Upstream: fixed $upstream_response_length without buffering. by Sergey Kandaurov · 12 years ago
  98. c63b826 Configure: fixed nginx.so rebuild (broken by r5145). by Maxim Dounin · 12 years ago
  99. e297091 Upstream: removed surplus ngx_resolve_name_done() call. by Valentin Bartenev · 12 years ago
  100. d88dffb Limit req: rate should be non-zero. by Valentin Bartenev · 12 years ago