index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibC
/
netdb.cpp
Age
Commit message (
Expand
)
Author
2021-12-05
LibC: Stub out the rest of the getnameinfo flags
Idan Horowitz
2021-11-10
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-05
LibC+LookupServer: Use u32 for the endpoint magic
Ben Wiederhake
2021-11-05
LibC+LookupServer: Compute magic number to avoid hardcoding
Ben Wiederhake
2021-09-11
AK: Replace the mutable String::replace API with an immutable version
Idan Horowitz
2021-09-06
Everywhere: Use OOM-safe ByteBuffer APIs where possible
Ali Mohammad Pur
2021-05-31
LibC: Replace fprintf(stderr) with warnln()
Linus Groh
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-16
AK+Userland: Fix some compiler warnings and make variables const-ref
Gunnar Beutner
2021-05-14
LibC: Do not include errno.h inside unistd.h
Jean-Baptiste Boric
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-25
IPCCompiler: Remove hardcoded endpoint magic, attempt deux
sin-ack
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-19
LibC: Additional functionality for getaddrinfo()
Gunnar Beutner
2021-04-14
LibC: Add definition for the NI_NAMEREQD macro
Gunnar Beutner
2021-04-13
LibC: getaddrinfo: Set addrinfo sin_port to 0 if service arg is NULL
Brendan Coles
2021-04-12
LibC: Implement getaddrinfo(), freeaddrinfo(), gai_strerror() and getnameinfo()
Gunnar Beutner
2021-04-12
LibC: The port numbers returned by getservby*() should be in network byte order
Gunnar Beutner
2021-02-25
LibC: Make it compile on 64-bit
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-15
LibC: Stub out some addrinfo things
AnotherTest
2021-02-06
LookupServer+LibC: Pass IP addresses in binary
Sergey Bugaev
2021-02-06
LookupServer: Switch to LibIPC :^)
Sergey Bugaev
2021-01-30
LibC: Convert remaining String::format() to formatted()/number()
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling