1. 430fbed Update openssl used for win32 builds. by Maxim Dounin · 13 years ago
  2. c7bb162 Proxy: added ctx checking to input filters. by Maxim Dounin · 13 years ago
  3. 8b89c88 Image filter: compare aspect ratio more accurately during crop. by Maxim Dounin · 13 years ago
  4. e8fe3ce Fixed segfault with try_files (ticket #152). by Maxim Dounin · 13 years ago
  5. a73ce28 Fixed master exit if there is no events section (ticket #150). by Maxim Dounin · 13 years ago
  6. e9a7f4f Don't silently ignore the last line of configuration file that by Ruslan Ermilov · 13 years ago
  7. 0abb0bc Fixed ngx_readv_chain() to honor IOV_MAX (ticket #14). by Maxim Dounin · 13 years ago
  8. 578c02f IOV_MAX handling microoptimization. by Maxim Dounin · 13 years ago
  9. 96d73e2 Fixed loop in ngx_writev_chain() and ngx_solaris_sendfilev_chain(). by Maxim Dounin · 13 years ago
  10. 9e2f86c Fixed log->action after ssl handshake. by Maxim Dounin · 13 years ago
  11. 43d2b1c Fixed grammar in error messages. by Ruslan Ermilov · 13 years ago
  12. e6724eb Version bump. by Maxim Dounin · 13 years ago
  13. 1e2a608 release-1.1.19 tag by Maxim Dounin · 13 years ago
  14. 40616fa nginx-1.1.19-RELEASE by Maxim Dounin · 13 years ago nginx-1.1.19
  15. 7ae525b Mp4: sanity checks cleanup. by Maxim Dounin · 13 years ago
  16. 3995395 Reduced the number of lines of code in ngx_inet_addr(). by Ruslan Ermilov · 13 years ago
  17. 3f25e12 Fixed buffer overflow when long URI is processed by "try_files" in by Ruslan Ermilov · 13 years ago
  18. a5bb616 Improved readability of the code that produces bitmask from prefix. by Ruslan Ermilov · 13 years ago
  19. 62b937b Fixed directives inheritance. by Ruslan Ermilov · 13 years ago
  20. b9c226a Access module: fixed inheritance of allow/deny ipv6 rules. by Maxim Dounin · 13 years ago
  21. 3ef5276 Fixed debug logging. by Igor Sysoev · 13 years ago
  22. 654a56e Fixed previous commit. by Igor Sysoev · 13 years ago
  23. cbc51bb Fixed mp4 module seek. by Igor Sysoev · 13 years ago
  24. baa239c Fixed signed integer overflows in timer code (ticket #145). by Maxim Dounin · 13 years ago
  25. bd6d421 Comment fixed. by Andrey Belov · 13 years ago
  26. 13d5d85 Style: the function type should be on a line by itself by Maxim Konovalov · 13 years ago
  27. bffbbeb In ngx_ptocidr(), check that the supplied prefix length is within by Ruslan Ermilov · 13 years ago
  28. 47a04aa Fixed spelling in multiline C comments. by Ruslan Ermilov · 13 years ago
  29. 7744472 Win32: improved ngx_mutex_init() stub (ticket #138). by Maxim Dounin · 13 years ago
  30. 9063bc8 Win32: fixed memory allocation for shmem name (ticket #134). by Maxim Dounin · 13 years ago
  31. a5d4f66 Upstream: reject upstreams without normal servers. by Maxim Dounin · 13 years ago
  32. 525e1f7 Version bump. by Maxim Dounin · 13 years ago
  33. b4ab3dd Corrected spelling of error message (ticket #136). by Ruslan Ermilov · 13 years ago
  34. a3d007c release-1.1.18 tag by Maxim Dounin · 13 years ago
  35. a652bd8 nginx-1.1.18-RELEASE by Maxim Dounin · 13 years ago nginx-1.1.18
  36. 889ad51 Fixed win32 build after realpath changes in r4559. by Maxim Dounin · 13 years ago
  37. 97d7f3d Configure: fixed msghdr.msg_control test on 64bit platforms. by Maxim Dounin · 13 years ago
  38. feda353 Replaced ngx_http_realip_from_t with ngx_in_cidr_t. by Ruslan Ermilov · 13 years ago
  39. 52fcfd0 Fixed calculation of range boundaries. by Ruslan Ermilov · 13 years ago
  40. 5d5c866 Xslt: parser options now set with xmlCtxtUseOptions(). by Maxim Dounin · 13 years ago
  41. a3bdd73 Fixed more gcc46 warnings in configure tests. by Maxim Dounin · 13 years ago
  42. 36aef0c Fixed unconditional MAX_PATH usage (ticket #22). by Maxim Dounin · 13 years ago
  43. 7b2b17a Added explicit include of time.h. by Maxim Dounin · 13 years ago
  44. e34ff16 Resolver: added missing sanity checking when creating name queries. by Maxim Dounin · 13 years ago
  45. 8e6728e Win32: added missing call to srand(). by Maxim Dounin · 13 years ago
  46. 1aa5fbb Added xslt_param and xslt_string_param directives. by Maxim Dounin · 13 years ago
  47. 3333c6c Fixed off-by-one in xslt parameter parsing. by Maxim Dounin · 13 years ago
  48. ae11f08 Restricted keepalive_disable safari to OS X only. by Maxim Dounin · 13 years ago
  49. dc86317 Removed safari from keepalive_disable default. by Maxim Dounin · 13 years ago
  50. fd601af The addition of $tcpinfo_* variables has broken the build on Linux by Ruslan Ermilov · 13 years ago
  51. fbd32d4 worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support. by Ruslan Ermilov · 13 years ago
  52. d4b1e5f If we inserted "Last-Modified" in r->headers_out.headers, don't by Ruslan Ermilov · 13 years ago
  53. 89467ca Minor ngx_http_headers_filter_module.c code cleanup. by Ruslan Ermilov · 13 years ago
  54. acf6c79 For the sake of case/switch code readability, 'fall through' comments added. by Maxim Konovalov · 13 years ago
  55. 926ded6 Implemented $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd, and by Ruslan Ermilov · 13 years ago
  56. c2afb66 Some older OSes (notably FreeBSD 4.x) did not have %zu by Ruslan Ermilov · 13 years ago
  57. 4489fa8 Fixed compilation warnings in configuration C tests. by Ruslan Ermilov · 13 years ago
  58. 5d1d368 Local variable "ngx_http_next_filter" renamed to "ngx_http_next_body_filter" by Ruslan Ermilov · 13 years ago
  59. 849e3b0 The "error_log" directive specified in the "http", "server", and by Ruslan Ermilov · 13 years ago
  60. 091f6ff Slight optimization in ngx_http_get_variable_index(). by Ruslan Ermilov · 13 years ago
  61. 06733ae - New variable: $connection_requests. by Ruslan Ermilov · 13 years ago
  62. d694ff7 Version bump. by Maxim Dounin · 13 years ago
  63. 6cdb488 release-1.1.17 tag by Maxim Dounin · 13 years ago
  64. cbdec4e nginx-1.1.17-RELEASE by Maxim Dounin · 13 years ago nginx-1.1.17
  65. d1ed97b Headers with null character are now rejected. by Maxim Dounin · 13 years ago
  66. eb526b7 Fixed incorrect ngx_cpystrn() usage in ngx_http_*_process_header(). by Maxim Dounin · 13 years ago
  67. 030e235 Fixed ssi and perl interaction. by Maxim Dounin · 13 years ago
  68. 205394e Uwsgi: merged r->http_version fixes from scgi module. by Maxim Dounin · 13 years ago
  69. de964a9 Updated OpenSSL and PCRE used for win32 builds. by Maxim Dounin · 13 years ago
  70. 51e926f Mentioned the NGINX environment variable. by Ruslan Ermilov · 13 years ago
  71. 9eff0e6 Added scgi_temp and uwsgi_temp to svn:ignore. by Ruslan Ermilov · 13 years ago
  72. 098c7b6 - Applied some of the OpenBSD changes. by Ruslan Ermilov · 13 years ago
  73. ee18743 Whitespace fixes. by Maxim Dounin · 13 years ago
  74. 35e7355 Grammar and wording fixes in CHANGES. by Maxim Dounin · 13 years ago
  75. 382499a Version bump. by Maxim Dounin · 13 years ago
  76. 5ff2944 release-1.1.16 tag by Maxim Dounin · 13 years ago
  77. 9e552f9 nginx-1.1.16-RELEASE by Maxim Dounin · 13 years ago nginx-1.1.16
  78. a95c85e Raised simultaneous subrequest limit from 50 to 200. by Maxim Dounin · 13 years ago
  79. db40227 Added msleep() on reload to allow new processes to start. by Maxim Dounin · 13 years ago
  80. b74f8ff Fixed spelling in single-line comments. by Ruslan Ermilov · 13 years ago
  81. c66a1e7 Workaround for fs_size on ZFS (ticket #46). by Maxim Dounin · 13 years ago
  82. 7ca6c1f Fix of rbtree lookup on hash collisions. by Maxim Dounin · 13 years ago
  83. 53d9677 Fixed null pointer dereference in resolver (ticket #91). by Maxim Dounin · 13 years ago
  84. 5c95f88 Disable symlinks: added the "from=" parameter to the "disable_symlinks" by Valentin Bartenev · 13 years ago
  85. 0e05ca0 Disable symlinks: initialization of the "disable_symlinks" field in by Valentin Bartenev · 13 years ago
  86. 3467911 Disable symlinks: added the "from" parameter support to the open file cache. by Valentin Bartenev · 13 years ago
  87. 075e852 Configure: moved icc detection before gcc. by Maxim Dounin · 13 years ago
  88. 1c57fb8 Added support for the 307 Temporary Redirect. by Ruslan Ermilov · 13 years ago
  89. 09422e6 Renamed constants and fixed off-by-one error in "msie_padding on" handling. by Ruslan Ermilov · 13 years ago
  90. b5d0d7a Event pipe: fixed buffer loss in p->length case. by Maxim Dounin · 13 years ago
  91. 86c5513 Disable symlinks: use O_SEARCH|O_DIRECTORY to open path components. by Valentin Bartenev · 13 years ago
  92. 15b3173 Disable symlinks: don't allow creating or truncating a file via a symlink in by Valentin Bartenev · 13 years ago
  93. 8c27e64 Disable symlinks: cleanups once again. by Valentin Bartenev · 13 years ago
  94. 7ba66f4 Disable symlinks: added explicit cast of AT_FDCWD (ticket #111). by Maxim Dounin · 13 years ago
  95. 6bb86e3 Disable symlinks: error handling cleanup again. by Maxim Dounin · 13 years ago
  96. 3c00e34 Version bump. by Maxim Dounin · 13 years ago
  97. f14d8e5 release-1.1.15 tag by Maxim Dounin · 13 years ago
  98. 3cf5ad9 nginx-1.1.15-RELEASE by Maxim Dounin · 13 years ago nginx-1.1.15
  99. 32b000b Disable symlinks: fixed edge cases of path handling. by Maxim Dounin · 13 years ago
  100. 04015a4 Disable symlinks: cleanup error handling. by Maxim Dounin · 13 years ago