summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.3.16-RELEASErelease-1.3.16Maxim Dounin2013-04-161-0/+51
* Events: backout eventport changes (r5172) for now.Maxim Dounin2013-04-161-8/+0
* Request body: only read body in main request (ticket #330).Maxim Dounin2013-04-161-1/+1
* Upstream: warn if multiple non-stackable balancers are installed.Ruslan Ermilov2013-04-122-0/+10
* Events: fixed typos in two previous commits.Valentin Bartenev2013-04-122-2/+2
* Events: handle only active events in eventport.Valentin Bartenev2013-04-121-0/+8
* Events: protection from stale events in eventport and devpoll.Valentin Bartenev2013-04-122-2/+8
* Upstream: fixed $upstream_response_length without buffering.Sergey Kandaurov2013-04-111-1/+1
* Configure: fixed nginx.so rebuild (broken by r5145).Maxim Dounin2013-04-102-3/+6
* Upstream: removed surplus ngx_resolve_name_done() call.Valentin Bartenev2013-04-041-10/+1
* Limit req: rate should be non-zero.Valentin Bartenev2013-04-031-1/+1
* Pass PCRE_CASELESS to pcre_compile() for caseless matching.Ruslan Ermilov2013-03-291-1/+1
* Configure: unified nginx version computation constructs.Ruslan Ermilov2013-03-282-2/+2
* Simplified nginx version maintenance.Ruslan Ermilov2013-03-282-2/+8
* Configure: fixed perl module make rules.Ruslan Ermilov2013-03-282-2/+4
* Configure: improved make dependencies for perl module.Ruslan Ermilov2013-03-281-5/+3
* Configure: improved layout of the generated makefile.Ruslan Ermilov2013-03-281-12/+12
* Upstream: fixed tcp_nodelay with connection upgrade (ticket #325).Maxim Dounin2013-03-271-20/+27
* Event connect: don't penalize AF_INET6 connections.Maxim Dounin2013-03-271-1/+1
* Version bump.Maxim Dounin2013-03-272-3/+3
* release-1.3.15 tagMaxim Dounin2013-03-261-0/+1
* 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