Sign in
nginx
/
nginx
/
97f7bf25c937f530b9184409c1f2bd8e4f3d2d99
97f7bf2
Fixed "sendmsg() failed" alerts on HP-UX.
by Maxim Dounin
· 13 years ago
a769c53
Fixed segfault with poll and resolver used.
by Maxim Dounin
· 13 years ago
c45bd10
Changed default alignment to 16.
by Maxim Dounin
· 13 years ago
40a366c
Fixed handling of conflicting wildcard server names.
by Maxim Dounin
· 13 years ago
859dc4c
Mp4: fixed streaming if moov atom is at buffer edge.
by Maxim Dounin
· 13 years ago
e1e2e2e
Mp4: fixed non-keyframe seeks in some cases (ticket #175).
by Maxim Dounin
· 13 years ago
0cf5237
Style fix.
by Andrey Belov
· 13 years ago
e91b210
New core variable: $status.
by Andrey Belov
· 13 years ago
2c49af8
When "resolver" is configured with a domain name, only the first
by Ruslan Ermilov
· 13 years ago
da8bb22
Fixed crash in ngx_resolver_cleanup_tree().
by Ruslan Ermilov
· 13 years ago
b9feaa8
Version bump.
by Ruslan Ermilov
· 13 years ago
d4353c6
Fixed spelling of "endianness", and called it "byte ordering" in the
by Ruslan Ermilov
· 13 years ago
397a42e
release-1.2.1 tag
by Maxim Dounin
· 13 years ago
b73d3fd
release-1.3.1 tag
by Maxim Dounin
· 13 years ago
b239607
nginx-1.3.1-RELEASE
by Maxim Dounin
· 13 years ago
nginx-1.3.1
0d7720d
Win32: uris with ":$" are now rejected.
by Maxim Dounin
· 13 years ago
f83598a
Win32: normalization of trailing dot inside uri.
by Maxim Dounin
· 13 years ago
db80a7a
Win32: disallowed access to various non-canonical name variants.
by Maxim Dounin
· 13 years ago
ac7f704
Support for IPv6 literals and an optional port in resolver.
by Ruslan Ermilov
· 13 years ago
596226f
Support for IPv6 literals in proxy_pass and so on.
by Maxim Dounin
· 13 years ago
4888969
Upstream: least_conn compilation fixes.
by Maxim Dounin
· 13 years ago
1ba6ecd
Upstream: weights support in ip_hash balancer.
by Maxim Dounin
· 13 years ago
4cb4e8d
Upstream: least_conn balancer module.
by Maxim Dounin
· 13 years ago
01f1e4d
Resolver: fixed format specification.
by Maxim Dounin
· 13 years ago
887f514
Code reduction (no functional changes).
by Ruslan Ermilov
· 13 years ago
2195eb5
Removed mistaken setting of NGX_SSL_BUFFERED flag in ngx_ssl_send_chain()
by Valentin Bartenev
· 13 years ago
d8ec491
Fixed returned value handling from the cookie rewrite handler.
by Valentin Bartenev
· 13 years ago
94d8df6
geoip: got rid of ugly casts when calling ngx_free().
by Ruslan Ermilov
· 13 years ago
49fbd88
Fixed broken build.
by Ruslan Ermilov
· 13 years ago
9fbd0d7
Fixed memory leak if $geoip_org variable was used.
by Ruslan Ermilov
· 13 years ago
526fd68
Fixed the reuse of parsed DTDs and XSLTs.
by Ruslan Ermilov
· 13 years ago
e1133ca
Fixed compilation with -DNGX_DEBUG_MALLOC on FreeBSD 10.
by Maxim Dounin
· 13 years ago
a272b2d
Fixed warning during nginx.xs compilation.
by Maxim Dounin
· 13 years ago
d2e005c
Fixed potential null pointer dereference in ngx_resolver_create().
by Ruslan Ermilov
· 13 years ago
d230df4
Removed historical and now redundant syntax pre-checks in ngx_parse_url().
by Ruslan Ermilov
· 13 years ago
34229e9
Fixed core variables dynamic access after reconfiguration.
by Maxim Dounin
· 13 years ago
d2143f1
Fixed segfault with filter_finalize introduced in r4621 (1.3.0).
by Maxim Dounin
· 13 years ago
430ab81
Fixed building --with-cpp_test_module on some systems.
by Valentin Bartenev
· 13 years ago
1c168c7
Fixed the ngx_regex.h header file compatibility with C++.
by Valentin Bartenev
· 13 years ago
1b43974
Zero padded the returned and logged HTTP status code, and fixed possible
by Ruslan Ermilov
· 13 years ago
befc111
Capped the status code that may be returned with "return" and "try_files".
by Ruslan Ermilov
· 13 years ago
10c205a
Added syntax checking of the second parameter of the "split_clients" directive.
by Ruslan Ermilov
· 13 years ago
6888516
Version bump.
by Ruslan Ermilov
· 13 years ago
d7b4092
release-1.3.0 tag
by Maxim Dounin
· 13 years ago
479e06d
nginx-1.3.0-RELEASE
by Maxim Dounin
· 13 years ago
nginx-1.3.0
07c1784
Updated OpenSSL used for win32 builds.
by Maxim Dounin
· 13 years ago
e3bb319
Fixed win32 build after changes in r4624.
by Ruslan Ermilov
· 13 years ago
0215fcc
Update c->sent in ngx_ssl_send_chain() even if SSL buffer is not used.
by Valentin Bartenev
· 13 years ago
9a79c34
Reverted previous attempt to fix complation warning introduced in
by Ruslan Ermilov
· 13 years ago
d4ba06c
geoip: trusted proxies support and partial IPv6 support.
by Ruslan Ermilov
· 13 years ago
69521dd
geo: chains of trusted proxies and partial IPv6 support.
by Ruslan Ermilov
· 13 years ago
11a8e26
Fixed compilation warning introduced in r4624.
by Ruslan Ermilov
· 13 years ago
7627530
realip: chains of trusted proxies and IPv6 support.
by Ruslan Ermilov
· 13 years ago
8e5dc47
New function ngx_http_get_forwarded_addr() to look up real client address.
by Ruslan Ermilov
· 13 years ago
4d5759e
Upstream: fixed ip_hash rebalancing with the "down" flag.
by Maxim Dounin
· 13 years ago
52327e0
Upstream: smooth weighted round-robin balancing.
by Maxim Dounin
· 13 years ago
e302ed6
Fixed possible request hang with filter finalization.
by Maxim Dounin
· 13 years ago
7d863c0
Resolver: protection from duplicate responses.
by Maxim Dounin
· 13 years ago
0e3b423
Accept moderation in case of EMFILE/ENFILE.
by Maxim Dounin
· 13 years ago
74d9399
Rewrite: fixed escaping and possible segfault (ticket #162).
by Maxim Dounin
· 13 years ago
9114f08
Fastcgi: fixed padding handling on fixed-size records.
by Maxim Dounin
· 13 years ago
b34f84d
Added r->state reset on fastcgi/scgi/uwsgi request start.
by Maxim Dounin
· 13 years ago
e0e1c45
Added write event handler reset in ngx_http_named_location().
by Maxim Dounin
· 13 years ago
700364f
debug_connection: added the IPv6 and UNIX-domain socket support.
by Ruslan Ermilov
· 13 years ago
a0025f2
Removed surplus condition.
by Valentin Bartenev
· 13 years ago
eeec229
Allows particular modules to handle subrequests properly.
by Andrey Belov
· 13 years ago
487ba70
Fixed segmentation fault in ngx_resolver_create_name_query().
by Ruslan Ermilov
· 13 years ago
6ad0238
Version bump.
by Maxim Dounin
· 13 years ago
bde0cec
release-1.2.0 tag
by Maxim Dounin
· 13 years ago
b675416
nginx-1.2.0-RELEASE
by Maxim Dounin
· 13 years ago
nginx-1.2.0
d68dd35
Version bump.
by Maxim Dounin
· 13 years ago
c7bb66a
Fix of "%f" format handling.
by Igor Sysoev
· 13 years ago
430fbed
Update openssl used for win32 builds.
by Maxim Dounin
· 13 years ago
c7bb162
Proxy: added ctx checking to input filters.
by Maxim Dounin
· 13 years ago
8b89c88
Image filter: compare aspect ratio more accurately during crop.
by Maxim Dounin
· 13 years ago
e8fe3ce
Fixed segfault with try_files (ticket #152).
by Maxim Dounin
· 13 years ago
a73ce28
Fixed master exit if there is no events section (ticket #150).
by Maxim Dounin
· 13 years ago
e9a7f4f
Don't silently ignore the last line of configuration file that
by Ruslan Ermilov
· 13 years ago
0abb0bc
Fixed ngx_readv_chain() to honor IOV_MAX (ticket #14).
by Maxim Dounin
· 13 years ago
578c02f
IOV_MAX handling microoptimization.
by Maxim Dounin
· 13 years ago
96d73e2
Fixed loop in ngx_writev_chain() and ngx_solaris_sendfilev_chain().
by Maxim Dounin
· 13 years ago
9e2f86c
Fixed log->action after ssl handshake.
by Maxim Dounin
· 13 years ago
43d2b1c
Fixed grammar in error messages.
by Ruslan Ermilov
· 13 years ago
e6724eb
Version bump.
by Maxim Dounin
· 13 years ago
1e2a608
release-1.1.19 tag
by Maxim Dounin
· 13 years ago
40616fa
nginx-1.1.19-RELEASE
by Maxim Dounin
· 13 years ago
nginx-1.1.19
7ae525b
Mp4: sanity checks cleanup.
by Maxim Dounin
· 13 years ago
3995395
Reduced the number of lines of code in ngx_inet_addr().
by Ruslan Ermilov
· 13 years ago
3f25e12
Fixed buffer overflow when long URI is processed by "try_files" in
by Ruslan Ermilov
· 13 years ago
a5bb616
Improved readability of the code that produces bitmask from prefix.
by Ruslan Ermilov
· 13 years ago
62b937b
Fixed directives inheritance.
by Ruslan Ermilov
· 13 years ago
b9c226a
Access module: fixed inheritance of allow/deny ipv6 rules.
by Maxim Dounin
· 13 years ago
3ef5276
Fixed debug logging.
by Igor Sysoev
· 13 years ago
654a56e
Fixed previous commit.
by Igor Sysoev
· 13 years ago
cbc51bb
Fixed mp4 module seek.
by Igor Sysoev
· 13 years ago
baa239c
Fixed signed integer overflows in timer code (ticket #145).
by Maxim Dounin
· 13 years ago
bd6d421
Comment fixed.
by Andrey Belov
· 13 years ago
13d5d85
Style: the function type should be on a line by itself
by Maxim Konovalov
· 13 years ago
bffbbeb
In ngx_ptocidr(), check that the supplied prefix length is within
by Ruslan Ermilov
· 13 years ago
47a04aa
Fixed spelling in multiline C comments.
by Ruslan Ermilov
· 13 years ago
Next »