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