summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-17a client address must be allocated from a connection poolIgor Sysoev1-1/+8
2007-02-17ioctl FIONBIO uses int, so nginx did not work on big-endian 64-bit platformsIgor Sysoev1-2/+2
2007-02-16COPY and MOVEIgor Sysoev1-160/+742
2007-02-15finalize request to allow post_actionIgor Sysoev1-3/+1
2007-02-15fix broken values, debug logging, and style fixIgor Sysoev1-9/+19
2007-02-15optimize $http_x_forwarded_forIgor Sysoev1-1/+1
2007-02-15fix formatIgor Sysoev1-1/+1
2007-02-15close connection for too long commandsIgor Sysoev1-0/+2
2007-02-15if client closes a connection prematurely, then epoll (at leastIgor Sysoev1-0/+1
2007-02-15add debug loggingIgor Sysoev1-0/+3
2007-02-14return error for too long commandsIgor Sysoev1-4/+17
2007-02-14ngx_strcasecmp()/ngx_strncasecmp()Igor Sysoev16-70/+148
2007-02-14fix building on platforms with non-supported atomic operationsIgor Sysoev1-0/+2
2007-02-12bump versionIgor Sysoev2-2/+2
2007-02-12correct r1100Igor Sysoev1-3/+4
2007-02-12fix building with ngx_http_perl_moduleIgor Sysoev1-0/+2
2007-02-11fix building on platforms with non-supported atomic operationsIgor Sysoev2-2/+4
2007-02-09fix segfault when a large FastCGI response was written to a temporary fileIgor Sysoev1-1/+16
2007-02-09log a right subrequestIgor Sysoev1-0/+4
2007-02-09fix segfault when $fastcgi_script_name is used in access_logIgor Sysoev1-16/+27
2007-02-05bump versionIgor Sysoev2-2/+2
2007-02-04fix several rangesIgor Sysoev1-4/+4
2007-01-31style fixIgor Sysoev1-1/+2
2007-01-29allocate less memory on 64-bit platformsIgor Sysoev1-1/+1
2007-01-29shorten temporary names on 64-bit platformsIgor Sysoev1-4/+4
2007-01-29use ngx_dir_access() to enable search bits for directoryIgor Sysoev3-7/+15
2007-01-29eliminate the useless space symbolIgor Sysoev1-2/+2
2007-01-29log a real response error code instead of "0"Igor Sysoev1-4/+2
2007-01-29fix segfault if nginx was build with -O2 -fomit-frame-pointer,Igor Sysoev1-1/+1
2007-01-25bump versionIgor Sysoev2-2/+2
2007-01-25fix segfault if nginx was build with -O2 -fomit-frame-pointerIgor Sysoev1-3/+3
2007-01-25fix online upgradeIgor Sysoev1-10/+5
2007-01-25bump versionIgor Sysoev2-2/+2
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-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