Commit graph

2333 commits

Author SHA1 Message Date
Igor Sysoev
f7638d2374 set MIME-type length,
otherwise ngx_http_test_content_type() did not find "image/gif"
2009-02-17 08:37:36 +00:00
Igor Sysoev
cfb10de1b6 bump version 2009-02-16 14:55:10 +00:00
Igor Sysoev
7f319fc74f release-0.7.35 tag 2009-02-16 13:58:44 +00:00
Igor Sysoev
fda9f60e4c nginx-0.7.35-RELEASE 2009-02-16 13:58:43 +00:00
Igor Sysoev
106c630bbc load SSL engine before certificates,
otherwise RSA keys will use built-in RSA methods
2009-02-16 13:37:58 +00:00
Igor Sysoev
5c8e0ed2e3 set content-type for try_files' choice 2009-02-14 17:26:26 +00:00
Igor Sysoev
904955be52 fix r2169 for .def.com and .abc.def.com case 2009-02-11 12:33:13 +00:00
Igor Sysoev
0be61c1ed3 bump version 2009-02-11 10:23:06 +00:00
Igor Sysoev
7ed2735435 release-0.7.34 tag 2009-02-10 16:50:29 +00:00
Igor Sysoev
b5b68eb500 nginx-0.7.34-RELEASE 2009-02-10 16:50:28 +00:00
Igor Sysoev
1759a9e80c fix /?new=arg?old=arg redirect case 2009-02-10 16:03:42 +00:00
Igor Sysoev
d92328b870 send HELO/EHLO after XCLIENT
patch by Maxim Dounin
2009-02-10 15:19:45 +00:00
Igor Sysoev
e127031055 if_modified_since off 2009-02-10 15:05:05 +00:00
Igor Sysoev
8eefe85677 compatibility with Microsoft's
AUTH LOGIN [base64 encoded user name ]
patch by Maxim Dounin
2009-02-09 12:03:55 +00:00
Igor Sysoev
8ab016271d AIX has no WCOREDUMP() 2009-02-05 16:01:50 +00:00
Igor Sysoev
d789492a49 bump version 2009-02-05 15:47:12 +00:00
Igor Sysoev
bae49c0320 release-0.7.33 tag 2009-02-02 11:00:12 +00:00
Igor Sysoev
d413c011a5 nginx-0.7.33-RELEASE 2009-02-02 11:00:11 +00:00
Igor Sysoev
41eae75761 fix building by msvc, introduced in r2487 2009-02-02 10:17:06 +00:00
Igor Sysoev
5037113a13 avoid a double redirect response if
*) a request is going in a keep alive state,
*) the request body should be discarded,
*) epoll/rtsig reports about the response header has been sent,
*) and write event handler calls core phase handler
2009-01-31 20:44:30 +00:00
Igor Sysoev
d38b0613cb avoid deep nested calls, flatten call tree 2009-01-31 20:34:26 +00:00
Igor Sysoev
678c196805 fix return code, this fixes segfault when two or more
simultaneous connections are resolving the same address
2009-01-31 20:33:01 +00:00
Igor Sysoev
1f61cdeaec use length of uncompressed name 2009-01-30 11:56:45 +00:00
Igor Sysoev
bfea80ce31 fix $sent_http_location for local redirects 2009-01-30 05:26:27 +00:00
Igor Sysoev
ae0158378e store name pointer in variable allocated on stack
as resolver ctx may be already deallocated at this point
2009-01-29 14:35:23 +00:00
Igor Sysoev
2636a427ba free addrs only it has been allocated before: non single address 2009-01-29 14:32:58 +00:00
Igor Sysoev
8cb51328e6 fix reverse resolving cache: it stored zero length names
*) free name only if it has been already allocated
*) store name length
2009-01-29 14:29:49 +00:00
Igor Sysoev
48f0532691 fix types and add comment 2009-01-27 16:22:02 +00:00
Igor Sysoev
82be9b3db6 test allocated space as in try_files 2009-01-27 16:20:29 +00:00
Igor Sysoev
a0c0190dbd bump version 2009-01-26 17:01:27 +00:00
Igor Sysoev
bada01a125 release-0.7.32 tag 2009-01-26 14:41:27 +00:00
Igor Sysoev
ceaf5768b9 nginx-0.7.32-RELEASE 2009-01-26 14:41:26 +00:00
Igor Sysoev
3459066ec8 style fix: remove tabs 2009-01-26 14:35:10 +00:00
Igor Sysoev
9884689d06 fix segfault if $fastcgi_script_name or $fastcgi_path_info were used before
fastcgi handler, the bug has been introduced in r2444
2009-01-26 14:33:59 +00:00
Igor Sysoev
451b7b2fbc revert the previous commit and r2447 change in src/core/ngx_cycle.c 2009-01-26 14:31:49 +00:00
Igor Sysoev
bab6e29561 default error_log has zero level, the bug has been introduced in r2447 2009-01-26 14:11:09 +00:00
Igor Sysoev
464ac78d5a fix slab page or more sized allocations if nginx was build without debug 2009-01-25 10:39:59 +00:00
Igor Sysoev
e450e80f87 fix fastcgi_store 2009-01-21 20:54:40 +00:00
Igor Sysoev
8116838349 use GetFileAttributesEx() instead of GetFileAttributes() 2009-01-21 15:56:29 +00:00
Igor Sysoev
7f44d1b571 fix win32 ngx_is_dir(), etc 2009-01-21 15:53:09 +00:00
Igor Sysoev
1bcb862a85 test ngx_file_info() result, the bug has been introduced in r2070 2009-01-21 15:50:52 +00:00
Igor Sysoev
2e27bdaad0 fix r1981 on win32 2009-01-21 14:17:57 +00:00
Igor Sysoev
0b142d5bca allow directories in try_files 2009-01-21 12:11:22 +00:00
Igor Sysoev
5fdf1cbda6 fix segfault when geo range replaces starting part of another range 2009-01-19 16:42:14 +00:00
Igor Sysoev
fed232be37 bump version 2009-01-19 16:37:22 +00:00
Igor Sysoev
4003f3aa5b release-0.7.31 tag 2009-01-19 13:57:02 +00:00
Igor Sysoev
e72570337a nginx-0.7.31-RELEASE 2009-01-19 13:57:01 +00:00
Igor Sysoev
bd6cc5e1f8 try_files should work with files only 2009-01-19 11:24:25 +00:00
Igor Sysoev
80165f6e52 allow insertion range if its start or end is the same as existent one 2009-01-16 16:29:23 +00:00
Igor Sysoev
c0e75cbf02 fix single address range 2009-01-16 16:09:58 +00:00