index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-04
Mp4: fixed handling of too small mdat atoms (ticket #266).
Maxim Dounin
1
-0
/
+7
2013-03-01
Allocate request object from its own pool.
Valentin Bartenev
2
-40
/
+32
2013-02-27
SNI: added restriction on requesting host other than negotiated.
Valentin Bartenev
1
-0
/
+12
2013-02-27
SNI: reset to default server if requested host was not found.
Valentin Bartenev
1
-0
/
+11
2013-02-27
SNI: avoid surplus lookup of virtual server if SNI was used.
Valentin Bartenev
2
-0
/
+41
2013-02-27
Apply server configuration as soon as host is known.
Valentin Bartenev
1
-4
/
+18
2013-02-27
SSL: do not treat SSL handshake as request.
Valentin Bartenev
2
-90
/
+100
2013-02-27
Status: do not count connection as reading right after accept().
Valentin Bartenev
1
-19
/
+0
2013-02-27
SNI: reuse selected configuration for all requests in a connection.
Valentin Bartenev
3
-7
/
+12
2013-02-27
SNI: ignore captures in server_name regexes when matching by SNI.
Valentin Bartenev
1
-43
/
+103
2013-02-27
Changed interface of ngx_http_validate_host().
Valentin Bartenev
1
-42
/
+44
2013-02-27
Introduced the ngx_http_set_connection_log() macro.
Valentin Bartenev
3
-13
/
+12
2013-02-27
The default server lookup is now done only once per connection.
Valentin Bartenev
3
-126
/
+126
2013-02-27
Correctly handle multiple X-Forwarded-For headers (ticket #106).
Ruslan Ermilov
9
-67
/
+139
2013-02-27
Fixed separator in $sent_http_cache_control.
Ruslan Ermilov
1
-6
/
+27
2013-02-23
Fixed potential segfault in ngx_http_keepalive_handler().
Valentin Bartenev
1
-0
/
+1
2013-02-23
SSL: retry "sess_id" and "id" allocations.
Maxim Dounin
1
-2
/
+22
2013-02-23
Trailing whitespace fix.
Maxim Dounin
2
-2
/
+2
2013-02-21
Introduced variables in ngx_http_stub_status module.
Andrey Belov
1
-1
/
+80
2013-02-20
Connection upgrade support in uwsgi and scgi modules.
Maxim Dounin
2
-2
/
+18
2013-02-19
Removed zero termination of shm zone names.
Valentin Bartenev
2
-3
/
+0
2013-02-19
Version bump.
Valentin Bartenev
2
-3
/
+3
2013-02-18
Proxy: fixed do_write handling in previous commit.
Maxim Dounin
1
-9
/
+8
2013-02-18
Proxy: support for connection upgrade (101 Switching Protocols).
Maxim Dounin
8
-3
/
+323
2013-02-13
Fixed false memset warning on Linux with -O3 (ticket #275).
Maxim Dounin
1
-2
/
+5
2013-02-07
Added support for {SHA} passwords (ticket #50).
Maxim Dounin
1
-0
/
+37
2013-02-07
Version bump.
Maxim Dounin
2
-3
/
+3
2013-02-04
GeoIP: removed pseudo-support of "proxy" and "netspeed" databases.
Ruslan Ermilov
1
-2
/
+0
2013-02-01
FastCGI: proper handling of split fastcgi end request.
Maxim Dounin
1
-7
/
+37
2013-02-01
FastCGI: unconditional state transitions.
Maxim Dounin
1
-49
/
+8
2013-02-01
FastCGI: fixed wrong connection close with fastcgi_keep_conn.
Maxim Dounin
1
-4
/
+0
2013-02-01
Request body: fixed client_body_in_file_only.
Maxim Dounin
1
-1
/
+17
2013-02-01
SSL: fixed ngx_ssl_handshake() with level-triggered event methods.
Maxim Dounin
1
-0
/
+8
2013-01-28
SSL: take into account data in the buffer while limiting output.
Valentin Bartenev
1
-1
/
+1
2013-01-28
SSL: avoid calling SSL_write() with zero data size.
Valentin Bartenev
1
-0
/
+6
2013-01-28
SSL: calculation of buffer size moved closer to its usage.
Valentin Bartenev
1
-2
/
+2
2013-01-28
SSL: preservation of flush flag for buffered data.
Valentin Bartenev
1
-5
/
+5
2013-01-28
SSL: resetting of flush flag after the data was written.
Valentin Bartenev
1
-0
/
+2
2013-01-28
SSL: removed conditions that always hold true.
Valentin Bartenev
1
-5
/
+3
2013-01-28
Secure_link: fixed configuration inheritance.
Ruslan Ermilov
1
-2
/
+15
2013-01-25
Events: fixed null pointer dereference with resolver and poll.
Ruslan Ermilov
1
-2
/
+2
2013-01-24
GeoIP: IPv6 support.
Ruslan Ermilov
1
-13
/
+145
2013-01-22
Proxy: fixed proxy_method to always add space.
Maxim Dounin
1
-4
/
+5
2013-01-21
Variables $pipe, $request_length, $time_iso8601, and $time_local.
Ruslan Ermilov
1
-0
/
+102
2013-01-17
Version bump.
Ruslan Ermilov
2
-3
/
+3
2013-01-16
Fixed and improved the "*_bind" directives of proxying modules.
Ruslan Ermilov
8
-12
/
+131
2013-01-10
Fixed "proxy_pass" with IP address and no port (ticket #276).
Ruslan Ermilov
4
-15
/
+14
2013-01-09
SSL: speedup loading of configs with many ssl servers.
Maxim Dounin
1
-2
/
+2
2013-01-08
Events: added check for duplicate "events" directive.
Valentin Bartenev
1
-0
/
+4
2013-01-08
The data pointer in ngx_open_file_t objects must be initialized.
Valentin Bartenev
1
-0
/
+1
[next]