| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-06-07 | merge r3528: | Igor Sysoev | 1 | -4/+0 | |
| remove r->zero_in_uri | |||||
| 2010-06-07 | merge r3502: | Igor Sysoev | 1 | -7/+7 | |
| use lstat() for WebDAV DELETE, COPY, and MOVE to handle symlinks | |||||
| 2009-10-26 | merge r3162, r3183: | Igor Sysoev | 1 | -5/+12 | |
| WebDAV fixes: *) check unsafe Destination *) omit '\0' from "Location" header on MKCOL request | |||||
| 2009-10-26 | merge r3024, r3025, r3028, r3033, r3034, r3035, r3036: | Igor Sysoev | 1 | -99/+18 | |
| allow cross device temporary files atomic copying | |||||
| 2009-10-26 | merge r2903, r2911, r2912, r3002: | Igor Sysoev | 1 | -1/+1 | |
| fix various failures handling | |||||
| 2009-04-29 | uniform ngx_file_info() interface with ngx_fd_info() | Igor Sysoev | 1 | -4/+4 | |
| 2009-04-18 | remove TODO comments | Igor Sysoev | 1 | -1/+0 | |
| 2008-12-10 | use ngx_ext_rename_file() for single file MOVE | Igor Sysoev | 1 | -1/+27 | |
| 2008-06-17 | *) back out r2040 | Igor Sysoev | 1 | -1/+1 | |
| *) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header | |||||
| 2008-05-15 | *) host in request line has priority | Igor Sysoev | 1 | -10/+8 | |
| *) allow several Host headers *) validate host | |||||
| 2008-03-03 | C++ compatibility | Igor Sysoev | 1 | -1/+1 | |
| 2008-01-22 | fix building by msvc introduced in r1817 | Igor Sysoev | 1 | -1/+1 | |
| 2008-01-08 | style fix: remove trailing space | Igor Sysoev | 1 | -1/+1 | |
| 2008-01-05 | fix comment | Igor Sysoev | 1 | -1/+1 | |
| 2008-01-03 | use ngx_ext_rename_file() in PUT | Igor Sysoev | 1 | -81/+12 | |
| 2008-01-03 | do not delete target until all tests will be done, | Igor Sysoev | 1 | -49/+78 | |
| fix single file COPY/MOVE | |||||
| 2008-01-03 | add log | Igor Sysoev | 1 | -0/+5 | |
| 2008-01-03 | add comment | Igor Sysoev | 1 | -0/+5 | |
| 2008-01-03 | test URI/Destination collection/non-collection and Depth | Igor Sysoev | 1 | -4/+26 | |
| 2008-01-03 | axe useless code | Igor Sysoev | 1 | -6/+0 | |
| 2008-01-03 | change order | Igor Sysoev | 1 | -48/+48 | |
| 2008-01-03 | change status code, add log message, and test collection URI | Igor Sysoev | 1 | -8/+11 | |
| 2008-01-03 | style fix | Igor Sysoev | 1 | -3/+0 | |
| 2007-12-30 | min_delete_depth | Igor Sysoev | 1 | -10/+43 | |
| 2007-12-30 | log DELETE errors | Igor Sysoev | 1 | -5/+16 | |
| 2007-12-30 | axe useless code | Igor Sysoev | 1 | -6/+0 | |
| 2007-12-30 | change status code and add log message | Igor Sysoev | 1 | -1/+3 | |
| 2007-12-29 | several changes in server_name: | Igor Sysoev | 1 | -9/+15 | |
| *) server_name_in_redirect directive and removal of the '*' stub *) use server address in redirect if host can not be detected *) ngx_http_server_addr() *) allow wildcard and regex names to be a main server_name *) DAV Destination header is tested against Host header | |||||
| 2007-12-29 | condition declarations inside blocks update missed in r1705 | Igor Sysoev | 1 | -4/+4 | |
| 2007-12-21 | tree.init_handler is never called | Igor Sysoev | 1 | -10/+2 | |
| 2007-12-18 | fix comment | Igor Sysoev | 1 | -1/+1 | |
| 2007-12-07 | use malloc() in ngx_win32_rename_file, set crit level instead of error | Igor Sysoev | 1 | -1/+1 | |
| 2007-08-07 | omit unnecessary conditions | Igor Sysoev | 1 | -3/+3 | |
| 2007-08-06 | rename ngx_http_discard_body() to ngx_http_discard_request_body() | Igor Sysoev | 1 | -3/+3 | |
| 2007-07-13 | dav_access uses ngx_conf_set_access_slot() | Igor Sysoev | 1 | -64/+2 | |
| 2007-07-11 | style fix | Igor Sysoev | 1 | -3/+1 | |
| 2007-04-19 | style fix: remove trailing spaces | Igor Sysoev | 1 | -2/+2 | |
| 2007-02-16 | COPY and MOVE | Igor Sysoev | 1 | -160/+742 | |
| fix PUT and DELETE to conform to WebDAV specification | |||||
| 2007-01-29 | use ngx_dir_access() to enable search bits for directory | Igor Sysoev | 1 | -7/+9 | |
| 2007-01-25 | undo "client_body_in_file_only any" | Igor Sysoev | 1 | -1/+1 | |
| and introduce "client_body_in_file_only clean" introduce ngx_pool_delete_file() to not break a possible third-party ngx_pool_cleanup_file() usage that may lead to an removal of the useful files delete unnecessary ngx_http_finalize_request_body() | |||||
| 2007-01-18 | the PUTing to collection must return NGX_HTTP_BAD_REQUEST | Igor Sysoev | 1 | -1/+1 | |
| 2007-01-18 | add size, access, and mtime to ngx_walk_tree() | Igor Sysoev | 1 | -4/+3 | |
| 2006-12-25 | recursive DELETE | Igor Sysoev | 1 | -2/+61 | |
| 2006-12-14 | DELETE may not have the "Depth" header | Igor Sysoev | 1 | -8/+15 | |
| 2006-12-14 | fix number of arguments | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-12 | remove r->root_length | Igor Sysoev | 1 | -3/+5 | |
| 2006-08-30 | nginx-0.4.0-RELEASE importrelease-0.4.0 | Igor Sysoev | 1 | -9/+25 | |
| *) Change in internal API: the HTTP modules initialization was moved from the init module phase to the HTTP postconfiguration phase. *) Change: now the request body is not read beforehand for the ngx_http_perl_module: it's required to start the reading using the $r->has_request_body method. *) Feature: the ngx_http_perl_module supports the DECLINED return code. *) Feature: the ngx_http_dav_module supports the incoming "Date" header line for the PUT method. *) Feature: the "ssi" directive is available inside the "if" block. *) Bugfix: a segmentation fault occurred if there was an "index" directive with variables and the first index name was without variables; the bug had appeared in 0.1.29. | |||||
| 2006-08-16 | nginx-0.3.59-RELEASE importrelease-0.3.59 | Igor Sysoev | 1 | -1/+1 | |
| *) Feature: now is possible to do several redirection using the "error_page" directive. *) Bugfix: the "dav_access" directive did not support three parameters. *) Bugfix: the "error_page" directive did not changes the "Content-Type" header line after the "X-Accel-Redirect" was used; the bug had appeared in 0.3.58. | |||||
| 2006-08-04 | nginx-0.3.56-RELEASE importrelease-0.3.56 | Igor Sysoev | 1 | -7/+104 | |
| *) Feature: the "dav_access" directive. *) Feature: the "if" directive supports the "-d", "!-d", "-e", "!-e", "-x", and "!-x" operators. *) Bugfix: a segmentation fault occurred if a request returned a redirect and some sent to client header lines were logged in the access log. | |||||
| 2006-07-28 | nginx-0.3.55-RELEASE importrelease-0.3.55 | Igor Sysoev | 1 | -1/+1 | |
| *) Feature: the "stub" parameter in the "include" SSI command. *) Feature: the "block" SSI command. *) Feature: the unicode2nginx script was added to contrib. *) Bugfix: if a "root" was specified by variable only, then the root was relative to a server prefix. *) Bugfix: if the request contained "//" or "/./" and escaped symbols after them, then the proxied request was sent unescaped. *) Bugfix: the $r->headers_in("Cookie") of the ngx_http_perl_module now returns all "Cookie" header lines. *) Bugfix: a segmentation fault occurred if "client_body_in_file_only on" was used and nginx switched to a next upstream. *) Bugfix: on some condition while reconfiguration character codes inside the "charset_map" may be treated invalid; the bug had appeared in 0.3.50. | |||||
