summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Expand)AuthorFilesLines
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-28Upstream: SSL handshake timeouts.Maxim Dounin1-0/+5
2014-07-25GeoIP: not all variable fields were initialized.Yichun Zhang1-0/+6
2014-07-18Upstream: ngx_http_upstream_store() error handling fixes.Maxim Dounin1-2/+5
2014-07-18Reset of r->uri.len on URI parsing errors.Maxim Dounin1-0/+2
2014-07-09Style: use ngx_str_set().Tatsuhiko Kubo1-5/+2
2014-07-08SPDY: fix support for headers with multiple values.Piotr Sikora1-0/+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 Sikora4-8/+8
2014-07-06SSL: stop accessing SSL_SESSION's fields directly.Piotr Sikora1-8/+6
2014-07-04Upstream: p->downstream_error instead of closing connection.Maxim Dounin1-11/+7
2014-07-01Upstream: fixed handling of write event after sending request.Valentin Bartenev1-7/+7
2014-06-16SSL: the "ssl_password_file" directive.Valentin Bartenev2-1/+38
2014-06-26Fixed wrong sizeof() in ngx_http_init_locations().Maxim Dounin1-2/+2
2014-06-26Upstream: cache revalidation using If-None-Match.Maxim Dounin5-4/+33
2014-06-26Cache: ETag now saved into cache header.Maxim Dounin3-1/+22
2014-06-26Cache: version in cache files.Maxim Dounin2-1/+13
2014-06-26Entity tags: explicit flag to skip not modified filter.Maxim Dounin3-1/+12
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 Dounin8-7/+56
2014-06-26Upstream: fixed cache revalidation with SSI.Maxim Dounin2-7/+32
2014-06-26Upstream: removed unused offset to content_length.Maxim Dounin1-2/+1
2014-06-26Upstream: no need to clear r->headers_out.last_modified_time.Maxim Dounin1-1/+0
2014-06-26Not modified filter: debug log format fixed.Maxim Dounin1-2/+2
2014-06-20Upstream: reduced diffs to the plus version of nginx.Ruslan Ermilov1-23/+21
2014-06-04Core: added ngx_slab_calloc() and ngx_slab_calloc_locked().Ruslan Ermilov1-16/+6
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