summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-28Fixed TCP_DEFER_ACCEPT handling (ticket #353).Maxim Dounin1-23/+0
2014-01-28SSI: fixed $date_local and $date_gmt without SSI (ticket #230).Maxim Dounin1-5/+8
2014-01-23Typo fixed.Tatsuhiko Kubo1-1/+1
2014-01-22Upstream: reading from a client after connection upgrade.Maxim Dounin1-5/+1
2014-01-20SPDY: use ngx_queue_t to queue streams for post processing.Valentin Bartenev3-24/+18
2014-01-22SPDY: store the length of frame instead of its whole size.Valentin Bartenev3-21/+20
2014-01-22SPDY: use frame->next pointer to chain free frames.Valentin Bartenev3-11/+7
2014-01-22SPDY: proper handling of all RST_STREAM statuses.Valentin Bartenev1-39/+28
2014-01-22SPDY: removed state to check first SETTINGS frame.Valentin Bartenev1-58/+15
2014-01-22SPDY: better name for frame entries counter.Valentin Bartenev2-12/+13
2014-01-22SPDY: fixed possible segfault.Valentin Bartenev1-0/+4
2014-01-15SPDY: send output queue after processing of read event.Valentin Bartenev1-0/+5
2014-01-15SPDY: the SETTINGS frame should be allocated from sc->pool.Valentin Bartenev1-8/+5
2014-01-15SPDY: fixed possible uninitialized memory access.Valentin Bartenev1-2/+2
2014-01-15SPDY: fixed off_t/size_t type conversions on 32 bits platforms.Valentin Bartenev1-5/+4
2014-01-15SPDY: fixed build, broken by b7ee1bae0ffa.Valentin Bartenev1-0/+4
2014-01-14SPDY: added the "spdy_chunk_size" directive.Valentin Bartenev3-6/+74
2014-01-14SPDY: implemented buffers chain splitting.Valentin Bartenev2-28/+164
2014-01-14SPDY: body filter was replaced by c->send_chain() function.Valentin Bartenev2-57/+40
2014-01-14SPDY: fixed possible premature close of stream.Valentin Bartenev1-0/+1
2014-01-14SPDY: refactored ngx_http_spdy_body_filter().Valentin Bartenev1-5/+8
2014-01-14SPDY: elimination of r->blocked counter usage for queuing frames.Valentin Bartenev2-16/+10
2014-01-14SPDY: better name for flag that indicates incomplete frame state.Valentin Bartenev2-5/+5
2014-01-14SPDY: better name for queued frames counter.Valentin Bartenev3-11/+12
2014-01-14SPDY: fixed format specifiers in logging.Valentin Bartenev1-6/+6
2014-01-14SSL: fixed ssl_verify_depth to take only one argument.Maxim Dounin1-1/+1
2014-01-10SSL: ssl_session_tickets directive.Dirkjan Bussink2-0/+17
2014-01-04Fixed "zero size buf in output" alerts.Maxim Dounin1-21/+37
2014-01-04Upstream: Cache-Control preferred over Expires.Maxim Dounin1-1/+1
2014-01-04Allowed up to two EBUSY errors from sendfile().Maxim Dounin1-2/+4
2013-12-27Fixed setting of content type in some cases.Ruslan Ermilov3-0/+4
2013-12-27Style: removed surplus semicolons.Valentin Bartenev3-3/+3
2013-12-26SPDY: a bit smarter ngx_http_spdy_filter_get_data_frame().Valentin Bartenev1-10/+10
2013-12-26SPDY: refactored loop in ngx_http_spdy_body_filter().Valentin Bartenev1-9/+5
2013-12-26SPDY: fixed possible request hang.Valentin Bartenev3-11/+23
2013-12-23Dav: emit a warning about unsafe URI.Ruslan Ermilov1-1/+1
2013-12-23Teach ngx_http_parse_unsafe_uri() how to unescape URIs.Ruslan Ermilov2-17/+60
2013-12-23Detect more unsafe URIs in ngx_http_parse_unsafe_uri().Ruslan Ermilov1-3/+7
2013-12-23Upstream: keep $upstream_http_x_accel_redirect intact.Ruslan Ermilov1-4/+4
2013-12-20SSL: ssl_buffer_size directive.Maxim Dounin2-0/+15
2013-12-09Upstream: simplified peer selection loop in the "ip_hash" module.Vladimir Homutov1-18/+28
2013-12-18SPDY: use predefined constant for size of the Stream-ID field.Valentin Bartenev1-1/+1
2013-12-09Resolver: implemented IPv6 name to address resolving.Ruslan Ermilov1-1/+0
2013-12-06Changed resolver API to use ngx_addr_t.Ruslan Ermilov3-20/+30
2013-12-12Trailing whitespace fix.Maxim Dounin1-1/+1
2013-12-11Use ngx_chain_get_free_buf() in pipe input filters.Valentin Bartenev2-57/+15
2013-12-10SPDY: drop the "delayed" flag when finalizing connection.Valentin Bartenev1-0/+2
2013-12-09Fixed handling of UNIX-domain sockets.Ruslan Ermilov1-0/+12
2013-12-06Fixed incorrect ngx_str_set() usage, broken in c82b2e020b9f.Piotr Sikora1-1/+1
2013-12-04Fixed build without SSL, broken by c82b2e020b9f.Maxim Dounin1-3/+3