summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-16Request body: only read body in main request (ticket #330).Maxim Dounin1-1/+1
2013-04-12Upstream: warn if multiple non-stackable balancers are installed.Ruslan Ermilov2-0/+10
2013-04-11Upstream: fixed $upstream_response_length without buffering.Sergey Kandaurov1-1/+1
2013-04-10Configure: fixed nginx.so rebuild (broken by r5145).Maxim Dounin1-2/+4
2013-04-04Upstream: removed surplus ngx_resolve_name_done() call.Valentin Bartenev1-10/+1
2013-04-03Limit req: rate should be non-zero.Valentin Bartenev1-1/+1
2013-03-29Pass PCRE_CASELESS to pcre_compile() for caseless matching.Ruslan Ermilov1-1/+1
2013-03-28Simplified nginx version maintenance.Ruslan Ermilov1-1/+1
2013-03-27Upstream: fixed tcp_nodelay with connection upgrade (ticket #325).Maxim Dounin1-20/+27
2013-03-27Version bump.Maxim Dounin1-1/+1
2013-03-25Upstream: removed rudiments of upstream connection caching.Ruslan Ermilov2-23/+0
2013-03-25Upstream: removed sorting of upstream servers.Ruslan Ermilov1-22/+0
2013-03-25Upstream: removed double-free workarounds in peer.free() methods.Ruslan Ermilov3-19/+1
2013-03-25Upstream: only call peer.free() if peer.get() selected a peer.Ruslan Ermilov1-7/+10
2013-03-21Split clients: check length when parsing configuration.Ruslan Ermilov1-1/+1
2013-03-21Removed unused ngx_http_clear_variable() macro.Ruslan Ermilov1-3/+0
2013-03-21Fixed language in a comment preceding ngx_http_index_handler().Ruslan Ermilov1-5/+5
2013-03-21Use NGX_DEFAULT_POOL_SIZE macro where appropriate.Ruslan Ermilov3-4/+4
2013-03-20Preliminary experimental support for SPDY draft 2.Valentin Bartenev15-14/+4823
2013-03-20URI processing code moved to a separate function.Valentin Bartenev1-120/+125
2013-03-19Image filter: the "image_filter_interlace" directive.Ruslan Ermilov1-0/+13
2013-03-18The limit_req_status and limit_conn_status directives.Maxim Dounin2-3/+36
2013-03-15Status: introduced the "ngx_stat_waiting" counter.Valentin Bartenev1-2/+10
2013-03-15Allow to reuse connections that wait their first request.Valentin Bartenev1-0/+19
2013-03-14Upstream: fixed previous commit.Maxim Dounin1-1/+3
2013-03-14Upstream: call ngx_http_run_posted_requests() on resolve errors.Maxim Dounin1-2/+6
2013-03-14Request body: avoid linking rb->buf to r->header_in.Maxim Dounin1-1/+14
2013-03-14Request body: next upstream fix.Maxim Dounin1-2/+2
2013-03-12Fixed logging in ngx_http_wait_request_handler().Maxim Dounin1-1/+1
2013-03-11Removed unused prototype of ngx_http_find_server_conf().Valentin Bartenev1-1/+0
2013-03-11Gzip: fixed setting of NGX_HTTP_GZIP_BUFFERED.Valentin Bartenev1-0/+2
2013-03-07SSL: Next Protocol Negotiation extension support.Valentin Bartenev1-0/+34
2013-03-07Refactored ngx_http_init_request().Valentin Bartenev2-35/+46
2013-03-07Removed c->single_connection flag.Valentin Bartenev2-3/+0
2013-03-07Respect the new behavior of TCP_DEFER_ACCEPT.Valentin Bartenev1-0/+23
2013-03-07Use "client_header_timeout" for all requests in a connection.Valentin Bartenev1-2/+8
2013-03-07Create request object only after the first byte was received.Valentin Bartenev1-25/+102
2013-03-07Version bump.Valentin Bartenev1-1/+1
2013-03-04Mp4: fixed handling of too small mdat atoms (ticket #266).Maxim Dounin1-0/+7
2013-03-01Allocate request object from its own pool.Valentin Bartenev2-40/+32
2013-02-27SNI: added restriction on requesting host other than negotiated.Valentin Bartenev1-0/+12
2013-02-27SNI: reset to default server if requested host was not found.Valentin Bartenev1-0/+11
2013-02-27SNI: avoid surplus lookup of virtual server if SNI was used.Valentin Bartenev2-0/+41
2013-02-27Apply server configuration as soon as host is known.Valentin Bartenev1-4/+18
2013-02-27SSL: do not treat SSL handshake as request.Valentin Bartenev2-90/+100
2013-02-27Status: do not count connection as reading right after accept().Valentin Bartenev1-19/+0
2013-02-27SNI: reuse selected configuration for all requests in a connection.Valentin Bartenev3-7/+12
2013-02-27SNI: ignore captures in server_name regexes when matching by SNI.Valentin Bartenev1-43/+103
2013-02-27Changed interface of ngx_http_validate_host().Valentin Bartenev1-42/+44
2013-02-27Introduced the ngx_http_set_connection_log() macro.Valentin Bartenev3-13/+12