aboutsummaryrefslogtreecommitdiff
path: root/ui/vnc-enc-zrle.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini1-11/+11
2020-01-21vnc: prioritize ZRLE compression over ZLIBCameron Esfahani1-2/+2
2019-09-17vnc: fix memory leak when vnc disconnectLi Qiang1-34/+34
2018-05-11rename included C files to foo.inc.c, remove osdep.hPaolo Bonzini1-11/+11
2017-05-12vnc: simple clean upWei Qi1-1/+0
2016-02-04ui: Clean up includesPeter Maydell1-0/+1
2012-11-01pixman/vnc: use pixman images in vnc.Gerd Hoffmann1-9/+9
2011-02-23vnc: fix uint8_t comparisons with negative valuesCorentin Chary1-1/+2
2011-02-23vnc: Add ZRLE and ZYWRLE encodings.Corentin Chary1-0/+365