- 20 Oct, 2021 1 commit
-
-
topjohnwu authored
Close #4759
-
- 17 Oct, 2021 5 commits
-
-
topjohnwu authored
-
LoveSy authored
-
LoveSy authored
- The lambda here infers its return type as `std::string`, and since `info` is `const`, the labmda copies `info.name` and returns a `std::string&&`. After captured by the `std::string_view`, the `std::string&&` return value deconstructs and makes `std::string_view` refers to a dangling pointer.
-
topjohnwu authored
-
topjohnwu authored
-
- 14 Oct, 2021 3 commits
- 13 Oct, 2021 1 commit
-
-
topjohnwu authored
-
- 09 Oct, 2021 7 commits
- 06 Oct, 2021 1 commit
-
-
topjohnwu authored
-
- 05 Oct, 2021 1 commit
-
-
topjohnwu authored
Still WIP
-
- 25 Sep, 2021 2 commits
- 24 Sep, 2021 7 commits
-
-
StoyanDimitrov authored
Small fixes.
-
Aryan Sinha authored
* Fix Some Grammatical Mistakes * Simplify Some Words
-
Arbri çoçka authored
-
Ilya Kushnir authored
-
topjohnwu authored
Close #4720
-
topjohnwu authored
-
topjohnwu authored
-
- 23 Sep, 2021 12 commits
-
-
vvb2060 authored
-
usrDottik authored
Added DenyList and Zygisk translations
-
DanGLES3 authored
-
Arbri çoçka authored
-
kubalav authored
-
Rom authored
-
taras authored
-
Oliver Cervera authored
-
vvb2060 authored
-
Thonsi authored
-
topjohnwu authored
Fix #4657, close #4602
-
残页 authored
libselinux.so will be unmounted when magiskd starts. If magiskd restarts (like it died before boot completed), the files we want to unmount is the original files because the modified files is unmounted in previous start, which will causes many crashes due to missing libselinux.so.
-