summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-23Add GStreamer 1.0 supportgst-1.0Christophe Fergeau3-6/+58
2014-10-23Fix SndCodec leak in playback_handle_start()Christophe Fergeau1-0/+1
2014-10-10m4: Update manywarnings from gnulibCole Robinson1-76/+137
2014-10-10Add support to handle username when connecting with SASLFabiano Fidêncio3-5/+44
2014-10-10Add errors related to the SASL authFabiano Fidêncio1-0/+4
2014-10-10Add missing doc for SPICE_CLIENT_USB* errorsFabiano Fidêncio1-0/+2
2014-10-10Add "username" property to SpiceSessionDietmar Maurer2-4/+54
2014-09-18Don't report IO error on clean guest shutdownChristophe Fergeau1-5/+12
2014-09-18Fix -Wsign-comparePavel Grunt1-5/+6
2014-09-18channel-main: allow transferring multiple files at onceFabiano Fidêncio1-27/+26
2014-09-05win-usb: Initialize GError before using itChristophe Fergeau1-1/+1
2014-08-29xfer: send data message of size 0 for 0-size fileMarc-André Lureau1-1/+3
2014-08-28Wait to send monitor config until agent caps are receivedJonathon Jongsma1-2/+1
2014-08-21win32: fix coroutine assertion when switching to TLS portMarc-André Lureau1-0/+1
2014-08-13Use G_OS_WIN32 #define everywhereChristophe Fergeau5-30/+33
2014-08-13keyboard: wrong defined macro for WIN32Cody Chan1-1/+1
2014-08-13Fix 'loose' typoChristophe Fergeau1-2/+2
2014-08-13Fix build with automake 1.14Christophe Fergeau5-6/+49
2014-08-13channel-display: Remove #ifdef SW_CANVAS_CACHEChristophe Fergeau1-6/+0
2014-08-13Ensure '\0' is not part of text clipboard dataChristophe Fergeau1-0/+9
2014-07-23Update spice-commonMarc-André Lureau1-0/+0
2014-07-23Don't use _GET_PRIVATE all the timeFabiano Fidêncio10-160/+199
2014-07-23Prefer using g_malloc0()/g_free()Fabiano Fidêncio15-44/+43
2014-07-23Fix "REVERSE_INULL" caught by coverityFabiano Fidêncio1-1/+1
2014-07-23g_type_init() is deprecated in GLib 2.36Fabiano Fidêncio5-0/+10
2014-07-07session: prefix proxy lookup errorsMarc-André Lureau1-0/+1
2014-06-17proxy: use http proxy by default if no scheme givenMarc-André Lureau1-1/+2
2014-06-10Remove coroutine trampolinesMarc-André Lureau12-506/+122
2014-06-10usbredir: don't use emit_main_context() for non-signal codeMarc-André Lureau1-25/+24
2014-05-22README: add vala-tools build-depMarc-André Lureau1-1/+1
2014-05-22Add missing GIO_LIBS to libspice-client-glibsTiziano Müller1-0/+1
2014-05-21Do not depend on libsoup directlyTiziano Müller1-3/+0
2014-05-21Introduce --enable/disable-webdav optionTiziano Müller1-4/+17
2014-05-20Revert "clipboard: prevent reentering main loop if main channel is busy"Marc-André Lureau2-12/+0
2014-05-15clipboard: check that clipboard request does not belong to remoteMarc-André Lureau1-0/+3
2014-05-15clipboard: prevent reentering main loop if main channel is busyMarc-André Lureau2-0/+12
2014-04-29Include glib-compat.h in spice-option.cChristophe Fergeau1-0/+1
2014-04-24option: check that default ca-file existsMarc-André Lureau1-0/+2
2014-04-23option: use more portable default ca-file pathMarc-André Lureau1-1/+1
2014-04-17Fix leak in spice_gtk_session_sync_keyboard_modifiers()Christophe Fergeau1-0/+1
2014-04-15display: signal primary-destroy when clearing all surfacesMarc-André Lureau1-0/+6
2014-04-15gtk-session: always sync modifiers for client eventsMarc-André Lureau1-8/+11
2014-04-15gtk-session: s/g_debug/CHANNEL_DEBUGMarc-André Lureau1-2/+3
2014-04-15Include gtk-compat.h in spice-gtk-session.cChristophe Fergeau1-0/+1
2014-04-15Gather gtk+ compatibility code in a single fileChristophe Fergeau5-42/+60
2014-04-15Add compat implementation of g_queue_free_full()Christophe Fergeau2-0/+25
2014-04-08Use correct printf format modifier for gssizeChristophe Fergeau1-1/+1
2014-04-08Add man pageChristophe Fergeau4-1/+213
2014-04-03Use GdkKeymap to listen for keyboard modifier changesJonathon Jongsma1-0/+9
2014-04-03Ensure keyboard modifiers are synchronized properlyJonathon Jongsma3-89/+100