summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release-1.5.0-RELEASErelease-1.5.0Maxim Dounin2013-05-061-0/+22
* Fixed chunk size parsing.Maxim Dounin2013-05-061-0/+4
* Proxy: allocate $proxy_internal_body_length from request pool.Ruslan Ermilov2013-04-291-1/+1
* Configure: fixed detection of newer Apple clang compilers.Ruslan Ermilov2013-04-292-3/+3
* Version bump.Ruslan Ermilov2013-04-291-2/+2
* release-1.4.0 tagMaxim Dounin2013-04-241-0/+1
* nginx-1.4.0-RELEASErelease-1.4.0Maxim Dounin2013-04-241-0/+29
* Version bump.Maxim Dounin2013-04-241-2/+2
* SPDY: set NGX_TCP_NODELAY_DISABLED for fake connections.Valentin Bartenev2013-04-231-0/+1
* Perl: request body handling fixed.Maxim Dounin2013-04-231-3/+36
* Configure: fixed perl Makefile generation (ticket #334).Maxim Dounin2013-04-192-2/+2
* Configure: uniformly refer to libs when searching for md5 and sha1.Ruslan Ermilov2013-04-182-4/+4
* Version bump.Ruslan Ermilov2013-04-181-2/+2
* release-1.3.16 tagMaxim Dounin2013-04-161-0/+1
* 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