NarcolepticK
|
105bcc95c0
|
service/cecd: Add hmac handling
|
2018-09-10 19:53:23 -04:00 |
|
NarcolepticK
|
192a0f3b92
|
service/cecd: Update handling of /outbox/boxinfo and /outbox/obindex
|
2018-09-10 04:21:24 -04:00 |
|
NarcolepticK
|
648cecf1aa
|
service/cecd: Utilize CryptoPP::Base64Encoder for message id
|
2018-09-07 23:09:14 -04:00 |
|
NarcolepticK
|
ff1beca74a
|
service/cecd: Fixed enum item naming style
|
2018-09-07 19:36:33 -04:00 |
|
NarcolepticK
|
69b3217394
|
service/cecd: Addressed comments, code cleanup
|
2018-09-06 15:50:27 -04:00 |
|
NarcolepticK
|
c89759f597
|
service/cecd: Corrected eventlog.dat creation
|
2018-09-06 15:50:27 -04:00 |
|
NarcolepticK
|
c185c35bc2
|
service/cecd: Clang format fixup
|
2018-09-06 15:50:27 -04:00 |
|
NarcolepticK
|
dd7234a6d0
|
service/cecd: Migrate Common::StringFromFormat(...) to fmt::format(...)
|
2018-09-06 15:50:27 -04:00 |
|
NarcolepticK
|
25e7209d5c
|
service/cecd: Updated function names
|
2018-09-06 15:50:27 -04:00 |
|
NarcolepticK
|
7a8477d106
|
service/cecd: Implement mboxlist handling
|
2018-09-06 15:50:27 -04:00 |
|
NarcolepticK
|
0e8398b51c
|
service/cecd: Update header checks and increased debug logging
|
2018-09-06 15:50:27 -04:00 |
|
NarcolepticK
|
71204e525f
|
service/cecd: Corrected behaviour, started checking and updating file headers
|
2018-09-06 15:50:27 -04:00 |
|
NarcolepticK
|
d88ad61da4
|
service/cecd: Output icon to MBoxData.001 and title to MBoxData.010
|
2018-09-06 15:50:27 -04:00 |
|
NarcolepticK
|
010fbd8614
|
service/cecd: Update default values for in/out box info header
|
2018-09-06 15:50:27 -04:00 |
|
NarcolepticK
|
d99585aa53
|
service/cecd: Add MBox directory check to OpenAndRead and OpenAndWrite and added a CreateAndPopulateMBoxDirectory function
|
2018-09-06 15:50:27 -04:00 |
|
NarcolepticK
|
30bbea3f4e
|
service/cecd: Add initial files to archive after it is formatted
|
2018-09-06 15:50:27 -04:00 |
|
NarcolepticK
|
e27c1bd1f5
|
service/cecd: Addressed comment about PopEnum
|
2018-09-06 15:50:27 -04:00 |
|
NarcolepticK
|
413f1651b7
|
service/cecd: Implement basic file handling functions.
|
2018-09-06 15:50:26 -04:00 |
|
NarcolepticK
|
2ee395d7de
|
service/cecd: Implement functions
|
2018-09-06 15:50:26 -04:00 |
|
NarcolepticK
|
5dacf92fd7
|
service/cecd: Stub some functions
|
2018-09-06 15:50:26 -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 |
|
wwylele
|
7c5a76e58b
|
log: replace all NGLOG with LOG
|
2018-06-29 14:18:07 +03:00 |
|
NarcolepticK
|
c9737ff16c
|
service/cecd: Migrate logging macros
|
2018-06-19 15:07:17 -04:00 |
|
Yuri Kunde Schlesner
|
723dc644fa
|
ResultVal: Remove MoveFrom()
Replace it with std::move(result_val).Unwrap(), or Foo().Unwrap() in
case you already have an rvalue.
|
2017-06-18 19:03:15 -07:00 |
|
Yuri Kunde Schlesner
|
d96a9e0c11
|
Service: Remove unnecessary includes from service.h
This has a huge fallout in terms of needing to fix other files because
all service implementations included that file.
|
2017-06-06 02:57:23 -07:00 |
|
mailwl
|
7f27be1521
|
Service/CECD: Add cecd:ndm service
|
2016-12-15 09:52:40 +03:00 |
|
Lioncash
|
0229983ff2
|
cecd_u: Update function table
Updated based off information from 3dbrew.
|
2016-12-08 00:56:46 -05:00 |
|
Yuri Kunde Schlesner
|
84fbbe2629
|
Use negative priorities to avoid special-casing the self-include
|
2016-09-21 00:15:56 -07:00 |
|
Emmanuel Gil Peyrot
|
ebdae19fd2
|
Remove empty newlines in #include blocks.
This makes clang-format useful on those.
Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
|
2016-09-21 11:15:47 +09:00 |
|
Yuri Kunde Schlesner
|
396a8d91a4
|
Manually tweak source formatting and then re-run clang-format
|
2016-09-18 21:14:25 -07:00 |
|
Emmanuel Gil Peyrot
|
dc8479928c
|
Sources: Run clang-format on everything.
|
2016-09-18 09:38:01 +09:00 |
|
mailwl
|
61ec5fa776
|
cecd:u: stub GetCecStateAbbreviated (#1648)
|
2016-04-08 15:39:52 -04:00 |
|
mailwl
|
cb8e85a37d
|
cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandle
|
2016-03-31 14:59:10 +03:00 |
|
Lioncash
|
0937bed8d8
|
services: Get rid of unnecessary includes
|
2016-02-02 01:40:23 -05:00 |
|
Lioncash
|
5e5bb0c32e
|
services: Update function tables
|
2016-02-01 21:49:44 -05:00 |
|
purpasmart96
|
7933dbe6a0
|
Services: Continue separation of services into their own folders
|
2015-06-11 20:41:59 -07:00 |
|