summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-15Warning fixes.Eamon Walsh3-1/+4
2010-12-15Fix some logic errors in the stack-above code.Eamon Walsh1-5/+14
2010-12-15Prevent guests from stacking a view above itself.Eamon Walsh1-5/+4
2010-12-15Update gntalloc.hDaniel De Graaf2-69/+65
2010-12-09Fix uninitialized pointer dereference in serverDaniel De Graaf1-2/+2
2010-12-09Fix uninitialized pointer dereference in clientDaniel De Graaf1-1/+3
2010-12-09Fix incorrect use of uninitialized remote_portDaniel De Graaf1-3/+1
2010-12-09Fix vchan_server_init callDaniel De Graaf1-1/+1
2010-12-09Restore vchan/node examples, fixed to work againDaniel De Graaf3-0/+298
2010-12-09Multi-page vchanDaniel De Graaf3-171/+338
2010-12-09Remove undocumented xc_gnttab calls and use /dev/xen/evtchan directlyDaniel De Graaf5-52/+168
2010-12-08Restore read/write for stream-oriented vchan usersDaniel De Graaf2-19/+50
2010-12-07Add new security border modes (corner triangles and none).Eamon Walsh3-23/+62
2010-12-01Fix vchan xenstore watch conditionDaniel De Graaf1-1/+1
2010-12-01Follow /local/domain in xenstore to avoid relying on privileged hypervisor sy...Daniel De Graaf1-40/+29
2010-12-01Remove client objects in domain_shutdown().Eamon Walsh1-0/+6
2010-11-30Fix 100% CPU use caused by never dequeueing vchan eventsDaniel De Graaf1-1/+3
2010-11-30Fix path to /dev/xen/gntallocDaniel De Graaf1-1/+1
2010-11-17Add a graphical background image for the desktop screen.Eamon Walsh7-8/+17
2010-11-17Fix possible vchan blocking bugsDaniel De Graaf7-343/+36
2010-11-17Don't compile the genimage program by default.Eamon Walsh1-4/+0
2010-11-17Remove potential client-induced server freeze due to vchan read/write blockingDaniel De Graaf2-17/+14
2010-11-15Updates to .gitignoreEamon Walsh1-2/+2
2010-11-15Add a graphical background image for the server screen.Eamon Walsh6-2/+103
2010-11-15Add support for background views on the desktop and server screen.Eamon Walsh6-8/+63
2010-11-15Try not to dereference NULL pointers on display shutdown.Eamon Walsh1-21/+29
2010-11-15Further checks to prevent display of zero-sized views.Eamon Walsh2-9/+7
2010-11-12Revisions to track program and communications protocol.Eamon Walsh3-60/+42
2010-11-12Refuse to show zero-sized views (fixes display corruption).Eamon Walsh1-1/+8
2010-11-12Fix memory leak of XCB events.Eamon Walsh1-0/+2
2010-11-12Add debugging capability over a local socket.Eamon Walsh7-7/+165
2010-11-12Avoid refreshing views that are not visible.Eamon Walsh2-4/+14
2010-11-12Avoid showing thumbnails for unmapped windows.Eamon Walsh3-3/+14
2010-11-12Revisions to track program and communications protocol.Eamon Walsh4-197/+220
2010-11-12Fix node-select usage information.Eamon Walsh1-2/+2
2010-09-03Attempt to process the queue of a vchan as soon as it is created (avoids miss...Daniel De Graaf1-2/+12
2010-09-03Include header file to define PAGE_SHIFT constant.Eamon Walsh1-0/+1
2010-09-03Fix server crash caused by missed track messages.Eamon Walsh1-0/+3
2010-09-03Remove unneeded backend state check (breaks pickup of existing domains on lin...Daniel De Graaf1-12/+0
2010-09-03Fix read advancing rd_cons too farDaniel De Graaf1-1/+1
2010-09-02Fix labeled cursor update in bclient.Eamon Walsh1-3/+9
2010-08-31Update to fix compilation with xen-unstable-trp.hg from cohoDaniel De Graaf1-1/+1
2010-08-31Always prepare the vchan FD for selectDaniel De Graaf3-14/+14
2010-08-31Debug messagesDaniel De Graaf1-5/+12
2010-08-30Fixes from test runDaniel De Graaf1-2/+7
2010-08-30Connect vchan to the domain providing the vfbDaniel De Graaf2-5/+19
2010-08-30Send width/height and avoid re-add of device on existing domainsDaniel De Graaf2-10/+14
2010-08-30Change vchan to use grantsDaniel De Graaf12-286/+267
2010-08-30Add use-grants to the initial device specificationDaniel De Graaf1-0/+1
2010-08-30Don't try to run domain_setup on self or dom0Daniel De Graaf1-2/+7