summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_http_route_addr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-04Removed the unsafe nxt_memchr() wrapper for memchr(3).Alejandro Colomar1-6/+6
2022-11-04Removed the unsafe nxt_memcmp() wrapper for memcmp(3).Alejandro Colomar1-2/+2
2022-07-26Supporting UNIX sockets in address matching.Alejandro Colomar1-0/+10
2022-07-21Router: avoided undefined behaviour.Andrew Clayton1-1/+1
2021-08-12Introduced nxt_sockaddr_parse_optport() for addresses w/o ports.Oisin Canty1-18/+1
2020-01-28Fixed missing IPv6 checking in route-addr and an unused variable.Axel Duch1-2/+6
2019-12-24Router: introducing routing on client address.Axel Duch1-0/+349