index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
service.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfs: Make type hierarchy objects classes instead of structs
Lioncash
2018-08-12
1
-1
/
+1
*
core: Port core to VfsFilesystem for file access
Zach Hilman
2018-08-08
1
-1
/
+6
*
kernel: Move object class to its own source files
Lioncash
2018-08-01
1
-2
/
+1
*
core: Make converting constructors explicit where applicable
Lioncash
2018-07-23
1
-1
/
+1
*
core: Relocate g_service_manager to the System class
Lioncash
2018-04-20
1
-1
/
+1
*
Format: Run the new clang format on everything
James Rowe
2018-01-20
1
-2
/
+2
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
kernel: Fix implementation of ConvertSessionToDomain.
bunnei
2017-12-29
1
-1
/
+1
*
service: Return proper result code for IPC::CommandType::Close.
bunnei
2017-10-31
1
-1
/
+1
*
service: Add CreatePort function (that does not register/install).
bunnei
2017-10-18
1
-0
/
+2
*
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-10-14
1
-80
/
+4
*
Service: Add new ServiceFramework framework for writing HLE services
Yuri Kunde Schlesner
2017-06-08
1
-0
/
+150
*
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
2017-06-06
1
-5
/
+7
*
Service: Make service registration part of the sm implementation
Yuri Kunde Schlesner
2017-06-06
1
-2
/
+0
*
HLE: Move SessionRequestHandler from Service:: to Kernel::
Yuri Kunde Schlesner
2017-06-05
1
-43
/
+2
*
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
2017-05-29
1
-1
/
+0
*
IPC helpers example
Lectem
2016-12-26
1
-0
/
+1
*
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-14
1
-8
/
+13
*
Moved the HLE command buffer translation task to ServerSession instead of the...
Subv
2016-12-09
1
-20
/
+10
*
Added a framework for partially handling Session disconnections.
Subv
2016-12-08
1
-0
/
+18
*
Use std::move where appropriate.
Subv
2016-12-08
1
-156
/
+3
*
HLE: Use a member variable instead of a virtual function to retrieve the max ...
Subv
2016-12-05
1
-5
/
+13
*
Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, Transl...
Subv
2016-12-05
1
-6
/
+22
*
KServerPorts now have an HLE handler "template", which is inherited by all Se...
Subv
2016-12-05
1
-4
/
+10
*
Fixed the rebase mistakes.
Subv
2016-11-30
1
-25
/
+25
*
A bit of a redesign.
Subv
2016-11-30
1
-5
/
+174
*
IPC/HLE: Associate the ClientSessions with their parent port's HLE interface ...
Subv
2016-11-30
1
-1
/
+1
*
Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and...
Subv
2016-11-30
1
-8
/
+4
*
fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block ...
Subv
2016-11-30
1
-1
/
+1
*
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...
Subv
2016-11-30
1
-5
/
+16
*
Set client SDK version to Service APIs
mailwl
2016-11-30
1
-0
/
+12
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-3
/
+0
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-5
/
+5
*
Core: Cleanup file_sys includes.
Emmanuel Gil Peyrot
2015-06-28
1
-0
/
+2
*
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
2015-06-28
1
-1
/
+0
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-1
/
+1
*
De-inline functions from Interface, removing them from service.h
Yuri Kunde Schlesner
2015-04-14
1
-50
/
+5
*
Services: Moved the PTM and APT services to their own folder
Subv
2015-03-03
1
-0
/
+3
*
Service: Store function names as const char* instead of std::string
Yuri Kunde Schlesner
2015-02-02
1
-6
/
+6
*
Service: Clean-up Interface
Yuri Kunde Schlesner
2015-02-02
1
-22
/
+9
*
Make Port/Service registration and querying more HW-accurate
Yuri Kunde Schlesner
2015-02-02
1
-24
/
+6
*
Logging: Log all called service functions (under trace). Compile out all trac...
archshift
2015-01-10
1
-11
/
+20
*
Fix double-free in Service manager during shutdown
Yuri Kunde Schlesner
2015-01-07
1
-11
/
+4
*
Kernel: New handle manager
Yuri Kunde Schlesner
2014-12-28
1
-2
/
+3
*
Rename ObjectPool to HandleTable
Yuri Kunde Schlesner
2014-12-28
1
-2
/
+2
*
License change
purpasmart96
2014-12-20
1
-1
/
+1
*
Remove SyncRequest from K::Object and create a new K::Session type
Yuri Kunde Schlesner
2014-12-15
1
-18
/
+8
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
1
-7
/
+1
*
Log the cmd_buff arguments when citra comes across an unimplemented function
archshift
2014-11-24
1
-12
/
+12
*
Remove duplicated docs/update them for changed parameters.
Yuri Kunde Schlesner
2014-11-24
1
-10
/
+0
[next]