summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-12Upstream: simplified some code that accesses peers.Ruslan Ermilov1-54/+62
2014-06-03Access log: fix default value, broken by cb308813b453.Piotr Sikora1-5/+2
2014-06-02Upstream: generic hash module.Roman Arutyunyan5-0/+636
2014-05-29SPDY: fixed operator precedence in uint16/uint32 write macros.Valentin Bartenev1-5/+8
2014-05-28Fixed config parsing of the last try_files parameter.Sergey Kandaurov1-1/+2
2014-05-27Sub filter: fixed subrequests handling.Maxim Dounin1-2/+6
2014-05-23Upstream: fix tries check in ip_hash.Roman Arutyunyan1-1/+1
2014-05-12Added syslog support for error_log and access_log directives.Vladimir Homutov2-1/+72
2014-05-20SSL: $ssl_client_fingerprint variable.Sergey Budnevitch1-0/+3
2014-05-19Setting $args now invalidates unparsed uri.Maxim Dounin1-1/+19
2014-05-19Charset filter: fixed charset setting on encoded replies.Maxim Dounin3-18/+19
2014-05-16Fixed alias in regex locations with limit_except/if.Maxim Dounin1-18/+10
2014-04-30SPDY: added protection from overrun of the receive buffer.Valentin Bartenev1-0/+8
2014-04-30SPDY: added a debug point to the state buffer overflow protection.Valentin Bartenev1-0/+1
2014-04-30SPDY: refactored ngx_http_spdy_state_headers().Valentin Bartenev1-9/+4
2014-04-30SPDY: improved logging.Valentin Bartenev2-62/+151
2014-05-15SPDY: set log action for PROXY protocol only while parsing it.Valentin Bartenev1-8/+9
2014-04-30SPDY: ngx_http_spdy_state_headers() error handling cleanup.Valentin Bartenev1-39/+61
2014-04-30SPDY: improved error handling of header block decompression.Valentin Bartenev1-17/+43
2014-04-30SPDY: removed ngx_http_spdy_state_headers_error().Valentin Bartenev1-20/+6
2014-05-15SPDY: prevented creation of RST_STREAM in protocol error state.Valentin Bartenev1-0/+1
2014-04-30SPDY: improved ngx_http_spdy_state_protocol_error().Valentin Bartenev1-9/+15
2014-04-30SPDY: fixed one case of improper memory allocation error handling.Valentin Bartenev1-1/+2
2014-05-14Style: use %N instead of '\n' where appropriate.Ruslan Ermilov1-1/+1
2014-04-30Upstream: restored workaround for "if".Maxim Dounin1-3/+4
2014-04-30Cache: added ngx_quit check to ngx_http_file_cache_expire().Maxim Dounin1-0/+5
2014-04-29Upstream: added the "$upstream_cookie_<name>" variables.Vladimir Homutov5-3/+130
2013-11-18Proxy: fixed possible uninitialized memory access.Valentin Bartenev1-3/+3
2014-04-22Upstream: for ssl name, non-aligned memory allocation is enough.Ruslan Ermilov1-1/+1
2014-04-21SPDY: avoid sending RST_STREAM on WINDOW_UPDATE with unknown SID.Valentin Bartenev1-10/+2
2014-04-21SPDY: Stream-ID restrictions according to specification.Valentin Bartenev1-2/+21
2014-04-18Upstream: uwsgi_ssl_name, uwsgi_ssl_verify, and so on.Maxim Dounin1-0/+85
2014-04-18Upstream: proxy_ssl_verify and friends.Maxim Dounin3-1/+89
2014-04-18Upstream: proxy_ssl_name and proxy_ssl_server_name directives.Maxim Dounin3-0/+137
2014-04-18Upstream: plugged potential memory leak on reload.Maxim Dounin2-16/+16
2014-04-18SSL: $ssl_server_name variable.Maxim Dounin1-0/+3
2014-04-15Access log: the "if" parameter of the "access_log" directive.Sergey Kandaurov1-10/+47
2014-04-16SPDY: fixed typo in log message.Valentin Bartenev1-1/+1
2014-04-16Fixed missing "static" in declaration of ngx_http_gzip_quantity().Valentin Bartenev1-1/+1
2014-04-09SPDY: moved a variable initialization near to its check.Valentin Bartenev1-2/+2
2014-04-08SPDY: fixed arguments supplied for an error message.Valentin Bartenev1-1/+1
2014-04-07SPDY: avoid creating flush frames.Valentin Bartenev1-33/+42
2014-04-07SPDY: consistently handle control frames with unknown type.Valentin Bartenev1-5/+10
2014-04-07SPDY: refactored ngx_http_spdy_state_read_data().Valentin Bartenev1-7/+2
2014-04-07SPDY: better detect premature closing of stream.Valentin Bartenev1-0/+10
2014-04-01Mp4: allow end values bigger than track duration.Roman Arutyunyan1-4/+14
2014-03-31Adjusted default value of types_hash_bucket_size (ticket #352).Maxim Dounin1-2/+1
2014-03-31Core: slab log_nomem flag.Maxim Dounin1-0/+4
2014-03-31Mp4: improved logging after adding "end" support.Roman Arutyunyan1-27/+71
2014-03-31Mp4: fixed seeking to a track end.Roman Arutyunyan1-2/+2