summaryrefslogtreecommitdiffhomepage
path: root/src/os/unix/ngx_darwin_config.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2011-10-24malloc() debugging on MacOSX.Igor Sysoev1-0/+1
2011-09-13In Mac OS X Lion, Apple deprecated the use of the system OpenSSL libraryRuslan Ermilov1-0/+2
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