Atmosphere/stratosphere/ams_mitm/source
SciresM e9849c74cf
LogManager: implement system module, client api, logging api (#1617)
Some notes:

* Unless `atmosphere!enable_log_manager` is true, Nintendo's log manager will be used instead.
  * This prevents paying memory costs for LM when not enabling logging.
  * To facilitate this, Atmosphere's log manager has a different program id from Nintendo's.
  * `atmosphere!enable_htc` implies `atmosphere!enable_log_manager`.
* LogManager logs to tma, and the SD card (if `lm!enable_sd_card_logging` is true, which it is by default).
* Binary logs are saved to `lm!sd_card_log_output_directory`, which is `atmosphere/binlogs` by default.
2021-09-11 19:32:14 -07:00
..
bpc_mitm ams_mitm: update for new sf semantics 2021-01-20 23:39:31 -08:00
dns_mitm dns.mitm: fix wildcardcmp failure case (#1539) 2021-06-15 16:35:26 -07:00
fs_mitm fs.mitm: ns registers program index map info, not am 2021-06-28 22:43:56 -07:00
ns_mitm ams_mitm: update for new sf semantics 2021-01-20 23:39:31 -08:00
set_mitm LogManager: implement system module, client api, logging api (#1617) 2021-09-11 19:32:14 -07:00
sysupdater ams: std::optional -> util::optional 2021-07-08 02:37:26 -07:00
amsmitm_fs_utils.cpp dns.mitm: parse redirections from hosts file 2021-02-02 11:41:49 -08:00
amsmitm_fs_utils.hpp dns.mitm: parse redirections from hosts file 2021-02-02 11:41:49 -08:00
amsmitm_initialization.cpp fusee: fix buildsystem, rename secondary -> package3 2021-09-06 16:26:50 -07:00
amsmitm_initialization.hpp PRODINFO: Revamp blanking/write disallow policy. (#913) 2020-04-22 16:22:14 -07:00
amsmitm_main.cpp strat: no longer materially constrained by sm session limit 2021-04-13 23:58:10 -07:00
amsmitm_module.hpp sysupdater: begin implementing api 2020-06-28 01:46:51 -07:00
amsmitm_module_management.cpp dns: skeleton passthrough mitm 2021-02-02 11:41:49 -08:00
amsmitm_module_management.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
amsmitm_prodinfo_utils.cpp ams: std::optional -> util::optional 2021-07-08 02:37:26 -07:00
amsmitm_prodinfo_utils.hpp PRODINFO: Revamp blanking/write disallow policy. (#913) 2020-04-22 16:22:14 -07:00