summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2013-03-05nginx-1.3.14-RELEASErelease-1.3.14Maxim Dounin1-0/+73
2013-03-04Mp4: fixed handling of too small mdat atoms (ticket #266).Maxim Dounin1-0/+7
2013-03-01Allocate request object from its own pool.Valentin Bartenev2-40/+32
2013-02-27SNI: added restriction on requesting host other than negotiated.Valentin Bartenev1-0/+12
2013-02-27SNI: reset to default server if requested host was not found.Valentin Bartenev1-0/+11
2013-02-27SNI: avoid surplus lookup of virtual server if SNI was used.Valentin Bartenev2-0/+41
2013-02-27Apply server configuration as soon as host is known.Valentin Bartenev1-4/+18
2013-02-27SSL: do not treat SSL handshake as request.Valentin Bartenev2-90/+100
2013-02-27Status: do not count connection as reading right after accept().Valentin Bartenev1-19/+0
2013-02-27SNI: reuse selected configuration for all requests in a connection.Valentin Bartenev3-7/+12
2013-02-27SNI: ignore captures in server_name regexes when matching by SNI.Valentin Bartenev1-43/+103
2013-02-27Changed interface of ngx_http_validate_host().Valentin Bartenev1-42/+44
2013-02-27Introduced the ngx_http_set_connection_log() macro.Valentin Bartenev3-13/+12
2013-02-27The default server lookup is now done only once per connection.Valentin Bartenev3-126/+126
2013-02-27Correctly handle multiple X-Forwarded-For headers (ticket #106).Ruslan Ermilov9-67/+139
2013-02-27Fixed separator in $sent_http_cache_control.Ruslan Ermilov1-6/+27
2013-02-23Fixed potential segfault in ngx_http_keepalive_handler().Valentin Bartenev1-0/+1
2013-02-23SSL: retry "sess_id" and "id" allocations.Maxim Dounin1-2/+22
2013-02-23Trailing whitespace fix.Maxim Dounin2-2/+2
2013-02-21Introduced variables in ngx_http_stub_status module.Andrey Belov1-1/+80
2013-02-20Connection upgrade support in uwsgi and scgi modules.Maxim Dounin2-2/+18
2013-02-19Removed zero termination of shm zone names.Valentin Bartenev2-3/+0
2013-02-19Version bump.Valentin Bartenev2-3/+3
2013-02-19release-1.3.13 tagMaxim Dounin1-0/+1
2013-02-19nginx-1.3.13-RELEASErelease-1.3.13Maxim Dounin1-0/+39
2013-02-18Proxy: fixed do_write handling in previous commit.Maxim Dounin1-9/+8
2013-02-18Proxy: support for connection upgrade (101 Switching Protocols).Maxim Dounin8-3/+323
2013-02-18Configure: changed default compiler from "gcc" to "cc".Gleb Smirnoff1-1/+1
2013-02-15Configure: rebuild perl module nginx.so if headers are changed.Maxim Dounin1-1/+2
2013-02-13Fixed false memset warning on Linux with -O3 (ticket #275).Maxim Dounin1-2/+5
2013-02-11Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2013-02-07Added support for {SHA} passwords (ticket #50).Maxim Dounin1-0/+37
2013-02-07Version bump.Maxim Dounin2-3/+3
2013-02-05release-1.3.12 tagMaxim Dounin1-0/+1
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