serenity/Userland
Sergey Bugaev bb06e720de LookupServer: Implement basic mDNS support :^)
The implementation is extremely basic, and is far from fully conforming
to the spec. Among other things, it does not really work in case there
are multiple network adapters.

Nevertheless, it works quite well for the simple case! You can now do
this on your host machine:

$ ping courage.local

and same on your Serenity box:

$ ping host-machine-name.local
2021-05-05 21:16:17 +02:00
..
Applets AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
Applications Spreadsheet: Use shrink-to-fit for cell fg/bg color input layout 2021-05-05 15:30:45 +01:00
Demos Userland: Update IPC calls to use proxies 2021-05-03 21:14:40 +02:00
DevTools Profiler: Move everything into the "Profiler" namespace 2021-05-04 20:59:32 +02:00
DynamicLoader DynamicLoader: Fix compiler warning 2021-05-03 08:42:39 +02:00
Games Snake: Spruce up the GUI a tiny bit 2021-05-04 17:32:19 +02:00
Libraries Kernel: Implement IP multicast support 2021-05-05 21:16:17 +02:00
Services LookupServer: Implement basic mDNS support :^) 2021-05-05 21:16:17 +02:00
Shell Shell: Only match entries from PATH when a program name is given 2021-05-02 19:46:33 +02:00
Tests LibC: Fix invalid 1-byte read I introduced in dirent. 2021-05-03 09:47:05 +02:00
Utilities Userland: Add groups program 2021-05-05 15:12:30 +01:00
CMakeLists.txt Userland: Rename *.MenuApplet => *.Applet 2021-04-04 16:29:55 +02:00