Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/http
AgeCommit message (Expand)Author
2007-03-19close keep-alive connections in the shuting down processesIgor Sysoev
2007-03-06bump versionIgor Sysoev
2007-03-06avoid endless loopIgor Sysoev
2007-02-21use the contemporary directivesIgor Sysoev
2007-02-19bump versionIgor Sysoev
2007-02-18a client address must be allocated from a connection poolIgor Sysoev
2007-02-16COPY and MOVEIgor Sysoev
2007-02-15finalize request to allow post_actionIgor Sysoev
2007-02-15fix broken values, debug logging, and style fixIgor Sysoev
2007-02-15optimize $http_x_forwarded_forIgor Sysoev
2007-02-15fix formatIgor Sysoev
2007-02-15if client closes a connection prematurely, then epoll (at leastIgor Sysoev
2007-02-15add debug loggingIgor Sysoev
2007-02-14ngx_strcasecmp()/ngx_strncasecmp()Igor Sysoev
2007-02-12bump versionIgor Sysoev
2007-02-09log a right subrequestIgor Sysoev
2007-02-09fix segfault when $fastcgi_script_name is used in access_logIgor Sysoev
2007-02-05bump versionIgor Sysoev
2007-02-04fix several rangesIgor Sysoev
2007-01-29use ngx_dir_access() to enable search bits for directoryIgor Sysoev
2007-01-29eliminate the useless space symbolIgor Sysoev
2007-01-29log a real response error code instead of "0"Igor Sysoev
2007-01-26bump versionIgor Sysoev
2007-01-26bump versionIgor Sysoev
2007-01-25$memcached_keyIgor Sysoev
2007-01-25undo "client_body_in_file_only any"Igor Sysoev
2007-01-24fix "access_log off"Igor Sysoev
2007-01-24client_body_in_file_only anyIgor Sysoev
2007-01-23delete temporary file for incomplete small request bodyIgor Sysoev
2007-01-21log a failure of the writing to access_log once per minuteIgor Sysoev
2007-01-21allow "sendfile" in "if" contextIgor Sysoev
2007-01-20envIgor Sysoev
2007-01-19bump versionIgor Sysoev
2007-01-19fix segfault when a request body fits in r->header_in andIgor Sysoev
2007-01-19fix segfault when client_body_in_file_only is on, the body is not passedIgor Sysoev
2007-01-19a non-active client connection must not closed after send timeoutIgor Sysoev
2007-01-19style and comment fixIgor Sysoev
2007-01-19if client closes a connection prematurely, then epoll (at leastIgor Sysoev
2007-01-19the PUTing to collection must return NGX_HTTP_BAD_REQUESTIgor Sysoev
2007-01-19the "Overwrite" header lineIgor Sysoev
2007-01-19add size, access, and mtime to ngx_walk_tree()Igor Sysoev
2007-01-18NGX_HTTP_PRECONDITION_FAILEDIgor Sysoev
2007-01-18update nginx.xs to ngx_open_file(name, mode, create, access)Igor Sysoev
2007-01-18ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access)Igor Sysoev
2007-01-18rename mode to accessIgor Sysoev
2007-01-17style fixIgor Sysoev
2007-01-16fix debug loggingIgor Sysoev
2007-01-16fix comparisonIgor Sysoev
2007-01-16bump versionIgor Sysoev
2007-01-15allow the upstream modules to send a header onlyIgor Sysoev