1. 86a8519 Fixed Upgrade header clearing with proxy_cache. by Maxim Dounin · 13 years ago
  2. 962727b Fixed proxy_set_header inheritance with proxy_set_body. by Maxim Dounin · 13 years ago
  3. b5984de Fixed proxy_set_header inheritance with proxy_cache (ticket #45). by Maxim Dounin · 13 years ago
  4. 66a60a6 Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse. by Sergey Budnevitch · 13 years ago
  5. 1dbd331 Limit zone: added the "limit_conn_zone" directive. by Valentin Bartenev · 13 years ago
  6. aaf5a57 Limit zone: support for multiple "limit_conn" limits. by Valentin Bartenev · 13 years ago
  7. 54660dc Limit zone: rbtree lookup moved to a separate function. by Valentin Bartenev · 13 years ago
  8. 2f37fbc Changed error message to be more appropriate in the imaginary by Ruslan Ermilov · 13 years ago
  9. e74b611 Belatedly fixed language in 1.1.7 relnotes. by Ruslan Ermilov · 13 years ago
  10. eb499ba Fixed compression pointer processing in DNS response greater than 255 bytes. by Igor Sysoev · 13 years ago
  11. d0bcad3 Fix of "keepalive_disable" directive. by Igor Sysoev · 13 years ago
  12. a8963fb The "image_filter_sharpen" directive. by Igor Sysoev · 13 years ago
  13. ff2bee1 Ancient incomplete ngx_http_status_module removal. by Igor Sysoev · 13 years ago
  14. 0d03a44 Version bump. by Igor Sysoev · 13 years ago
  15. 5f9da55 release-1.1.7 tag by Igor Sysoev · 13 years ago
  16. 6955d91 nginx-1.1.7-RELEASE by Igor Sysoev · 13 years ago nginx-1.1.7
  17. a2ffa56 Silently ignoring a stale global SSL error left after disabled renegotiation. by Igor Sysoev · 13 years ago
  18. 308c7de Fixed documentation pointer. by Ruslan Ermilov · 13 years ago
  19. ca49523 Fixed segfault on configuration testing with ssl (ticket #37). by Maxim Dounin · 13 years ago
  20. 0d59500 Event pipe: reduced number of file buffers used. by Maxim Dounin · 13 years ago
  21. 59205ce Event pipe: fixes for complex protocols. by Maxim Dounin · 13 years ago
  22. 200a0d8 Adding m4a and m4v MIME types (closed #42). by Igor Sysoev · 13 years ago
  23. ac0e8cb Revamped "configure --help" text. by Ruslan Ermilov · 13 years ago
  24. cfd5148 Fix of building by Microsoft Visual C++ 10 compiler. by Igor Sysoev · 13 years ago
  25. 5969588 Decrease of log level of some SSL handshake errors. by Igor Sysoev · 13 years ago
  26. f12d6ce Fixed port range checking. by Ruslan Ermilov · 13 years ago
  27. c576245 Fixed range checking for the "somaxconn" sysctl. by Ruslan Ermilov · 13 years ago
  28. 6207181 Support of several servers in the "resolver" directive. by Igor Sysoev · 13 years ago
  29. ba71972 Using of junk value in slab allocator similar to modern FreeBSD values. by Igor Sysoev · 13 years ago
  30. efc6eca malloc() debugging on MacOSX. by Igor Sysoev · 13 years ago
  31. b9c859e FreeBSD's MALLOC_OPTIONS must be set before any malloc() call. by Igor Sysoev · 13 years ago
  32. ce61ff9 Fixed another return in unix ngx_write_chain_to_file(). by Maxim Dounin · 13 years ago
  33. aecb2ed Fixed unix ngx_write_chain_to_file() to return total bytes written. by Maxim Dounin · 14 years ago
  34. 5f81070 Fixing conflict with SDK off_t definition. by Igor Sysoev · 14 years ago
  35. 1472e79 Recent SDKs allow to build IPV6 only for Windows XP or above. by Igor Sysoev · 14 years ago
  36. b167c46 Fixed "expires @time" with unknown last modified time (ticket #32). by Maxim Dounin · 14 years ago
  37. 81b4337 Fixed "expires @00h". by Maxim Dounin · 14 years ago
  38. 249d72b Removal of incomplete draft documentation processing. by Igor Sysoev · 14 years ago
  39. 6242f77 Version bump. by Igor Sysoev · 14 years ago
  40. 2fe4009 release-1.1.6 tag by Igor Sysoev · 14 years ago
  41. 9c64f87 nginx-1.1.6-RELEASE by Igor Sysoev · 14 years ago nginx-1.1.6
  42. 79dce68 Moving RELEASE target in more safe place. by Igor Sysoev · 14 years ago
  43. 31f5a59 Added clearing of modules' contexts in ngx_http_named_location(). by Maxim Dounin · 14 years ago
  44. ba76a89 Fixed utf8 decode (ticket #25). by Maxim Dounin · 14 years ago
  45. d51bcf6 Skipping location rewrite phase for server null location. by Igor Sysoev · 14 years ago
  46. b713e48 Better recheck of dead upstream servers. by Maxim Dounin · 14 years ago
  47. 72df0f4 Clear old Location header (if any) while adding a new one. by Maxim Dounin · 14 years ago
  48. 8650c1e Wording fix, "many data" is incorrect. by Maxim Dounin · 14 years ago
  49. fc55962 Fixed two minor bugs in "types" parsing code. by Ruslan Ermilov · 14 years ago
  50. b5c3336 Fixed grammar in a comment. by Ruslan Ermilov · 14 years ago
  51. dce7a0c Replaced magic constants representing default values of some directives by Ruslan Ermilov · 14 years ago
  52. 51a2423 Stylistic change in checking the boolean expression. by Ruslan Ermilov · 14 years ago
  53. bfe7be4 Preallocating exact number of default MIME types entries. by Igor Sysoev · 14 years ago
  54. 88ca608 Fixed configuration summary and manpage contents for the special by Ruslan Ermilov · 14 years ago
  55. c8fdda4 Removed old warning that suggested to use "server_name_in_redirect off" by Ruslan Ermilov · 14 years ago
  56. b8203e4 Additional headers for proxy/fastcgi/uwsgi/scgi_ignore_headers. by Maxim Dounin · 14 years ago
  57. 012e6b6 Handling of Content-Encoding set from perl. by Maxim Dounin · 14 years ago
  58. 0f5f4cb Fix for socket leak with "aio sendfile" and "limit_rate". by Maxim Dounin · 14 years ago
  59. b7af402 Fix for connection drops with AIO. by Maxim Dounin · 14 years ago
  60. 5cc1fb1 Autoindex: escape html in file names. by Maxim Dounin · 14 years ago
  61. 6226fe3 Autoindex: escape '?' in file names. by Maxim Dounin · 14 years ago
  62. e3d6c5a Improved access log escaping to better protect other software. by Maxim Dounin · 14 years ago
  63. 0d19f02 Fixing directive name in error message if types hash size is not enough. by Igor Sysoev · 14 years ago
  64. 840ef39 Fixing mp4 module seeking on 32-bit platforms. by Igor Sysoev · 14 years ago
  65. 2fdb547 Fixed macro name. by Ruslan Ermilov · 14 years ago
  66. c94b7e3 The reference documentation is moving elsewhere. by Ruslan Ermilov · 14 years ago
  67. 94b5460 Releasing memory of idle SSL connection. This saves about 34K per SSL by Igor Sysoev · 14 years ago
  68. 95084f7 Disabling SSL compression. This saves about 300K per SSL connection. by Igor Sysoev · 14 years ago
  69. 3f34960 Version bump. by Igor Sysoev · 14 years ago
  70. a610127 Improved ngx_parse_time() code readability. by Ruslan Ermilov · 14 years ago
  71. 6e86fb0 Tweaked error messages. by Ruslan Ermilov · 14 years ago
  72. 344f4fb Adding repository path missed in r4179. by Igor Sysoev · 14 years ago
  73. fc35bf6 release-1.1.5 tag by Igor Sysoev · 14 years ago
  74. 6ef5a8d nginx-1.1.5-RELEASE by Igor Sysoev · 14 years ago nginx-1.1.5
  75. 290ad9c Adding RELEASE procedure in GNUmakefile. by Igor Sysoev · 14 years ago
  76. ab0078a Version bump. by Igor Sysoev · 14 years ago
  77. 20139ff Fixed cache bypass caching of non-cacheable replies (ticket #21). by Maxim Dounin · 14 years ago
  78. 3aba768 Added uwsgi_buffering and scgi_buffering directives. by Maxim Dounin · 14 years ago
  79. f3ae6a6 Using strtod() instead of atofp() to support a lot of digits after dot in by Igor Sysoev · 14 years ago
  80. a40e7ee Fix of building on platforms with 32-bit off_t. (closed #23) by Igor Sysoev · 14 years ago
  81. 5cc90f3 Fixed segmentation fault with empty config on Windows. by Maxim Dounin · 14 years ago
  82. 554768d Fix for "ssl_session_cache builtin" (broken since 1.1.1, r3993). by Maxim Dounin · 14 years ago
  83. 886c629 Better handling of late upstream creation. by Maxim Dounin · 14 years ago
  84. b16918e Cache: fix for sending of stale responses. by Maxim Dounin · 14 years ago
  85. 84c58a3 Cache: fix for sending of empty responses. by Maxim Dounin · 14 years ago
  86. 4a3884a Incorrect special case for "return 204" removed. by Maxim Dounin · 14 years ago
  87. 77ca973 Fix for "return 202" not discarding body. by Maxim Dounin · 14 years ago
  88. ad5ef15 Fix for double content when return is used in error_page handler. by Maxim Dounin · 14 years ago
  89. bfb42ad Fix for incorrect 201 replies from dav module. by Maxim Dounin · 14 years ago
  90. 5c56f20 Proxy: logging levels tuned, double logging fixed. by Maxim Dounin · 14 years ago
  91. aa12f3c Proxy: whitespaces after chunk size allowed. by Maxim Dounin · 14 years ago
  92. 28b001f Upstream: clearing of u->peer.connection on close. by Maxim Dounin · 14 years ago
  93. b1565cf Fixed error message. by Ruslan Ermilov · 14 years ago
  94. b75e4a6 Fixed markup. by Ruslan Ermilov · 14 years ago
  95. 457f60a release-1.1.4 tag by Igor Sysoev · 14 years ago
  96. e70ed79 nginx-1.1.4-RELEASE by Igor Sysoev · 14 years ago nginx-1.1.4
  97. afe2e3d Fix of separate pool for upstream connections (r4117). by Maxim Dounin · 14 years ago
  98. 265e51a Fixed loss of chain links in ngx_event_pipe_read_upstream(). by Maxim Dounin · 14 years ago
  99. d1b9a03 Fixed loss of chain links in fastcgi module. by Maxim Dounin · 14 years ago
  100. e4dab80 Fix of cpu hog in event pipe. by Maxim Dounin · 14 years ago