summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-02-17a client address must be allocated from a connection poolIgor Sysoev1-1/+8
to live through the keep-alive requests
2007-02-16COPY and MOVEIgor Sysoev1-160/+742
fix PUT and DELETE to conform to WebDAV specification
2007-02-15fix broken values, debug logging, and style fixIgor Sysoev1-9/+19
2007-02-14ngx_strcasecmp()/ngx_strncasecmp()Igor Sysoev7-13/+20
2007-02-12bump versionIgor Sysoev1-1/+1
2007-02-09fix segfault when $fastcgi_script_name is used in access_logIgor Sysoev1-16/+27
and there was bad request (400)
2007-02-05bump versionIgor Sysoev1-1/+1
2007-02-04fix several rangesIgor Sysoev1-4/+4
2007-01-29use ngx_dir_access() to enable search bits for directoryIgor Sysoev1-7/+9
2007-01-29eliminate the useless space symbolIgor Sysoev1-2/+2
2007-01-25bump versionIgor Sysoev1-1/+1
2007-01-25bump versionIgor Sysoev1-1/+1
2007-01-25$memcached_keyIgor Sysoev1-14/+31
2007-01-25undo "client_body_in_file_only any"Igor Sysoev2-2/+2
and introduce "client_body_in_file_only clean" introduce ngx_pool_delete_file() to not break a possible third-party ngx_pool_cleanup_file() usage that may lead to an removal of the useful files delete unnecessary ngx_http_finalize_request_body()
2007-01-24fix "access_log off"Igor Sysoev1-35/+27
2007-01-21log a failure of the writing to access_log once per minuteIgor Sysoev1-15/+56
2007-01-20envIgor Sysoev1-11/+14
2007-01-19bump versionIgor Sysoev1-1/+1
2007-01-18the PUTing to collection must return NGX_HTTP_BAD_REQUESTIgor Sysoev1-1/+1
2007-01-18add size, access, and mtime to ngx_walk_tree()Igor Sysoev1-4/+3
2007-01-18update nginx.xs to ngx_open_file(name, mode, create, access)Igor Sysoev1-1/+1
2007-01-18ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access)Igor Sysoev4-4/+4
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 Sysoev1-1/+1
2007-01-15add debug logging for FastCGI zero size buf alertIgor Sysoev1-0/+6
2007-01-12ngx_strn2cmp() > ngx_memn2cmp()Igor Sysoev1-2/+2
2007-01-12fix duplicate rbtree keys caseIgor Sysoev1-5/+65
2007-01-12style fix: remove tabsIgor Sysoev3-10/+10
2007-01-11stop rbtree search early if equal hash was foundIgor Sysoev1-2/+9
2007-01-11test length of variable and number of connectionsIgor Sysoev1-2/+20
2007-01-09fix segfaultIgor Sysoev1-1/+4
2007-01-09fix connection counter in subrequestsIgor Sysoev1-1/+1
2007-01-09fix typoIgor Sysoev1-1/+1
2007-01-09bump versionIgor Sysoev1-1/+1
2007-01-09do not count connection for subrequestIgor Sysoev1-1/+1
2007-01-09pass the inherited shm_zone dataIgor Sysoev1-2/+19
2007-01-07new syntaxIgor Sysoev1-48/+71
2007-01-07ngx_http_realip_module must return NGX_DECLINEDIgor Sysoev1-6/+6
2007-01-07count connection once per requestIgor Sysoev1-0/+6
2007-01-07fix key length and alignmentIgor Sysoev1-7/+8
2007-01-06ngx_http_limit_zone_moduleIgor Sysoev1-0/+397
2007-01-03move the session cache callbacks to the ngx_openssl_moduleIgor Sysoev2-450/+10
2007-01-02ssl_session_cacheIgor Sysoev2-14/+579
2007-01-02style fix: scf > sscfIgor Sysoev1-19/+18
2007-01-02style fixIgor Sysoev1-2/+4
2007-01-02ngx_ssl_get_server_conf()Igor Sysoev2-2/+2
2006-12-29move ranges array to ngx_http_range_filter_ctx_tIgor Sysoev1-23/+32
2006-12-29support ranges for single memory bufferIgor Sysoev1-36/+61