Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-18 | Removed unnecessary include. | Alejandro Colomar | 1 | -7/+0 | |
Some OSes, as Linux, provide FIONBIO in <sys/ioctl.h>. Others, such as the BSDs and Illumos, provide it in <sys/filio.h>, but they all include that header from <sys/ioctl.h>, so for this test, we can simplify and just include <sys/ioctl.h>. | |||||
2021-12-01 | Disabling SCM_CREDS usage on DragonFly BSD. | Max Romanov | 1 | -30/+32 | |
DragonFly BSD supports SCM_CREDS and SCM_RIGHTS, but only the first control message is passed correctly while the second one isn't processed by the kernel. This closes #599 issue on GitHub. | |||||
2021-11-09 | Introduced SCM_CREDENTIALS / SCM_CREDS in the socket control msgs. | Tiago Natel de Moura | 1 | -0/+52 | |
2017-01-17 | Initial version. | Igor Sysoev | 1 | -0/+233 | |