summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/soc_u.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-06-28Core: Cleanup soc:U includes.Emmanuel Gil Peyrot1-0/+2
2014-12-31SOC_U: Preliminary implementation of sockets.Subv1-0/+1
Stubbed CreateMemoryBlock Using Berkeley sockets, and Winsock2.2 on Windows. So far ftpony creates the socket and accepts incoming connections SOC_U: Renamed functions to maintain consistency Also prevents possible scope errors / conflicts with the actual Berkeley socket functions SOCU: Close all the opened sockets when cleaning up SOCU
2014-12-26More services & small clean upspurpasmart961-5/+1
2014-12-21License changepurpasmart961-1/+1
2014-11-21Add more services and some fixes, along with more "override"purpasmart961-1/+1
in the service's headers
2014-11-01Added a bunch of servicespurpasmart961-10/+4
2014-10-29Renamed souce files of services to match port namesGareth Poole1-0/+0
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner1-1/+1
This was automated using `clang-modernize`.
2014-08-18Core: Alter the kernel string functions to use std::string instead of const char*.Lioncash1-1/+1
Most functions already operate on std::strings. This also removes the need to manually null terminate thread names.
2014-05-30hle: added stubbed service for ndm_ubunnei1-4/+5
2014-05-19- updated service(s) to be KernelObject'sbunnei1-1/+1
- various cleanups
2014-04-28removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei1-3/+0
2014-04-17updated service commentsbunnei1-1/+2
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei1-13/+8
- various cleanups/refactors to HLE services
2014-04-16restructured hle:services completely to use function lookup tablesbunnei1-0/+39