summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2010-10-18nginx-0.8.53-RELEASErelease-0.8.53Igor Sysoev1-2/+51
2010-10-18allow override redirect status in error_pageIgor Sysoev2-9/+7
2010-10-14change order of limit_req lookup result processingIgor Sysoev1-51/+48
2010-10-13an excess was logged as 0.000 if requests were limited without delay:Igor Sysoev1-18/+8
*) use a real excess value instead of non-updated limit_req rbtree node field, *) move inactivity queue handling inside ngx_http_limit_req_lookup() since the node is not required outside the lookup function; the bug has been introduced in r3184
2010-10-12always update an aio_senfile connection flag accodring to a currentIgor Sysoev1-2/+4
location configuration, this clears the flag for requests passed via a keep-alive connection
2010-10-12update event flags after successful io_submit()Igor Sysoev1-0/+4
2010-10-12file AIO read may be posted inside loopIgor Sysoev2-6/+7
2010-10-11add default listen port at the end of server block parsing instead ofIgor Sysoev1-33/+33
merge phase: otherwise the first server without an listen directive did not become the default server if there was no explicit default server; the bug has been introduced in r3218
2010-10-08fix testing, the bug has been introduced in r3218Igor Sysoev1-2/+2
2010-10-04gzip_disable degradationIgor Sysoev4-8/+60
2010-10-04ngx_http_degraded()Igor Sysoev2-11/+36
2010-10-04bump versionIgor Sysoev2-3/+3
2010-09-28release-0.8.52 tagIgor Sysoev1-0/+1
2010-09-28nginx-0.8.52-RELEASErelease-0.8.52Igor Sysoev1-0/+17
2010-09-28nginx uses SSL mode for a listen socket with any option set,Igor Sysoev1-1/+1
the bug has been introduced in r3765
2010-09-28bump versionIgor Sysoev2-3/+3
2010-09-27release-0.8.51 tagIgor Sysoev1-0/+1
2010-09-27nginx-0.8.51-RELEASErelease-0.8.51Igor Sysoev1-0/+32
2010-09-27allow duplicate listen ssl optionsIgor Sysoev2-1/+10
2010-09-27decrease resolver errors level to errorIgor Sysoev1-1/+1
2010-09-15worker_rlimit_core should be off_tIgor Sysoev3-5/+5
2010-09-13fix typoIgor Sysoev3-4/+4
2010-09-06discard "secure_link_expires on|off"Igor Sysoev1-25/+11
2010-09-06bump versionIgor Sysoev2-3/+3
2010-09-02release-0.8.50 tagIgor Sysoev1-0/+1
2010-09-02nginx-0.8.50-RELEASErelease-0.8.50Igor Sysoev1-1/+63
2010-09-02new ngx_http_secure_link_module with secure_link, secure_link_md5, andIgor Sysoev5-20/+272
secure_link_expires
2010-09-02fix race condition if during reconfiguration two cache managers tryIgor Sysoev2-1/+10
to delete old inactive entries: one of them removes a entry just locked by other manager from the queue and the rbtree as long inactive entry, causes the latter manager to segfault leaving cache mutex locked, the bug has been introduced in r3727
2010-09-02gzip_disable msie6 ignored other patternsIgor Sysoev1-1/+1
2010-09-02gzip_disable compiled always the first pattern onlyIgor Sysoev1-1/+1
2010-09-02gzip_disable msie6 did not inherited if nginx was built without PCREIgor Sysoev1-1/+1
2010-09-02add "Global\" prefix for signal eventsIgor Sysoev1-9/+11
2010-09-02the -q switchIgor Sysoev3-4/+15
2010-08-26if a location is specified by regex, then always compile an "alias",Igor Sysoev1-1/+7
even into one static string script: this elimates testing this too specific case inside ngx_http_map_uri_to_path()
2010-08-25bump versionIgor Sysoev2-3/+3
2010-08-09release-0.8.49 tagIgor Sysoev1-0/+1
2010-08-09nginx-0.8.49-RELEASErelease-0.8.49Igor Sysoev1-0/+38
2010-08-06image_filter_jpeg_quality supports variablesIgor Sysoev1-6/+67
2010-08-04zero fcn->updating after node allocationIgor Sysoev1-0/+2
2010-08-04error status codes could be cached for next request only,Igor Sysoev1-2/+5
the bug has been introduced in r3712
2010-08-03we can free GeoIPRecord just after GeoIP_region_name_by_code(),Igor Sysoev1-10/+4
because it returns a statically allocated string
2010-08-03fix segfault, the bug has been introduced in r3738Igor Sysoev1-0/+7
2010-08-03bump versionIgor Sysoev2-3/+3
2010-08-03release-0.8.48 tagIgor Sysoev1-0/+1
2010-08-03nginx-0.8.48-RELEASErelease-0.8.48Igor Sysoev1-3/+100
2010-08-03$geoip_region_nameIgor Sysoev1-0/+48
2010-08-03$geoip_dma_code and $geoip_area_codeIgor Sysoev1-0/+39
2010-08-03fix fastcgi_split_path_info, if URI was not fully capturedIgor Sysoev1-2/+2
2010-08-03*) make code consistent to fastcgi, etcIgor Sysoev1-6/+5
*) remove STUB comment
2010-08-03use NULL instead of 0Igor Sysoev1-1/+1