summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.3.15-RELEASErelease-1.3.15Maxim Dounin2013-03-261-1/+118
* Use NGX_FILE_ERROR for handling file operations errors.Valentin Bartenev2013-03-255-7/+9
* Upstream: removed rudiments of upstream connection caching.Ruslan Ermilov2013-03-252-23/+0
* Upstream: removed sorting of upstream servers.Ruslan Ermilov2013-03-251-22/+0
* Mail: IPv6 backends (ticket #323).Ruslan Ermilov2013-03-251-24/+35
* Upstream: removed double-free workarounds in peer.free() methods.Ruslan Ermilov2013-03-253-19/+1
* Upstream: only call peer.free() if peer.get() selected a peer.Ruslan Ermilov2013-03-251-7/+10
* Misc: support for Mercurial repositories.Maxim Dounin2013-03-221-10/+28
* Misc: removed unused "snapshot" target.Maxim Dounin2013-03-221-28/+0
* Misc: switch to single export operation in "zip" target.Maxim Dounin2013-03-221-7/+13
* Split clients: check length when parsing configuration.Ruslan Ermilov2013-03-211-1/+1
* Removed unused ngx_http_clear_variable() macro.Ruslan Ermilov2013-03-211-3/+0
* Fixed language in a comment preceding ngx_http_index_handler().Ruslan Ermilov2013-03-211-5/+5
* Moved ngx_array_t definition from ngx_core.h to ngx_array.h.Ruslan Ermilov2013-03-212-3/+2
* Use NGX_DEFAULT_POOL_SIZE macro where appropriate.Ruslan Ermilov2013-03-214-5/+5
* Simplified ngx_array_create().Ruslan Ermilov2013-03-211-7/+1
* Core: fixed resource leak if binary upgrade fails due to no memory.Ruslan Ermilov2013-03-201-0/+1
* Preliminary experimental support for SPDY draft 2.Valentin Bartenev2013-03-2018-16/+4852
* Win32: disabled MSVC warning about '\0' not fitting into array.Valentin Bartenev2013-03-201-0/+3
* URI processing code moved to a separate function.Valentin Bartenev2013-03-201-120/+125
* Image filter: the "image_filter_interlace" directive.Ruslan Ermilov2013-03-191-0/+13
* The limit_req_status and limit_conn_status directives.Maxim Dounin2013-03-182-3/+36
* Core: guard against failed allocation during binary upgrade.Ruslan Ermilov2013-03-181-0/+3
* Status: introduced the "ngx_stat_waiting" counter.Valentin Bartenev2013-03-154-3/+24
* Allow to reuse connections that wait their first request.Valentin Bartenev2013-03-151-0/+19
* Upstream: fixed previous commit.Maxim Dounin2013-03-141-1/+3
* Upstream: call ngx_http_run_posted_requests() on resolve errors.Maxim Dounin2013-03-141-2/+6
* Request body: avoid linking rb->buf to r->header_in.Maxim Dounin2013-03-141-1/+14
* Request body: next upstream fix.Maxim Dounin2013-03-141-2/+2
* Fixed logging in ngx_http_wait_request_handler().Maxim Dounin2013-03-121-1/+1
* Removed unused prototype of ngx_http_find_server_conf().Valentin Bartenev2013-03-111-1/+0
* Gzip: fixed setting of NGX_HTTP_GZIP_BUFFERED.Valentin Bartenev2013-03-111-0/+2
* SSL: Next Protocol Negotiation extension support.Valentin Bartenev2013-03-071-0/+34
* Refactored ngx_http_init_request().Valentin Bartenev2013-03-072-35/+46
* Removed c->single_connection flag.Valentin Bartenev2013-03-074-9/+3
* Respect the new behavior of TCP_DEFER_ACCEPT.Valentin Bartenev2013-03-071-0/+23
* Use "client_header_timeout" for all requests in a connection.Valentin Bartenev2013-03-071-2/+8
* Create request object only after the first byte was received.Valentin Bartenev2013-03-071-25/+102
* Version bump.Valentin Bartenev2013-03-072-3/+3
* release-1.3.14 tagMaxim Dounin2013-03-051-0/+1
* nginx-1.3.14-RELEASErelease-1.3.14Maxim Dounin2013-03-051-0/+73
* Mp4: fixed handling of too small mdat atoms (ticket #266).Maxim Dounin2013-03-041-0/+7
* Allocate request object from its own pool.Valentin Bartenev2013-03-012-40/+32
* SNI: added restriction on requesting host other than negotiated.Valentin Bartenev2013-02-271-0/+12
* SNI: reset to default server if requested host was not found.Valentin Bartenev2013-02-271-0/+11
* SNI: avoid surplus lookup of virtual server if SNI was used.Valentin Bartenev2013-02-272-0/+41
* Apply server configuration as soon as host is known.Valentin Bartenev2013-02-271-4/+18
* SSL: do not treat SSL handshake as request.Valentin Bartenev2013-02-272-90/+100
* Status: do not count connection as reading right after accept().Valentin Bartenev2013-02-271-19/+0
* SNI: reuse selected configuration for all requests in a connection.Valentin Bartenev2013-02-273-7/+12