Timothy Flynn
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00
Andreas Kling
f88a7cd4e1
LibCore: Make TCPServer::listen() report failure instead of asserting
2020-09-28 22:14:23 +02:00
Muhammad Zahalqa
9150f3c266
LibCore: close socket on TCPServer dtor
2020-08-09 21:10:01 +02:00
Marcin Gasperowicz
c21dc21f36
Build: Make Lagom build under macOS ( #2341 )
...
Lagom now builds under macOS. Only two minor adjustments were required:
* LibCore TCP/UDP code can't use `SOCK_{NONBLOCK,CLOEXEC}` on macOS,
use ioctl() and fcntl() instead
* LibJS `Heap` code pthread usage ported to MacOS
2020-05-23 15:31:30 +02:00
Andreas Kling
3713d31750
LibCore: TCP and UDP servers should parent Notifiers to themselves
...
This makes things look a little more neat in Inspector. :^)
2020-02-10 14:15:56 +01:00
Andreas Kling
d17e23bd27
LibCore: Remove leading C from filenames
2020-02-06 15:04:03 +01:00