Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-26 | Supporting UNIX sockets in address matching. | Alejandro Colomar | 1 | -0/+10 | |
This closes #645 issue on GitHub. (Also moved a changelog line that was misplaced in a previous commit.) | |||||
2022-07-21 | Router: avoided undefined behaviour. | Andrew Clayton | 1 | -1/+1 | |
In src/nxt_http_route_addr.c::nxt_http_route_addr_pattern_parse() there was potentially undefined behaviour when shifting a 32 bit value by 32 bits, this could happen if cidr_prefix was 0. Promote the shiftee to unsigned long long to avoid this issue. | |||||
2021-08-12 | Introduced nxt_sockaddr_parse_optport() for addresses w/o ports. | Oisin Canty | 1 | -18/+1 | |
2020-01-28 | Fixed missing IPv6 checking in route-addr and an unused variable. | Axel Duch | 1 | -2/+6 | |
This closes #363 issue on Github. Thanks to to 洪志道 (Hong Zhi Dao). | |||||
2019-12-24 | Router: introducing routing on client address. | Axel Duch | 1 | -0/+349 | |