summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_socketpair.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-11-09Introduced SCM_CREDENTIALS / SCM_CREDS in the socket control msgs.Tiago Natel de Moura1-169/+32
2020-08-11Port message extended to transfer 2 file descriptors.Max Romanov1-22/+37
2019-03-11Style.Andrey Zelenkov1-2/+2
2019-03-05Handling ENOBUFS error same was as EAGAIN.Max Romanov1-2/+11
Unlike EAGAIN, ENOBUFS returned on OSX when trying to send many relatively small (64 bytes) fragments. Found during investigation of #167 issue on GitHub.
2018-03-05Reduced number of critical log levels.Valentin Bartenev1-5/+5
2017-07-07Cosmetic changes to remove some annoying valgrind messages.Max Romanov1-0/+8
2017-02-22I/O operations refactoring.Igor Sysoev1-9/+9
2017-02-07Event engines refactoring.Igor Sysoev1-2/+2
2017-01-23Introducing tasks.Igor Sysoev1-14/+15
2017-01-17Initial version.Igor Sysoev1-0/+291