summaryrefslogtreecommitdiff
path: root/Userland/Utilities/netstat.cpp
AgeCommit message (Expand)Author
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-05-26netstat: Stop needing LookupServer for parsing argumentsMaciej
2022-04-21netstat: Add the wide flag optionbrapru
2022-04-21netstat: Add hostname resolutionbrapru
2022-04-03netstat: Resolve ports to service namesBrendan Coles
2021-12-30Utilities/netstat: Propagate errors in JSON decodingcreator1creeper1
2021-11-30netstat: Port to LibMain :^)Andreas Kling
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-08-13Utilities: Add program argument for netstat to display connection pidbrapru
2021-05-31Userland: Avoid a bunch of JsonObject copiesLinus Groh
2021-05-15Utilities: Implement a netstat commandbrapru