1. c846871 SSL: the "ssl_verify_client" directive parameter "optional_no_ca". by Maxim Dounin · 13 years ago
  2. f8cc896 Version bump. by Maxim Dounin · 13 years ago
  3. fedc43d release-1.3.7 tag by Maxim Dounin · 13 years ago
  4. 242b85f nginx-1.3.7-RELEASE by Maxim Dounin · 13 years ago nginx-1.3.7
  5. 7eea509 OCSP stapling: build fixes. by Maxim Dounin · 13 years ago
  6. bec2cc5 OCSP stapling: ssl_stapling_verify directive. by Maxim Dounin · 13 years ago
  7. 3ebbb7d OCSP stapling: OCSP_basic_verify() OCSP_TRUSTOTHER flag now used. by Maxim Dounin · 13 years ago
  8. 1a07a7f OCSP stapling: log error data in ngx_ssl_error(). by Maxim Dounin · 13 years ago
  9. 872563a OCSP stapling: check Content-Type. by Maxim Dounin · 13 years ago
  10. 74ad449 OCSP stapling: loading OCSP responses. by Maxim Dounin · 13 years ago
  11. f7ec295 OCSP stapling: the ngx_event_openssl_stapling.c file. by Maxim Dounin · 13 years ago
  12. 85c920a OCSP stapling: ssl_stapling_file support. by Maxim Dounin · 13 years ago
  13. 3648ba7 OCSP stapling: ssl_trusted_certificate directive. by Maxim Dounin · 13 years ago
  14. 6a0f47e Resolver: cached addresses are returned with random rotation now. by Maxim Dounin · 13 years ago
  15. 8be233c Correct plural form for "path" in the whole source base. by Andrey Belov · 13 years ago
  16. b33a316 Made sure to initialize the entire ngx_file_t structure. by Andrey Belov · 13 years ago
  17. 52b59eb SSL: added version checks for ssl compression workaround. by Maxim Dounin · 13 years ago
  18. f4f72f9 SSL: fixed compression workaround to remove all methods. by Maxim Dounin · 13 years ago
  19. 181d58f Configure: additional test for ExtUtils::Embed perl module presence. by Andrey Belov · 13 years ago
  20. 8a1a54b Configure: help updated to list upstream keepalive and least_conn. by Maxim Dounin · 13 years ago
  21. 927643e Added clearing of cpu_affinity after process spawn. by Maxim Dounin · 13 years ago
  22. f447314 Version bump. by Maxim Dounin · 13 years ago
  23. b7e4607 release-1.3.6 tag by Maxim Dounin · 13 years ago
  24. 3b80194 nginx-1.3.6-RELEASE by Maxim Dounin · 13 years ago nginx-1.3.6
  25. 6fa37a6 Updated zlib used for win32 builds. by Maxim Dounin · 13 years ago
  26. f5e90ce Helper target "win32" to run configure for win32 builds. by Maxim Dounin · 13 years ago
  27. 27b9435 Configure: fixed make macros to use parentheses instead of braces. by Maxim Dounin · 13 years ago
  28. a8742ab Improved 50x error page. by Valentin Bartenev · 13 years ago
  29. 8522a2a Configure: provide inflate() when building zlib on win32. by Maxim Dounin · 13 years ago
  30. 4b948b4 Gunzip: removed nginx.h leftover include. by Maxim Dounin · 13 years ago
  31. 90bd33e Gunzip filter import. by Maxim Dounin · 13 years ago
  32. 86aee85 Gzip static: "always" parameter in "gzip_static" directive. by Maxim Dounin · 13 years ago
  33. 23a9596 Memcached: memcached_gzip_flag directive. by Maxim Dounin · 13 years ago
  34. 604f4e6 Improved welcome page. by Valentin Bartenev · 13 years ago
  35. 5867c81 Write filter: replaced unneeded loop with one to free chains. by Maxim Dounin · 13 years ago
  36. 605a0ab Limit req: fix of rbtree node insertion on hash collisions. by Valentin Bartenev · 13 years ago
  37. 7ee8de6 Pass changes.xml thru xmllint when generating CHANGES and CHANGES.ru. by Ruslan Ermilov · 13 years ago
  38. 440ab7a Converted DOS-style newlines. by Ruslan Ermilov · 13 years ago
  39. 9d6d33a Fixed overflow if ngx_slab_alloc() is called with very big "size" argument. by Ruslan Ermilov · 13 years ago
  40. d469482 Fixed strict aliasing bugs when dealing with IPv4-mapped IPv6 addresses by Ruslan Ermilov · 13 years ago
  41. da4ffd8 Fixed the "include" directive. by Ruslan Ermilov · 13 years ago
  42. 43f6163 Version bump. by Ruslan Ermilov · 13 years ago
  43. f68158c release-1.3.5 tag by Maxim Dounin · 13 years ago
  44. 237e06d nginx-1.3.5-RELEASE by Maxim Dounin · 13 years ago nginx-1.3.5
  45. c22b87b Radix tree preallocation fix. by Maxim Dounin · 13 years ago
  46. 83e35f6 Whitespace fix. by Maxim Dounin · 13 years ago
  47. b69f284 Mark logically dead code with corresponding comment. by Andrey Belov · 13 years ago
  48. 572bca7 Mp4: removed restriction to avc1/mp4a formats (ticket #194). by Maxim Dounin · 13 years ago
  49. 53b8514 Mail: fixed handling of AF_UNIX addresses in "listen". by Ruslan Ermilov · 13 years ago
  50. ff3236e Removed a stale "AF_INET only" comment. by Ruslan Ermilov · 13 years ago
  51. f12c756 Mail: fixed sorting of listen addresses (ticket #187). by Ruslan Ermilov · 13 years ago
  52. 5425263 Geo: fixed handling of ranges without default set. by Maxim Dounin · 13 years ago
  53. 89bd5f0 Crypt: fixed handling of corrupted SSHA entries in password file. by Maxim Dounin · 13 years ago
  54. 3587e2b Map: fixed optimization of variables as values. by Maxim Dounin · 13 years ago
  55. 9aac01a mail_core: don't let the well-known port in the "listen" directive to by Ruslan Ermilov · 13 years ago
  56. 89ad2e9 Corrected the directive name in the ngx_mail_auth_http_module error message. by Ruslan Ermilov · 13 years ago
  57. 86dd5bd Added three missing checks for NULL after ngx_array_push() calls. by Valentin Bartenev · 13 years ago
  58. 2af80d5 Explicitly ignore returned value from close() in ngx_event_core_init_conf(). by Andrey Belov · 13 years ago
  59. 66e9525 Explicitly ignore returned value from unlink() in ngx_open_tempfile(). by Andrey Belov · 13 years ago
  60. 42a75bb Resolver: fixed possible memory leak in ngx_resolver_create(). by Maxim Dounin · 13 years ago
  61. 8ed4929 Fixed the -p parameter handling. by Ruslan Ermilov · 13 years ago
  62. 25197b3 Fixed possible use of old cached times if runtime went backwards. by Maxim Dounin · 13 years ago
  63. d053bac Added "const" to ngx_memcpy() with NGX_MEMCPY_LIMIT defined. by Maxim Dounin · 13 years ago
  64. beaed67 Whitespace fix. by Maxim Dounin · 13 years ago
  65. 49e6d2c Removed the need in Perl to generate ZIP archive of nginx/Windows. by Ruslan Ermilov · 13 years ago
  66. c722e8a Win32: fixed build with Visual Studio 2005 Express. by Maxim Dounin · 13 years ago
  67. 1c42128 Reorder checks in ngx_shared_memory_add() for more consistent error messages. by Andrey Belov · 13 years ago
  68. bfae211 Simplified makefile that builds CHANGES. by Ruslan Ermilov · 13 years ago
  69. 15ab046 Version bump. by Ruslan Ermilov · 13 years ago
  70. eb9c2cb Updated PCRE used for win32 builds. by Ruslan Ermilov · 13 years ago
  71. 208bc3e release-1.3.4 tag by Ruslan Ermilov · 13 years ago
  72. 4cc5f14 nginx-1.3.4-RELEASE by Ruslan Ermilov · 13 years ago nginx-1.3.4
  73. deaf22d Core: ipv6only is now on by default. by Ruslan Ermilov · 13 years ago
  74. 9c8f3d8 ngx_http_find_virtual_server() should return NGX_DECLINED if virtual server not by Valentin Bartenev · 13 years ago
  75. 21be49a Upstream: hide_headers/pass_headers inheritance fix. by Maxim Dounin · 13 years ago
  76. 1c31039 Improved diagnostics when a directive is specified in the wrong context. by Ruslan Ermilov · 13 years ago
  77. 7f3a352 Removed extraneous GCC warning flags. by Ruslan Ermilov · 13 years ago
  78. 45d2ae6 Slight optimization in ngx_http_upstream_add(): replaced an expression by Ruslan Ermilov · 13 years ago
  79. b163010 ngx_http_upstream_add() should return NULL if an error occurs. by Ruslan Ermilov · 13 years ago
  80. 01f07bd Reduced the number of preprocessor directives. by Ruslan Ermilov · 13 years ago
  81. cfe194e When "debug_connection" is configured with a domain name, only the first by Ruslan Ermilov · 13 years ago
  82. a6c9e09 Added the Clang compiler support. by Ruslan Ermilov · 13 years ago
  83. 9911ea4 Made sure to run configure in a "C" locale. by Ruslan Ermilov · 13 years ago
  84. 2d60cd7 Added a commented out -Wmissing-prototypes to CFLAGS. by Ruslan Ermilov · 13 years ago
  85. 1efcca3 Fixed compilation with -Wmissing-prototypes. by Ruslan Ermilov · 13 years ago
  86. 7e72000 Replaced a number of "else if" with "elif". by Ruslan Ermilov · 13 years ago
  87. 9d5f5a0 Win32: fixed cpu hog after process startup failure. by Maxim Dounin · 13 years ago
  88. 54ab41f Fixed debugging messages to account that limit_zone was renamed to limit_conn. by Ruslan Ermilov · 13 years ago
  89. 1fd21c4 Fixed sorting of listen addresses so that wildcard address is always at by Ruslan Ermilov · 13 years ago
  90. e30a8f9 Version bump. by Ruslan Ermilov · 13 years ago
  91. d087c11 Synchronized the license text with the FreeBSD's bsd-style-copyright. by Ruslan Ermilov · 13 years ago
  92. 9d517c0 release-1.3.3 tag by Maxim Dounin · 13 years ago
  93. f1ce73a nginx-1.3.3-RELEASE by Maxim Dounin · 13 years ago nginx-1.3.3
  94. e3acbc6 Entity tags: empty etags handling in If-Range. by Maxim Dounin · 13 years ago
  95. 1b77858 Entity tags: the "etag" directive. by Maxim Dounin · 13 years ago
  96. eb7c38a Entity tags: set for static respones. by Maxim Dounin · 13 years ago
  97. 8b00c87 Entity tags: handling in add_header. by Maxim Dounin · 13 years ago
  98. c96c419 Entity tags: clear on entity changes. by Maxim Dounin · 13 years ago
  99. 9c17e4c Entity tags: support in If-Range header. by Maxim Dounin · 13 years ago
  100. 13eb689 Entity tags: basic support in not modified filter. by Maxim Dounin · 13 years ago