serenity/Userland
Marcus Nilsson fd792f93c4 LibC: Use gethostbyname_r() in gethostbyname()
Since `gethostbyname()` can't fail because of memory-related issues, it
has no way of representing a memory-related failure. We therefor use
`NO_RECOVERY` to represent a memory-related failure as well
as its normal name server related failures.
2023-08-29 11:04:48 +02:00
..
Applets
Applications Chess: Capitalize chess set names + Rename 'stelar7' to 'Classic' 2023-08-29 10:28:24 +02:00
BuggieBox
Demos
DevTools HackStudio: Change fg color of staged/unstaged file list in Git tab 2023-08-29 10:00:13 +02:00
DynamicLoader
Games Chess: Capitalize chess set names + Rename 'stelar7' to 'Classic' 2023-08-29 10:28:24 +02:00
Libraries LibC: Use gethostbyname_r() in gethostbyname() 2023-08-29 11:04:48 +02:00
Services LibWeb: Port Storage interface from DeprecatedString to String 2023-08-29 10:05:02 +02:00
Shell
Utilities aconv: Override encoder in output metadata 2023-08-29 10:43:34 +02:00
CMakeLists.txt