1. f0a760b Do not write past end of inotify event structure. by Christopher Ferris · 2 years, 9 months ago
  2. 12952cd Fix ioctl FIONREAD call parameters to use int instead of size_t by Stephane Lee · 4 years, 6 months ago
  3. a7952ac minui: Support input device hotplug in recovery mode. by Xihua Chen · 7 years ago
  4. 835bf09 minui: Managed FDs with smart pointers. by Tao Bao · 5 years ago
  5. dfdf635 minui: Fix the wrong move of the callback. by Tao Bao · 5 years ago
  6. b549243 Use O_CLOEXEC at a few places. by Tao Bao · 5 years ago
  7. 39c53c8 use epoll_create1 by Nick Kralevich · 6 years ago
  8. c8686b4 Add missing includes. by Dan Albert · 7 years ago
  9. 5f8dd99 ui: Move the support for touch inputs into RecoveryUI. by Tao Bao · 7 years ago
  10. 9468fc0 Add the missing #include of <functional>. by Tao Bao · 7 years ago
  11. 25a29d4 Add a missing #include for openat(2). by Elliott Hughes · 7 years ago
  12. 0b1118d minui: Move callback functions to std::function. by Tao Bao · 7 years ago
  13. 0ecbd76 minui: Export minui/minui.h. by Tao Bao · 7 years ago
  14. 23abfd3 Fix clang-tidy performance warnings. by Chih-Hung Hsieh · 8 years ago
  15. 54a2747 Fix google-runtime-int warnings. by Chih-Hung Hsieh · 8 years ago
  16. 7bad7c4 Check all lseek calls succeed. by Elliott Hughes · 9 years ago
  17. 07cfb8f Switch minui over to C++. by Elliott Hughes · 9 years ago
  18. 642aaa7 Fix ScreenRecoveryUI to handle devices without power/up/down. by Elliott Hughes · 9 years ago
  19. 0713819 Add ev_iterate_available_keys to minui. by Elliott Hughes · 9 years ago