Sign in
nginx
/
nginx
/
e357e438527141d99d77632674f7153d13abe97d
e357e43
Version bump.
by Ruslan Ermilov
· 8 years ago
90fddf8
release-1.11.5 tag
by Maxim Dounin
· 8 years ago
5b276ea
nginx-1.11.5-RELEASE
by Maxim Dounin
· 8 years ago
nginx-1.11.5
5fbf368
Updated OpenSSL used for win32 builds.
by Maxim Dounin
· 8 years ago
db2919a
Modules compatibility: removed dependencies on NGX_MAIL_SSL.
by Maxim Dounin
· 8 years ago
f13c173
Modules compatibility: removed dependencies on NGX_STREAM_SSL.
by Maxim Dounin
· 8 years ago
c831c24
Modules compatibility: compatibility with NGX_HTTP_SSL.
by Maxim Dounin
· 8 years ago
b999d93
Modules compatibility: compatibility with NGX_HAVE_FILE_AIO.
by Maxim Dounin
· 8 years ago
ab4a670
Modules compatibility: compatibility with NGX_THREADS.
by Maxim Dounin
· 8 years ago
70394a0
Allowed '-' in method names.
by Maxim Dounin
· 8 years ago
aec1aee
Core: sockaddr lengths now respected by ngx_cmp_sockaddr().
by Maxim Dounin
· 8 years ago
30ec123
Core: ngx_conf_set_access_slot() user access (ticket #1096).
by Maxim Dounin
· 8 years ago
1ecdbfd
Realip: fixed duplicate processing on redirects (ticket #1098).
by Maxim Dounin
· 9 years ago
2a97186
Stream ssl_preread: fixed $ssl_preread_server_name variable.
by Sergey Kandaurov
· 9 years ago
29cdcac
Cache: cache manager limits.
by Dmitry Volyntsev
· 9 years ago
50016ed
Core: use c->log while closing connection.
by Ruslan Ermilov
· 9 years ago
16036ea
SSL: use X509_check_host() with LibreSSL.
by Maxim Dounin
· 9 years ago
4eb195b
Configure: removed the --with-ipv6 option.
by Maxim Dounin
· 9 years ago
1ac062c
Addition filter: set last_in_chain flag when clearing last_buf.
by Roman Arutyunyan
· 9 years ago
f77585a
Do not set last_buf flag in subrequests.
by Roman Arutyunyan
· 9 years ago
20fc020
Modules compatibility: removed two NGX_HAVE_DEFERRED_ACCEPT checks.
by Ruslan Ermilov
· 9 years ago
609fc4f
Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks.
by Maxim Dounin
· 9 years ago
c7689a8
Modules compatibility: removed unneeded IPV6_V6ONLY checks.
by Maxim Dounin
· 9 years ago
c749cde
Modules compatibility: http2.
by Maxim Dounin
· 9 years ago
86284d3
Modules compatibility: degradation fields now always present.
by Maxim Dounin
· 9 years ago
0316414
Modules compatibility: --with-compat configure option.
by Maxim Dounin
· 9 years ago
0615b33
Introduced the NGX_COMPAT macro.
by Ruslan Ermilov
· 9 years ago
d3ae9fd
Resolver: introduced state field in ngx_resolver_srv_name_t.
by Dmitry Volyntsev
· 9 years ago
a0f6fed
Modules compatibility: down flag promoted to a bitmask.
by Maxim Dounin
· 9 years ago
144dc69
Modules compatibility: upstream config field.
by Maxim Dounin
· 9 years ago
93002c9
Modules compatibility: status fields.
by Maxim Dounin
· 9 years ago
6366215
Modules compatibility: health check fields.
by Maxim Dounin
· 9 years ago
d3be43a
Modules compatibility: cache purge fields.
by Maxim Dounin
· 9 years ago
a950ac0
Modules compatibility: slow start fields.
by Maxim Dounin
· 9 years ago
efd920b
Modules compatibility: peer.notify.
by Maxim Dounin
· 9 years ago
f815d42
Stream: style.
by Ruslan Ermilov
· 9 years ago
49dec84
Upstream: max_conns.
by Ruslan Ermilov
· 9 years ago
79057ec
Upstream: removed the quick recovery mechanism.
by Ruslan Ermilov
· 9 years ago
ad218a7
Upstream: introduced u->upstream.
by Maxim Dounin
· 9 years ago
07f2f08
Upstream: style.
by Maxim Dounin
· 9 years ago
9dff973
Upstream: style, ngx_http_upstream_rr_peer_t.next moved.
by Maxim Dounin
· 9 years ago
ec3a61a
Perl: pass additional linker options to perl module.
by Konstantin Pavlov
· 9 years ago
9768d59
Fixed log levels of configuration parsing errors.
by Valentin Bartenev
· 9 years ago
0e946a8
Removed influence of some options on structures.
by Ruslan Ermilov
· 9 years ago
606d8a9
Upstream hash: fixed missing upstream name initialization.
by Vladimir Homutov
· 9 years ago
c99438c
Stream ssl_preread: removed internal macro.
by Vladimir Homutov
· 9 years ago
ea657ae
Stream: ssl_preread module.
by Vladimir Homutov
· 9 years ago
28d5af0
Stream: preread phase.
by Vladimir Homutov
· 9 years ago
4d925e1
Stream: phases.
by Roman Arutyunyan
· 9 years ago
17003b5
Stream: filters.
by Roman Arutyunyan
· 9 years ago
255eb64
Version bump.
by Vladimir Homutov
· 9 years ago
f1d4e6f
release-1.11.4 tag
by Maxim Dounin
· 9 years ago
afb92bb
nginx-1.11.4-RELEASE
by Maxim Dounin
· 9 years ago
nginx-1.11.4
c2ab2f3
OCSP stapling: fixed using wrong responder with multiple certs.
by Maxim Dounin
· 9 years ago
874b5d4
SSL: improved session ticket callback error handling.
by Sergey Kandaurov
· 9 years ago
b35795f
SSL: factored out digest and cipher in session ticket callback.
by Sergey Kandaurov
· 9 years ago
c4694f4
Stream: increase default value for proxy_protocol_timeout to 30s.
by Dmitry Volyntsev
· 9 years ago
5b44157
Stream: realip module.
by Dmitry Volyntsev
· 9 years ago
f0853fc
Core: introduced ngx_cidr_match() function.
by Dmitry Volyntsev
· 9 years ago
95e921e
Stream: allow using the session context inside handlers.
by Dmitry Volyntsev
· 9 years ago
4e77156
Stream: $proxy_protocol_addr and $proxy_protocol_port.
by Dmitry Volyntsev
· 9 years ago
8f0bb7c
Stream: the "proxy_protocol" parameter of the "listen" directive.
by Dmitry Volyntsev
· 9 years ago
f000514
Stream: postpone session initialization under accept mutex.
by Dmitry Volyntsev
· 9 years ago
7452033
Stream: log module.
by Vladimir Homutov
· 9 years ago
03ab965
Stream: upstream response time variables.
by Vladimir Homutov
· 9 years ago
e54e325
Stream: $upstream_bytes_sent and $upstream_bytes_received.
by Vladimir Homutov
· 9 years ago
87d6e07
Stream: the $upstream_addr variable.
by Vladimir Homutov
· 9 years ago
dad8d8e
Stream: the $status variable.
by Roman Arutyunyan
· 9 years ago
e7718b8
Event pipe: do not set file's thread_handler if not needed.
by Maxim Dounin
· 9 years ago
56d24c1
Event pipe: process data after recv_chain() errors.
by Maxim Dounin
· 9 years ago
bdfb5a9
Realip: fixed uninitialized memory access.
by Roman Arutyunyan
· 9 years ago
e09a2ef
Stream: the $protocol variable.
by Vladimir Homutov
· 9 years ago
daa8ddf
Stream: the $session_time variable.
by Vladimir Homutov
· 9 years ago
48998b3
Stream: the $bytes_received variable.
by Vladimir Homutov
· 9 years ago
ac31ad5
Thread pools: create threads in detached state.
by Piotr Sikora
· 9 years ago
1283ca5
Geo: fixed indentation.
by Sergey Kandaurov
· 9 years ago
aef3231
Contrib: unicode2nginx compatibility with recent Perl versions.
by Maxim Dounin
· 9 years ago
0a9bfcb
Geo: fixed warnings when removing nonexistent ranges.
by Ruslan Ermilov
· 9 years ago
404109b
Geo: fixed insertion of ranges specified in descending order.
by Ruslan Ermilov
· 9 years ago
22a20b4
Geo: fixed removing a range in certain cases.
by Ruslan Ermilov
· 9 years ago
e4b064c
Geo: fixed overflow when iterating over ranges.
by Ruslan Ermilov
· 9 years ago
93c7e76
SSL: adopted session ticket handling for OpenSSL 1.1.0.
by Sergey Kandaurov
· 9 years ago
814b5ab
SSL: remove no longer needed workaround for BoringSSL.
by Piotr Sikora
· 9 years ago
b003bf2
Events: fixed setting of IP_BIND_ADDRESS_NO_PORT/SO_REUSEADDR.
by Ruslan Ermilov
· 9 years ago
10e151f
Ensure "listen" exists in a mail or stream server (ticket #1049).
by Roman Arutyunyan
· 9 years ago
e290317
Fixed wrong type of the "line" field.
by Roman Arutyunyan
· 9 years ago
be33188
Geo: fixed access to already freed memory.
by Valentin Bartenev
· 9 years ago
252621f
Upstream: the $upstream_bytes_received variable.
by Vladimir Homutov
· 9 years ago
da7661c
Simplified extraction of current time.
by Ruslan Ermilov
· 9 years ago
ead9ed0
SSL: guarded SSL_R_NO_CIPHERS_PASSED not present in OpenSSL 1.1.0.
by Sergey Kandaurov
· 9 years ago
1fa00f5
Always seed PRNG with PID, seconds, and milliseconds.
by Ruslan Ermilov
· 9 years ago
a79284a
Fixed undefined behavior when left shifting signed integer.
by Ruslan Ermilov
· 9 years ago
322c944
Win32: added per-thread random seeding.
by Ruslan Ermilov
· 9 years ago
9a1aa15
Stream: fixed build without stream_ssl_module (ticket #1032).
by Vladimir Homutov
· 9 years ago
f4d6ee1
Version bump.
by Vladimir Homutov
· 9 years ago
b156b53
release-1.11.3 tag
by Maxim Dounin
· 9 years ago
887074e
nginx-1.11.3-RELEASE
by Maxim Dounin
· 9 years ago
nginx-1.11.3
668bf2e
Fixed regex captures handling without PCRE.
by Vladimir Homutov
· 9 years ago
39c1d59
Stream: variables in proxy_pass and proxy_ssl_name.
by Vladimir Homutov
· 9 years ago
2782005
HTTP/2: flushing of the SSL buffer in transition to the idle state.
by Valentin Bartenev
· 9 years ago
Next »