summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-27Release v0.22v0.22Marc-André Lureau1-0/+14
2013-11-27build-sys: bump spice-glib versionMarc-André Lureau1-1/+1
2013-11-27continuation: fix "fortify" crashMarc-André Lureau1-2/+6
2013-11-26pulse: do not abort on corking no streamMarc-André Lureau1-1/+4
2013-11-22channel: swap channel GSocketConnection on migrationMarc-André Lureau1-0/+1
2013-11-21Fix SASL for mechanism using WANT_CLIENT_FIRSTdietmar@proxmox.com1-1/+4
2013-11-20main: fix recent main_channel_reset() warningMarc-André Lureau1-9/+8
2013-11-20coroutine: make gthread coroutine pass testsMarc-André Lureau1-1/+5
2013-11-20tests: add some coroutine testsMarc-André Lureau2-7/+147
2013-11-20coroutine: replace IN_MAIN_CONTEXT macroMarc-André Lureau6-8/+10
2013-11-20coroutine: error out on OOM or impossible conditionsMarc-André Lureau7-39/+23
2013-11-20channel: get rid of connection_id, available from sessionMarc-André Lureau2-3/+1
2013-11-20channel: remove useless desc != NULL checkMarc-André Lureau1-1/+1
2013-11-20Fix 'monitors' leak in update_monitor_area()Christophe Fergeau1-0/+1
2013-11-19main: send max-clipboard to agentMarc-André Lureau2-3/+38
2013-11-19main: simplify usage of VD_AGENT_HAS_CAPABILITYMarc-André Lureau1-32/+28
2013-11-19main: use self for main channel variableMarc-André Lureau1-18/+19
2013-11-19Add SPICE_MAX_CLIPBOARD environment variableMarc-André Lureau1-5/+28
2013-11-19Block sending clipboard data > max-clipboardMarc-André Lureau2-3/+34
2013-11-19Use system-wide trust certificate storeChristophe Fergeau1-1/+10
2013-11-19build-sys: Add real autodetection of pythonChristophe Fergeau1-8/+42
2013-11-19build-sys: Re-enable building of python bindings by defaultChristophe Fergeau1-1/+1
2013-11-19build-sys: Fix invalid 'test' syntax in configure.acChristophe Fergeau1-1/+1
2013-11-18Fix leak of mmapped memory when cc_init() failsChristophe Fergeau1-1/+10
2013-11-18Check coroutine_init() return valueChristophe Fergeau2-2/+9
2013-11-18Free coroutine stack when releasing coroutineDaniel P. Berrange1-0/+2
2013-11-18Abort if mmap of coroutine stack failsDaniel P. Berrange1-1/+4
2013-11-18Fix IN_MAIN_CONTEXT when using coroutine=gthreadChristophe Fergeau4-1/+17
2013-11-18Fix crash on remote-viewer startup with gthread coroutineChristophe Fergeau1-1/+1
2013-11-18coroutine: fix current coroutineMarc-André Lureau1-1/+1
2013-11-18coroutine: add some preconditionsMarc-André Lureau3-12/+10
2013-11-07Guarantee that 'uuid' property is notified after connectionJonathon Jongsma1-0/+5
2013-11-07Make sure property notifications are done in the main contextJonathon Jongsma2-21/+24
2013-11-07Revert "Add ability to get SpiceDisplay resolution"Jonathon Jongsma7-49/+13
2013-11-06display: blank surface on creationMarc-André Lureau1-3/+2
2013-11-04widget: add since tag for spice_display_get_monitor_config()Marc-André Lureau1-0/+1
2013-11-04SpiceDisplay: validate 'self' argument for public APIJonathon Jongsma1-7/+29
2013-11-04Add ability to get SpiceDisplay resolutionJonathon Jongsma7-13/+48
2013-11-04Fix spice-common submodule, my badMarc-André Lureau1-0/+0
2013-11-03util: document spice_uuid_to_stringMarc-André Lureau1-0/+10
2013-11-01util: do not overwrite G_MESSAGES_DEBUG=allMarc-André Lureau2-0/+2
2013-10-29Export spice_uuid_to_string() properlyJonathon Jongsma2-0/+2
2013-10-29Expose spice_uuid_to_string() as public APIJonathon Jongsma3-2/+1
2013-10-20channel-cursor: mono cursors edge highlightingAlon Levy4-58/+237
2013-10-18cursor-channel.c: add cursor print function for debugging only (ifdefed)Alon Levy1-0/+32
2013-10-16main: add missing vdagent caps nameMarc-André Lureau1-0/+3
2013-10-16sasl: Fix crash when ending a SASL sessionChristophe Fergeau1-1/+1
2013-10-16Display g_debug messages when SPICE_DEBUG is setChristophe Fergeau1-11/+23
2013-10-16Fix --spice-debugChristophe Fergeau1-0/+7
2013-10-10Fix switch to old SPICE protocolChristophe Fergeau1-14/+8