Sign in
nginx
/
nginx
/
4cc41a4aeefa580ca8a86a7fe251838d60bc6ce5
4cc41a4
Merge branch 'nginx' (nginx-1.13.3).
by Piotr Sikora
· 8 years ago
b6d0324
release-1.13.3 tag
by Maxim Dounin
· 8 years ago
f560546
nginx-1.13.3-RELEASE
by Maxim Dounin
· 8 years ago
nginx-1.13.3
f8597b4
Range filter: avoid negative range start.
by Maxim Dounin
· 8 years ago
7e18ca8
Range filter: protect from total size overflows.
by Maxim Dounin
· 8 years ago
2c84a0e
Variables: use ngx_http_variable_null_value where appropriate.
by Ruslan Ermilov
· 8 years ago
946688b
Resolver: cancelable resend timer event.
by Ruslan Ermilov
· 8 years ago
df418f2
Resolver: factored out setting a timer for resolver timeout.
by Sergey Kandaurov
· 8 years ago
ff21738
Slab: fixed small allocations on systems with large pagesize.
by Ruslan Ermilov
· 8 years ago
13399c5
Slab: style.
by Ruslan Ermilov
· 8 years ago
4375beb
Resolver: fixed possible use-after-free while resolving SRV.
by Roman Arutyunyan
· 8 years ago
8324948
Merge branch 'nginx' (nginx-1.13.2).
by Piotr Sikora
· 8 years ago
b00eeba
release-1.13.2 tag
by Maxim Dounin
· 8 years ago
b84e8a1
nginx-1.13.2-RELEASE
by Maxim Dounin
· 8 years ago
nginx-1.13.2
b011293
Range filter: allowed ranges on empty files (ticket #1031).
by Maxim Dounin
· 8 years ago
6d51e99
Merge upstream version of HTTP/2 fixes.
by Piotr Sikora
· 8 years ago
2a8a375
Merge upstream version of HTTP trailers.
by Piotr Sikora
· 8 years ago
2da47d8
Upstream: introduced ngx_http_upstream_ssl_handshake_handler().
by Maxim Dounin
· 8 years ago
e9f69c1
Upstream: fixed running posted requests (ticket #788).
by Roman Arutyunyan
· 8 years ago
9f1b1b4
Resolver: added the "async" flag to resolver context.
by Roman Arutyunyan
· 8 years ago
be751bf
Resolver: fixed allocation error handling while resolving SRV.
by Bart Warmerdam
· 8 years ago
cd7edb6
Introduced ngx_rwlock_downgrade().
by Ruslan Ermilov
· 8 years ago
46b41a3
Added memory barrier semantics to ngx_rwlock_unlock().
by Ruslan Ermilov
· 8 years ago
e57578e
Merge branch 'nginx' (nginx-1.13.1).
by Piotr Sikora
· 8 years ago
568f855
release-1.13.1 tag
by Maxim Dounin
· 8 years ago
cbf700a
nginx-1.13.1-RELEASE
by Maxim Dounin
· 8 years ago
nginx-1.13.1
74cb394
Updated OpenSSL used for win32 builds.
by Maxim Dounin
· 8 years ago
c66b6c6
Fixed background requests with asynchronous operations.
by Roman Arutyunyan
· 8 years ago
302d47a
Configure: sched_setaffinity() test moved to auto/unix.
by Maxim Dounin
· 8 years ago
a26f3cd
Style: changed checks of ngx_ssl_create_connection() to != NGX_OK.
by Maxim Dounin
· 8 years ago
d496b3e
SSL: set TCP_NODELAY on SSL connections before handshake.
by Maxim Dounin
· 8 years ago
5e3dfd2
Introduced ngx_tcp_nodelay().
by Ruslan Ermilov
· 8 years ago
de9e34e
Background subrequests for cache updates.
by Roman Arutyunyan
· 8 years ago
c48387e
Fixed deferred accept with EPOLLRDHUP enabled (ticket #1278).
by Roman Arutyunyan
· 8 years ago
789d6ab
HTTP/2: fixed segfault when memory allocation failed.
by Valentin Bartenev
· 8 years ago
b8e4b6a
Contrib: proper syntax parsing in vim syntax highlighting.
by Maxim Dounin
· 8 years ago
464f207
Cache: ignore long locked entries during forced expire.
by Dmitry Volyntsev
· 8 years ago
7911b24
Upstream: fixed u->headers_in.headers allocation error handling.
by Sergey Kandaurov
· 8 years ago
9c757f3
Upstream: add $upstream_bytes_sent variable.
by Piotr Sikora
· 8 years ago
eaf08f7
Upstream: ignore read-readiness if request wasn't sent.
by Piotr Sikora
· 8 years ago
b7ac903
Upstream: pass "Trailer" header only when passing trailers.
by Piotr Sikora
· 8 years ago
06b99e2
Configure: recent Sun C versions.
by Maxim Dounin
· 8 years ago
789d220
Configure: disabled gcc atomics with Sun C (ticket #1261).
by Maxim Dounin
· 8 years ago
27453e3
Configure: style.
by Maxim Dounin
· 8 years ago
25badc2
Realip: allow hostnames in set_real_ip_from (ticket #1180).
by Ruslan Ermilov
· 8 years ago
e27a553
Access: simplified rule parser code.
by Ruslan Ermilov
· 8 years ago
de167d4
SSL: allowed renegotiation in client mode with OpenSSL < 1.1.0.
by Sergey Kandaurov
· 8 years ago
704bcc8
Added missing "fall through" comments (ticket #1259).
by Maxim Dounin
· 8 years ago
e98c725
Merge branch 'nginx' (nginx-1.13.0).
by Piotr Sikora
· 8 years ago
6f69077
Don't pretend we support HTTP major versions >1 as HTTP/1.1.
by Ruslan Ermilov
· 8 years ago
8dce02e
Version bump.
by Ruslan Ermilov
· 8 years ago
37eb08b
release-1.13.0 tag
by Maxim Dounin
· 8 years ago
e7a3de4
nginx-1.13.0-RELEASE
by Maxim Dounin
· 8 years ago
nginx-1.13.0
d617ff6
HTTP/2: reduced difference to HTTP/1.x in reading request body.
by Valentin Bartenev
· 8 years ago
1d637a5
HTTP/2: rejecting zero WINDOW_UPDATE with PROTOCOL_ERROR.
by Valentin Bartenev
· 8 years ago
6feddd6
HTTP/2: retain r->request_body in requests without request body.
by Piotr Sikora
· 8 years ago
d590699
Gzip static: use an appropriate error on memory allocation failure.
by Sergey Kandaurov
· 8 years ago
d5fa36f
Cleaned up r->headers_out.headers allocation error handling.
by Sergey Kandaurov
· 8 years ago
789e4d2
Core: signal sender pid logging.
by Igor Sysoev
· 8 years ago
0e9b81f
HTTP/2: send SETTINGS ACK after applying all SETTINGS params.
by Piotr Sikora
· 8 years ago
e4c0924
HTTP/2: emit new frames only after applying all SETTINGS params.
by Piotr Sikora
· 8 years ago
cd08515
HTTP/2: don't send SETTINGS ACK before already queued DATA frames.
by Piotr Sikora
· 8 years ago
c5e3875
HTTP/2: make SETTINGS ACK frame reusable.
by Piotr Sikora
· 8 years ago
4e532a8
HTTP/2: add debug logging of SETTINGS frame and its parameters.
by Piotr Sikora
· 8 years ago
4f38876
Sub filter: restored ngx_http_set_ctx() at the proper place.
by Sergey Kandaurov
· 8 years ago
79d99a0
SSL: compatibility with OpenSSL master branch.
by Sergey Kandaurov
· 8 years ago
d0996af
SSL: disabled renegotiation detection in client mode.
by Sergey Kandaurov
· 8 years ago
761bc39
SSL: added support for TLSv1.3 in ssl_protocols directive.
by Sergey Kandaurov
· 8 years ago
724d471
Set UDP datagram source address (ticket #1239).
by Roman Arutyunyan
· 8 years ago
eae591b
Core: removed extra ngx_alloc() and ngx_calloc() prototypes.
by Sergey Kandaurov
· 8 years ago
c1de6f3
Enabled IPV6_RECVPKTINFO / IPV6_PKTINFO on macOS.
by Sergey Kandaurov
· 8 years ago
1b29b32
Added support for the "308 Permanent Redirect" (ticket #877).
by Simon Leblanc
· 8 years ago
e9026b3
Proxy: split configured header names and values.
by Piotr Sikora
· 8 years ago
ced7c68
Proxy: always emit "Host" header first.
by Piotr Sikora
· 8 years ago
dc4a230
Proxy: add "proxy_ssl_alpn" directive.
by Piotr Sikora
· 8 years ago
f38caae
Merge branch 'nginx' (nginx-1.11.13).
by Piotr Sikora
· 8 years ago
014e730
release-1.11.13 tag
by Maxim Dounin
· 8 years ago
b3c249b
nginx-1.11.13-RELEASE
by Maxim Dounin
· 8 years ago
nginx-1.11.13
76725a8
Mail: configurable socket buffer sizes.
by Vladimir Homutov
· 8 years ago
75901ca
Stream: configurable socket buffer sizes.
by Vladimir Homutov
· 8 years ago
b420a91
Core: improved JSON escaping.
by Valentin Bartenev
· 8 years ago
a43ae9f
Use ngx_calloc_buf() where appropriate.
by Ruslan Ermilov
· 8 years ago
f6b6d46
Version bump.
by Ruslan Ermilov
· 8 years ago
4dbf1fb
HTTP/2: add fast-path for HTTP/2 requests without request body.
by Piotr Sikora
· 8 years ago
0f69928
HTTP/2: add debug logging of pseudo-headers and control frames.
by Piotr Sikora
· 8 years ago
4d4bdd3
HTTP/2: add logging of RST_STREAM frames with NO_ERROR code.
by Piotr Sikora
· 8 years ago
470540b
HTTP/2: reject HTTP/2 requests with "Connection" header.
by Piotr Sikora
· 8 years ago
d110213
HTTP/2: reject HTTP/2 requests without ":scheme" pseudo-header.
by Piotr Sikora
· 8 years ago
0ee0aee
HTTP/2: emit PROTOCOL_ERROR on invalid ENABLE_PUSH setting value.
by Piotr Sikora
· 8 years ago
7272ca5
HTTP/2: emit PROTOCOL_ERROR on invalid WINDOW_UPDATE increments.
by Piotr Sikora
· 8 years ago
4d0f4bc
HTTP/2: emit PROTOCOL_ERROR on padding errors.
by Piotr Sikora
· 8 years ago
a5c90de
HTTP/2: fix flow control with padded DATA frames.
by Piotr Sikora
· 8 years ago
4877551
HTTP/2: fix $body_bytes_sent variable.
by Piotr Sikora
· 8 years ago
4d1fcf1
HTTP/2: fix $bytes_sent variable.
by Piotr Sikora
· 8 years ago
e851e0a
Upstream: add support for trailers in HTTP responses.
by Piotr Sikora
· 8 years ago
ce8d9cc
HTTP/2: emit trailers in HTTP/2 responses without message body.
by Piotr Sikora
· 8 years ago
2b008f3
Headers filter: add "Trailer" header only when emitting trailers.
by Piotr Sikora
· 8 years ago
4553c7f
HTTP: force chunked encoding only when emitting trailers.
by Piotr Sikora
· 8 years ago
9e563ec
HTTP: fix support for trailers in subrequests.
by Piotr Sikora
· 8 years ago
ffad0ba
HTTP: add $sent_trailer_* variables.
by Piotr Sikora
· 8 years ago
Next »