summaryrefslogtreecommitdiffhomepage
path: root/src/os/unix/ngx_darwin_config.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2011-09-30Merging r4098:Igor Sysoev1-0/+2
In Mac OS X Lion, Apple deprecated the use of the system OpenSSL library in favour of their CommonCrypto library. This change adds a work-around that allows nginx to still be built on Lion with OpenSSL.
2011-05-10use POSIX semaphores in shmtx instead of sched_yield()Igor Sysoev1-0/+5
number of spinlock spins are increased twice
2009-04-01fix MacOSX building, broken in r2616Igor Sysoev1-0/+1
2008-07-30*) move Darwin support to separate filesIgor Sysoev1-0/+87
*) Darwin sendfile() support