Skip to content
  1. Jun 28, 2018
  2. Jun 23, 2018
  3. Jun 22, 2018
  4. Jun 18, 2018
  5. Jun 17, 2018
  6. Jun 16, 2018
  7. Jun 12, 2018
  8. Jun 11, 2018
  9. Jun 10, 2018
  10. Jun 09, 2018
  11. Jun 08, 2018
  12. Jun 07, 2018
  13. Jun 05, 2018
  14. Jun 04, 2018
  15. Jun 03, 2018
  16. Jun 02, 2018
    • Ansuel Smith's avatar
      luci-app-ddns: improve performance · 299121fc
      Ansuel Smith authored
      
      
      Every request directed to the ddns app call ddns tools module.
      Ddns tools module have lots of global variable that call slow os.execute function. This adds 10 second to every ddns request even if the function that is requested doesn't need that global variable. This commit introduce env_info function that execute os.execute command by executing what is actually requested and not process all the variables. Also remove 2 unecessary module that are not used. More researh find that major slowdown was caused by the calling of ddns script for the version check. Now we check if opkg is present and use it to check ddns-scripts version.
      
      Signed-off-by: default avatarAnsuel Smith <ansuelsmth@gmail.com>
      299121fc
  17. Jun 01, 2018
  18. May 31, 2018
  19. May 29, 2018
  20. May 28, 2018
  21. May 27, 2018
    • Dirk Brenken's avatar
      luci-app-lxc: fix "plain-vanilla" integration, part 2 · d9b6c5dd
      Dirk Brenken authored
      
      
      I've tried to get the lxc app in a more usable state. Tested with mips
      and amd64 targets.
      
      * check /etc/config/lxc in controller, not in cbi
      * more controller cleanups
      * remove unused 'fork_exec' function
      * check path before container creation
      * check space requirements before container creation
        * support new uci options 'min_space' and 'min_temp',
          default for both is 100000 KB
        * both options are configurable via LuCI CBI template
      * write messages to log in case of an error
      * validate the container name during creation,
        automatically remove invalid chars
      * inform the user that only a stopped container can be destroyed
      * add experimental ssl support (untested, disabled by default)
      
      Signed-off-by: default avatarDirk Brenken <dev@brenken.org>
      d9b6c5dd