summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2007-01-25nginx-0.5.9-RELEASErelease-0.5.9Igor Sysoev1-3/+75
2007-01-25$memcached_keyIgor Sysoev1-14/+31
2007-01-25undo "client_body_in_file_only any"Igor Sysoev9-55/+47
2007-01-24fix "access_log off"Igor Sysoev1-35/+27
2007-01-24client_body_in_file_only anyIgor Sysoev1-2/+19
2007-01-23delete temporary file for incomplete small request bodyIgor Sysoev1-2/+17
2007-01-21log a failure of the writing to access_log once per minuteIgor Sysoev1-15/+56
2007-01-21allow "sendfile" in "if" contextIgor Sysoev1-1/+2
2007-01-20envIgor Sysoev4-51/+215
2007-01-19bump versionIgor Sysoev2-2/+2
2007-01-19release-0.5.8 tagIgor Sysoev1-0/+1
2007-01-19nginx-0.5.8-RELEASErelease-0.5.8Igor Sysoev1-2/+79
2007-01-19fix segfault when a request body fits in r->header_in andIgor Sysoev1-0/+2
2007-01-19fix segfault when client_body_in_file_only is on, the body is not passedIgor Sysoev1-2/+5
2007-01-19a non-active client connection must not closed after send timeoutIgor Sysoev1-2/+2
2007-01-19style and comment fixIgor Sysoev1-3/+3
2007-01-19if client closes a connection prematurely, then epoll (at leastIgor Sysoev1-8/+65
2007-01-18the PUTing to collection must return NGX_HTTP_BAD_REQUESTIgor Sysoev1-1/+1
2007-01-18the "Overwrite" header lineIgor Sysoev2-0/+4
2007-01-18add size, access, and mtime to ngx_walk_tree()Igor Sysoev3-10/+24
2007-01-18NGX_HTTP_PRECONDITION_FAILEDIgor Sysoev3-2/+11
2007-01-18update nginx.xs to ngx_open_file(name, mode, create, access)Igor Sysoev1-1/+1
2007-01-18ngx_read_fd()Igor Sysoev2-0/+10
2007-01-18NGX_FILE_WRONLYIgor Sysoev2-0/+2
2007-01-18ngx_file_access() and ngx_de_access()Igor Sysoev2-0/+4
2007-01-18style fixIgor Sysoev1-2/+1
2007-01-18axe Win9X codeIgor Sysoev1-8/+3
2007-01-18add commentIgor Sysoev1-0/+3
2007-01-18axe unused codeIgor Sysoev1-3/+0
2007-01-18ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access)Igor Sysoev9-13/+20
2007-01-18style fixIgor Sysoev1-18/+18
2007-01-18rename mode to accessIgor Sysoev6-12/+13
2007-01-18unused valueIgor Sysoev1-1/+0
2007-01-18fix typoIgor Sysoev1-1/+1
2007-01-18style fix: remove trailing spacesIgor Sysoev1-4/+4
2007-01-18fix log messageIgor Sysoev1-1/+1
2007-01-18delete default "tcp_nodelay on"Igor Sysoev1-1/+0
2007-01-18fix FastCGI "zero size buf" alert,Igor Sysoev1-7/+9
2007-01-17fix FastCGI "zero size buf" alert,Igor Sysoev1-1/+14
2007-01-17style fixIgor Sysoev1-1/+1
2007-01-16fix debug loggingIgor Sysoev1-5/+2
2007-01-16fix comparisonIgor Sysoev1-1/+1
2007-01-16bump versionIgor Sysoev2-2/+2
2007-01-15release-0.5.7 tagIgor Sysoev1-0/+1
2007-01-15nginx-0.5.7-RELEASErelease-0.5.7Igor Sysoev1-0/+67
2007-01-15quick fix for case when ssl_session_cache defined,Igor Sysoev1-0/+5
2007-01-15allow the upstream modules to send a header onlyIgor Sysoev1-1/+1
2007-01-15add debug logging for FastCGI zero size buf alertIgor Sysoev2-0/+12
2007-01-12ngx_strn2cmp() > ngx_memn2cmp()Igor Sysoev4-8/+8
2007-01-12style fixIgor Sysoev1-1/+2