Commit Graph

4098 Commits (0d7720ddc052d5bf8aa09485a2a6bb9004bb943d)
 

Author SHA1 Message Date
Maxim Dounin 0d7720ddc0 Win32: uris with ":$" are now rejected. 14 years ago
Maxim Dounin f83598a359 Win32: normalization of trailing dot inside uri. 14 years ago
Maxim Dounin db80a7adfc Win32: disallowed access to various non-canonical name variants. 14 years ago
Ruslan Ermilov ac7f704931 Support for IPv6 literals and an optional port in resolver. 14 years ago
Maxim Dounin 596226f6f7 Support for IPv6 literals in proxy_pass and so on. 14 years ago
Maxim Dounin 4888969baa Upstream: least_conn compilation fixes. 14 years ago
Maxim Dounin 1ba6ecd4f3 Upstream: weights support in ip_hash balancer. 14 years ago
Maxim Dounin 4cb4e8d179 Upstream: least_conn balancer module. 14 years ago
Maxim Dounin 01f1e4d1dc Resolver: fixed format specification. 14 years ago
Ruslan Ermilov 887f514e9f Code reduction (no functional changes). 14 years ago
Valentin Bartenev 2195eb554b Removed mistaken setting of NGX_SSL_BUFFERED flag in ngx_ssl_send_chain() 14 years ago
Valentin Bartenev d8ec4910ce Fixed returned value handling from the cookie rewrite handler. 14 years ago
Ruslan Ermilov 94d8df6098 geoip: got rid of ugly casts when calling ngx_free(). 14 years ago
Ruslan Ermilov 49fbd88466 Fixed broken build. 14 years ago
Ruslan Ermilov 9fbd0d7c1d Fixed memory leak if $geoip_org variable was used. 14 years ago
Ruslan Ermilov 526fd681b5 Fixed the reuse of parsed DTDs and XSLTs. 14 years ago
Maxim Dounin e1133ca60e Fixed compilation with -DNGX_DEBUG_MALLOC on FreeBSD 10. 14 years ago
Maxim Dounin a272b2da28 Fixed warning during nginx.xs compilation. 14 years ago
Ruslan Ermilov d2e005c39d Fixed potential null pointer dereference in ngx_resolver_create(). 14 years ago
Ruslan Ermilov d230df40b2 Removed historical and now redundant syntax pre-checks in ngx_parse_url(). 14 years ago
Maxim Dounin 34229e9d4d Fixed core variables dynamic access after reconfiguration. 14 years ago
Maxim Dounin d2143f11cb Fixed segfault with filter_finalize introduced in r4621 (1.3.0). 14 years ago
Valentin Bartenev 430ab81a72 Fixed building --with-cpp_test_module on some systems. 14 years ago
Valentin Bartenev 1c168c7875 Fixed the ngx_regex.h header file compatibility with C++. 14 years ago
Ruslan Ermilov 1b4397443f Zero padded the returned and logged HTTP status code, and fixed possible 14 years ago
Ruslan Ermilov befc111d4f Capped the status code that may be returned with "return" and "try_files". 14 years ago
Ruslan Ermilov 10c205a1b3 Added syntax checking of the second parameter of the "split_clients" directive. 14 years ago
Ruslan Ermilov 6888516b2b Version bump. 14 years ago
Maxim Dounin d7b40926d1 release-1.3.0 tag 14 years ago
Maxim Dounin 479e06d88b nginx-1.3.0-RELEASE 14 years ago
Maxim Dounin 07c178491c Updated OpenSSL used for win32 builds. 14 years ago
Ruslan Ermilov e3bb319e34 Fixed win32 build after changes in r4624. 14 years ago
Valentin Bartenev 0215fcc9b8 Update c->sent in ngx_ssl_send_chain() even if SSL buffer is not used. 14 years ago
Ruslan Ermilov 9a79c3431a Reverted previous attempt to fix complation warning introduced in 14 years ago
Ruslan Ermilov d4ba06c31a geoip: trusted proxies support and partial IPv6 support. 14 years ago
Ruslan Ermilov 69521ddebf geo: chains of trusted proxies and partial IPv6 support. 14 years ago
Ruslan Ermilov 11a8e26d29 Fixed compilation warning introduced in r4624. 14 years ago
Ruslan Ermilov 7627530b50 realip: chains of trusted proxies and IPv6 support. 14 years ago
Ruslan Ermilov 8e5dc474e5 New function ngx_http_get_forwarded_addr() to look up real client address. 14 years ago
Maxim Dounin 4d5759e098 Upstream: fixed ip_hash rebalancing with the "down" flag. 14 years ago
Maxim Dounin 52327e0627 Upstream: smooth weighted round-robin balancing. 14 years ago
Maxim Dounin e302ed6fc3 Fixed possible request hang with filter finalization. 14 years ago
Maxim Dounin 7d863c0181 Resolver: protection from duplicate responses. 14 years ago
Maxim Dounin 0e3b423dc6 Accept moderation in case of EMFILE/ENFILE. 14 years ago
Maxim Dounin 74d939974d Rewrite: fixed escaping and possible segfault (ticket #162). 14 years ago
Maxim Dounin 9114f08863 Fastcgi: fixed padding handling on fixed-size records. 14 years ago
Maxim Dounin b34f84d8de Added r->state reset on fastcgi/scgi/uwsgi request start. 14 years ago
Maxim Dounin e0e1c4567c Added write event handler reset in ngx_http_named_location(). 14 years ago
Ruslan Ermilov 700364f62d debug_connection: added the IPv6 and UNIX-domain socket support. 14 years ago
Valentin Bartenev a0025f2d81 Removed surplus condition. 14 years ago