aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/soc_u.cpp
Commit message (Collapse)AuthorAge
* Merge pull request #899 from zawata/Winsock-DeprecationGravatar bunnei2015-07-28
|\ | | | | SOC:U : Fix WinSock function deprecation
| * SOC:U : Update deprecated function gethostbyname() to getaddrinfo()Gravatar zawata2015-07-19
| |
* | Merge pull request #876 from linkmauve/include-cleanupsGravatar Yuri Kunde Schlesner2015-07-10
|\ \ | | | | | | Cleanup includes, mostly in common
| * | Core: Cleanup soc:U includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| | |
| * | Services: Use the standard _WIN32 define in soc:U instead of our own ↵Gravatar Emmanuel Gil Peyrot2015-06-27
| |/ | | | | | | EMU_PLATFORM.
* / Services/SOC: Added command headers to some of the soc commands.Gravatar Subv2015-06-25
|/
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
|
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
|
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
| | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
* Service: Clean-up InterfaceGravatar Yuri Kunde Schlesner2015-02-02
|
* Fix building on MinGWGravatar darkf2015-01-11
|
* Merge pull request #272 from rohit-n/sign-compareGravatar bunnei2015-01-05
|\ | | | | Silence some -Wsign-compare warnings.
* | soc_u: Fix a missing formatting argumentGravatar Lioncash2015-01-02
| |
| * Silence some -Wsign-compare warnings.Gravatar Rohit Nirmal2015-01-01
|/
* SOC_U: Preliminary implementation of sockets.Gravatar Subv2014-12-31
| | | | | | | | | | | | | 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
* More services & small clean upsGravatar purpasmart962014-12-25
|
* License changeGravatar purpasmart962014-12-20
|
* Added a bunch of servicesGravatar purpasmart962014-11-01