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
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-26
LookupServer: Don't cache already-expired DNS answers
Andreas Kling
2020-01-26
LookupServer: Cache DNS answers for TTL seconds
Andreas Kling
2020-01-26
LookupServer: Rename "custom_hosts" => "etc_hosts"
Andreas Kling
2020-01-26
LookupServer: Rename setting "DNS/IPAddress" => "DNS/Nameserver"
Andreas Kling
2020-01-26
LookupServer: Use CUdpSocket instead of the POSIX API
Andreas Kling
2020-01-26
LookupServer: Add missing copyright headers
Andreas Kling
2020-01-26
LookupServer: Retry with 0x20 randomization turned off on EREFUSED
Andreas Kling
2020-01-26
LookupServer: Verify that DNS response questions match the request
Andreas Kling
2020-01-26
LookupServer: Randomize the 0x20 bit in DNS request ASCII characters
Andreas Kling
2020-01-26
LookupServer: Randomize DNS request ID's
Andreas Kling
2020-01-26
LookupServer: Minor overhaul
Andreas Kling
2020-01-22
LookupServer: Lock unveil() after initialization.
Brian Gianforcaro
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel: Add "accept" pledge promise for accepting incoming connections
Andreas Kling
2020-01-13
LookupServer: Use pledge()
Brian Gianforcaro
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-11-26
LookupServer: Port to socket takeover
Sergey Bugaev
2019-11-26
LookupServer: Port to LibCore
Sergey Bugaev
2019-10-16
LookupServer: Remove debug spam about /etc/hosts
Andreas Kling
2019-10-16
LookupServer: Cache successful DNS lookup responses for 1 minute
Andreas Kling
2019-09-30
ByteBuffer: Remove pointer() in favor of data()
Andreas Kling
2019-09-21
LibCore: Convert CFile to ObjectPtr
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-07-24
AK: Make HashMap::get(Key) return an Optional<Value>.
Andreas Kling
2019-07-21
Userspace: Deal with select() returning EINTR on a signal interruption
Robin Burchell
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-30
Meta: Removed all gitignore in the source tree only keeping the root one
VAN BOSSUYT Nicolas
2019-06-20
LookupServer: Use a CFile for loading /etc/hosts.
Andreas Kling
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