Skip to content
Snippets Groups Projects
  1. Jul 13, 2020
  2. Jun 14, 2020
  3. Jun 13, 2020
    • Matthias Schiffer's avatar
      gluon-mesh-batman-adv: do not delete bat0 during hardif teardown (#2057) · 39267179
      Matthias Schiffer authored
      With very bad timing, it is possible that the teardown script of a
      gluon_mesh interface runs when bat0 was just created, but primary0 is not
      yet added to it. Although there is no hardif to remove in this case,
      bat0 will still be deleted, because there is no hardif in bat0.
      
      Disable the interface removal logic by passing `-M` to `batctl interface`.
      
      (cherry picked from commit 92647cd4)
      39267179
  4. Jun 12, 2020
  5. Jun 07, 2020
  6. Jun 04, 2020
    • Matthias Schiffer's avatar
      build: make GluonSrcDiet simpler and more robust (#2033) · 50adb097
      Matthias Schiffer authored
      - If luasrcdiet fails for a Lua script, this is a bug that should be
        noticed rather than including the unminified script
      - Use .tmp suffix for temporary file rather than .o
      - Replace chmod + stat + mv with simpler cp + rm to overwrite file while
        preserving file mode
      50adb097
  7. May 31, 2020
  8. May 29, 2020
  9. May 28, 2020
  10. May 24, 2020
  11. May 21, 2020
  12. May 12, 2020
  13. May 10, 2020
  14. May 08, 2020
  15. May 05, 2020
  16. May 04, 2020
  17. Apr 29, 2020
    • Martin Weinelt's avatar
      add gluon-logging package · 9b19883d
      Martin Weinelt authored
      Allows reconfigurtion of remote syslog from within site.conf.
      
      Conflicts with the gluon-web-logging package as user made changes
      will be overwritten, because this package will reconfigure the syslog
      destination on every upgrade.
      
      Resolves #1845
      9b19883d
Loading