aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_darwin_init.c
Commit message (Collapse)AuthorAge
* Detect cache line size at runtime on macOS.Piotr Sikora2024-02-26
| | | | | | | Notably, Apple Silicon CPUs have 128 byte cache line size, which is twice the default configured for generic aarch64. Signed-off-by: Piotr Sikora <piotr@aviatrix.com>
* Stream: filters.Roman Arutyunyan2016-09-15
|
* Stream: UDP proxy.Roman Arutyunyan2016-01-20
|
* Use "void" for functions with empty parameter list.Sergey Kandaurov2013-05-23
|
* Copyright updated.Maxim Konovalov2012-01-18
|
* Fixed range checking for the "somaxconn" sysctl.Ruslan Ermilov2011-10-25
|
* malloc() debugging on MacOSX.Igor Sysoev2011-10-24
|
* the sysctl "kern.ostype" and "kern.osrelease" had appeared in MacOSX 10.5 onlyIgor Sysoev2008-11-11
|
* *) move Darwin support to separate filesIgor Sysoev2008-07-30
*) Darwin sendfile() support