summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-09Upstream: inheritance of proxy_pass and friends (ticket #645).Maxim Dounin4-24/+12
2014-12-09Proxy: the "TE" header now stripped by default (ticket #537).Maxim Dounin1-0/+2
2014-12-01Access log: restricted "log_format" to "http" level.Sergey Kandaurov1-7/+1
2014-11-19Proxy: renamed and rearranged fields in proxy configuration.Roman Arutyunyan1-16/+15
2014-11-19Upstream: different header lists for cached and uncached requests.Roman Arutyunyan4-106/+135
2014-11-19Upstream: moved header lists to separate structures.Roman Arutyunyan4-157/+179
2014-11-19Upstream: moved header initializations to separate functions.Roman Arutyunyan4-89/+82
2014-11-19Scgi: do not push redundant NULL element into conf->params.Roman Arutyunyan1-7/+0
2014-11-18Cache: proxy_cache_lock_age and friends.Roman Arutyunyan4-0/+44
2014-10-30Upstream: add "proxy_ssl_certificate" and friends.Piotr Sikora2-0/+154
2014-08-25Access log: cancel the flush timer on graceful shutdown.Valentin Bartenev1-1/+15
2014-10-28Upstream: proxy_limit_rate and friends.Roman Arutyunyan4-0/+44
2014-10-15Gzip, gunzip: flush busy buffers if any.Maxim Dounin2-4/+16
2014-10-14Upstream: proxy_force_ranges and friends.Roman Arutyunyan4-0/+44
2014-09-29Upstream keepalive: reset c->sent on cached connections.Maxim Dounin1-0/+1
2014-09-24Limit req: reduced number of parameters in the lookup function.Valentin Bartenev1-8/+7
2014-09-24Limit req: use complex value in limit_req_zone.Valentin Bartenev1-60/+47
2014-09-24Limit conn: aligned field names in structures.Valentin Bartenev1-11/+11
2014-09-24Limit conn: use complex value in limit_conn_zone (ticket #121).Valentin Bartenev1-67/+54
2014-09-24Limit conn: removed deprecated "limit_zone" directive.Valentin Bartenev1-84/+0
2014-09-18FastCGI: fixed start pointers in request buffers.Roman Arutyunyan1-0/+1
2014-09-16Limit req: don't truncate key value to 255 bytes.Valentin Bartenev1-1/+1
2014-09-13Access log: fixed the "if=" parameter with buffering (ticket #625).Valentin Bartenev1-21/+20
2014-09-12Upstream: limited next_upstream time and tries (ticket #544).Roman Arutyunyan5-0/+110
2014-09-12Upstream: included backup peers into peer.tries.Roman Arutyunyan1-5/+0
2014-09-11Upstream keepalive: removed "single" parameter remnants.Maxim Dounin1-20/+1
2014-09-11Added warning about unset cache keys.Maxim Dounin3-0/+15
2014-09-11Style.Maxim Dounin2-2/+4
2014-08-29Headers filter: "add_header" with "always" parameter (ticket #98).Sergey Kandaurov1-13/+41
2014-08-27Variables: updated list of prefixes in ngx_http_rewrite_set().Maxim Dounin1-1/+5
2014-08-26Stub status: corrected the "stub_status" directive.Ruslan Ermilov1-1/+1
2014-08-25Sub filter: fixed matching for a single character.Valentin Bartenev1-0/+8
2014-08-19Mp4: use trak->smhd_size in ngx_http_mp4_read_smhd_atom().Roman Arutyunyan1-1/+1
2014-08-18Image filter: downgrade strong etags to weak ones as needed.Sergey Kandaurov1-0/+1
2014-08-06Style: use specified macro instead of magic-number.Tatsuhiko Kubo1-1/+1
2014-06-19Perl: NULL-terminate argument list.Piotr Sikora1-1/+2
2014-08-06Access log: allowed logs to syslog with "if=" (ticket #596).Maxim Dounin1-11/+6
2014-08-01Status: indentation and style, no functional changes.Sergey Kandaurov1-7/+9
2014-07-30Dav: ngx_http_map_uri_to_path() errors were not checked.FengGu1-4/+16
2014-07-25GeoIP: not all variable fields were initialized.Yichun Zhang1-0/+6
2014-07-09Style: use ngx_str_set().Tatsuhiko Kubo1-5/+2
2014-07-08Style: remove whitespace between function name and parentheses.Piotr Sikora3-5/+5
2014-07-08Style: add whitespace between control statement and parentheses.Piotr Sikora1-1/+1
2014-06-16SSL: the "ssl_password_file" directive.Valentin Bartenev2-1/+38
2014-06-26Upstream: cache revalidation using If-None-Match.Maxim Dounin4-4/+4
2014-06-26Entity tags: explicit flag to skip not modified filter.Maxim Dounin1-1/+9
2014-06-26Entity tags: weak comparison for If-None-Match.Maxim Dounin1-10/+28
2014-06-26Entity tags: downgrade strong etags to weak ones as needed.Maxim Dounin6-7/+15
2014-06-26Not modified filter: debug log format fixed.Maxim Dounin1-2/+2
2014-06-03Access log: fix default value, broken by cb308813b453.Piotr Sikora1-5/+2