mirror of
https://github.com/switchbrew/libnx.git
synced 2025-11-24 06:48:14 +01:00
- DNS stuff moved to runtime/resolver.c & .h - Address manipulation functions moved to runtime/util/inet_addr.c - Removed sfdnsres/nifm handling in runtime/devices/socket.c - Renamed socketGetLastBsdResult to socketGetLastResult - Renamed socketGetLastSfdnsresResult to resolverGetLastResult - gethostid now inits/deinits nifm as needed - sfdnsres related configuration gone from SocketInitConfig - Fixed bug in addrinfo deserialization - getaddrinfo rewritten, hints can now be NULL - TODO: add back a way to control service discovery/cancel handle |
||
|---|---|---|
| .. | ||
| devices | ||
| util | ||
| argv.c | ||
| dynamic.c | ||
| env.c | ||
| exception.s | ||
| hosversion.c | ||
| init.c | ||
| nacp.c | ||
| newlib.c | ||
| nxlink_stdio.c | ||
| nxlink.c | ||
| readtp.s | ||
| resolver.c | ||
| switch_crt0.s | ||