summaryrefslogtreecommitdiff
path: root/Userland/nc.cpp
AgeCommit message (Expand)Author
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling
2020-12-06Userland: Write some '--help' descriptions where appropriateBen Wiederhake
2020-10-13Style: Remove uses of NULL, substituting nullptrMatthew L. Curry
2020-07-28Userland: Fix nc by not memset()'ing the input address char*Linus Groh
2020-05-30Userland: Port nc(1) to use Core::ArgsParserSergey Bugaev
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-08-10Userland: Make sure sockaddr_len is initialised correctly in ncConrad Pankoff
2019-08-08Userland: Implement -l, -v, -N, -s, and -p for netcatConrad Pankoff
2019-08-08Userland: Implement nc commandConrad Pankoff