summaryrefslogtreecommitdiffhomepage
path: root/src/http (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2006-10-20NULL is short wayIgor Sysoev1-1/+1
2006-10-20fix segfault if $server_addr failedIgor Sysoev3-1/+14
2006-10-18downgrade gravity of getsockname() errorsIgor Sysoev2-5/+6
2006-10-17style fix: remove trailing spacesIgor Sysoev3-3/+3
2006-10-17backout r783 and add commentIgor Sysoev1-1/+3
2006-10-16fix building by Debian gcc-4.1.2 amd64Igor Sysoev1-2/+4
2006-10-16add 255th array elementIgor Sysoev1-1/+1
2006-10-16allow ranges for full flv filesIgor Sysoev1-0/+4
2006-10-13bump versionIgor Sysoev1-1/+1
2006-10-13<!--#include virtual=... set=... -->Igor Sysoev9-86/+316
2006-10-12check nginx.pm versionIgor Sysoev3-2/+15
2006-10-12previous commit broke two modulesIgor Sysoev2-2/+4
2006-10-12remove r->root_lengthIgor Sysoev8-17/+23
2006-10-12compact r->http_minor and r->http_majorIgor Sysoev2-3/+4
2006-10-11fix <!--#include virtual=... wait="yes" -->Igor Sysoev1-4/+23
r766 did not fix the bug too
2006-10-11fix <!--#include virtual=... wait="yes" -->Igor Sysoev1-6/+5
r759 did not fix the bug
2006-10-11do not send flv header for full fileIgor Sysoev1-13/+19
2006-10-11variable should not be found if no request body fileIgor Sysoev1-5/+1
2006-10-10$request_body_fileIgor Sysoev1-0/+30
2006-10-10fix <!--#include virtual=... wait="yes" -->Igor Sysoev5-11/+26
2006-10-10not do ngx_http_upstream_finalize_request() twiceIgor Sysoev1-3/+4
2006-10-10fix building introduced by previous commitIgor Sysoev1-2/+2
2006-10-10finalize nonbuffered request on timeoutIgor Sysoev1-0/+3
2006-10-09style fix: remove trailing spacesIgor Sysoev2-3/+3
2006-10-09ngx_http_flv_moduleIgor Sysoev1-0/+255
2006-10-09ngx_http_charset_module supports the variablesIgor Sysoev1-10/+53
2006-10-09align hash bucket size to cache lineIgor Sysoev4-4/+4
2006-10-06fix hash building on unknown 64-bit platformIgor Sysoev4-4/+4
2006-10-05nonexistent $sent_http_content has value of $sent_http_content_length or soIgor Sysoev1-1/+1
2006-10-05$r->headers_out("Content-Length", "NNN") did not workIgor Sysoev1-3/+2
2006-10-03after redirecting by error_page any rewrite directive will return this code,Igor Sysoev1-0/+4
bug introduced in r727
2006-10-02nginx-0.4.4-RELEASErelease-0.4.4Igor Sysoev1-2/+2
fix msvc build failure introduced by previous commit
2006-10-02$scheme variableIgor Sysoev1-0/+32
2006-10-02set "Content-Length: 0" for errors handled by "return 204"Igor Sysoev3-16/+25
2006-10-02expires maxIgor Sysoev1-0/+13
2006-10-02fix: "return" always overrode "error_page" response codeIgor Sysoev1-1/+5
2006-10-01fix segfault when zero length file is PUTIgor Sysoev1-3/+38
2006-09-26fix proxy_redirect with variableIgor Sysoev1-1/+7
2006-09-26ancient browsers support in ngx_http_browser_moduleIgor Sysoev1-97/+255
2006-09-25fix msvc build failure introduced by previous commitIgor Sysoev1-1/+1
2006-09-25allowing handling 400 errors via proxy_passIgor Sysoev3-6/+11
2006-09-25disable "error_page 499 ..."Igor Sysoev1-1/+1
2006-09-25long user-agent bugfixIgor Sysoev1-1/+1
2006-09-23ssi did work with memcached and nonbuffered responsesIgor Sysoev1-1/+1
2006-09-23delete blank lineIgor Sysoev1-1/+0
2006-09-18remove startup debug loggingIgor Sysoev1-3/+0
2006-09-18ngx_http_browser_moduleIgor Sysoev1-0/+551
2006-09-14backout O_NOATIME support, it requires CAP_FOWNER capabilityIgor Sysoev2-4/+2
2006-09-01Linux O_NOATIME supportIgor Sysoev2-2/+4
2006-08-31fix typoIgor Sysoev1-1/+1