summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-01-29fix cache line size for Pentium 4Igor Sysoev1-1/+1
2008-01-28fix building --test-build-rtsig and --test-build-eventport on FreeBSD 7Igor Sysoev2-10/+4
2008-01-25add NGX_ENETDOWN, NGX_ENETUNREACH, and NGX_EHOSTDOWNIgor Sysoev5-1/+19
2008-01-25pull all errorsIgor Sysoev1-1/+3
2008-01-24limit string lengthIgor Sysoev1-1/+3
2008-01-24use correct type castIgor Sysoev1-1/+1
2008-01-22fix bogus crit log message "SSL_shutdown() failed" introduced in r1755Igor Sysoev1-5/+2
2008-01-22fix building by msvc introduced in r1817Igor Sysoev1-1/+1
2008-01-22allow zero length in %*sIgor Sysoev1-2/+2
2008-01-22fix building by bcc introduced by r1831Igor Sysoev1-1/+1
2008-01-10pull all errorsIgor Sysoev1-4/+9
2008-01-10grammar fixIgor Sysoev1-1/+1
2008-01-09fix building by gcc42, etc. introduced in r1858Igor Sysoev1-1/+1
2008-01-09add code missed in r1856Igor Sysoev1-0/+4
2008-01-08update GET method text in an subrequestIgor Sysoev1-1/+4
2008-01-08axe old flag remained after ancient "post_accept_timeout" directiveIgor Sysoev2-4/+1
2008-01-08add code missed in r1830Igor Sysoev1-0/+5
2008-01-08bump versionIgor Sysoev2-2/+2
2008-01-08style fix: remove trailing spaceIgor Sysoev1-1/+1
2008-01-08workaround for Linux 2.6 OpenVZIgor Sysoev1-5/+13
2008-01-08ngx_http_gzip_static_module should DECLINE requestIgor Sysoev1-1/+1
2008-01-05fix commentIgor Sysoev1-1/+1
2008-01-04change orderIgor Sysoev1-44/+47
2008-01-04fix socket leak if deferred accept was usedIgor Sysoev1-0/+5
2008-01-03use ngx_ext_rename_file() in PUTIgor Sysoev1-81/+12
2008-01-03add declaration missed in previous commitIgor Sysoev1-2/+14
2008-01-03transform ngx_create_path_and_rename_file() to ngx_ext_rename_file()Igor Sysoev1-11/+19
2008-01-03do not delete target until all tests will be done,Igor Sysoev1-49/+78
fix single file COPY/MOVE
2008-01-03add logIgor Sysoev1-0/+5
2008-01-03add commentIgor Sysoev1-0/+5
2008-01-03test URI/Destination collection/non-collection and DepthIgor Sysoev1-4/+26
2008-01-03axe useless codeIgor Sysoev1-6/+0
2008-01-03change orderIgor Sysoev1-48/+48
2008-01-03change status code, add log message, and test collection URIIgor Sysoev1-8/+11
2008-01-03style fixIgor Sysoev1-3/+0
2007-12-30min_delete_depthIgor Sysoev1-10/+43
2007-12-30log DELETE errorsIgor Sysoev1-5/+16
2007-12-30axe useless codeIgor Sysoev1-6/+0
2007-12-30change status code and add log messageIgor Sysoev1-1/+3
2007-12-30log right request methodIgor Sysoev1-1/+2
2007-12-30axe useless r->server_nameIgor Sysoev5-20/+39
2007-12-30log server addressIgor Sysoev2-3/+7
2007-12-29fix building by msvc introduced by r1807Igor Sysoev1-1/+1
2007-12-29handle old "server_name *"Igor Sysoev1-0/+7
2007-12-29fix commentIgor Sysoev1-3/+3
2007-12-29satisfy all|anyIgor Sysoev3-7/+31
2007-12-29use ngx_http_server_addr()Igor Sysoev3-46/+17
2007-12-29several changes in server_name:Igor Sysoev5-43/+86
*) 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-29condition declarations inside blocks update missed in r1705Igor Sysoev1-4/+4
2007-12-28style fix: remove trailing spacesIgor Sysoev1-1/+1