summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2013-03-26nginx-1.3.15-RELEASErelease-1.3.15Maxim Dounin1-1/+118
2013-03-25Use NGX_FILE_ERROR for handling file operations errors.Valentin Bartenev5-7/+9
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-25Mail: IPv6 backends (ticket #323).Ruslan Ermilov1-24/+35
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-22Misc: support for Mercurial repositories.Maxim Dounin1-10/+28
2013-03-22Misc: removed unused "snapshot" target.Maxim Dounin1-28/+0
2013-03-22Misc: switch to single export operation in "zip" target.Maxim Dounin1-7/+13
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-21Moved ngx_array_t definition from ngx_core.h to ngx_array.h.Ruslan Ermilov2-3/+2
2013-03-21Use NGX_DEFAULT_POOL_SIZE macro where appropriate.Ruslan Ermilov4-5/+5
2013-03-21Simplified ngx_array_create().Ruslan Ermilov1-7/+1
2013-03-20Core: fixed resource leak if binary upgrade fails due to no memory.Ruslan Ermilov1-0/+1
2013-03-20Preliminary experimental support for SPDY draft 2.Valentin Bartenev18-16/+4852
2013-03-20Win32: disabled MSVC warning about '\0' not fitting into array.Valentin Bartenev1-0/+3
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-18Core: guard against failed allocation during binary upgrade.Ruslan Ermilov1-0/+3
2013-03-15Status: introduced the "ngx_stat_waiting" counter.Valentin Bartenev4-3/+24
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 Bartenev4-9/+3
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 Bartenev2-3/+3
2013-03-05release-1.3.14 tagMaxim Dounin1-0/+1
2013-03-05nginx-1.3.14-RELEASErelease-1.3.14Maxim Dounin1-0/+73
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