summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_listen_socket.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-06-18Use octal instead of mode macrosAlejandro Colomar1-1/+1
2024-02-19Allow to set the permissions of the Unix domain control socketAndrew Clayton1-2/+12
2023-03-17Improve an error message regarding Unix domain sockets.Andrew Clayton1-1/+1
2020-04-08Controller: improved handling of unix domain control socket.Valentin Bartenev1-11/+86
2020-04-08Controller: fixed cleaning up of control socket file in some cases.Valentin Bartenev1-6/+20
2020-04-08Removed unused code related to testing of address binding.Valentin Bartenev1-15/+2
2018-09-20Added SSL/TLS support on connection level.Igor Sysoev1-4/+4
2018-06-25Introduced nxt_length() macro.Valentin Bartenev1-5/+5
2018-03-05Reduced number of critical log levels.Valentin Bartenev1-6/+5
2018-01-24Fixed formatting in nxt_sprintf() and logging.Sergey Kandaurov1-1/+1
2018-01-24Using size_t for the field width type of the "%*s" specifier.Sergey Kandaurov1-1/+1
2017-10-18Router: fixed segfault after configuration change.Igor Sysoev1-2/+2
2017-09-14Fixed textual socket name lengths and Unix domain sockaddr length.Igor Sysoev1-0/+41
2017-08-26Added configure and command line option --control.Igor Sysoev1-1/+1
2017-08-26Introduced nxt_socket_defer_accept().Igor Sysoev1-7/+1
2017-08-26Removed unused function.Igor Sysoev1-68/+0
2017-08-16Corrected path to nxt_socket.h in comments.Ruslan Ermilov1-1/+1
2017-07-05Router: processing JSON configuration.Igor Sysoev1-0/+84
2017-06-20Using new memory pool implementation.Igor Sysoev1-1/+1
2017-06-14nxt_event_conn_... functions and structures have been renamedIgor Sysoev1-1/+1
2017-02-22I/O operations refactoring.Igor Sysoev1-16/+22
2017-01-17Initial version.Igor Sysoev1-0/+252