Skip to content
Snippets Groups Projects
  1. Jul 30, 2022
  2. Jul 12, 2022
  3. Jul 03, 2022
  4. Jun 18, 2022
  5. Jun 06, 2022
  6. Jun 05, 2022
  7. Jun 03, 2022
    • Sean McGovern's avatar
      fb: remove support · 2999e6a0
      Sean McGovern authored and Steve Lhomme's avatar Steve Lhomme committed
      The Linux fbdev subsystem has been deprecated for more than a decade as there are better options available now.
      2999e6a0
  8. Jun 02, 2022
  9. May 31, 2022
  10. May 21, 2022
    • Alexandre Janniaux's avatar
      configure: check typeof on C++ compilers · 784c3245
      Alexandre Janniaux authored and Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen committed
      C compilers can have GNU extensions to support typeof in C code, but
      some C++ compilers like clang are removing the builtin since decltype
      can be used in C++ without the constraints from typeof. Decltype is not
      100% equivalent for this reason: references will be kept in the returned
      type.
      
      The check in m4/typeof.m4 comes from graydon/monotone and dovecot/core
      and was slightly modified to namespace the define for C++ code.
      784c3245
  11. May 20, 2022
  12. May 19, 2022
  13. May 03, 2022
  14. Apr 17, 2022
  15. Apr 10, 2022
    • Alaric Senat's avatar
      upnp: change required version to 1.8.3 · 9fd11b9c
      Alaric Senat authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      This version gives access to `UpnpInit2` for both IPv6 and IPv4.
      `UpnpInit` is deprecated since 1.6 and less safe than `UpnpInit2`.
      
      Libupnp 1.8.3 has been out since 2017 and has been widely adopted in
      most linux distributions now (available on debian since version 10).
      Dropping support for lower versions will allow us to completely remove
      `UpnpInit` from the codebase and simplify a lot the netintf selection
      code.
      9fd11b9c
  16. Apr 02, 2022
  17. Mar 28, 2022
  18. Mar 25, 2022
  19. Mar 17, 2022
  20. Mar 12, 2022
  21. Mar 10, 2022
  22. Mar 05, 2022
  23. Mar 01, 2022
  24. Feb 27, 2022
  25. Feb 23, 2022
Loading