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
2023-01-04
LibIPC+LibC: Add and use a helper to encode/decoder container sizes
Timothy Flynn
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
LibC: Return h_aliases array from gethostbyname() and gethostbyaddr()
Taj Morton
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-05-12
LibC: Add herror() and hstrerror()
Michał Lach
2022-05-12
LibC: Make h_errno thread-local
Michał Lach
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-16
LibC: Try to recover gracefully from failed LookupServer requests
Andreas Kling
2022-02-09
LibC: Remove debug spam in getaddrinfo()
Andreas Kling
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