ladybird/Userland
Brian Gianforcaro 6ebec090c3 Userland: Allow nc to connect by hostname instead of just address
Allow the user to pass in a hostname to the connect functionality
instead of just an ip address. The call to gethostbyname(..) handles
both seamlessly for us.

Update the argument name / usage message accordingly.
2021-05-23 09:19:16 +02:00
..
Applets Userland: Rename loop0 to loop 2021-05-22 15:42:54 +01:00
Applications SystemMonitor: Remove "Inspect Process" action from context menu 2021-05-22 23:30:40 +02:00
Demos Revert "Userland: static vs non-static constexpr variables" 2021-05-21 10:30:52 +01:00
DevTools Profiler: Allow scaling the timeline with Ctrl+MouseWheel :^) 2021-05-22 23:20:31 +02:00
DynamicLoader DynamicLoader: Remove math functionality in favor of -lgcc 2021-05-07 15:35:50 +02:00
Games Hearts: Let the AI pick better lead cards 2021-05-22 12:03:31 +01:00
Libraries LibCore: Make all processes opt out of InspectorServer by default 2021-05-22 23:30:40 +02:00
Services LibCore: Make all processes opt out of InspectorServer by default 2021-05-22 23:30:40 +02:00
Shell Shell: Make sure all tests put their temp dirs in /tmp 2021-05-22 00:24:27 +04:30
Utilities Userland: Allow nc to connect by hostname instead of just address 2021-05-23 09:19:16 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00