8
I Use This!
Very High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 4 days ago.
Mar 31, 2024 — Mar 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
One more errno fix. Signed-off-by: Jake Wires <[email protected]> More... almost 18 years ago
Free buffer. Signed-off-by: Jake Wires <[email protected]> More... almost 18 years ago
Improve error returning on vhd_create failures. Signed-off-by: Jake Wires <[email protected]> More... almost 18 years ago
Fix image size bug introduced in cset 112:caa105a8091c3e7847376d7e8ec042e2b509f1cf. More... almost 18 years ago
Prevent tapdisk from responding twice to the same request. CA-6747 and probably CA-6980. More... almost 18 years ago
Write in chunks of 1MB when creating non-sparse VDIs. Signed-off-by: Jake Wires <[email protected]> More... almost 18 years ago
Fix double-free on tapdisk shutdown. Signed-off-by: Jake Wires <[email protected]> More... almost 18 years ago
Have tapdisk refresh VDI metadata before serving its first IO request. CA-6975 More... almost 18 years ago
remove parent-VHD-lock-checks. CA-6907. Signed-off-by: Jake Wires <[email protected]> More... almost 18 years ago
Restructure blktap teardown. CA-6517. More... almost 18 years ago
Check asprintf errors properly. Taken from Charles Coffing's OSS patch. Signed-off-by: Charles Coffing <[email protected]> Signed-off-by: Jake Wires <[email protected]> More... almost 18 years ago
Make sure we return errors on all requests failed due to missing locks. More... almost 18 years ago
remove annoying syslog messages when using td-util query Signed-off-by: Jake Wires <[email protected]> More... almost 18 years ago
fix fully-provisioned VHD data path Signed-off-by: Jake Wires <[email protected]> More... almost 18 years ago
send update when we have new clipboard content to send More... almost 18 years ago
Remove Core-dump from tapdisk (make compile time available, off by default) More... almost 18 years ago
[CA-6798] fix lock-util when using readdir() check errno too. Also refactor NFS file normalization to a routine. More... almost 18 years ago
fix 32bit encoding here More... almost 18 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 18 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 18 years ago
simple boundry check, it was crashing on some clients. More... almost 18 years ago
Remove check of parent's timestamp when opening VHDs. CA-6680. Signed-off-by: Jake Wires <[email protected]> More... almost 18 years ago
Avoid orphaning tapdisk processes if blkif_init fails. Signed-off-by: Jake Wires <[email protected]> More... almost 18 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 18 years ago
Don't create update rectangles which are wider than what's covered by a dirty pixel. More... almost 18 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 18 years ago
Don't exit if the viewer connection is terminated. More... almost 18 years ago
Hook cursor updates into message sending. Also parse bits in right order. More... almost 18 years ago
Change cursor focus to be in the middle of the cursor More... almost 18 years ago
whitespace and don't memory leak More... almost 18 years ago