8
I Use This!
Very High Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 6 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove annoying syslog messages when using td-util query Signed-off-by: Jake Wires <[email protected]> More... almost 17 years ago
fix fully-provisioned VHD data path Signed-off-by: Jake Wires <[email protected]> More... almost 17 years ago
send update when we have new clipboard content to send More... almost 17 years ago
Remove Core-dump from tapdisk (make compile time available, off by default) More... almost 17 years ago
[CA-6798] fix lock-util when using readdir() check errno too. Also refactor NFS file normalization to a routine. More... almost 17 years ago
fix 32bit encoding here More... almost 17 years ago
get rid of mouse_position thing - we no longer display mouse on server side. also, don't send clipboard update message, if update is an empty string. More... almost 17 years ago
restructure selection code, new bits are much more simpler - previous code was scattered around 3 functions - it is now minimized to one function responsible for 'state' of select, and one for display update stuff. Also added quite few comments, to make it much easier to understand to anyone. More... almost 17 years ago
simple boundry check, it was crashing on some clients. More... almost 17 years ago
Remove check of parent's timestamp when opening VHDs. CA-6680. Signed-off-by: Jake Wires <[email protected]> More... almost 17 years ago
Avoid orphaning tapdisk processes if blkif_init fails. Signed-off-by: Jake Wires <[email protected]> More... almost 17 years ago
fix a small problem on debian - utf8 there isn't the default one, unlike on rhel and unbuntu. I decided to move generic 'add character to screen' bit to separate function - it also adds to code readability (I would have to use goto in C instead). More... almost 17 years ago
Don't create update rectangles which are wider than what's covered by a dirty pixel. More... almost 17 years ago
CA-6659: do not add 5900 to VNC port in xenstore, as new vnc code sets it to the right port More... almost 17 years ago
Don't exit if the viewer connection is terminated. More... almost 17 years ago
Hook cursor updates into message sending. Also parse bits in right order. More... almost 17 years ago
Change cursor focus to be in the middle of the cursor More... almost 17 years ago
whitespace and don't memory leak More... almost 17 years ago
merge More... almost 17 years ago
Add support for multiple concurrent viewer connections More... almost 17 years ago
server side cursor display, as per request More... about 17 years ago
don't higlight mouse on vncterm site, per Christian's request More... about 17 years ago
Remove unused mode variable More... about 17 years ago
Avoid extra data copy. More... about 17 years ago
merge More... about 17 years ago
add definition of 'codec', iso or utf8. It is different from charset More... about 17 years ago
Return ENODATA rather than EINVAL if queried VHD file has no parent. Signed-off-by: Jake Wires <[email protected]> More... about 17 years ago
Coalesce AIO requests before submitting them. More... about 17 years ago
use right attributes if font is bold, don't use the same color for background More... about 17 years ago
Add protocol level buffering of vnc data in preparation of supporting multiple clients. More... about 17 years ago