libnx/nx/include/switch/runtime
fincs 26f620dc0e
Split up socket.c + work in progress changes:
- 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
2019-10-28 12:36:29 +01:00
..
devices Split up socket.c + work in progress changes: 2019-10-28 12:36:29 +01:00
util Start doxygen bringup, with some miscellaneous cleanup 2018-02-10 22:40:11 +01:00
env.h account: Updated for new-ipc. Renamed the username field in AccountProfileBase to nickname. Fixed various param types, and also removed the output bool from accountGetLastOpenedUser. Added struct AccountUid for proper userIDs, which replaces u128-userIDs. Added accountUidIsValid. Added accountSetServiceType()/AccountServiceType. Improved docs and minor improvements. 2019-10-08 15:41:18 -04:00
hosversion.h Introduce hosversion.h - HOS version detection utilities 2019-02-18 21:48:41 +01:00
nxlink.h Miscellaneous documentation fixes 2019-05-03 14:32:02 +02:00
resolver.h Split up socket.c + work in progress changes: 2019-10-28 12:36:29 +01:00