summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2009-06-02nginx-0.8.0-RELEASErelease-0.8.0Igor Sysoev1-0/+63
2009-06-02return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev44-64/+64
2009-06-02fix return value on failureIgor Sysoev1-1/+1
2009-06-02leave chain in consistent state on errorsIgor Sysoev1-2/+1
2009-06-02test premature process terminationIgor Sysoev1-3/+19
2009-06-02log GetExitCodeProcess()'s errnoIgor Sysoev1-1/+1
2009-06-02limit_rate_afterIgor Sysoev3-3/+32
2009-06-02add drive letter for Win32 root pathIgor Sysoev1-24/+71
2009-06-02test that zone has the same addresses in different processesIgor Sysoev2-5/+16
2009-06-02*) fix memory leak in successful caseIgor Sysoev1-11/+15
*) log shared memory name in failure case
2009-05-30allow shared memory segments more than 4GIgor Sysoev1-2/+7
2009-05-29fix "out of memory" case handlingIgor Sysoev1-3/+6
2009-05-29fix logging in ngx_win32_rename_file()Igor Sysoev1-3/+7
2009-05-29add trailing zero to a file nameIgor Sysoev1-1/+1
2009-05-28fix XSLT filter in SSI subrequestsIgor Sysoev2-4/+7
2009-05-28Win32 returns ERROR_PATH_NOT_FOUND instead of ERROR_FILE_NOT_FOUNDIgor Sysoev1-2/+8
2009-05-28*) use no-threads for Unix builds onlyIgor Sysoev1-15/+8
*) style fix
2009-05-28use tab in MakefileIgor Sysoev1-1/+1
2009-05-28report about proxy/fastcgi_store and proxy/fastcgi_cache incompatibilityIgor Sysoev2-8/+36
2009-05-28style fixIgor Sysoev2-4/+6
2009-05-26stop ./configure at once on library failureIgor Sysoev7-59/+71
2009-05-26use md5/sha1 in OpenSSL only if OpenSSL is usedIgor Sysoev1-2/+2
2009-05-26do not set charset for subrequestsIgor Sysoev1-4/+5
2009-05-25fix the previous commitIgor Sysoev1-1/+3
2009-05-25refactor ngx_http_charset_header_filter()Igor Sysoev3-162/+236
2009-05-25keepalive_requestsIgor Sysoev4-2/+22
2009-05-25bump versionIgor Sysoev2-3/+3
2009-05-25release-0.7.59 tagIgor Sysoev1-0/+1
2009-05-25nginx-0.7.59-RELEASErelease-0.7.59Igor Sysoev1-2/+77
2009-05-25fix socket leak introduced in r2378Igor Sysoev1-0/+5
2009-05-25reset content_type hash value, this fixes a bug when XSLT responsesIgor Sysoev5-0/+10
could not be processed by SSI, charset, and gzip filters
2009-05-25light optimization of ngx_http_test_content_type()Igor Sysoev1-12/+12
2009-05-24test libdl before OpenSSL configurationIgor Sysoev2-22/+22
the bug has been introduced in r2818 and broke *) SSL modules linking on Solaris 9 and lower, *) and linking with OpenSSL built from sources on Linux
2009-05-24allow absolute path in --with-openssl=Igor Sysoev1-1/+13
2009-05-22fix segfault introduced in r2845Igor Sysoev1-1/+4
2009-05-22add charset for ngx_http_gzip_static_module responsesIgor Sysoev3-1/+4
2009-05-22use -ldl for any OS that needs itIgor Sysoev1-13/+1
2009-05-19proxy_cache_methods and fastcgi_cache_methodsIgor Sysoev4-4/+44
2009-05-19use already given variableIgor Sysoev1-2/+2
2009-05-19fix building OpenSSL on UnixIgor Sysoev2-14/+10
2009-05-18style fixIgor Sysoev1-1/+1
2009-05-18fix "make zip", the bug has been introduced in r2841Igor Sysoev1-3/+3
2009-05-18bump versionIgor Sysoev2-3/+3
2009-05-18release-0.7.58 tagIgor Sysoev1-0/+1
2009-05-18nginx-0.7.58-RELEASErelease-0.7.58Igor Sysoev1-0/+65
2009-05-18use ngx_connection_local_sockaddr() instead of ngx_http_server_addr()Igor Sysoev6-76/+17
2009-05-18delete unneeded fieldIgor Sysoev2-10/+0
2009-05-18mail proxy listen IPv6 supportIgor Sysoev6-178/+435
2009-05-18ngx_connection_local_sockaddr()Igor Sysoev2-0/+62
2009-05-18delete unneeded castIgor Sysoev1-2/+2