1. d2ef70e Caseless location tree construction (ticket #90). by Maxim Dounin · 12 years ago
  2. f52a2c7 SSL: stop loading configs with invalid "ssl_ciphers" values. by Piotr Sikora · 12 years ago
  3. 35e2bb0 Core: fix misallocation at ngx_crypt_apr1 (ticket #412). by Markus Linnala · 12 years ago
  4. 003b2cd Proxy: added the "proxy_ssl_protocols" directive. by Andrei Belov · 12 years ago
  5. 0a51245 SSL: fixed possible memory and file descriptor leak on HUP signal. by Piotr Sikora · 12 years ago
  6. 6e3746c MIME: added application/json MIME type. by Piotr Sikora · 12 years ago
  7. bff2b8d Fixed response line formatting with empty reason phrase. by Sergey Kandaurov · 12 years ago
  8. 63b1baa Version bump. by Sergey Kandaurov · 12 years ago
  9. ebefa15 release-1.5.5 tag by Maxim Dounin · 12 years ago
  10. f906f7e nginx-1.5.5-RELEASE by Maxim Dounin · 12 years ago nginx-1.5.5
  11. 29ea127 SSL: guard use of SSL_OP_MSIE_SSLV2_RSA_PADDING. by Piotr Sikora · 12 years ago
  12. db15329 Improved check for duplicate path names in ngx_add_path(). by Valentin Bartenev · 12 years ago
  13. eb10d8f Removed surplus initializations from ngx_conf_set_path_slot(). by Valentin Bartenev · 12 years ago
  14. f0fbcaf Use ngx_pcalloc() in ngx_conf_merge_path_value(). by Valentin Bartenev · 12 years ago
  15. a11050e Use EPOLLRDHUP in ngx_http_test_reading() (ticket #320). by Valentin Bartenev · 12 years ago
  16. 096678c Upstream: use EPOLLRDHUP to check broken connections (ticket #320). by Valentin Bartenev · 12 years ago
  17. 182a05b Events: support for EPOLLRDHUP (ticket #320). by Valentin Bartenev · 12 years ago
  18. 0f05020 Events: removed unused flags from the ngx_event_s structure. by Valentin Bartenev · 12 years ago
  19. cf08ba7 Fixed handling of the ready flag with kqueue. by Valentin Bartenev · 12 years ago
  20. d034e63 Return reason phrase for 414. by Valentin Bartenev · 12 years ago
  21. d33225d Upstream: fixed $upstream_response_time format specifiers. by Maxim Dounin · 12 years ago
  22. 6e4030a Configure: TCP_KEEPIDLE test name simplified. by Maxim Dounin · 12 years ago
  23. 49d58dd Configure: fixed building with Sun C if CFLAGS set (ticket #65). by Maxim Dounin · 12 years ago
  24. 3d1e616 SSL: clear error queue after SSL_CTX_load_verify_locations(). by Maxim Dounin · 12 years ago
  25. f108b28 Fixed incorrect response line on "return 203". by Maxim Dounin · 12 years ago
  26. 4b18900 Request cleanup code unified, no functional changes. by Maxim Dounin · 12 years ago
  27. 2b0dba5 Handling of ngx_int_t != intptr_t case. by Maxim Dounin · 12 years ago
  28. 5ab7462 Win32: $request_time fixed. by Maxim Dounin · 12 years ago
  29. 48d96ce Win32: MinGW GCC compatibility. by Maxim Dounin · 12 years ago
  30. 74b7a91 Win32: Borland C compatibility fixes. by Maxim Dounin · 12 years ago
  31. 5b37852 Win32: Open Watcom C compatibility fixes. by Maxim Dounin · 12 years ago
  32. 4291039 Disable symlinks: removed recursive call of ngx_file_o_path_info(). by Valentin Bartenev · 12 years ago
  33. 7b37384 Disable symlinks: use O_PATH to open path components. by Valentin Bartenev · 12 years ago
  34. 231ed19 Added the NGX_EBADF define. by Valentin Bartenev · 12 years ago
  35. 3d7d48e Assume the HTTP/1.0 version by default. by Valentin Bartenev · 12 years ago
  36. 9f46a9d Upstream: setting u->header_sent before ngx_http_upstream_upgrade(). by Maxim Dounin · 12 years ago
  37. 6d7ec50 Referer: fixed hostname buffer overflow check. by Valentin Bartenev · 12 years ago
  38. e4209c0 Referer: "server_names" parsing deferred to merge phase. by Sergey Kandaurov · 12 years ago
  39. 8658c5b Referer: fixed server_name regex matching. by Sergey Kandaurov · 12 years ago
  40. 3ef0dfa Referer: fixed error type usage inconsistency for ngx_http_add*(). by Sergey Kandaurov · 12 years ago
  41. be23dcb Image filter: large image handling. by Lanshun Zhou · 12 years ago
  42. 51f7761 Typo fixed. by Maxim Dounin · 12 years ago
  43. e960921 Version bump. by Maxim Dounin · 12 years ago
  44. 38d6c5e release-1.5.4 tag by Maxim Dounin · 12 years ago
  45. bf5a67b nginx-1.5.4-RELEASE by Maxim Dounin · 12 years ago nginx-1.5.4
  46. d5591e9 Updated PCRE used for win32 builds. by Maxim Dounin · 12 years ago
  47. 4ef1857 Configure: pcre.lib dependencies fix. by Maxim Dounin · 12 years ago
  48. d2d8b82 Cache: lock timeouts are now logged at info level. by Maxim Dounin · 12 years ago
  49. 73ec75a Upstream: posted requests handling after ssl handshake errors. by Maxim Dounin · 12 years ago
  50. 0f49681 Fixed try_files with empty argument (ticket #390). by Maxim Dounin · 12 years ago
  51. a01f007 MIME: eot MIME type updated to follow IANA (ticket #306). by Sergey Kandaurov · 12 years ago
  52. 1c71e4f MIME: added the most common OOXML MIME types (ticket #243). by Sergey Kandaurov · 12 years ago
  53. 8611332 MIME: added application/font-woff MIME type (ticket #292). by Sergey Kandaurov · 12 years ago
  54. 33029f7 Added auth request to win32 builds. by Maxim Dounin · 12 years ago
  55. 0fea0bf Added safety belt for the case of sending header twice. by Sergey Kandaurov · 12 years ago
  56. 2b2def7 Autoindex: improved ngx_de_info() error handling. by Sergey Kandaurov · 12 years ago
  57. eb3fed9 Autoindex: return NGX_ERROR on error if headers were sent. by Sergey Kandaurov · 12 years ago
  58. 92f0126 Style improved after 12dd27b74117. by Maxim Dounin · 12 years ago
  59. e3cab76 Backed out f1a91825730a and 7094bd12c1ff. by Maxim Dounin · 12 years ago
  60. 4c53a38 Auth request module import. by Maxim Dounin · 12 years ago
  61. 0a6efee Minor ngx_http_parse_request_line() optimization. by Maxim Dounin · 12 years ago
  62. e09741b Format specifier fixes in error logging. by Sergey Kandaurov · 12 years ago
  63. 3005302 Whitespace fix. by Maxim Dounin · 12 years ago
  64. c189eda SPDY: alert about activated fake events instead of deleting them. by Valentin Bartenev · 12 years ago
  65. db8a0c8 SPDY: do not reject headers with empty value (ticket #396). by Valentin Bartenev · 12 years ago
  66. 3be925b SPDY: fixed corruption of headers with names longer than 255. by Valentin Bartenev · 12 years ago
  67. ef76fbe Unbreak building on Linux without sendfile64() support. by Valentin Bartenev · 12 years ago
  68. 9aaf256 Referer module: fixed regex matching against HTTPS referers. by Sergey Kandaurov · 12 years ago
  69. 65e37b4 Don't lose pointer to first nonempty buf in ngx_*_sendfile_chain(). by Gleb Smirnoff · 12 years ago
  70. be27365 Fixed misleading example SSL config. by Sergey Budnevitch · 12 years ago
  71. 74dfd08 API change: removed the ngx_conf_full_name() function. by Valentin Bartenev · 12 years ago
  72. d29d21b Replaced ngx_conf_full_name() with ngx_get_full_name(). by Valentin Bartenev · 12 years ago
  73. 3c5bd34 Fixed memory leaks in the root and auth_basic_user_file directives. by Valentin Bartenev · 12 years ago
  74. 1b7bc34 Image filter: use "application/json" MIME type for JSON output. by Valentin Bartenev · 12 years ago
  75. 3693daa Core: guard use of AI_ADDRCONFIG. by Ruslan Ermilov · 12 years ago
  76. 4d1b08b Fixed build with signed socklen_t and unix sockets. by Maxim Dounin · 12 years ago
  77. 7c6971c Core: only resolve address families configured on the local system. by Ruslan Ermilov · 12 years ago
  78. 3086ab2 MIME: use "application/javascript" for .js files. by Valentin Bartenev · 12 years ago
  79. 986d3a8 Version bump. by Sergey Kandaurov · 12 years ago
  80. ce36edf Configure: fixed autotest cleanup commands. by Sergey Kandaurov · 12 years ago
  81. c118aa6 release-1.5.3 tag by Maxim Dounin · 12 years ago
  82. 1eb6416 nginx-1.5.3-RELEASE by Maxim Dounin · 12 years ago nginx-1.5.3
  83. ab1c052 Perl: fixed syntax usage for C preprocessor directives. by Sergey Kandaurov · 12 years ago
  84. e49d933 Upstream: reliably detect connection failures with SSL peers. by Ruslan Ermilov · 12 years ago
  85. 5274f02 Upstream: no last buffer on errors. by Maxim Dounin · 12 years ago
  86. 78aacc8 Upstream: request finalization rework. by Maxim Dounin · 12 years ago
  87. 8627725 Upstream: NGX_HTTP_CLIENT_CLOSED_REQUEST no longer reset to 0. by Maxim Dounin · 12 years ago
  88. 960d0bf Upstream: added check if a response is complete. by Maxim Dounin · 12 years ago
  89. 416b922 Upstream: u->length now defaults to -1 (API change). by Maxim Dounin · 12 years ago
  90. 187f394 Upstream: fixed store/cache of unfinished responses. by Maxim Dounin · 12 years ago
  91. eafe44f Upstream: replaced u->pipe->temp_file with p->temp_file. by Maxim Dounin · 12 years ago
  92. e6122ef Upstream: NGX_ERROR after pipe errors. by Maxim Dounin · 12 years ago
  93. 8536fb7 Upstream: NGX_HTTP_GATEWAY_TIME_OUT after upstream timeouts. by Maxim Dounin · 12 years ago
  94. d23dc7d Upstream: ngx_http_upstream_finalize_request(NGX_ERROR) on errors. by Maxim Dounin · 12 years ago
  95. 76e1571 Upstream: consistent error handling after u->input_filter_init(). by Maxim Dounin · 12 years ago
  96. 9f925b8 Upstream: busy lock remnants removed. by Maxim Dounin · 12 years ago
  97. ec021ed Upstream: stale comments removed. by Maxim Dounin · 12 years ago
  98. 84d2ecf Gzip: clearing of c->buffered if all data are flushed. by Maxim Dounin · 12 years ago
  99. be6fbbb Event pipe: fixed writing cache header to a temp file. by Maxim Dounin · 12 years ago
  100. f520424 Fixed ngx_http_test_reading() to finalize request properly. by Maxim Dounin · 12 years ago