summaryrefslogtreecommitdiff
path: root/Userland/Utilities/nc.cpp
AgeCommit message (Expand)Author
2023-04-30nc: Fix overflow in port and local_port argumentFabian Dellwing
2023-04-26nc: Add -n option to suppress name resolutionFabian Dellwing
2023-04-26nc: Add -p optionFabian Dellwing
2023-04-26nc: Fix off-by-one-error in calls to inet_ntopFabian Dellwing
2023-04-26nc: Sort command line arguments alphabeticallyFabian Dellwing
2023-03-13Everywhere: Remove unintentional partial stream reads and writesTim Schumacher
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-03-01LibCore+Everywhere: Remove ArgsParser::add*(char const*&)Ali Mohammad Pur
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-01-02Everywhere: Remove unused includes of LibC/stdlib.hBen Wiederhake
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-18Utilities/nc: Add support to -I/--length option like SO_RCVBUFdayarthvader
2022-02-14nc: Extend TCP listening port functionalitybrapru
2022-02-14nc: Convert to Core::Stream::UDPSocketsin-ack
2022-01-15nc: Port to LibMainKenneth Myhra
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
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