Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
oxidecomputer
/
rfb
Public
Notifications
You must be signed in to change notification settings
Fork
14
Star
18
Code
Issues
3
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
add support for smaller pixel formats
- #12
#12
Draft
lifning
wants to merge 20 commits into
main
oxidecomputer/rfb:main
from
pixfmts
oxidecomputer/rfb:pixfmts
Copy head branch name to clipboard
Conversation
Commits
20
(20)
Checks
Files changed
Draft
add support for smaller pixel formats
#12
lifning
wants to merge 20 commits into
main
oxidecomputer/rfb:main
from
pixfmts
oxidecomputer/rfb:pixfmts
Copy head branch name to clipboard
Commits
Commits on Mar 27, 2024
wip - pixfmts - ground work for supporting non-32-bit color depths
lif
committed
d757066
View commit details
Copy full SHA for d757066
Browse repository at this point
Commits on Mar 28, 2024
wip - pixfmts - fix bugs
lif
committed
7ebf78a
View commit details
Copy full SHA for 7ebf78a
Browse repository at this point
wip - pixfmts - fix test
lif
committed
2b46f18
View commit details
Copy full SHA for 2b46f18
Browse repository at this point
wip - mouse - add pointer_event to interface
lif
committed
465a6d8
View commit details
Copy full SHA for 465a6d8
Browse repository at this point
wip - mouse - expose pointer event data
lif
committed
ffbb311
View commit details
Copy full SHA for ffbb311
Browse repository at this point
Commits on Apr 3, 2024
wip - pixfmts - round when changing range
lif
committed
f6a5fc8
View commit details
Copy full SHA for f6a5fc8
Browse repository at this point
Commits on Jul 20, 2024
wip - pixfmts - work on not crashing when a client requests a palette mode
lif
committed
03607a2
View commit details
Copy full SHA for 03607a2
Browse repository at this point
Commits on Aug 9, 2024
wip - starting on hextile
lif
committed
024905e
View commit details
Copy full SHA for 024905e
Browse repository at this point
Commits on Aug 13, 2024
start on TRLE, give each encoding its own module
lif
committed
50ce328
View commit details
Copy full SHA for 50ce328
Browse repository at this point
Commits on Aug 15, 2024
implement subencodings of TRLE
lif
committed
9af7eb1
View commit details
Copy full SHA for 9af7eb1
Browse repository at this point
Commits on Aug 22, 2024
trle transform
lif
committed
b0e0579
View commit details
Copy full SHA for b0e0579
Browse repository at this point
Commits on Aug 23, 2024
changing the trait and bumping to 0.2.0 accordingly because if we keep copying huge Vec<u8>s everywhere we're gonna have a *lot* of resource churn
lif
committed
ed7d574
View commit details
Copy full SHA for ed7d574
Browse repository at this point
borrowed-data type for representing raw framebuffer data with a known size and format internally
lif
committed
fd2d8e6
View commit details
Copy full SHA for fd2d8e6
Browse repository at this point
start encoding trle tiles (note: trle is not the end goal here, *zrle* is, which is based on trle)
lif
committed
591acc1
View commit details
Copy full SHA for 591acc1
Browse repository at this point
you know, nothing even supports TRLE any more to test against so we may as well just go straight to it
lif
committed
f8e7d5d
View commit details
Copy full SHA for f8e7d5d
Browse repository at this point
start adding whole-screen zlib encoding too
lif
committed
427504b
View commit details
Copy full SHA for 427504b
Browse repository at this point
Commits on Aug 28, 2024
wip: start plumbing zlib stream context & start decoupling from TcpStream so we can more easily websockify
lif
committed
6bba99c
View commit details
Copy full SHA for 6bba99c
Browse repository at this point
Commits on Aug 29, 2024
chat, what do we think about using streams here
lif
committed
5f49c74
View commit details
Copy full SHA for 5f49c74
Browse repository at this point
continue weaving changes into VncServer impl
lif
committed
15c1ce9
View commit details
Copy full SHA for 15c1ce9
Browse repository at this point
include size ahead of zlib encodings. getting inflate errors in clients though..
lif
committed
a279967
View commit details
Copy full SHA for a279967
Browse repository at this point
You can’t perform that action at this time.