An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
Go to file
Maxim Dounin 5fd9cfa376 Compatibility with FreeBSD 2.2.9.
Added (RTLD_NOW | RTLD_GLOBAL) to dlopen() test.  There is no RTLD_GLOBAL
on FreeBSD 2.2.9.

Added uint32_t test, with fallback to u_int32_t, similar to uint64_t one.
Added fallback to u_int32_t in in_addr_t test.

With these changes it is now possible to compile nginx on FreeBSD 2.2.9
with only few minor warnings (assuming -Wno-error).
2016-04-01 16:38:31 +03:00
auto Compatibility with FreeBSD 2.2.9. 2016-04-01 16:38:31 +03:00
conf Added the REQUEST_SCHEME parameter. 2015-06-05 22:23:26 +03:00
contrib Removed the prototype mysql module. 2016-03-31 22:33:26 +03:00
docs Trailing space fix. 2016-04-01 04:17:00 +03:00
misc Removed the prototype mysql module. 2016-03-31 22:33:26 +03:00
src HTTP/2: support for unbuffered upload of request body. 2016-04-01 15:57:10 +03:00
.hgtags release-1.9.13 tag 2016-03-29 18:09:30 +03:00