summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2007-05-07bump versionIgor Sysoev1-1/+1
2007-05-06fix multipart ranges trailingIgor Sysoev1-1/+2
2007-05-05fix building by msvcIgor Sysoev1-3/+3
2007-05-02fix segfault or parsing error in '<!--# if expr="$var = /" -->'Igor Sysoev1-1/+1
2007-05-01allow to "set" $http_, $sent_http_, and $upstream_http_ variablesIgor Sysoev1-1/+5
2007-04-24bump versionIgor Sysoev1-1/+1
2007-04-22proxy_headers_hash_max_size and proxy_headers_hash_bucket_sizeIgor Sysoev1-6/+35
2007-04-21$request_time has millisecond precisionIgor Sysoev1-4/+9
2007-04-21rename $r->rflush to $r->flushIgor Sysoev2-2/+9
2007-04-19bump versionIgor Sysoev1-1/+1
2007-04-19style fix: remove trailing spacesIgor Sysoev1-2/+2
2007-04-19ngx_http_sub_filter_moduleIgor Sysoev1-0/+794
2007-04-19style fix: rename functionsIgor Sysoev1-6/+6
2007-04-18fix segfault whenIgor Sysoev1-0/+5
*) perl was built without multiplicity *) when configuration was invalid
2007-04-18set nginx_stash after reconfiguration in single interpreter perlIgor Sysoev1-0/+1
2007-04-03use 60 seconds interval but not 61 secondsIgor Sysoev1-2/+2
2007-04-02bump versionIgor Sysoev1-1/+1
2007-03-26bump versionIgor Sysoev1-1/+1
2007-03-23ip_hash used wrong byte orderIgor Sysoev1-3/+5
2007-03-21fix "zero size buf" if request body file is multiple of 32K and FastCGI is usedIgor Sysoev1-2/+2
2007-03-19bump versionIgor Sysoev1-1/+1
2007-03-06bump versionIgor Sysoev1-1/+1
2007-03-06avoid endless loopIgor Sysoev1-3/+2
2007-02-21use the contemporary directivesIgor Sysoev2-6/+6
2007-02-19bump versionIgor Sysoev1-1/+1
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