1. 13 Jun, 2018 3 commits
    • topjohnwu's avatar
      Rename entry · 79eb5b2e
      topjohnwu authored
      79eb5b2e
    • topjohnwu's avatar
      Simplify su_info cache · f0533fca
      topjohnwu authored
      The previous implementation is great if multiple different requesters call su rapidly in a very short period of time, however in the real world this is nearly impossible to happen. This comes with quite a big overhead, since it requires two lists and also an everlasting background thread to constantly maintain the lists.
      
      The new implementation will spawn a collector thread for each cache miss, and the thread will terminate itself once the data is invalidated.
      f0533fca
    • topjohnwu's avatar
      Fail fast when possible · 08e98eeb
      topjohnwu authored
      08e98eeb
  2. 12 Jun, 2018 1 commit
  3. 21 Apr, 2018 2 commits
  4. 14 Apr, 2018 1 commit
  5. 21 Dec, 2017 1 commit
  6. 18 Dec, 2017 2 commits
  7. 11 Dec, 2017 1 commit
  8. 23 Nov, 2017 1 commit
  9. 28 Oct, 2017 1 commit
  10. 12 Oct, 2017 1 commit
  11. 15 Sep, 2017 2 commits
  12. 11 Aug, 2017 1 commit
  13. 06 Aug, 2017 1 commit
  14. 16 Jul, 2017 1 commit
  15. 08 Jul, 2017 1 commit
  16. 07 Jul, 2017 1 commit
  17. 02 Jul, 2017 1 commit
  18. 08 Jun, 2017 1 commit
  19. 31 May, 2017 1 commit
  20. 29 May, 2017 1 commit
  21. 27 May, 2017 1 commit
  22. 26 May, 2017 1 commit
  23. 08 May, 2017 1 commit
  24. 07 May, 2017 1 commit
  25. 05 May, 2017 1 commit
  26. 27 Apr, 2017 1 commit
  27. 24 Apr, 2017 1 commit
  28. 18 Apr, 2017 1 commit
  29. 17 Apr, 2017 2 commits
  30. 16 Apr, 2017 2 commits
  31. 15 Apr, 2017 1 commit
  32. 14 Apr, 2017 1 commit
  33. 05 Apr, 2017 1 commit
    • topjohnwu's avatar
      Compile with unified binary only · ed052e0b
      topjohnwu authored
      The su binary itself cannot do much, since it still requires a daemon to work
      The daemon code will soon be moved to a higher level (out of MagiskSU), so there is no point in creating a separate binary
      ed052e0b