Skip to content
Snippets Groups Projects
  1. Jan 19, 2025
  2. Jan 08, 2025
  3. Jan 07, 2025
  4. Dec 27, 2024
  5. Dec 18, 2024
    • David Bauer's avatar
      libgluonutil: add missing libgen import (#3395) · 3654f83a
      David Bauer authored
      
      The import of libgen.h required for basename() was missing. This lead to
      undesired behavior on 64 bit systems, where only the upper 32-bit of the
      returned pointer was used.
      
      On ARM64 systems such as mediatek-filogic, this lead to a signed extend
      of the 32-bit address, leading to a crash of respondd.
      
      Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
      3654f83a
  6. Dec 10, 2024
  7. Dec 07, 2024
  8. Nov 05, 2024
  9. Oct 10, 2024
  10. Jul 22, 2024
  11. Jul 11, 2024
  12. Jul 10, 2024
  13. Jul 01, 2024
  14. Jun 28, 2024
  15. Apr 09, 2024
  16. Mar 26, 2024
  17. Mar 23, 2024
  18. Mar 11, 2024
    • Matthias Schiffer's avatar
      gluon-core: lua: wireless: use libiwinfo-lua for find_phy() · 29e281f7
      Matthias Schiffer authored
      find_phy() did not match OpenWrt's logic for PHY names anymore, and
      could not handle PHYs that don't match the 'phyX' naming scheme. Instead
      of trying to add more complex logic to our own code, simply do what
      OpenWrt does and use iwinfo to resolve UCI sections to PHY names.
      29e281f7
  19. Mar 05, 2024
  20. Feb 23, 2024
  21. Jan 11, 2024
  22. Jan 10, 2024
  23. Jan 07, 2024
  24. Jan 05, 2024
    • Tom Herbers's avatar
      gluon-mesh-vpn-tunneldigger: drop package (#3109) · e0d649c3
      Tom Herbers authored
      The Gluon Tunneldigger protocol handler hasn't received the care and
      attention a core package, especially a VPN protocol, should.
      
      Due to the works in #2102 it's no longer required to maintain
      VPN handlers in the Gluon Core and they can be instead included via a
      package feed.
      
      Users who wish to continue using a supported core Gluon package are
      encouraged to take a look at fastd in conjunction with it's null@l2tp method.
      It offers roughly the same performance (it's using the same principle
      of operation) and supports connections via IPv6 as a bonus.
      
      In general it should be possible to change the VPN used protocol
      asynchronously with a normal update.
      
      If Gluon users wish to continue using tunneldigger the recomendation
      is to participate in the development of tunneldigger inside our
      community-packages.
      e0d649c3
  25. Dec 26, 2023
    • Grische's avatar
      gluon-tls: add package (#3114) · 683defd0
      Grische authored
      This package allows to easily select the correct libustream implementation
      without all communities having the need to manually change their included
      packages.
      683defd0
  26. Dec 21, 2023
  27. Dec 19, 2023
  28. Dec 14, 2023
  29. Dec 13, 2023
  30. Nov 27, 2023
  31. Nov 26, 2023
  32. Nov 23, 2023
  33. Nov 15, 2023
Loading