summaryrefslogtreecommitdiff
path: root/Userland/Utilities/nc.cpp
AgeCommit message (Expand)Author
2021-05-27Userland: Treat inet_pton returning 0 as an errorTim Schumacher
2021-05-23Userland: Allow nc to connect by hostname instead of just addressBrian Gianforcaro
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-20Userland: Add support for sending UDP to netcat.Spencer Dixon
2021-02-21Userland: Use uniform initialization instead of memsetBrian Gianforcaro
2021-02-09Userland: Use INET_ADDRSTRLEN for inet_ntop() buffersLinus Groh
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling