Sign in
nginx
/
nginx
/
1b10a9adf8447145ac2607f16681340049409fc8
/
src
1b10a9a
OCSP stapling: fix error logging of successful OCSP responses.
by Piotr Sikora
· 12 years ago
8597218
Mail: removed surplus ngx_close_connection() call.
by Filipe Da Silva
· 12 years ago
c9c4e39
Upstream keepalive: slightly simplified code.
by Ruslan Ermilov
· 12 years ago
330ebdc
Proxy: clear script engine used to calculate lengths.
by Maxim Dounin
· 12 years ago
885861b
Fixed lingering_time check.
by Maxim Dounin
· 12 years ago
dcdf9ee
Upstream: allow to intercept responses with status 300.
by Ruslan Ermilov
· 12 years ago
b5fd7d5
PCRE: retain input pattern for all regular expressions.
by Piotr Sikora
· 12 years ago
a38455a
Proxy: $proxy_internal_body_length fixed.
by Maxim Dounin
· 12 years ago
9564f65
Mp4: indentation and style, no functional changes.
by Maxim Dounin
· 12 years ago
c3dea40
Added r->limit_rate_after.
by Maxim Dounin
· 12 years ago
9cff799
Fixed build with --with-mail_ssl_module.
by Maxim Dounin
· 12 years ago
ff72493
Request body: fixed r->count increment on allocation failure.
by Maxim Dounin
· 12 years ago
8e35221
Perl: extra "return" removed.
by Maxim Dounin
· 12 years ago
22c9e34
Version bump.
by Maxim Dounin
· 12 years ago
818807d
Fixed chunk size parsing.
by Maxim Dounin
· 12 years ago
9014efd
Proxy: allocate $proxy_internal_body_length from request pool.
by Ruslan Ermilov
· 12 years ago
8bc3ed7
Version bump.
by Ruslan Ermilov
· 12 years ago
39d9871
Version bump.
by Maxim Dounin
· 12 years ago
670d428
SPDY: set NGX_TCP_NODELAY_DISABLED for fake connections.
by Valentin Bartenev
· 12 years ago
e584341
Perl: request body handling fixed.
by Maxim Dounin
· 12 years ago
9d4e3c3
Configure: fixed perl Makefile generation (ticket #334).
by Maxim Dounin
· 12 years ago
ba4f270
Version bump.
by Ruslan Ermilov
· 12 years ago
77d60d2
Events: backout eventport changes (r5172) for now.
by Maxim Dounin
· 12 years ago
0dee57d
Request body: only read body in main request (ticket #330).
by Maxim Dounin
· 12 years ago
7ea00fb
Upstream: warn if multiple non-stackable balancers are installed.
by Ruslan Ermilov
· 12 years ago
c798029
Events: fixed typos in two previous commits.
by Valentin Bartenev
· 12 years ago
c6aebf6
Events: handle only active events in eventport.
by Valentin Bartenev
· 12 years ago
ed9f87c
Events: protection from stale events in eventport and devpoll.
by Valentin Bartenev
· 12 years ago
7a7650a
Upstream: fixed $upstream_response_length without buffering.
by Sergey Kandaurov
· 12 years ago
c63b826
Configure: fixed nginx.so rebuild (broken by r5145).
by Maxim Dounin
· 12 years ago
e297091
Upstream: removed surplus ngx_resolve_name_done() call.
by Valentin Bartenev
· 12 years ago
d88dffb
Limit req: rate should be non-zero.
by Valentin Bartenev
· 12 years ago
600f9d3
Pass PCRE_CASELESS to pcre_compile() for caseless matching.
by Ruslan Ermilov
· 12 years ago
a861b0d
Simplified nginx version maintenance.
by Ruslan Ermilov
· 12 years ago
cc0e563
Upstream: fixed tcp_nodelay with connection upgrade (ticket #325).
by Maxim Dounin
· 12 years ago
3b9e7ad
Event connect: don't penalize AF_INET6 connections.
by Maxim Dounin
· 12 years ago
c2bb765
Version bump.
by Maxim Dounin
· 12 years ago
604e18f
Use NGX_FILE_ERROR for handling file operations errors.
by Valentin Bartenev
· 12 years ago
ea327f1
Upstream: removed rudiments of upstream connection caching.
by Ruslan Ermilov
· 12 years ago
4d9fdd8
Upstream: removed sorting of upstream servers.
by Ruslan Ermilov
· 12 years ago
4f2d651
Mail: IPv6 backends (ticket #323).
by Ruslan Ermilov
· 12 years ago
2fd8b27
Upstream: removed double-free workarounds in peer.free() methods.
by Ruslan Ermilov
· 12 years ago
46b469a
Upstream: only call peer.free() if peer.get() selected a peer.
by Ruslan Ermilov
· 12 years ago
275a35c
Split clients: check length when parsing configuration.
by Ruslan Ermilov
· 12 years ago
0ce6213
Removed unused ngx_http_clear_variable() macro.
by Ruslan Ermilov
· 12 years ago
d1c285e
Fixed language in a comment preceding ngx_http_index_handler().
by Ruslan Ermilov
· 12 years ago
64fe190
Moved ngx_array_t definition from ngx_core.h to ngx_array.h.
by Ruslan Ermilov
· 12 years ago
56fce56
Use NGX_DEFAULT_POOL_SIZE macro where appropriate.
by Ruslan Ermilov
· 12 years ago
7b80e43
Simplified ngx_array_create().
by Ruslan Ermilov
· 12 years ago
9e5f617
Core: fixed resource leak if binary upgrade fails due to no memory.
by Ruslan Ermilov
· 12 years ago
2686cb4
Preliminary experimental support for SPDY draft 2.
by Valentin Bartenev
· 12 years ago
cf64a6c
Win32: disabled MSVC warning about '\0' not fitting into array.
by Valentin Bartenev
· 12 years ago
fb6f8c4
URI processing code moved to a separate function.
by Valentin Bartenev
· 12 years ago
fd8b7d2
Image filter: the "image_filter_interlace" directive.
by Ruslan Ermilov
· 12 years ago
d7db87e
The limit_req_status and limit_conn_status directives.
by Maxim Dounin
· 12 years ago
5a7661e
Core: guard against failed allocation during binary upgrade.
by Ruslan Ermilov
· 12 years ago
bac0cb3
Status: introduced the "ngx_stat_waiting" counter.
by Valentin Bartenev
· 12 years ago
23e692b
Allow to reuse connections that wait their first request.
by Valentin Bartenev
· 12 years ago
3f70ddc
Upstream: fixed previous commit.
by Maxim Dounin
· 12 years ago
c49abd2
Upstream: call ngx_http_run_posted_requests() on resolve errors.
by Maxim Dounin
· 12 years ago
4641497
Request body: avoid linking rb->buf to r->header_in.
by Maxim Dounin
· 12 years ago
545cfd1
Request body: next upstream fix.
by Maxim Dounin
· 12 years ago
092355b
Fixed logging in ngx_http_wait_request_handler().
by Maxim Dounin
· 12 years ago
f1b6e47
Removed unused prototype of ngx_http_find_server_conf().
by Valentin Bartenev
· 12 years ago
b8cba36
Gzip: fixed setting of NGX_HTTP_GZIP_BUFFERED.
by Valentin Bartenev
· 12 years ago
8fbef48
SSL: Next Protocol Negotiation extension support.
by Valentin Bartenev
· 12 years ago
bf23093
Refactored ngx_http_init_request().
by Valentin Bartenev
· 12 years ago
a32d3f8
Removed c->single_connection flag.
by Valentin Bartenev
· 12 years ago
4815b3b
Respect the new behavior of TCP_DEFER_ACCEPT.
by Valentin Bartenev
· 12 years ago
3e5aaee
Use "client_header_timeout" for all requests in a connection.
by Valentin Bartenev
· 12 years ago
a46a3ab
Create request object only after the first byte was received.
by Valentin Bartenev
· 12 years ago
1e1b93b
Version bump.
by Valentin Bartenev
· 12 years ago
b502fcb
Mp4: fixed handling of too small mdat atoms (ticket #266).
by Maxim Dounin
· 12 years ago
fcf003c
Allocate request object from its own pool.
by Valentin Bartenev
· 12 years ago
b720f65
SNI: added restriction on requesting host other than negotiated.
by Valentin Bartenev
· 12 years ago
6000f4a
SNI: reset to default server if requested host was not found.
by Valentin Bartenev
· 12 years ago
f616125
SNI: avoid surplus lookup of virtual server if SNI was used.
by Valentin Bartenev
· 12 years ago
8c4fea1
Apply server configuration as soon as host is known.
by Valentin Bartenev
· 12 years ago
d281d0b
SSL: do not treat SSL handshake as request.
by Valentin Bartenev
· 12 years ago
167aabf
Status: do not count connection as reading right after accept().
by Valentin Bartenev
· 12 years ago
64932a9
SNI: reuse selected configuration for all requests in a connection.
by Valentin Bartenev
· 12 years ago
e1d8158
SNI: ignore captures in server_name regexes when matching by SNI.
by Valentin Bartenev
· 12 years ago
8ca4dff
Changed interface of ngx_http_validate_host().
by Valentin Bartenev
· 12 years ago
b314102
Introduced the ngx_http_set_connection_log() macro.
by Valentin Bartenev
· 12 years ago
508afb8
The default server lookup is now done only once per connection.
by Valentin Bartenev
· 12 years ago
67a6872
Correctly handle multiple X-Forwarded-For headers (ticket #106).
by Ruslan Ermilov
· 12 years ago
40ea120
Fixed separator in $sent_http_cache_control.
by Ruslan Ermilov
· 12 years ago
f1d5d03
Fixed potential segfault in ngx_http_keepalive_handler().
by Valentin Bartenev
· 12 years ago
890ee44
SSL: retry "sess_id" and "id" allocations.
by Maxim Dounin
· 12 years ago
56bc5f2
Trailing whitespace fix.
by Maxim Dounin
· 12 years ago
284a7db
Introduced variables in ngx_http_stub_status module.
by Andrey Belov
· 12 years ago
208fc03
Connection upgrade support in uwsgi and scgi modules.
by Maxim Dounin
· 12 years ago
59db08a
Removed zero termination of shm zone names.
by Valentin Bartenev
· 12 years ago
a98305e
Version bump.
by Valentin Bartenev
· 12 years ago
82d48e1
Proxy: fixed do_write handling in previous commit.
by Maxim Dounin
· 12 years ago
08a73b4
Proxy: support for connection upgrade (101 Switching Protocols).
by Maxim Dounin
· 12 years ago
d2c9f45
Fixed false memset warning on Linux with -O3 (ticket #275).
by Maxim Dounin
· 12 years ago
a2b987e
Added support for {SHA} passwords (ticket #50).
by Maxim Dounin
· 12 years ago
6cb9bbe
Version bump.
by Maxim Dounin
· 12 years ago
75e5d13
GeoIP: removed pseudo-support of "proxy" and "netspeed" databases.
by Ruslan Ermilov
· 12 years ago
Next »