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-25
Use NGX_FILE_ERROR for handling file operations errors.
Valentin Bartenev
5
-7
/
+9
2013-03-25
Upstream: removed rudiments of upstream connection caching.
Ruslan Ermilov
2
-23
/
+0
2013-03-25
Upstream: removed sorting of upstream servers.
Ruslan Ermilov
1
-22
/
+0
2013-03-25
Mail: IPv6 backends (ticket #323).
Ruslan Ermilov
1
-24
/
+35
2013-03-25
Upstream: removed double-free workarounds in peer.free() methods.
Ruslan Ermilov
3
-19
/
+1
2013-03-25
Upstream: only call peer.free() if peer.get() selected a peer.
Ruslan Ermilov
1
-7
/
+10
2013-03-21
Split clients: check length when parsing configuration.
Ruslan Ermilov
1
-1
/
+1
2013-03-21
Removed unused ngx_http_clear_variable() macro.
Ruslan Ermilov
1
-3
/
+0
2013-03-21
Fixed language in a comment preceding ngx_http_index_handler().
Ruslan Ermilov
1
-5
/
+5
2013-03-21
Moved ngx_array_t definition from ngx_core.h to ngx_array.h.
Ruslan Ermilov
2
-3
/
+2
2013-03-21
Use NGX_DEFAULT_POOL_SIZE macro where appropriate.
Ruslan Ermilov
4
-5
/
+5
2013-03-21
Simplified ngx_array_create().
Ruslan Ermilov
1
-7
/
+1
2013-03-20
Core: fixed resource leak if binary upgrade fails due to no memory.
Ruslan Ermilov
1
-0
/
+1
2013-03-20
Preliminary experimental support for SPDY draft 2.
Valentin Bartenev
15
-14
/
+4823
2013-03-20
Win32: disabled MSVC warning about '\0' not fitting into array.
Valentin Bartenev
1
-0
/
+3
2013-03-20
URI processing code moved to a separate function.
Valentin Bartenev
1
-120
/
+125
2013-03-19
Image filter: the "image_filter_interlace" directive.
Ruslan Ermilov
1
-0
/
+13
2013-03-18
The limit_req_status and limit_conn_status directives.
Maxim Dounin
2
-3
/
+36
2013-03-18
Core: guard against failed allocation during binary upgrade.
Ruslan Ermilov
1
-0
/
+3
2013-03-15
Status: introduced the "ngx_stat_waiting" counter.
Valentin Bartenev
4
-3
/
+24
2013-03-15
Allow to reuse connections that wait their first request.
Valentin Bartenev
1
-0
/
+19
2013-03-14
Upstream: fixed previous commit.
Maxim Dounin
1
-1
/
+3
2013-03-14
Upstream: call ngx_http_run_posted_requests() on resolve errors.
Maxim Dounin
1
-2
/
+6
2013-03-14
Request body: avoid linking rb->buf to r->header_in.
Maxim Dounin
1
-1
/
+14
2013-03-14
Request body: next upstream fix.
Maxim Dounin
1
-2
/
+2
2013-03-12
Fixed logging in ngx_http_wait_request_handler().
Maxim Dounin
1
-1
/
+1
2013-03-11
Removed unused prototype of ngx_http_find_server_conf().
Valentin Bartenev
1
-1
/
+0
2013-03-11
Gzip: fixed setting of NGX_HTTP_GZIP_BUFFERED.
Valentin Bartenev
1
-0
/
+2
2013-03-07
SSL: Next Protocol Negotiation extension support.
Valentin Bartenev
1
-0
/
+34
2013-03-07
Refactored ngx_http_init_request().
Valentin Bartenev
2
-35
/
+46
2013-03-07
Removed c->single_connection flag.
Valentin Bartenev
4
-9
/
+3
2013-03-07
Respect the new behavior of TCP_DEFER_ACCEPT.
Valentin Bartenev
1
-0
/
+23
2013-03-07
Use "client_header_timeout" for all requests in a connection.
Valentin Bartenev
1
-2
/
+8
2013-03-07
Create request object only after the first byte was received.
Valentin Bartenev
1
-25
/
+102
2013-03-07
Version bump.
Valentin Bartenev
2
-3
/
+3
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
[next]