Commit Graph

  • aff7ec2881 nginx-0.8.35-RELEASE release-0.8.35 Igor Sysoev 2010-04-01 15:44:11 +0000
  • 502252d43a MSVC8 compatibility with OpenSSL 1.0.0 Igor Sysoev 2010-04-01 15:18:29 +0000
  • 6bdcc58a9c revert partially r1555 and fix the error "memcached sent invalid trailer" Igor Sysoev 2010-04-01 15:16:22 +0000
  • 170a54f326 escape ampersand in argument while rewrite Igor Sysoev 2010-04-01 12:45:59 +0000
  • 5cc7eaa9de change ngx_http_ssi_filter and ngx_http_charset_filter order Igor Sysoev 2010-04-01 10:19:02 +0000
  • 07db3a4163 chunked_transfer_encoding Igor Sysoev 2010-04-01 10:18:00 +0000
  • 569f95818b do not add a port in redirect if we listen on unix domain socket Igor Sysoev 2010-03-31 13:30:50 +0000
  • a40c395fe9 fix typo Igor Sysoev 2010-03-30 15:04:41 +0000
  • d08b65ca61 do not set file time in ngx_copy_file() if the time is -1, this fixes an issue when file is moved across devices Igor Sysoev 2010-03-30 14:15:25 +0000
  • 86f791e090 fix comments Igor Sysoev 2010-03-26 21:17:26 +0000
  • f59ae65fa4 use "rep; nop" instead of "pause" on Solaris/amd64 Igor Sysoev 2010-03-26 13:38:41 +0000
  • b45498c3de fix a comment and a style fix Igor Sysoev 2010-03-26 11:27:32 +0000
  • aed1ac1e68 reset a parsing state to parse correctly an upstream response, if 400 or 414 response has been redirected to upstream Igor Sysoev 2010-03-25 13:27:52 +0000
  • c089b0a0d4 zlib 1.2.4 compatibility Igor Sysoev 2010-03-25 10:07:38 +0000
  • 6d45d8a50d *) introduce ngx_time_sigsafe_update() to update the error log time only *) change ngx_time_update() interface Igor Sysoev 2010-03-25 09:10:10 +0000
  • 2f916a9721 *) use previously cached GMT offset value to update time from a signal handler *) change ngx_time_update() interface since there are no notification methods those return time Igor Sysoev 2010-03-13 18:08:07 +0000
  • b80f68aeda do not update time in the timer signal handler, since localtime_r() is not Async-Signal-Safe function Igor Sysoev 2010-03-12 14:31:47 +0000
  • 9eaabc69ca use sys_errlist[] in signal handler instead of non Async-Signal-Safe strerror_r() Igor Sysoev 2010-03-12 11:15:26 +0000
  • 7fa1c07896 "proxy_redirect default" may not be used if a proxy_pass uses variables Igor Sysoev 2010-03-10 14:41:49 +0000
  • 931d88c7c1 fix proxy_redirect name in error message Igor Sysoev 2010-03-10 14:37:18 +0000
  • 7e3fdc4e8e fix segfault if there was non cached large FastCGI stderr output before header, the bug had been introduced in r3461 Igor Sysoev 2010-03-10 13:51:47 +0000
  • 1c9f74852f bump version Igor Sysoev 2010-03-10 13:49:17 +0000
  • 3a4002763f release-0.8.34 tag Igor Sysoev 2010-03-03 17:00:10 +0000
  • eeae0666eb nginx-0.8.34-RELEASE release-0.8.34 Igor Sysoev 2010-03-03 17:00:09 +0000
  • 02b9b08741 add 7z MIME type Igor Sysoev 2010-03-03 16:37:57 +0000
  • e71f39932f add OpenSSL_add_all_algorithms(), this fixes the error "ASN1_item_verify:unknown message digest algorithm" occurred if client certificate is signed using sha256WithRSAEncryption Igor Sysoev 2010-03-03 16:23:14 +0000
  • 1ee4b09091 make $request_method non-cacheable Igor Sysoev 2010-03-03 16:14:07 +0000
  • ff1a888caf remove code disabled since 0.1.29 version Igor Sysoev 2010-03-03 15:14:04 +0000
  • e0538991ff use a right "Location" header name, however, it did not harm, since ngx_http_variable_sent_location() never use key name field Igor Sysoev 2010-03-03 15:08:06 +0000
  • 593dec8b35 fix cached FastCGI response with large stderr output before header Igor Sysoev 2010-03-03 10:43:38 +0000
  • 750a65ef84 allow HTTPS referers Igor Sysoev 2010-03-03 10:21:12 +0000
  • f953436886 compare long file names in case-insensitive mode, the bug had been introduced in r3418 Igor Sysoev 2010-03-03 10:05:54 +0000
  • 416fc7aac7 Set SSL session context for "ssl_session_cache none". This fixes a bug when client certficate is used and nginx closes connection with the message: "SSL_GET_PREV_SESSION:session id context uninitialized". Igor Sysoev 2010-03-02 08:41:47 +0000
  • bd4b6e68af fix a geo range if the range includes two or more /16 networks and does not begin at /16 network boundary Igor Sysoev 2010-02-25 17:26:01 +0000
  • 146324618d decrease SSL handshake error level to info Igor Sysoev 2010-02-19 20:54:58 +0000
  • a11234b7c4 SSI %s timefmt has no timezone offset Igor Sysoev 2010-02-19 13:53:11 +0000
  • bc55ea07c8 use content type of the parent request in SSI stub block output instead of default one Igor Sysoev 2010-02-19 13:42:59 +0000
  • aa9a761f88 style fix: remove tabs Igor Sysoev 2010-02-18 14:47:09 +0000
  • ded2a7c1af fix $upstream_http_ variable prefix length Igor Sysoev 2010-02-15 19:38:59 +0000
  • 070f0a865b delete surplus code Igor Sysoev 2010-02-12 09:48:04 +0000
  • b87fba807e const char *fmt in ngx_conf_log_error() Igor Sysoev 2010-02-12 09:45:05 +0000
  • b43c499677 delete ngx_http_perl_cleanup_t unused since r909 Igor Sysoev 2010-02-12 09:40:46 +0000
  • 68813cae41 fix request counter for $r->sleep(), the bug was introduced in r3050 Igor Sysoev 2010-02-12 09:32:02 +0000
  • d1311dfc71 bump version Igor Sysoev 2010-02-12 09:31:01 +0000
  • f7bbdd4c1a release-0.7.65 tag Igor Sysoev 2010-02-01 16:09:16 +0000
  • 3e9dd3ba46 nginx-0.7.65-RELEASE release-0.7.65 Igor Sysoev 2010-02-01 16:09:15 +0000
  • d0abd9e4f8 merge r3406: Igor Sysoev 2010-02-01 15:56:45 +0000
  • c76fa1de09 merge r3351, r3352: Igor Sysoev 2010-02-01 15:55:48 +0000
  • afbfc8b451 merge r3309, r3314, r3315, r3380: Igor Sysoev 2010-02-01 15:54:02 +0000
  • c419414db4 merge r3294, r3305: Igor Sysoev 2010-02-01 15:49:36 +0000
  • 95a5ecb1ac merge r3137, r3198, r3199, r3353, r3370, r3371, r3398, r3399: Igor Sysoev 2010-02-01 15:46:14 +0000
  • 848cc35a65 merge r3286: Igor Sysoev 2010-02-01 15:32:57 +0000
  • 30a57a1262 merge r3283, r3284: Igor Sysoev 2010-02-01 15:20:43 +0000
  • 94558617d1 merge r3282: Igor Sysoev 2010-02-01 15:17:12 +0000
  • 208bda2807 merge r3138, r3139, r3157, r3158, r3159, r3164, r3165, r3202, r3203, r3383, r3388, r3417, r3418: Igor Sysoev 2010-02-01 15:06:25 +0000
  • 82f12f7911 merge r3208, r3209: Igor Sysoev 2010-02-01 14:55:53 +0000
  • af7e533682 merge r3201, r3204, r3411: Igor Sysoev 2010-02-01 14:52:25 +0000
  • 30ee8008be merge r3200: Igor Sysoev 2010-02-01 14:44:43 +0000
  • ce7f11c6d0 merge r3163, r3213: Igor Sysoev 2010-02-01 14:42:38 +0000
  • 7a03f30dd2 merge r3155, r3156, r3160, r969, r3191, r3197, r3358: Igor Sysoev 2010-02-01 14:39:16 +0000
  • 987f1e5fcc merge r3148, r3152, r3161: Igor Sysoev 2010-02-01 14:31:26 +0000
  • d23a267964 merge r3147: Igor Sysoev 2010-02-01 14:24:20 +0000
  • 12c54b3871 merge r3153, r3154, r3288, r3382: Igor Sysoev 2010-02-01 14:16:45 +0000
  • 13653be34e merge r3039, r3145: Igor Sysoev 2010-02-01 14:04:20 +0000
  • 393300584e merge r2990, r3324, r3384, r3419: Igor Sysoev 2010-02-01 14:01:24 +0000
  • ab00f26759 merge r3408: Igor Sysoev 2010-02-01 13:53:14 +0000
  • f0f2cb6d01 bump version Igor Sysoev 2010-02-01 13:50:03 +0000
  • 6b793aba20 release-0.8.33 tag Igor Sysoev 2010-02-01 13:36:32 +0000
  • 2a7472a417 nginx-0.8.33-RELEASE release-0.8.33 Igor Sysoev 2010-02-01 13:36:31 +0000
  • b681f7184c do not disable keepalive after POST requests for MSIE 7+ Igor Sysoev 2010-02-01 12:58:07 +0000
  • 8164f329fe disable keepalive for Safari: https://bugs.webkit.org/show_bug.cgi?id=5760 Igor Sysoev 2010-02-01 12:01:01 +0000
  • 4e20f24b5b delete u->cleanup mark, this fixes large values in $upstream_response_time, the bug had been introduced in r3007 Igor Sysoev 2010-01-29 16:45:14 +0000
  • 10fa102e32 disable Win32 short file names Igor Sysoev 2010-01-28 14:17:51 +0000
  • 77860d74a5 skip URI trailing spaces under Win32 Igor Sysoev 2010-01-28 14:09:28 +0000
  • 918ef947da Fix segfault when while discarding body a write event handler is called, runs ngx_http_core_run_phases(), and starts a request processing again. The write event has clear type and remained in a keepalive connection. The bug was introduced in r3050. Igor Sysoev 2010-01-28 08:33:24 +0000
  • 2f5bcf2d17 bump version Igor Sysoev 2010-01-28 08:22:45 +0000
  • 137063fbe2 release-0.8.32 tag Igor Sysoev 2010-01-11 15:35:45 +0000
  • 31fc7c6cb1 nginx-0.8.32-RELEASE release-0.8.32 Igor Sysoev 2010-01-11 15:35:44 +0000
  • fcaa367929 allow a chunked body for 201 responses Igor Sysoev 2010-01-11 15:14:23 +0000
  • d8be48a546 fix ngx_utf8_cpystrn(): it did not fully copy utf-8 string Igor Sysoev 2010-01-11 13:39:24 +0000
  • e4bc4a2940 named captures worked for two names only Igor Sysoev 2010-01-11 11:21:46 +0000
  • 089b2fd31e add context to a resolver log Igor Sysoev 2010-01-11 11:01:02 +0000
  • 571ebe28d6 2010 year Igor Sysoev 2010-01-01 14:53:56 +0000
  • 280e5e7072 use "localhost" in "Host" header line, if unix socket is used in "auth_http" Igor Sysoev 2009-12-25 15:43:40 +0000
  • 1651542b3a fix negative time in "Cache-Control" if "expires modified" sets time in the past Igor Sysoev 2009-12-25 15:00:08 +0000
  • 9a5eabc4ac bump version Igor Sysoev 2009-12-25 14:57:10 +0000
  • 65914f3504 release-0.8.31 tag Igor Sysoev 2009-12-23 15:44:32 +0000
  • 04e1582e50 nginx-0.8.31-RELEASE release-0.8.31 Igor Sysoev 2009-12-23 15:44:31 +0000
  • e146ebd813 allow to handle 301/302 in error_page Igor Sysoev 2009-12-23 15:31:16 +0000
  • 3662f36a54 fix a cached zero-length body case Igor Sysoev 2009-12-23 14:46:45 +0000
  • bd375b9566 fix typo Igor Sysoev 2009-12-23 14:22:17 +0000
  • d741a7f827 $geoip_city_continent_code, $geoip_latitude, $geoip_longitude Igor Sysoev 2009-12-22 17:33:03 +0000
  • c7c0d610cf fix the "If-None-Match" header name Igor Sysoev 2009-12-22 16:41:34 +0000
  • fb0c73b08d fix building by gcc 4.x with -O2/3/s in some Linux distributions: dereferencing type-punned pointer will break strict-aliasing rules Igor Sysoev 2009-12-22 15:29:56 +0000
  • 8c97fa9ae4 fix building by gcc 4.4 with -O2/3/s: dereferencing pointer 'sin' does break strict-aliasing rules Igor Sysoev 2009-12-22 15:15:45 +0000
  • 9cf418ea92 force image filter conversion if JPEG application data consume more than 5% Igor Sysoev 2009-12-22 13:03:49 +0000
  • ec0655c0ce style fix Igor Sysoev 2009-12-22 10:45:29 +0000
  • a9d26d2e19 fix building by gcc 4.x with -O2/3/s in some Linux distributions: dereferencing type-punned pointer will break strict-aliasing rules the bug has been introduced in r3065 Igor Sysoev 2009-12-21 21:56:48 +0000
  • 84ab98f31d do not add NGX_GCC_OPT twice: it is added later with -W Igor Sysoev 2009-12-21 17:51:30 +0000
  • 733fb74d06 fix caseless locations, the bug had been introduced in r3326 Igor Sysoev 2009-12-17 14:25:46 +0000