1. 4b948b4 Gunzip: removed nginx.h leftover include. by Maxim Dounin · 13 years ago
  2. 90bd33e Gunzip filter import. by Maxim Dounin · 13 years ago
  3. 86aee85 Gzip static: "always" parameter in "gzip_static" directive. by Maxim Dounin · 13 years ago
  4. 23a9596 Memcached: memcached_gzip_flag directive. by Maxim Dounin · 13 years ago
  5. 5867c81 Write filter: replaced unneeded loop with one to free chains. by Maxim Dounin · 13 years ago
  6. 605a0ab Limit req: fix of rbtree node insertion on hash collisions. by Valentin Bartenev · 13 years ago
  7. 9d6d33a Fixed overflow if ngx_slab_alloc() is called with very big "size" argument. by Ruslan Ermilov · 13 years ago
  8. d469482 Fixed strict aliasing bugs when dealing with IPv4-mapped IPv6 addresses by Ruslan Ermilov · 13 years ago
  9. da4ffd8 Fixed the "include" directive. by Ruslan Ermilov · 13 years ago
  10. 43f6163 Version bump. by Ruslan Ermilov · 13 years ago
  11. c22b87b Radix tree preallocation fix. by Maxim Dounin · 13 years ago
  12. 83e35f6 Whitespace fix. by Maxim Dounin · 13 years ago
  13. b69f284 Mark logically dead code with corresponding comment. by Andrey Belov · 13 years ago
  14. 572bca7 Mp4: removed restriction to avc1/mp4a formats (ticket #194). by Maxim Dounin · 13 years ago
  15. 53b8514 Mail: fixed handling of AF_UNIX addresses in "listen". by Ruslan Ermilov · 13 years ago
  16. ff3236e Removed a stale "AF_INET only" comment. by Ruslan Ermilov · 13 years ago
  17. f12c756 Mail: fixed sorting of listen addresses (ticket #187). by Ruslan Ermilov · 13 years ago
  18. 5425263 Geo: fixed handling of ranges without default set. by Maxim Dounin · 13 years ago
  19. 89bd5f0 Crypt: fixed handling of corrupted SSHA entries in password file. by Maxim Dounin · 13 years ago
  20. 3587e2b Map: fixed optimization of variables as values. by Maxim Dounin · 13 years ago
  21. 9aac01a mail_core: don't let the well-known port in the "listen" directive to by Ruslan Ermilov · 13 years ago
  22. 89ad2e9 Corrected the directive name in the ngx_mail_auth_http_module error message. by Ruslan Ermilov · 13 years ago
  23. 86dd5bd Added three missing checks for NULL after ngx_array_push() calls. by Valentin Bartenev · 13 years ago
  24. 2af80d5 Explicitly ignore returned value from close() in ngx_event_core_init_conf(). by Andrey Belov · 13 years ago
  25. 66e9525 Explicitly ignore returned value from unlink() in ngx_open_tempfile(). by Andrey Belov · 13 years ago
  26. 42a75bb Resolver: fixed possible memory leak in ngx_resolver_create(). by Maxim Dounin · 13 years ago
  27. 8ed4929 Fixed the -p parameter handling. by Ruslan Ermilov · 13 years ago
  28. 25197b3 Fixed possible use of old cached times if runtime went backwards. by Maxim Dounin · 13 years ago
  29. d053bac Added "const" to ngx_memcpy() with NGX_MEMCPY_LIMIT defined. by Maxim Dounin · 13 years ago
  30. beaed67 Whitespace fix. by Maxim Dounin · 13 years ago
  31. c722e8a Win32: fixed build with Visual Studio 2005 Express. by Maxim Dounin · 13 years ago
  32. 1c42128 Reorder checks in ngx_shared_memory_add() for more consistent error messages. by Andrey Belov · 13 years ago
  33. 15ab046 Version bump. by Ruslan Ermilov · 13 years ago
  34. deaf22d Core: ipv6only is now on by default. by Ruslan Ermilov · 13 years ago
  35. 9c8f3d8 ngx_http_find_virtual_server() should return NGX_DECLINED if virtual server not by Valentin Bartenev · 13 years ago
  36. 21be49a Upstream: hide_headers/pass_headers inheritance fix. by Maxim Dounin · 13 years ago
  37. 1c31039 Improved diagnostics when a directive is specified in the wrong context. by Ruslan Ermilov · 13 years ago
  38. 45d2ae6 Slight optimization in ngx_http_upstream_add(): replaced an expression by Ruslan Ermilov · 13 years ago
  39. b163010 ngx_http_upstream_add() should return NULL if an error occurs. by Ruslan Ermilov · 13 years ago
  40. 01f07bd Reduced the number of preprocessor directives. by Ruslan Ermilov · 13 years ago
  41. cfe194e When "debug_connection" is configured with a domain name, only the first by Ruslan Ermilov · 13 years ago
  42. 1efcca3 Fixed compilation with -Wmissing-prototypes. by Ruslan Ermilov · 13 years ago
  43. 9d5f5a0 Win32: fixed cpu hog after process startup failure. by Maxim Dounin · 13 years ago
  44. 54ab41f Fixed debugging messages to account that limit_zone was renamed to limit_conn. by Ruslan Ermilov · 13 years ago
  45. 1fd21c4 Fixed sorting of listen addresses so that wildcard address is always at by Ruslan Ermilov · 13 years ago
  46. e30a8f9 Version bump. by Ruslan Ermilov · 13 years ago
  47. e3acbc6 Entity tags: empty etags handling in If-Range. by Maxim Dounin · 13 years ago
  48. 1b77858 Entity tags: the "etag" directive. by Maxim Dounin · 13 years ago
  49. eb7c38a Entity tags: set for static respones. by Maxim Dounin · 13 years ago
  50. 8b00c87 Entity tags: handling in add_header. by Maxim Dounin · 13 years ago
  51. c96c419 Entity tags: clear on entity changes. by Maxim Dounin · 13 years ago
  52. 9c17e4c Entity tags: support in If-Range header. by Maxim Dounin · 13 years ago
  53. 13eb689 Entity tags: basic support in not modified filter. by Maxim Dounin · 13 years ago
  54. a9456d5 Not modified filter: tests separated from actions. by Maxim Dounin · 13 years ago
  55. 4199620 Added Last-Modified parsing in add_header. by Maxim Dounin · 13 years ago
  56. 63d7ab1 Fixed If-Range with unknown last modified time. by Maxim Dounin · 13 years ago
  57. 3d87bcf Corrected $request_length calculation for pipelined requests. by Andrey Belov · 13 years ago
  58. bbfc96c Fixed typo in a function name. by Ruslan Ermilov · 13 years ago
  59. 2219c56 Made sure to initialize the entire "struct flock" allocated on stack. by Ruslan Ermilov · 13 years ago
  60. 3484e6d Reset r->uri_changed in a named location (ticket #184). by Maxim Dounin · 13 years ago
  61. f9c03b4 map: strip final dot before looking up in a map of hostnames. (closes #182) by Ruslan Ermilov · 13 years ago
  62. 56cb808 Version bump. by Ruslan Ermilov · 13 years ago
  63. a835783 Mp4: fixed build on win32 after r4689. by Maxim Dounin · 13 years ago
  64. c6d5225 Style. by Maxim Dounin · 13 years ago
  65. 8c861f0 Fixed a harmless error in spelling of "Connection: close" when computing by Ruslan Ermilov · 13 years ago
  66. 4244481 Fixed compile-time conditionals used to detect if X-Forwarded-For support by Ruslan Ermilov · 13 years ago
  67. 992a4d1 Disabled gzip compression in OpenSSL prior to 1.0.0 version. by Igor Sysoev · 13 years ago
  68. 36a931a Added IPv6 support to ip_hash. by Ruslan Ermilov · 13 years ago
  69. 29844cd Upstream keepalive: "single" parameter deprecated. by Maxim Dounin · 13 years ago
  70. 91c654d Fixed return type of ngx_strerror_init(). by Maxim Dounin · 13 years ago
  71. 97f7bf2 Fixed "sendmsg() failed" alerts on HP-UX. by Maxim Dounin · 13 years ago
  72. a769c53 Fixed segfault with poll and resolver used. by Maxim Dounin · 13 years ago
  73. 40a366c Fixed handling of conflicting wildcard server names. by Maxim Dounin · 13 years ago
  74. 859dc4c Mp4: fixed streaming if moov atom is at buffer edge. by Maxim Dounin · 13 years ago
  75. e1e2e2e Mp4: fixed non-keyframe seeks in some cases (ticket #175). by Maxim Dounin · 13 years ago
  76. 0cf5237 Style fix. by Andrey Belov · 13 years ago
  77. e91b210 New core variable: $status. by Andrey Belov · 13 years ago
  78. 2c49af8 When "resolver" is configured with a domain name, only the first by Ruslan Ermilov · 13 years ago
  79. da8bb22 Fixed crash in ngx_resolver_cleanup_tree(). by Ruslan Ermilov · 13 years ago
  80. b9feaa8 Version bump. by Ruslan Ermilov · 13 years ago
  81. d4353c6 Fixed spelling of "endianness", and called it "byte ordering" in the by Ruslan Ermilov · 13 years ago
  82. 0d7720d Win32: uris with ":$" are now rejected. by Maxim Dounin · 13 years ago
  83. f83598a Win32: normalization of trailing dot inside uri. by Maxim Dounin · 13 years ago
  84. db80a7a Win32: disallowed access to various non-canonical name variants. by Maxim Dounin · 13 years ago
  85. ac7f704 Support for IPv6 literals and an optional port in resolver. by Ruslan Ermilov · 13 years ago
  86. 596226f Support for IPv6 literals in proxy_pass and so on. by Maxim Dounin · 13 years ago
  87. 4888969 Upstream: least_conn compilation fixes. by Maxim Dounin · 13 years ago
  88. 1ba6ecd Upstream: weights support in ip_hash balancer. by Maxim Dounin · 13 years ago
  89. 4cb4e8d Upstream: least_conn balancer module. by Maxim Dounin · 13 years ago
  90. 01f1e4d Resolver: fixed format specification. by Maxim Dounin · 13 years ago
  91. 887f514 Code reduction (no functional changes). by Ruslan Ermilov · 13 years ago
  92. 2195eb5 Removed mistaken setting of NGX_SSL_BUFFERED flag in ngx_ssl_send_chain() by Valentin Bartenev · 13 years ago
  93. d8ec491 Fixed returned value handling from the cookie rewrite handler. by Valentin Bartenev · 13 years ago
  94. 94d8df6 geoip: got rid of ugly casts when calling ngx_free(). by Ruslan Ermilov · 13 years ago
  95. 49fbd88 Fixed broken build. by Ruslan Ermilov · 13 years ago
  96. 9fbd0d7 Fixed memory leak if $geoip_org variable was used. by Ruslan Ermilov · 13 years ago
  97. 526fd68 Fixed the reuse of parsed DTDs and XSLTs. by Ruslan Ermilov · 13 years ago
  98. e1133ca Fixed compilation with -DNGX_DEBUG_MALLOC on FreeBSD 10. by Maxim Dounin · 13 years ago
  99. a272b2d Fixed warning during nginx.xs compilation. by Maxim Dounin · 13 years ago
  100. d2e005c Fixed potential null pointer dereference in ngx_resolver_create(). by Ruslan Ermilov · 13 years ago