index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Servers
/
LookupServer
Age
Commit message (
Expand
)
Author
2019-06-07
LookupServer: use /etc/hosts even for reverse lookups
Christopher Dumas
2019-06-07
LookupServer: Load hostnames
Christopher Dumas
2019-06-07
LookupServer: Clang-Format
Christopher Dumas
2019-06-06
LookupServer+LibC: Add support for reverse DNS lookups via gethostbyaddr().
Andreas Kling
2019-06-02
AK: Add implicit String -> StringView conversion
Robin Burchell
2019-05-28
Add clang-format file
Robin Burchell
2019-05-28
LibC: Move struct timeval to sys/time.h. #POSIX
Andreas Kling
2019-05-27
can now tile background and made sure the IRC choose server popup still works
Christopher Dumas
2019-05-27
Network stack is now configurable, and resolution is also configurable, but l...
Christopher Dumas
2019-05-13
Fix "make clean" not deleting app binaries.
Andreas Kling
2019-04-21
Include Makefile.common in all other Makefiles.
Andreas Kling
2019-04-20
AK: Add String::copy(BufferType) helper.
Andreas Kling
2019-04-20
Get rid of SERENITY macro since the compiler already defines __serenity__
Andreas Kling
2019-04-02
LookupServer: Only interpret A records as 32-bit IPv4 addresses.
Andreas Kling
2019-04-02
Move NetworkOrdered.h to AK/ since it's used in both kernel and userspace.
Andreas Kling
2019-03-27
LibC: Run constructors on process startup.
Andreas Kling
2019-03-20
Rename DNSLookupServer => LookupServer.
Andreas Kling