summaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_darwin_init.c
Commit message (Collapse)AuthorAgeFilesLines
* Stream: filters.Roman Arutyunyan2016-09-151-0/+1
|
* Stream: UDP proxy.Roman Arutyunyan2016-01-201-0/+1
|
* Use "void" for functions with empty parameter list.Sergey Kandaurov2013-05-231-1/+1
|
* Copyright updated.Maxim Konovalov2012-01-181-0/+1
|
* Fixed range checking for the "somaxconn" sysctl.Ruslan Ermilov2011-10-251-6/+2
|
* malloc() debugging on MacOSX.Igor Sysoev2011-10-241-0/+30
|
* the sysctl "kern.ostype" and "kern.osrelease" had appeared in MacOSX 10.5 onlyIgor Sysoev2008-11-111-19/+33
|
* *) move Darwin support to separate filesIgor Sysoev2008-07-301-0/+155
*) Darwin sendfile() support