sin-ack
|
c70f45ff44
Everywhere: Explicitly specify the size in StringView constructors
|
3 tahun lalu |
DexesTTP
|
7ceeb74535
AK: Use an enum instead of a bool for String::replace(all_occurences)
|
3 tahun lalu |
Michał Lach
|
6a7d3006d7
LibC: Add herror() and hstrerror()
|
3 tahun lalu |
Michał Lach
|
bc18fa75ec
LibC: Make h_errno thread-local
|
3 tahun lalu |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 tahun lalu |
Andreas Kling
|
5caeb8b747
LibC: Try to recover gracefully from failed LookupServer requests
|
3 tahun lalu |
Andreas Kling
|
3ec71e1400
LibC: Remove debug spam in getaddrinfo()
|
3 tahun lalu |
Idan Horowitz
|
d68242ba2f
LibC: Stub out the rest of the getnameinfo flags
|
3 tahun lalu |
Andreas Kling
|
a15ed8743d
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
|
3 tahun lalu |
Ben Wiederhake
|
2798a19c70
LibC+LookupServer: Use u32 for the endpoint magic
|
3 tahun lalu |
Ben Wiederhake
|
34a8ee6da5
LibC+LookupServer: Compute magic number to avoid hardcoding
|
3 tahun lalu |
Idan Horowitz
|
6704961c82
AK: Replace the mutable String::replace API with an immutable version
|
3 tahun lalu |
Ali Mohammad Pur
|
3a9f00c59b
Everywhere: Use OOM-safe ByteBuffer APIs where possible
|
3 tahun lalu |
Linus Groh
|
1b81b63663
LibC: Replace fprintf(stderr) with warnln()
|
4 tahun lalu |
Linus Groh
|
d60ebbbba6
Revert "Userland: static vs non-static constexpr variables"
|
4 tahun lalu |
Lenny Maiorani
|
800ea8ea96
Userland: static vs non-static constexpr variables
|
4 tahun lalu |
Gunnar Beutner
|
f0fa51773a
AK+Userland: Fix some compiler warnings and make variables const-ref
|
4 tahun lalu |
Jean-Baptiste Boric
|
e16894af5a
LibC: Do not include errno.h inside unistd.h
|
4 tahun lalu |
Linus Groh
|
dbe72fd962
Everywhere: Remove empty line after function body opening curly brace
|
4 tahun lalu |
sin-ack
|
62af6cd4f9
IPCCompiler: Remove hardcoded endpoint magic, attempt deux
|
4 tahun lalu |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 tahun lalu |
Gunnar Beutner
|
cd432860d8
LibC: Additional functionality for getaddrinfo()
|
4 tahun lalu |
Gunnar Beutner
|
7d12c08bec
LibC: Add definition for the NI_NAMEREQD macro
|
4 tahun lalu |
Brendan Coles
|
ce010de74f
LibC: getaddrinfo: Set addrinfo sin_port to 0 if service arg is NULL
|
4 tahun lalu |
Gunnar Beutner
|
30b038f8d9
LibC: Implement getaddrinfo(), freeaddrinfo(), gai_strerror() and getnameinfo()
|
4 tahun lalu |
Gunnar Beutner
|
8fcf91b030
LibC: The port numbers returned by getservby*() should be in network byte order
|
4 tahun lalu |
Andreas Kling
|
eb08a0edd5
LibC: Make it compile on 64-bit
|
4 tahun lalu |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 tahun lalu |
AnotherTest
|
0c07c005b5
LibC: Stub out some addrinfo things
|
4 tahun lalu |
Sergey Bugaev
|
d8967e4dff
LookupServer+LibC: Pass IP addresses in binary
|
4 tahun lalu |