index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibC
/
netdb.cpp
Age
Commit message (
Expand
)
Author
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-04-18
LibC: getprotoent() family of functions
Read H
2020-04-16
LibC netdb: Requested Changes
Read H
2020-04-16
LibC: Service entry API
Read H
2020-04-13
LibC: Fix strncpy() overflow in gethostbyname()
Andreas Kling
2020-02-20
LibC: Add h_errno and stub out getservbyname()
Andreas Kling
2020-01-26
LibC: Only accept the first response from LookupServer in netdb code
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-10
LibC: Remove useless retry loop in connect_to_lookup_server()
Andreas Kling
2020-01-09
LibC: Fail name lookups immediately if we can't connect to LookupServer
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-11-26
LookupServer: Port to socket takeover
Sergey Bugaev
2019-10-16
LibC: Remove debug spam in gethostbyname()
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-07-08
LibC: Use IPv4Address::from_string() in gethostbyname().
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling