index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Services
/
LookupServer
Age
Commit message (
Expand
)
Author
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-13
LibCore: Make IODevice::read_line() return a String
Andreas Kling
2020-12-06
LookupServer: Put debug spam behind a macro
Andreas Kling
2020-11-15
Everywhere: Add missing <AK/ByteBuffer.h> includes
Andreas Kling
2020-10-25
LookupServer: Support multiple nameservers
Linus Groh
2020-10-25
LookupServer: Replace unused 'did_timeout' with 'did_get_response'
Linus Groh
2020-10-25
LookupServer: Replace dbg()/dbgprintf() with dbgln()
Linus Groh
2020-10-05
Services: Remove unused includes of {LibCore,WindowServer}/EventLoop.h
Nico Weber
2020-09-25
Meta+Services: Make clang-format-10 clean
Ben Wiederhake
2020-09-21
LookupServer: Use DuplexMemoryStream instead of BufferStream.
asynts
2020-08-25
AK: Add Endian.h header to replace NetworkOrdered.h.
asynts
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-08
Services: Renamed from Servers
Andreas Kling