summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-0.5.8-RELEASErelease-0.5.8Igor Sysoev2007-01-191-2/+79
* fix segfault when a request body fits in r->header_in andIgor Sysoev2007-01-191-0/+2
* fix segfault when client_body_in_file_only is on, the body is not passedIgor Sysoev2007-01-191-2/+5
* a non-active client connection must not closed after send timeoutIgor Sysoev2007-01-191-2/+2
* style and comment fixIgor Sysoev2007-01-191-3/+3
* if client closes a connection prematurely, then epoll (at leastIgor Sysoev2007-01-191-8/+65
* the PUTing to collection must return NGX_HTTP_BAD_REQUESTIgor Sysoev2007-01-181-1/+1
* the "Overwrite" header lineIgor Sysoev2007-01-182-0/+4
* add size, access, and mtime to ngx_walk_tree()Igor Sysoev2007-01-183-10/+24
* NGX_HTTP_PRECONDITION_FAILEDIgor Sysoev2007-01-183-2/+11
* update nginx.xs to ngx_open_file(name, mode, create, access)Igor Sysoev2007-01-181-1/+1
* ngx_read_fd()Igor Sysoev2007-01-182-0/+10
* NGX_FILE_WRONLYIgor Sysoev2007-01-182-0/+2
* ngx_file_access() and ngx_de_access()Igor Sysoev2007-01-182-0/+4
* style fixIgor Sysoev2007-01-181-2/+1
* axe Win9X codeIgor Sysoev2007-01-181-8/+3
* add commentIgor Sysoev2007-01-181-0/+3
* axe unused codeIgor Sysoev2007-01-181-3/+0
* ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access)Igor Sysoev2007-01-189-13/+20
* style fixIgor Sysoev2007-01-181-18/+18
* rename mode to accessIgor Sysoev2007-01-186-12/+13
* unused valueIgor Sysoev2007-01-181-1/+0
* fix typoIgor Sysoev2007-01-181-1/+1
* style fix: remove trailing spacesIgor Sysoev2007-01-181-4/+4
* fix log messageIgor Sysoev2007-01-181-1/+1
* delete default "tcp_nodelay on"Igor Sysoev2007-01-181-1/+0
* fix FastCGI "zero size buf" alert,Igor Sysoev2007-01-181-7/+9
* fix FastCGI "zero size buf" alert,Igor Sysoev2007-01-171-1/+14
* style fixIgor Sysoev2007-01-171-1/+1
* fix debug loggingIgor Sysoev2007-01-161-5/+2
* fix comparisonIgor Sysoev2007-01-161-1/+1
* bump versionIgor Sysoev2007-01-162-2/+2
* release-0.5.7 tagIgor Sysoev2007-01-151-0/+1
* nginx-0.5.7-RELEASErelease-0.5.7Igor Sysoev2007-01-151-0/+67
* quick fix for case when ssl_session_cache defined,Igor Sysoev2007-01-151-0/+5
* allow the upstream modules to send a header onlyIgor Sysoev2007-01-151-1/+1
* add debug logging for FastCGI zero size buf alertIgor Sysoev2007-01-152-0/+12
* ngx_strn2cmp() > ngx_memn2cmp()Igor Sysoev2007-01-124-8/+8
* style fixIgor Sysoev2007-01-121-1/+2
* fix duplicate rbtree keys caseIgor Sysoev2007-01-121-39/+104
* fix duplicate rbtree keys caseIgor Sysoev2007-01-121-5/+65
* style fix: remove tabsIgor Sysoev2007-01-126-24/+24
* ngx_strn2cmp()Igor Sysoev2007-01-122-0/+26
* make global the rbtree color handling macrosIgor Sysoev2007-01-122-7/+8
* add commentIgor Sysoev2007-01-121-0/+5
* fix commentIgor Sysoev2007-01-121-3/+3
* axe aio draftsIgor Sysoev2007-01-111-58/+0
* axe long ago unnecessary fileIgor Sysoev2007-01-111-20/+0
* fix slab allocator on 64-bit platfromsIgor Sysoev2007-01-111-2/+2
* optimize the SSL session cache allocations on 64-bit platformsIgor Sysoev2007-01-112-10/+32