summaryrefslogtreecommitdiffhomepage
path: root/src/os/unix/ngx_darwin_init.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-05-23Use "void" for functions with empty parameter list.Sergey Kandaurov1-1/+1
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-10-25Fixed range checking for the "somaxconn" sysctl.Ruslan Ermilov1-6/+2
2011-10-24malloc() debugging on MacOSX.Igor Sysoev1-0/+30
2008-11-11the sysctl "kern.ostype" and "kern.osrelease" had appeared in MacOSX 10.5 onlyIgor Sysoev1-19/+33
2008-07-30*) move Darwin support to separate filesIgor Sysoev1-0/+155
*) Darwin sendfile() support