Sebastian Valle
|
472ee00e8f
|
Merge pull request #3981 from B3n30/httpc
Migrate HTTP_C to the ServiceFramework and implement functions
|
2018-07-25 10:20:27 -05:00 |
|
B3n30
|
050d116cb6
|
Fixed include in http_c,h; added ERROR_CONTEXT_ERROR to CreateContext
|
2018-07-24 23:38:19 +02:00 |
|
B3n30
|
daac1349db
|
Service/HTTP_C: Add some comments; Fixed header in CloseContext
|
2018-07-23 21:14:41 +02:00 |
|
B3n30
|
2f50bf0007
|
Service/HTTP_C: Fix error in CreateContext
|
2018-07-23 18:02:35 +02:00 |
|
Weiyi Wang
|
8388e5519b
|
Merge pull request #3944 from wwylele/soc-new-framework
Service/SOC: convert to ServiceFramework
|
2018-07-22 22:23:05 +03:00 |
|
B3n30
|
2d09355a25
|
Make Service::HTTP::Context non-copyable
|
2018-07-22 18:15:44 +02:00 |
|
B3n30
|
5af6a1d8ee
|
Revert stubbed InitializeConnectionSession
|
2018-07-22 18:15:44 +02:00 |
|
B3n30
|
32155cd683
|
Service/HTTP: stubbed InitializeConnectionSession
|
2018-07-22 18:15:44 +02:00 |
|
B3n30
|
65c7ed8445
|
Service/HTTP: Moved declarations to the header file
|
2018-07-22 15:01:32 +02:00 |
|
B3n30
|
0606e7010c
|
Services/HTTP: Implemented the AddRequestHeader service function.
|
2018-07-22 13:38:31 +02:00 |
|
Subv
|
799b45233f
|
Services/HTTP: Stubbed the CloseContext service function.
It is currently unknown how the real http module handles trying to close contexts for requests that are already in flight.
|
2018-07-21 20:11:20 -05:00 |
|
Subv
|
34baa882c8
|
Services/HTTP: Corrected the error code for an invalid request method.
|
2018-07-21 19:50:13 -05:00 |
|
Subv
|
70e6979695
|
Services/HTTP: Implemented the CreateContext function handler.
|
2018-07-21 19:30:40 -05:00 |
|
B3n30
|
87ec3934a6
|
Services/HTTP: Added structures to represent an HTTP context.
More fields will probably need to be added to these structures in the future.
|
2018-07-21 19:10:00 -05:00 |
|
B3n30
|
fe5a3d22c5
|
Services/HTTP: Added structures to store both client and server certificates.
|
2018-07-21 19:00:50 -05:00 |
|
B3n30
|
1f865fd524
|
Services/HTTP: Stubbed the Initialize function.
|
2018-07-21 18:54:06 -05:00 |
|
B3n30
|
28124c053a
|
Services/HLE: Convert the http:C service to the new service framework.
|
2018-07-21 18:48:57 -05:00 |
|
James Rowe
|
2f8c9c8126
|
Merge pull request #3831 from FearlessTobi/add-volume-slider
citra_qt: Add a volume slider
|
2018-07-18 09:56:47 -06:00 |
|
wwylele
|
aa02c50a2e
|
Service/SOC: convert to ServiceFramework
|
2018-07-18 09:52:51 +03:00 |
|
zhupengfei
|
a9e922e68f
|
service/fs: implement obsoleted Create/DeleteExtSaveData (#3948)
* service/fs: implement obsoleted Create/DeleteExtSaveData
* service/fs: remove the STUBBED warning
|
2018-07-17 17:59:42 +03:00 |
|
NarcolepticK
|
c39daa3c01
|
service/dsp: Migrate to ServiceFramework (#3915)
* service/dsp: Migrate to ServiceFramework
* service/dsp: Removed redundant buffer copy
* service/dsp: Addressed comment about pushing u32 instead of bool
* service/dsp: Fix clang format
* service/dsp: Addressed comment about minimizing global state
* service/dsp: Addressed comments and fixed log call issue
* service/dsp: Fix missed clang format
|
2018-07-12 17:54:26 +03:00 |
|
Weiyi Wang
|
edcea90948
|
Merge pull request #3921 from B3n30/fixGetStartupArgument
Fix parameter_size in APT::GetStartupArgument
|
2018-07-11 11:41:04 +03:00 |
|
B3n30
|
208e789182
|
Fix error log
|
2018-07-11 09:00:05 +02:00 |
|
B3n30
|
468c689cf4
|
Set max parameter_size to 0x1000
|
2018-07-07 18:52:27 +02:00 |
|
B3n30
|
be1ae17c61
|
Fix parameter_size in GetStartupArgument
|
2018-07-07 18:38:38 +02:00 |
|
Weiyi Wang
|
01c4f49e75
|
Merge pull request #3873 from wwylele/nwm-new-framework
Service/NWM: convert to ServiceFramwework
|
2018-07-07 18:44:31 +03:00 |
|
fearlessTobi
|
a780f3821e
|
citra_qt: Add a volume slider
|
2018-07-03 17:26:50 +02:00 |
|
NarcolepticK
|
acefa81ae3
|
service/csnd: Addressed comments and removed outdated information
|
2018-07-02 22:09:29 -04:00 |
|
NarcolepticK
|
84c23ce2e5
|
service/csnd: Fix clang format
|
2018-07-02 22:09:29 -04:00 |
|
NarcolepticK
|
1f345642c4
|
service/csnd: Stubbed DataCache functions
|
2018-07-02 22:09:29 -04:00 |
|
NarcolepticK
|
41d5b31a76
|
service/csnd: Migrate to ServiceFramework
|
2018-07-02 22:09:29 -04:00 |
|
NarcolepticK
|
d6f86caf30
|
service/cecd: Addressed comment about using PushEnum instead of Push<u32>
|
2018-07-01 12:54:53 -04:00 |
|
NarcolepticK
|
37532f8a76
|
service/cecd: Fixed clang format
|
2018-06-30 23:52:45 -04:00 |
|
NarcolepticK
|
363d6fdb89
|
service/cecd: Migrate to ServiceFramework
|
2018-06-30 23:38:54 -04:00 |
|
Weiyi Wang
|
ffae5be1ea
|
Merge pull request #3895 from NarcolepticK/pm-migrate-framework
service/pm: Migrate to ServiceFramework
|
2018-06-30 13:20:31 +03:00 |
|
James Rowe
|
f9a89ff410
|
Merge pull request #3894 from wwylele/log-finalize
Finalize logging system migration
|
2018-06-29 17:46:07 -06:00 |
|
Valentin Vanelslande
|
7ffcf71d5d
|
Service/DLP: IsChild: Skip parameter
|
2018-06-29 13:40:03 -05:00 |
|
Valentin Vanelslande
|
482dc91dd6
|
Service/DLP: Fix IsChild
|
2018-06-29 13:03:16 -05:00 |
|
NarcolepticK
|
f72d114335
|
service/pm: Migrate to ServiceFramework
|
2018-06-29 10:31:56 -04:00 |
|
wwylele
|
0eab948728
|
reformat all files with clang-format
|
2018-06-29 16:56:12 +03:00 |
|
wwylele
|
7c5a76e58b
|
log: replace all NGLOG with LOG
|
2018-06-29 14:18:07 +03:00 |
|
NarcolepticK
|
a1e56c1811
|
service/dlp: Addressed comment about what value to push
|
2018-06-29 04:27:37 -04:00 |
|
NarcolepticK
|
f5f5ac2197
|
service/dlp: Migrate to ServiceFramework
|
2018-06-29 04:24:38 -04:00 |
|
Weiyi Wang
|
fc8f997a28
|
Merge pull request #3874 from wwylele/ssl-new-framework
service/SSL: convert to ServiceFramework
|
2018-06-29 11:17:26 +03:00 |
|
NarcolepticK
|
db75b80e22
|
service/mvd: Migrate to ServiceFramework (#3890)
* service/mvd: Migrate to ServiceFramework
* service/mvd: Silenced clang format
|
2018-06-29 11:14:49 +03:00 |
|
NarcolepticK
|
3e42b361b1
|
service/qtm: Migrate to ServiceFramework (#3892)
* service/qtm: Migrate to ServiceFramework
* service/qtm: Fix clang format
|
2018-06-29 11:13:56 +03:00 |
|
Weiyi Wang
|
7d535140f6
|
Merge pull request #3885 from wwylele/fix-fs-log
FS: fix log with incorrect type
|
2018-06-28 18:06:56 +03:00 |
|
NarcolepticK
|
f96497abdb
|
service/dsp: Migrate logging macros (#3863)
* service/dsp: Migrate logging macros
* service/dsp: Fixed width count
|
2018-06-28 18:05:45 +03:00 |
|
NarcolepticK
|
d25cfbc4cc
|
service/gsp: Addressed comment about global state
|
2018-06-27 11:05:38 -04:00 |
|
NarcolepticK
|
188979b3e2
|
service/gsp: Migrate gsp_lcd to ServiceFramework
|
2018-06-27 10:40:37 -04:00 |
|