| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | hle: Initial implementation of NX service framework and IPC. | 2017-10-14 | 1 | -235/+0 | |
| * | Merge remote-tracking branch 'upstream/master' into nx | 2017-10-09 | 1 | -2/+26 | |
| |\ | |||||
| | * | HLE/SRV: Implemented RegisterService. | 2017-09-24 | 1 | -1/+25 | |
| |/ | |||||
| * | ResultVal: Remove MoveFrom() | 2017-06-18 | 1 | -2/+2 | |
| * | Service/sm: Convert srv: to use IPC helpers | 2017-06-11 | 1 | -49/+56 | |
| * | Service/sm: Convert 'srv:' to ServiceFramework | 2017-06-08 | 1 | -38/+33 | |
| * | Service: Remove unnecessary includes from service.h | 2017-06-06 | 1 | -0/+3 | |
| * | Service: Make service registration part of the sm implementation | 2017-06-06 | 1 | -14/+31 | |
| * | Service/sm: Use an actual semaphore for the notification semaphore | 2017-06-06 | 1 | -8/+9 | |
| * | Service: Move SRV interface to a new sm/ subdirectory | 2017-06-06 | 1 | -0/+188 | |