summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/soc_u.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei1-919/+0
2017-06-06Service: Remove unnecessary includes from service.hYuri Kunde Schlesner1-0/+1
2017-04-03error conversion fixes for soc_unoah the goodra1-39/+32
2017-01-04Fix some warnings (#2399)Jonathan Hao1-4/+0
2016-12-11Add all services to the Service namespaceLioncash1-29/+25
2016-12-01 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv1-1/+1
2016-10-28core: some errno values are uncommon on UnixJan Beich1-0/+8
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-3/+1
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-76/+78
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-185/+193
2016-05-28Memory: Make ReadBlock and WriteBlock accept void pointers.Subv1-7/+7
2016-05-28SOC_U: Remove usage of GetPointerSubv1-27/+73
2016-04-02Rework sockopt translation to match the error translation code already in placeRyan Loebs1-22/+30
2016-03-30Code styleRyan Loebs1-2/+2
2016-03-30Added GetSockOptNameRyan Loebs1-15/+58
2016-03-29Derp: win32: typedef int socklen_t;Ryan Loebs1-4/+0
2016-03-29But of course, Windows uses 'int' while Linux uses 'socklen_t'Ryan Loebs1-0/+4
2016-03-29Compiling on Windows nowRyan Loebs1-3/+3
2016-03-29Formatting...Ryan Loebs1-1/+1
2016-03-29Addressing PR commentsRyan Loebs1-4/+4
2016-03-29SOC UpdatesRyan Loebs1-3/+46
2016-03-21soc_u: Get rid of explicit delete and newLioncash1-8/+5
2016-03-12hle: Update service function tablesLioncash1-1/+3
2016-02-12BitField: Make trivially copyable and remove assignment operatorMerryMage1-6/+6
2015-12-24HLE/Sockets: Fixed the buffer offset in recvfrom.Subv1-3/+13
2015-09-11General: Replace NULL and '0' usages with nullptr where applicableLioncash1-1/+1
2015-07-20SOC:U : Update deprecated function gethostbyname() to getaddrinfo()zawata1-2/+8
2015-06-28Core: Cleanup soc:U includes.Emmanuel Gil Peyrot1-26/+34
2015-06-27Services: Use the standard _WIN32 define in soc:U instead of our own EMU_PLATFORM.Emmanuel Gil Peyrot1-8/+7
2015-06-25Services/SOC: Added command headers to some of the soc commands.Subv1-5/+13
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot1-15/+15
2015-05-07Common: Remove common.hYuri Kunde Schlesner1-0/+1
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-3/+2
2015-02-02Service: Clean-up InterfaceYuri Kunde Schlesner1-1/+1
2015-01-12Fix building on MinGWdarkf1-0/+13
2015-01-03soc_u: Fix a missing formatting argumentLioncash1-1/+1
2015-01-01Silence some -Wsign-compare warnings.Rohit Nirmal1-4/+4
2014-12-31SOC_U: Preliminary implementation of sockets.Subv1-21/+700
2014-12-26More services & small clean upspurpasmart961-3/+0
2014-12-21License changepurpasmart961-1/+1
2014-11-01Added a bunch of servicespurpasmart961-0/+58