Skip to content
Snippets Groups Projects
  1. Nov 11, 2021
  2. Oct 27, 2021
  3. Aug 17, 2021
  4. Aug 16, 2021
  5. Jul 13, 2021
  6. Apr 29, 2021
  7. Dec 18, 2020
  8. Dec 17, 2020
  9. Dec 15, 2020
    • Simon Ser's avatar
      dim: fix handling of 8-bit non-UTF-8 messages · d79c5784
      Simon Ser authored and Simona Vetter's avatar Simona Vetter committed
      
      Python's open() function will return a file object that decodes input
      bytes to an UTF-8 string. Python assumes all files are UTF-8 by default
      (unless an explicit encoding param is passed).
      
      This works fine with 7-bit and UTF-8 messages. However, when a message
      uses a 8-bit Content-Transfer-Encoding and a non-UTF-8 charset (such as
      iso-8859-1), Python will error out.
      
      To prevent this, open the file in binary mode to prevent Python from
      doing any charset conversion under-the-hood.
      
      Signed-off-by: Simon Ser's avatarSimon Ser <contact@emersion.fr>
      Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
      d79c5784
  10. Dec 06, 2020
  11. Nov 25, 2020
  12. Nov 24, 2020
  13. Nov 20, 2020
  14. Nov 10, 2020
    • Jani Nikula's avatar
      dim: change the drm-intel-next and drm-intel-next-queued process · c7b6928a
      Jani Nikula authored
      
      Remove the special casing of drm-intel-next/drm-intel-next-queued
      tagging and pull requests. Instead of having a two-step process for
      dinq, follow the same pull request process for all branches. As the
      first step, use drm-intel-next-queued for pull requests, and ignore
      drm-intel-next for now. The change is only relevant for maintainers.
      
      In the future, we'll want to switch from drm-intel-next-queued to
      drm-intel-next completely. This will need a flag day switch for all
      committers and maintainers.
      
      We also decouple driver date update from dinq pull requests. We may want
      to apply the driver date update to drm-intel-gt-next branch instead.
      
      With the change, we also lose the ability to add multiple drm-intel-next
      tags, and create a single pull request for them. In practice, we haven't
      really used this possibility, as it lacks the merging of the annotated
      tag changelogs together, missing information. We may want to resurrect
      the feature in an improved form in the future, generalized for all
      branches.
      
      Cc: Daniel Vetter <daniel@ffwll.ch>
      Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
      Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
      Acked-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
      Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
      c7b6928a
  15. Oct 26, 2020
  16. Sep 11, 2020
  17. Sep 10, 2020
  18. May 14, 2020
  19. Mar 31, 2020
  20. Dec 20, 2019
  21. Dec 19, 2019
  22. Dec 17, 2019
  23. Nov 15, 2019
  24. Nov 14, 2019
  25. Sep 03, 2019
  26. Aug 12, 2019
  27. Aug 08, 2019
  28. Aug 07, 2019
  29. Aug 06, 2019
Loading