index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
soc_u.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
2017-06-06
1
-0
/
+1
*
error conversion fixes for soc_u
noah the goodra
2017-04-03
1
-39
/
+32
*
Fix some warnings (#2399)
Jonathan Hao
2017-01-04
1
-4
/
+0
*
Merge pull request #2249 from Subv/sessions_v3
Yuri Kunde Schlesner
2016-12-15
1
-1
/
+1
|
\
|
*
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.
Subv
2016-12-01
1
-1
/
+1
*
|
Add all services to the Service namespace
Lioncash
2016-12-11
1
-29
/
+25
|
/
*
core: some errno values are uncommon on Unix
Jan Beich
2016-10-28
1
-0
/
+8
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-3
/
+1
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-76
/
+78
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-185
/
+193
*
Memory: Make ReadBlock and WriteBlock accept void pointers.
Subv
2016-05-28
1
-7
/
+7
*
SOC_U: Remove usage of GetPointer
Subv
2016-05-28
1
-27
/
+73
*
Rework sockopt translation to match the error translation code already in place
Ryan Loebs
2016-04-02
1
-22
/
+30
*
Code style
Ryan Loebs
2016-03-30
1
-2
/
+2
*
Added GetSockOptName
Ryan Loebs
2016-03-30
1
-15
/
+58
*
Derp: win32: typedef int socklen_t;
Ryan Loebs
2016-03-29
1
-4
/
+0
*
But of course, Windows uses 'int' while Linux uses 'socklen_t'
Ryan Loebs
2016-03-29
1
-0
/
+4
*
Compiling on Windows now
Ryan Loebs
2016-03-29
1
-3
/
+3
*
Formatting...
Ryan Loebs
2016-03-29
1
-1
/
+1
*
Addressing PR comments
Ryan Loebs
2016-03-29
1
-4
/
+4
*
SOC Updates
Ryan Loebs
2016-03-29
1
-3
/
+46
*
soc_u: Get rid of explicit delete and new
Lioncash
2016-03-21
1
-8
/
+5
*
hle: Update service function tables
Lioncash
2016-03-12
1
-1
/
+3
*
BitField: Make trivially copyable and remove assignment operator
MerryMage
2016-02-12
1
-6
/
+6
*
HLE/Sockets: Fixed the buffer offset in recvfrom.
Subv
2015-12-24
1
-3
/
+13
*
General: Replace NULL and '0' usages with nullptr where applicable
Lioncash
2015-09-11
1
-1
/
+1
*
Merge pull request #899 from zawata/Winsock-Deprecation
bunnei
2015-07-28
1
-2
/
+8
|
\
|
*
SOC:U : Update deprecated function gethostbyname() to getaddrinfo()
zawata
2015-07-20
1
-2
/
+8
*
|
Merge pull request #876 from linkmauve/include-cleanups
Yuri Kunde Schlesner
2015-07-11
1
-34
/
+41
|
\
\
|
*
|
Core: Cleanup soc:U includes.
Emmanuel Gil Peyrot
2015-06-28
1
-26
/
+34
|
*
|
Services: Use the standard _WIN32 define in soc:U instead of our own EMU_PLATFORM.
Emmanuel Gil Peyrot
2015-06-27
1
-8
/
+7
|
|
/
*
/
Services/SOC: Added command headers to some of the soc commands.
Subv
2015-06-25
1
-5
/
+13
|
/
*
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
1
-15
/
+15
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-0
/
+1
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-11
1
-3
/
+2
*
Service: Clean-up Interface
Yuri Kunde Schlesner
2015-02-02
1
-1
/
+1
*
Fix building on MinGW
darkf
2015-01-12
1
-0
/
+13
*
Merge pull request #272 from rohit-n/sign-compare
bunnei
2015-01-06
1
-4
/
+4
|
\
|
*
Silence some -Wsign-compare warnings.
Rohit Nirmal
2015-01-01
1
-4
/
+4
*
|
soc_u: Fix a missing formatting argument
Lioncash
2015-01-03
1
-1
/
+1
|
/
*
SOC_U: Preliminary implementation of sockets.
Subv
2014-12-31
1
-21
/
+700
*
More services & small clean ups
purpasmart96
2014-12-26
1
-3
/
+0
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
Added a bunch of services
purpasmart96
2014-11-01
1
-0
/
+58