Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple small fixes #16

Merged
merged 9 commits into from Apr 22, 2024
Merged

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    15eb91f View commit details
    Browse the repository at this point in the history
  2. Add a few newer file types to httpd.suff.

    In particular, not serving .css as text/css was confusing to some browsers.
    
    squash
    pete committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    88c1166 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46b21f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    483e583 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a70e387 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d009da4 View commit details
    Browse the repository at this point in the history
  7. A patch from ipn.caerwyn.net to use RGB24 by default for image display.

    Gets rid of all the dithering.
    pete committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    1a52b16 View commit details
    Browse the repository at this point in the history
  8. Assume UTF-8 from the X11 clipboard.

    This stops a lot of error spew from libxwhichever:  almost everything's UTF-8,
    Plan 9 won.
    pete committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b4c4795 View commit details
    Browse the repository at this point in the history
  9. Don't force JIT on charon.

    This keeps charon from failing to load img.b on systems where JIT is disabled.
    I suspect this is another holdover from when Inferno ran on systems that were
    tiny in the 90s.
    pete committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    1bf9388 View commit details
    Browse the repository at this point in the history