nginx/src
Maxim Dounin 7ba66f42a0 Disable symlinks: added explicit cast of AT_FDCWD (ticket #111).
Solaris has AT_FDCWD defined to unsigned value, and comparison of a file
descriptor with it causes warnings in modern versions of gcc.  Explicitly
cast AT_FDCWD to ngx_fd_t to resolve these warnings.
2012-02-20 19:14:35 +00:00
..
core Disable symlinks: added explicit cast of AT_FDCWD (ticket #111). 2012-02-20 19:14:35 +00:00
event Fixed error handling in ngx_event_connect_peer(). 2012-01-30 11:12:52 +00:00
http Version bump. 2012-02-20 19:12:48 +00:00
mail Time parsing cleanup. 2012-02-13 15:41:11 +00:00
misc Copyright updated. 2012-01-18 15:07:43 +00:00
mysql Copyright updated. 2012-01-18 15:07:43 +00:00
os Disable symlinks: added explicit cast of AT_FDCWD (ticket #111). 2012-02-20 19:14:35 +00:00