summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/soc_u.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings (#2399)Jonathan Hao2017-01-041-4/+0
* Merge pull request #2249 from Subv/sessions_v3Yuri Kunde Schlesner2016-12-151-1/+1
|\
| * Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv2016-12-011-1/+1
* | Add all services to the Service namespaceLioncash2016-12-111-29/+25
|/
* core: some errno values are uncommon on UnixJan Beich2016-10-281-0/+8
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-3/+1
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-76/+78
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-185/+193
* Memory: Make ReadBlock and WriteBlock accept void pointers.Subv2016-05-281-7/+7
* SOC_U: Remove usage of GetPointerSubv2016-05-281-27/+73
* Rework sockopt translation to match the error translation code already in placeRyan Loebs2016-04-021-22/+30
* Code styleRyan Loebs2016-03-301-2/+2
* Added GetSockOptNameRyan Loebs2016-03-301-15/+58
* Derp: win32: typedef int socklen_t;Ryan Loebs2016-03-291-4/+0
* But of course, Windows uses 'int' while Linux uses 'socklen_t'Ryan Loebs2016-03-291-0/+4
* Compiling on Windows nowRyan Loebs2016-03-291-3/+3
* Formatting...Ryan Loebs2016-03-291-1/+1
* Addressing PR commentsRyan Loebs2016-03-291-4/+4
* SOC UpdatesRyan Loebs2016-03-291-3/+46
* soc_u: Get rid of explicit delete and newLioncash2016-03-211-8/+5
* hle: Update service function tablesLioncash2016-03-121-1/+3
* BitField: Make trivially copyable and remove assignment operatorMerryMage2016-02-121-6/+6
* HLE/Sockets: Fixed the buffer offset in recvfrom.Subv2015-12-241-3/+13
* General: Replace NULL and '0' usages with nullptr where applicableLioncash2015-09-111-1/+1
* Merge pull request #899 from zawata/Winsock-Deprecationbunnei2015-07-281-2/+8
|\
| * SOC:U : Update deprecated function gethostbyname() to getaddrinfo()zawata2015-07-201-2/+8
* | Merge pull request #876 from linkmauve/include-cleanupsYuri Kunde Schlesner2015-07-111-34/+41
|\ \
| * | Core: Cleanup soc:U includes.Emmanuel Gil Peyrot2015-06-281-26/+34
| * | Services: Use the standard _WIN32 define in soc:U instead of our own EMU_PLATFORM.Emmanuel Gil Peyrot2015-06-271-8/+7
| |/
* / Services/SOC: Added command headers to some of the soc commands.Subv2015-06-251-5/+13
|/
* Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-291-15/+15
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-0/+1
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-3/+2
* Service: Clean-up InterfaceYuri Kunde Schlesner2015-02-021-1/+1
* Fix building on MinGWdarkf2015-01-121-0/+13
* Merge pull request #272 from rohit-n/sign-comparebunnei2015-01-061-4/+4
|\
| * Silence some -Wsign-compare warnings.Rohit Nirmal2015-01-011-4/+4
* | soc_u: Fix a missing formatting argumentLioncash2015-01-031-1/+1
|/
* SOC_U: Preliminary implementation of sockets.Subv2014-12-311-21/+700
* More services & small clean upspurpasmart962014-12-261-3/+0
* License changepurpasmart962014-12-211-1/+1
* Added a bunch of servicespurpasmart962014-11-011-0/+58