Robin Burchell
|
b55b6cd7fc
|
AK: Add implicit String -> StringView conversion
And tidy up existing view() users.
|
2019-06-02 12:55:51 +02:00 |
|
Andreas Kling
|
cbd858544d
|
LibC: Move struct timeval to sys/time.h. #POSIX
|
2019-05-28 13:48:06 +02:00 |
|
Christopher Dumas
|
c23882dde1
|
can now tile background and made sure the IRC choose server popup still works
|
2019-05-27 21:40:53 +02:00 |
|
Christopher Dumas
|
d4a16d6031
|
Network stack is now configurable, and resolution is also configurable, but loading cursors causes a page-fault?
|
2019-05-27 21:40:53 +02:00 |
|
Andreas Kling
|
ab94a6be00
|
AK: Add String::copy(BufferType) helper.
This will create a String from any BufferType that has data() and size().
|
2019-04-20 14:13:40 +02:00 |
|
Andreas Kling
|
ff93d3f362
|
LookupServer: Only interpret A records as 32-bit IPv4 addresses.
This fixes a bug where CNAME records would be interpreted as if they were
IP addresses, causing much confusion.
|
2019-04-02 20:39:33 +02:00 |
|
Andreas Kling
|
17e02e7450
|
Move NetworkOrdered.h to AK/ since it's used in both kernel and userspace.
|
2019-04-02 20:04:54 +02:00 |
|
Andreas Kling
|
9120b05a40
|
Rename DNSLookupServer => LookupServer.
|
2019-03-20 04:26:30 +01:00 |
|