aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_darwin_config.h
Commit message (Collapse)AuthorAge
* malloc() debugging on MacOSX.Igor Sysoev2011-10-24
|
* In Mac OS X Lion, Apple deprecated the use of the system OpenSSL libraryRuslan Ermilov2011-09-13
| | | | | in favour of their CommonCrypto library. This change adds a work-around that allows nginx to still be built on Lion with OpenSSL.
* use POSIX semaphores in shmtx instead of sched_yield()Igor Sysoev2011-05-10
| | | | number of spinlock spins are increased twice
* fix MacOSX building, broken in r2616Igor Sysoev2009-04-01
|
* *) move Darwin support to separate filesIgor Sysoev2008-07-30
*) Darwin sendfile() support