Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Detect cache line size at runtime on macOS. | Piotr Sikora | 2024-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 Arutyunyan | 2016-09-15 |
| | |||
* | Stream: UDP proxy. | Roman Arutyunyan | 2016-01-20 |
| | |||
* | Use "void" for functions with empty parameter list. | Sergey Kandaurov | 2013-05-23 |
| | |||
* | Copyright updated. | Maxim Konovalov | 2012-01-18 |
| | |||
* | Fixed range checking for the "somaxconn" sysctl. | Ruslan Ermilov | 2011-10-25 |
| | |||
* | malloc() debugging on MacOSX. | Igor Sysoev | 2011-10-24 |
| | |||
* | the sysctl "kern.ostype" and "kern.osrelease" had appeared in MacOSX 10.5 only | Igor Sysoev | 2008-11-11 |
| | |||
* | *) move Darwin support to separate files | Igor Sysoev | 2008-07-30 |
*) Darwin sendfile() support |