index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
/
nc.cpp
Age
Commit message (
Expand
)
Author
2023-04-30
nc: Fix overflow in port and local_port argument
Fabian Dellwing
2023-04-26
nc: Add -n option to suppress name resolution
Fabian Dellwing
2023-04-26
nc: Add -p option
Fabian Dellwing
2023-04-26
nc: Fix off-by-one-error in calls to inet_ntop
Fabian Dellwing
2023-04-26
nc: Sort command line arguments alphabetically
Fabian Dellwing
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-01
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
Ali Mohammad Pur
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-18
Utilities/nc: Add support to -I/--length option like SO_RCVBUF
dayarthvader
2022-02-14
nc: Extend TCP listening port functionality
brapru
2022-02-14
nc: Convert to Core::Stream::UDPSocket
sin-ack
2022-01-15
nc: Port to LibMain
Kenneth Myhra
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-05-27
Userland: Treat inet_pton returning 0 as an error
Tim Schumacher
2021-05-23
Userland: Allow nc to connect by hostname instead of just address
Brian Gianforcaro
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-20
Userland: Add support for sending UDP to netcat.
Spencer Dixon
2021-02-21
Userland: Use uniform initialization instead of memset
Brian Gianforcaro
2021-02-09
Userland: Use INET_ADDRSTRLEN for inet_ntop() buffers
Linus Groh
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling