summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.3.12-RELEASErelease-1.3.12Maxim Dounin2013-02-051-0/+100
* Updated OpenSSL used for win32 builds.Maxim Dounin2013-02-051-1/+1
* GeoIP: removed pseudo-support of "proxy" and "netspeed" databases.Ruslan Ermilov2013-02-041-2/+0
* FastCGI: proper handling of split fastcgi end request.Maxim Dounin2013-02-011-7/+37
* FastCGI: unconditional state transitions.Maxim Dounin2013-02-011-49/+8
* FastCGI: fixed wrong connection close with fastcgi_keep_conn.Maxim Dounin2013-02-011-4/+0
* Request body: fixed client_body_in_file_only.Maxim Dounin2013-02-011-1/+17
* SSL: fixed ngx_ssl_handshake() with level-triggered event methods.Maxim Dounin2013-02-011-0/+8
* SSL: take into account data in the buffer while limiting output.Valentin Bartenev2013-01-281-1/+1
* SSL: avoid calling SSL_write() with zero data size.Valentin Bartenev2013-01-281-0/+6
* SSL: calculation of buffer size moved closer to its usage.Valentin Bartenev2013-01-281-2/+2
* SSL: preservation of flush flag for buffered data.Valentin Bartenev2013-01-281-5/+5
* SSL: resetting of flush flag after the data was written.Valentin Bartenev2013-01-281-0/+2
* SSL: removed conditions that always hold true.Valentin Bartenev2013-01-281-5/+3
* Secure_link: fixed configuration inheritance.Ruslan Ermilov2013-01-281-2/+15
* Events: fixed null pointer dereference with resolver and poll.Ruslan Ermilov2013-01-251-2/+2
* GeoIP: IPv6 support.Ruslan Ermilov2013-01-242-13/+157
* Configure: fixed GeoIP library detection.Ruslan Ermilov2013-01-241-1/+4
* Configure: fixed style of include directories.Ruslan Ermilov2013-01-242-2/+2
* Proxy: fixed proxy_method to always add space.Maxim Dounin2013-01-221-4/+5
* Removed redundant variable assignment.Sergey Budnevitch2013-01-211-3/+0
* Variables $pipe, $request_length, $time_iso8601, and $time_local.Ruslan Ermilov2013-01-211-0/+102
* Version bump.Ruslan Ermilov2013-01-172-3/+3
* Fixed and improved the "*_bind" directives of proxying modules.Ruslan Ermilov2013-01-168-12/+131
* release-1.3.11 tagMaxim Dounin2013-01-101-0/+1
* nginx-1.3.11-RELEASErelease-1.3.11Maxim Dounin2013-01-101-0/+53
* Fixed "proxy_pass" with IP address and no port (ticket #276).Ruslan Ermilov2013-01-104-15/+14
* Updated PCRE used for win32 builds.Maxim Dounin2013-01-101-1/+1
* SSL: speedup loading of configs with many ssl servers.Maxim Dounin2013-01-091-2/+2
* Events: added check for duplicate "events" directive.Valentin Bartenev2013-01-081-0/+4
* The data pointer in ngx_open_file_t objects must be initialized.Valentin Bartenev2013-01-081-0/+1
* Year 2013.Ruslan Ermilov2012-12-312-4/+4
* Geo: improved code readability.Ruslan Ermilov2012-12-271-54/+61
* Upstream keepalive: detect duplicate "keepalive" directive.Ruslan Ermilov2012-12-261-0/+4
* Version bump.Ruslan Ermilov2012-12-262-3/+3
* Geo: made "default" affect both IPv4 and IPv6 when using prefixes.Ruslan Ermilov2012-12-261-48/+77
* release-1.3.10 tagMaxim Dounin2012-12-251-0/+1
* nginx-1.3.10-RELEASErelease-1.3.10Maxim Dounin2012-12-251-0/+177
* Geo: properly initialize ngx_cidr_t when dealing with "default".Ruslan Ermilov2012-12-251-1/+1
* Geo: IPv6 support.Ruslan Ermilov2012-12-253-79/+442
* Upstream: fixed state resetting when switching to backup servers.Valentin Bartenev2012-12-252-2/+6
* Fixed HEAD requests handling when proxying is used (closes #261).Valentin Bartenev2012-12-242-1/+2
* Trailing whitespace fix.Ruslan Ermilov2012-12-241-2/+2
* Access log: the "gzip" parameter of the "access_log" directive.Valentin Bartenev2012-12-231-5/+213
* Configure: added the NGX_ZLIB define.Valentin Bartenev2012-12-231-1/+4
* Access log: the "flush" parameter of the "access_log" directive.Valentin Bartenev2012-12-231-23/+97
* Reopening log files code moved to a separate function.Valentin Bartenev2012-12-234-67/+77
* Access log: fixed redundant buffer reallocation.Valentin Bartenev2012-12-231-5/+9
* Properly initialize "struct in6_addr" with zeroes.Ruslan Ermilov2012-12-221-1/+1
* Core: crypt_r() error handling fixed.Maxim Dounin2012-12-211-14/+13